Re: [SOLVED] Ant unable to locate tools.jar when building FOP trunk

2008-03-16 Thread Andreas Delmelle
On Mar 15, 2008, at 23:06, John Brown wrote: snip / Another possibility: what do you get when you type 'set JAVACMD'? Just noticed that, if that variable exists and points to another java.exe, that JVM is ultimately used and JAVA_HOME is completely ignored by Ant. You found it! snip /

Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread John Brown
Hello All, I am on Windows XP, and I have the following packages installed: JDK 1.6 in c:\program files\java\jdk1.6.0_03 apache-ant-1.7.0 in c:\program files\utils\apacahe-ant-1.7.0 fop-0.94 in c:\program files\utils\fop-0.94 fop svn (svn 637076) in c:\downloads\utils\fop I set my environment

Re: Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread Andreas Delmelle
On Mar 15, 2008, at 11:44, John Brown wrote: Hi I am on Windows XP, and I have the following packages installed: snip / When I try to build fop, I get the following output: C:\Downloads\Utils\fopant Unable to locate tools.jar. Expected to find it in C:\Program Files \Java\jre1.6.

RE: Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread John Brown
Andreas Delmelle wrote: On Mar 15, 2008, at 11:44, John Brown wrote: Hi I am on Windows XP, and I have the following packages installed: When I try to build fop, I get the following output: C:\Downloads\Utils\fopant Unable to locate tools.jar. Expected to find it in C:\Program Files

Re: Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread Andreas Delmelle
On Mar 15, 2008, at 12:51, John Brown wrote: Hi John C:\Downloads\Utils\fopant Unable to locate tools.jar. Expected to find it in C:\Program Files \Java\jre1.6. 0_03\lib\tools.jar /**/ /* Why does it say this? I set JAVA_HOME to my

RE: Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread John Brown
Andreas Delmelle wrote: On Mar 15, 2008, at 12:51, John Brown wrote: Hi John C:\Downloads\Utils\fopant Unable to locate tools.jar. Expected to find it in C:\Program Files \Java\jre1.6. 0_03\lib\tools.jar /**/ /* Why does

Re: Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread Andreas Delmelle
On Mar 15, 2008, at 13:59, John Brown wrote: Hi John, Can you try running 'ant -diagnostics', and see what gives? It will give you a lot of details about the internal state, used JVM etc... Hopefully, this will provide you with a clue. Under System properties I see: java.runtime.name :

RE: Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread John Brown
Andreas Delmelle wrote: On Mar 15, 2008, at 13:59, John Brown wrote: Hi John, Can you try running 'ant -diagnostics', and see what gives? It will give you a lot of details about the internal state, used JVM etc... Hopefully, this will provide you with a clue. Under System properties I

Re: Ant unable to locate tools.jar when building FOP trunk

2008-03-15 Thread Andreas Delmelle
On Mar 15, 2008, at 14:52, John Brown wrote: [snip] So (no offense), can you re-check? Are you *absolutely* sure the JAVA_HOME variable points to an existing JDK location (no typos whatsoever?). I thought of that, but that's not it: Another possibility: what do you get when you type

Building fop trunk

2005-08-22 Thread Teus Benschop
Hi, Http://xml.apache.org/fop/compiling.html describes how to build FOP from source code and it refers to a script called build.sh. When downloading all the source code using svn co http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk, it appears the script build.sh is not there. How to