[Fedora-directory-commits] console build.xml,1.8,1.9

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Dec 2 21:30:06 UTC 2005


Author: rmeggins

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

Modified Files:
	build.xml 
Log Message:
Fixes to allow the console to build with gcj/classpath.  NOTE: You need a later version of Classpath than the one included with Fedora Core 4 in order to build with these changes.  But these changes work fine with Sun or IBM 1.4.2 or later javac.
Bug 170577
Bug 170823
Bug 171051
Thanks to Lillian Angel for the contribution.



Index: build.xml
===================================================================
RCS file: /cvs/dirsec/console/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml	29 Nov 2005 18:36:50 -0000	1.8
+++ build.xml	2 Dec 2005 21:29:58 -0000	1.9
@@ -35,6 +35,7 @@
   <property name="javadoc.dir"      value="${built.dir}/doc"/>
   <property name="imports.dir"      value="${console.root}/../imports"/>
   <property name="java.src.dir"     value="src"/>
+  <property environment="env"/>
 
   <!-- Prepare -->
   <target name="prepare_build" depends="prepare_imports">
@@ -174,6 +175,7 @@
     	     deprecation="${compile.deprecation}"
              optimize="${compile.optimize}"
              verbose="no"
+	     fork="true"
              excludes="**/CVS/**">
              <classpath refid="console.classpath" />
     </javac>




More information about the Fedora-directory-commits mailing list