CVS lucene/debian

Barry Hawkins barryh-guest at haydn.debian.org
Tue Sep 20 02:52:39 UTC 2005


Update of /cvsroot/pkg-java/lucene/debian
In directory haydn:/tmp/cvs-serv12608/debian

Modified Files:
      Tag: RB_1_4_3
	ant.properties rules 
Added Files:
      Tag: RB_1_4_3
	liblucene-java-doc.doc-base 
Log Message:
Added doc-base file for API Javadoc

--- /cvsroot/pkg-java/lucene/debian/ant.properties	2005/03/22 08:37:28	1.1.2.4
+++ /cvsroot/pkg-java/lucene/debian/ant.properties	2005/09/20 02:52:39	1.1.2.5
@@ -12,7 +12,8 @@
 javac.nowarn=off
 javac.verbose=yes
 # Sun 1.4.2 SDK does not support classic compiler
-build.compiler=modern
+build.compiler=jikes
+build.rmic=kaffe
 #compile.debug=
 #compile.optimize=
 
--- /cvsroot/pkg-java/lucene/debian/rules	2005/03/22 21:17:48	1.3.2.9
+++ /cvsroot/pkg-java/lucene/debian/rules	2005/09/20 02:52:39	1.3.2.10
@@ -16,17 +16,17 @@
 TEMPDIR=debian/tmp
 
 # Set JAVA_HOME to be used for Java commands
-JAVA_HOME=/usr/lib/j2sdk1.4-sun
+JAVA_HOME=/usr/local/kaffe
 
 # Set the invocation of the java command;
 JAVACMD=$(JAVA_HOME)/bin/java
 
-# Class path: Ant requires and JAXP-compatible XML parser
+# Class path: Ant requires a JAXP-compatible XML parser
 # You need to set CLASSPATH here (even if your build.xml assembles its own
 # class path) to ensure the same build results in all cases
 JAVA_LIB=/usr/share/java
 ANT_HOME=/usr/share/ant1.6
-ANT_CLASSPATH=$(JAVA_LIB)/gnujaxp.jar:$(ANT_HOME)/lib/ant.jar:$(ANT_HOME)/lib/ant-launcher.jar:$(ANT_HOME)/lib/ant-junit.jar:$(JAVA_LIB)/junit.jar:$(JAVA_HOME)/lib/tools.jar
+ANT_CLASSPATH=$(JAVA_LIB)/gnujaxp.jar:$(ANT_HOME)/lib/ant.jar:$(ANT_HOME)/lib/ant-launcher.jar:$(ANT_HOME)/lib/ant-junit.jar:$(JAVA_LIB)/junit.jar:$(JAVA_HOME)/lib/tools.jar:/usr/share/kaffe/Klasses.jar
 
 # Set path to Ant properties file
 ANT_PROPS=debian/ant.properties
@@ -35,7 +35,7 @@
 # place '-verbose' before -propertyfile to 
 # obtain detailed build output.
 ANT=$(JAVACMD) -classpath $(ANT_CLASSPATH) \
-        org.apache.tools.ant.Main -propertyfile $(ANT_PROPS)
+        org.apache.tools.ant.Main -verbose -propertyfile $(ANT_PROPS)
 
 build: build-stamp
 
@@ -73,8 +73,6 @@
 
 	dh_movefiles
 
-
-
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.



More information about the pkg-java-commits mailing list