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

Working version, reverted to old build scripts (for now!)

Now splitting ipaaca into sub-projects "ipaacalib" and "ipaacatools"
parent f260d97a
No related branches found
No related tags found
No related merge requests found
...@@ -29,4 +29,10 @@ ...@@ -29,4 +29,10 @@
</subant> </subant>
</target> </target>
<target name="dist">
<subant target="dist" genericantfile="build.xml">
<fileset dir="." includes="*/build.xml"/>
</subant>
</target>
</project> </project>
...@@ -2,4 +2,5 @@ language=cpp ...@@ -2,4 +2,5 @@ language=cpp
resolve.status=beta resolve.status=beta
resource.path=${shared.resources}/; resource.path=${shared.resources}/;
rebuild.list= rebuild.list=
dist.dir=../dist
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="ipaaca-java" default="run"> <project name="ipaaca-java" default="run">
<target name="dist">
<echo>FIXME - Ramin's hack: JAVA - DOING NOTHING ON DIST</echo>
</target>
<target name="-pre-compilation"> <target name="-pre-compilation">
<echo message="Compiling protobuf file" /> <echo message="Compiling protobuf file" />
<mkdir dir="generatedsrc"/> <mkdir dir="generatedsrc"/>
...@@ -11,6 +14,6 @@ ...@@ -11,6 +14,6 @@
</exec> </exec>
</target> </target>
<!--import file="../../soashared/ant/build.xml" /--> <import file="../../soashared/ant/build.xml" />
<import file="../../HmiBuild/build.xml" /> <!-- import file="../../HmiBuild/build.xml" / -->
</project> </project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="IpaacaPython" default="run"> <project name="IpaacaPython" default="run">
<!--import file="../../soashared/ant/build.xml" /--> <import file="../../soashared/ant/build.xml" />
<import file="../../HmiBuild/build.xml" /> <!--import file="../../HmiBuild/build.xml" / -->
<target name="dist">
<echo>FIXME - Ramin's hack: PYTHON - DOING NOTHING ON DIST</echo>
</target>
<target name="-pre-compilation"> <target name="-pre-compilation">
<echo message="Compiling protobuf file" /> <echo message="Compiling protobuf file" />
<exec executable="protoc"> <exec executable="protoc">
......
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