Bug#409629: rhino: Bug opened by bug #395525
Bruno Harbulot
Bruno.Harbulot at manchester.ac.uk
Wed Mar 7 15:48:14 CET 2007
Source: rhino
Version: 1.6R2-3
Hello,
I would like to suggest the following patch, which is another solution
to bug #395525 that only prevents the debugger from being built, thus
allowing the main shell to be built.
--- build.xml.orig 2007-03-07 14:11:26.000000000 +0000
+++ build.xml 2007-03-07 14:11:38.000000000 +0000
@@ -13,10 +13,11 @@
</target>
<target name="compile" depends="properties">
- <ant dir="toolsrc/${debugger}" target="download"/>
+ <!-- ant dir="toolsrc/${debugger}" target="download"/ -->
<javac srcdir="toolsrc"
destdir="${classes}"
includes="org/**/*.java"
+ excludes="org/mozilla/javascript/tools/debugger/**/*.java"
deprecation="on"
debug="${debug}"
target="${target-jvm}"
The patch file 02-dont_build-toolsrc.patch should also be changed
in order to remove:
- <ant antfile="toolsrc/build.xml" target="compile"/>
+ <!-- ant antfile="toolsrc/build.xml" target="compile"/ -->
Best wishes,
Bruno.
More information about the pkg-java-maintainers
mailing list