My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project basedir="." default="build" name="debug-android">
<import file="../../common-build.xml"/>
<import file="../android-build.xml"/>
<property name="dest-dir" value="${outdir-classes}"/>
<property name="jar-file" value="${android-lib-dir}/com.saville.debug.jar"/>
<property name="jar-includes" value="com/saville/debug/*.class"/>
<path id="the.classpath">
<pathelement location="${dest-dir}"/>
<pathelement location="${sdk-folder}/android.jar"/>
</path>
<target depends="pre-android,build-project,makejar,post-android" name="build"/>
</project>

Change log

r70 by w...@saville.com on Feb 11, 2008   Diff
Update build.xml and such.

The makejar was creating a jar file with
all of the
class files in the ${dest-dir}. This isn't
correct it
should be only those files that are part
of the
library. I ran into problems when mctest
used
TestClient.java and so did hmc. We had two
copies of
...
Go to: 
Project members, sign in to write a code review

Older revisions

r53 by w...@saville.com on Feb 9, 2008   Diff
Added ant support.

To create the jar files automatically
it appears
you must use ant build scripts.
All revisions of this file

File info

Size: 645 bytes, 13 lines
Powered by Google Project Hosting