From 854d7cedcf516c002beb221dd4f31de089a4e11f Mon Sep 17 00:00:00 2001 From: "nboyd%atg.com" Date: Thu, 6 Dec 2001 14:26:26 +0000 Subject: [PATCH] Hello ! I'm the maintainer of JPackage project rhino package (see jpackage.sourceforge.net). I just found two problems for building it (version 1.52 from cvs): - the property src.debugger is badly initialised in toolsrc/build.xml. See patch attached for correction. Moreover, this was a real pain to make offline building possible. I guess it's a licensing problem that prevents you including those files in rhino sources ? - the produced javadoc has an empty (0 sized) package-list file. Have you got any idea why ? -- Guillaume Rousse GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html git-svn-id: svn://10.0.0.236/trunk@109835 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/rhino/toolsrc/build.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mozilla/js/rhino/toolsrc/build.xml b/mozilla/js/rhino/toolsrc/build.xml index de4643e4e55..52e37911381 100644 --- a/mozilla/js/rhino/toolsrc/build.xml +++ b/mozilla/js/rhino/toolsrc/build.xml @@ -9,11 +9,9 @@ Requires Ant version 1.2 + value="org/mozilla/javascript/tools/debugger"/> -