Hi Gregor,

If you are still stuck, I have a few more ideas of things to try. 
./build.sh -version
Ant should print out its version number
(I get: Ant version 1.3 compiled on March 2 2001)

If you still get nothing, try running ant from the command line directly
(from the same directory where you have your build.sh) :
java -classpath lib/ant.jar org.apache.tools.ant.Main -version

and see if you get anything.
If the second works and the first doesn't, there's something amiss with
your build.sh file. Perhaps you could attach it to your next mail. I
tend to think the problem is in your build.sh and not your build.xml.

If you get ant to print its version number, then at least it is starting
up. In that case, try using the -verbose
switch which should print out lots of stuff, starting with the version,
the build file name, the java version, the OS ....

Good luck,
Karen

"Gregor N. Purdy" wrote:
> 
> All --
> 
> On 11 Jul 2001 11:12:50 -0400, Gregor N. Purdy wrote:
> > Its been some time since I've been able to build fop from CVS. I just
> > completed a fresh checkout of xml-fop and when I run ./build.sh, the
> > thing just hangs after printing "Starting Ant...".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to