tomdz 2005/01/05 11:59:15
Modified: . Tag: OJB_1_0_RELEASE build.xml
Log:
Added debuglevel setting (necessary for using the debug version with Java 5)
Revision Changes Path
No revision
No revision
1.144.2.9 +4 -4 db-ojb/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/db-ojb/build.xml,v
retrieving revision 1.144.2.8
retrieving revision 1.144.2.9
diff -u -r1.144.2.8 -r1.144.2.9
--- build.xml 29 Nov 2004 20:43:13 -0000 1.144.2.8
+++ build.xml 5 Jan 2005 19:59:15 -0000 1.144.2.9
@@ -252,15 +252,15 @@
<target name="main" depends="prepare, check-j2ee-classes,
check-jdo-classes, preprocess"
description="Compile all Java sources with debugging on.">
<javac srcdir="${build.src}" destdir="${build.dest}"
excludes="${excludes}"
- debug="on" deprecation="${deprecation}">
+ debug="on" debuglevel="lines,vars"
deprecation="${deprecation}">
<classpath refid="compilation-classpath" />
</javac>
<javac srcdir="${build.srctest}" destdir="${build.desttest}"
excludes="${excludes}"
- debug="on" deprecation="${deprecation}">
+ debug="on" debuglevel="lines,vars"
deprecation="${deprecation}">
<classpath refid="compilation-classpath" />
</javac>
<javac srcdir="${build.srctools}" destdir="${build.desttools}"
excludes="${excludes}"
- debug="on" deprecation="${deprecation}">
+ debug="on" debuglevel="lines,vars"
deprecation="${deprecation}">
<classpath refid="compilation-classpath" />
</javac>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]