[jdom-interest] problem with "build.sh javadoc" in Beta 4

Brett McLaughlin brett.mclaughlin at lutris.com
Tue Jun 13 14:51:41 PDT 2000


> Kevin Regan wrote:
> 
> I am getting the following error when building the target "javadoc"
> on Solaris and Linux for Beta 4 (it is working on NT):
> 
> kevin at bugs 242% ./build.sh javadoc
> 
> Java and XML Build System
> -------------------
> 
> Building with classpath
> :/usr/jdk1.2.2_clean//lib/tools.jar:./lib/xerces.jar:./lib/ant.jar:/usr/jdk1.2.2_clean//lib/dev.jar
> 
> Starting Ant...
> 
> Buildfile: build.xml
> Project base dir set to: /studbox/Java/xml/jdom-b4
> Executing Target: init
> ----------- Java Document Object Model (JDOM) 1.0beta4 [2000]
> ------------
> Executing Target: prepare
> Executing Target: prepare-src
> Executing Target: javadoc
> Created dir: /studbox/Java/xml/jdom-b4/build/apidocs
> Generating Javadoc
> Parsing source files for packages
> Javadoc execution
> BUILD FATAL ERROR: Error exec:
> /studbox/Java/xml/jdom-b4/lib/bin/antRun /studbox
> /Java/xml/jdom-b4 javadoc -classpath
> "/usr/jdk1.2.2_clean//lib/tools.jar:./lib/xerces.jar:./lib/ant.jar:/usr/jdk1.2.2_clean//lib/dev.jar:"
> -sourcepath "./build/src" -d "/studbox/Java/xml/jdom-b4/build/apidocs"
> -version -author -use -splitindex -windowtitle "Java Document Object
> Model (JDOM) API" -doctitle "Java Document Object Model (JDOM)"
> -bottom "Copyright ? 2000 Brett McLaughlin, Jason Hunter. All Rights
> Reserved." "org.jdom.adapters" "org.jdom.input" "org.jdom.output"
> "org.jdom"
> 

Hmm... antRun is a little shell that allows Unix/Linux systems to run
commands from Ant. Make sure that you have lib/bin/antRun, and that it
is executable (God, I can't wait for CVS and automated builds so we get
all this crap fixed...). If that doesn't work, let me know...

chmod +x lib/bin/antRun

should do it, though, I think...

> Knowing nothing about Ant, I can't figure out what the problem is...
> :-(
> 
> --Kevin



More information about the jdom-interest mailing list