Skip to content
Snippets Groups Projects
Commit 29e7bdcf authored by Ramin Yaghoubzadeh's avatar Ramin Yaghoubzadeh
Browse files

Refactored ipaaca into "ipaacalib" and "ipaacatools" sub-projects

parent 457f2a11
No related branches found
No related tags found
No related merge requests found
Showing
with 66 additions and 6 deletions
.DS_Store
*/generatedsrc
*/build
*/*/build
*/lib
*/test/lib
*/test/report
*/dist
*/deps
*/privateprops
*/.project
*/.classpath
......
......@@ -35,4 +35,10 @@
</subant>
</target>
<target name="jar">
<subant target="jar" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
</project>
<project name="ipaacalib" default="build" basedir=".">
<target name="resolve">
<subant target="resolve" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="build" depends="-pre-compilation">
<subant target="build" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="clean">
<subant target="clean" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="-pre-compilation">
<subant target="-pre-compilation" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="compile" depends="-pre-compilation">
<subant target="compile" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="dist">
<subant target="dist" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
<target name="jar">
<subant target="jar" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
</project>
File moved
language=cpp
resolve.status=beta
resource.path=${shared.resources}/;
rebuild.list=
dist.dir=../../dist
<?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaCpp" default="dist">
<import file="../../soashared/ant/build.xml" />
<import file="../../../soashared/ant/build.xml" />
<target name="-pre-compilation">
<echo message="Compiling protobuf file" />
<exec executable="protoc">
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -5,3 +5,5 @@ publish.resolver=soa.core.repository
#resource.path=${shared.repository}/Humanoids;${shared.repository}/3dmodels;${shared.repository}/HMI/HmiElckerlyc/resources;${shared.repository}/logbackconfig;${shared.repository}/shaders;
run.jvmargs= -Xms128m -Xmx512m -Xss5M
rebuild.list=
dist.dir=../../dist
<?xml version="1.0" encoding="UTF-8"?>
<project name="ipaaca-java" default="run">
<import file="../../../soashared/ant/build.xml" />
<!-- import file="../../../HmiBuild/build.xml" / -->
<target name="dist">
<echo>FIXME - Ramin's hack: JAVA - DOING NOTHING ON DIST</echo>
</target>
<target name="dist">
<echo>FIXME - Ramin's hack: JAVA - DOING NOTHING ON DIST</echo>
</target>
<target name="-pre-compilation">
<echo message="Compiling protobuf file" />
<mkdir dir="generatedsrc"/>
......@@ -14,6 +16,4 @@
</exec>
</target>
<import file="../../soashared/ant/build.xml" />
<!-- import file="../../HmiBuild/build.xml" / -->
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment