[Fedora-directory-commits] console build.xml, 1.5, 1.6 buildnum.pl, 1.1, 1.2

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Thu Sep 29 17:18:25 UTC 2005


Author: nkinder

Update of /cvs/dirsec/console
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16699

Modified Files:
	build.xml buildnum.pl 
Log Message:
169552 - Minor build changes to support build and debug from Eclipse


Index: build.xml
===================================================================
RCS file: /cvs/dirsec/console/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml	15 Sep 2005 22:06:33 -0000	1.5
+++ build.xml	29 Sep 2005 17:18:23 -0000	1.6
@@ -70,9 +70,10 @@
     </path>
 
     <!-- Generate version property file -->
-    <exec dir="${console.root}/console" executable="./buildnum.pl">
+   <exec executable="${console.root}/console/buildnum.pl" vmlauncher="true">
       <arg line="-p ${built.dir}"/>
     </exec>
+
     <exec executable="${console.root}/console/src/com/netscape/management/client/console/genverinfo.sh">
       <arg value="${console.root}/console/src/com/netscape/management/client/console/versioninfo.properties"/>
       <arg value="${console.dotversion}"/>
@@ -131,7 +132,9 @@
     <!-- compile regular java code -->
     <javac   srcdir="${java.src.dir}"
              destdir="${built.classdir}"
-             debug="${compile.debug}" deprecation="${compile.deprecation}"
+             debug="${compile.debug}"
+             debuglevel="lines,vars,source"
+    	     deprecation="${compile.deprecation}"
              optimize="${compile.optimize}"
              verbose="no"
              excludes="**/CVS/**">


Index: buildnum.pl
===================================================================
RCS file: /cvs/dirsec/console/buildnum.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildnum.pl	15 Sep 2005 22:06:33 -0000	1.1
+++ buildnum.pl	29 Sep 2005 17:18:23 -0000	1.2
@@ -58,7 +58,7 @@
 
 # Load arguments
 $platdir = $opt_p || exitHelp();
-$buildnum_file = "./$platdir/buildnum.dat";
+$buildnum_file = "$platdir/buildnum.dat";
 
 # Get current time
 @now = gmtime;




More information about the Fedora-directory-commits mailing list