You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/struts-core/files/struts-2.3.15.2-build.xml-c...

21 lines
777 B

--- a/maven-build.xml
+++ b/maven-build.xml
@@ -125,7 +125,7 @@
<target name="compile" depends="get-deps" description="Compile the code">
<mkdir dir="${maven.build.outputDir}"/>
- <javac destdir="${maven.build.outputDir}"
+ <javac destdir="${maven.build.outputDir}" classpath="${gentoo.classpath}"
nowarn="false"
debug="true"
optimize="false"
@@ -153,7 +153,7 @@
description="Compile the test code"
unless="maven.test.skip">
<mkdir dir="${maven.build.testOutputDir}"/>
- <javac destdir="${maven.build.testOutputDir}"
+ <javac destdir="${maven.build.testOutputDir}" classpath="${gentoo.test.classpath}"
nowarn="false"
debug="true"
optimize="false"