CVS update 2001-06-20 10:45ish UTC
1. offline-javadoc not documented in ./build.sh usage
2../build.sh offline-javadoc warning:
[javadoc] Building tree for all the packages and classes...
[javadoc] javadoc: warning - Method org.dom4j.DocumentHelper.parseText
[javadoc] documents that it throws org.xml.sax.SAXException, // ..."but
it doesn't" - I've mis-copied the message
3. ./build.sh all bombs with a Permission denied on build.bat (!)
====
[thomasn@hyperion dom4j-coming-soon-0.5]$ ./build.sh
all
Buildfile: build.xml
init:
[echo] ----------- dom4j coming-soon-0.5 [2001] ------------
clean:
[delete] Deleting directory /usr/local/dom4j-coming-soon-0.5/build
prepare:
[mkdir] Created dir: /usr/local/dom4j-coming-soon-0.5/build
prepare-src:
[mkdir] Created dir: /usr/local/dom4j-coming-soon-0.5/build/src
[mkdir] Created dir: /usr/local/dom4j-coming-soon-0.5/build/classes
[copy] Copying 260 files to /usr/local/dom4j-coming-soon-0.5/build/src
[copy] Copied 3 empty directories to
/usr/local/dom4j-coming-soon-0.5/build/src
prepare-grammars:
[java] ANTLR Parser Generator Version 2.7.1 1989-2000 jGuru.com
[java] ANTLR Parser Generator Version 2.7.1 1989-2000 jGuru.com
collections:
compile:
[javac] Compiling 248 source files to
/usr/local/dom4j-coming-soon-0.5/build/classes
package:
BUILD FAILED
/usr/local/dom4j-coming-soon-0.5/build.xml:212:
java.io.FileNotFoundException: /usr/local/dom4j-coming-soon-0.5/build.ba
t (Permission denied)
--- Nested Exception ---
java.io.FileNotFoundException: /usr/local/dom4j-coming-soon-0.5/build.bat
(Permission denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at java.io.FileOutputStream.<init>(FileOutputStream.java:132)
at org.apache.tools.ant.taskdefs.FixCRLF.execute(FixCRLF.java:368)
at org.apache.tools.ant.Target.execute(Target.java:153)
at org.apache.tools.ant.Project.runTarget(Project.java:898)
at org.apache.tools.ant.Project.executeTarget(Project.java:536)
at org.apache.tools.ant.Project.executeTargets(Project.java:510)
at org.apache.tools.ant.Main.runBuild(Main.java:421)
at org.apache.tools.ant.Main.main(Main.java:149)
Total time: 17 seconds
====
This might be some peculiarity of file permissions going via WinCVS -
apologies if so.
ls -l in DOM4J_HOME (I dropped the CVS snapshot into the coming-soon dir)
gives:
====
[thomasn@hyperion dom4j-coming-soon-0.5]$ ls -l
total 80
drwxr-xr-x 2 thomasn nobody 4096 Jun 20 11:33 CVS/
drwxr-xr-x 4 thomasn thomasn 4096 Jun 20 12:00 build/
-r-xr-xr-x 1 thomasn nobody 515 Dec 20 2000 build.bat*
-r-xr--r-- 1 thomasn nobody 446 Apr 12 15:27 build.sh*
-r-xr--r-- 1 thomasn nobody 26417 Jun 20 11:23 build.xml*
-r-xr--r-- 1 thomasn nobody 23 Mar 30 12:05 cp.bat*
drwxr-xr-x 3 thomasn nobody 4096 Jun 20 11:33 lib/
-r-xr--r-- 1 thomasn nobody 3341 Jun 20 11:23 readme.html*
-r-xr--r-- 1 thomasn nobody 473 Dec 20 2000 run.bat*
-r-xr--r-- 1 thomasn nobody 389 Feb 2 14:02 run.sh*
-r-xr--r-- 1 thomasn nobody 502 Apr 12 11:54 runjaxp.bat*
-r-xr--r-- 1 thomasn nobody 494 Dec 21 2000 runnojit.bat*
drwxr-xr-x 8 thomasn nobody 4096 Jun 20 11:33 src/
drwxr-xr-x 8 thomasn nobody 4096 Jun 20 11:33 xml/
====
Will return to daily tarball for now.
Regards,
Thomas.
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev