Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-20 Thread Ulrich Mayring

bonekrusher wrote:

I think you need to import the ant.jar

- ant.jar (located in the ant director e.g. c:\ant\lib)


Ok thanks, adding ant.jar to the classpath works. Many users of Netbeans 
(myself included) probably don't have a local installation of ant, because it 
is unnecessary.


Netbeans is based heavily on ant and supplies its own version. There is an 
ANT_HOME setting in the options panel pointing to $NETBEANS_HOME/java2/ant. 
And within that directory there is a lib directory with all the Jars, so I'd 
suggest the Setup Guide references that.


Ulrich



Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-20 Thread Ulrich Mayring

bonekrusher wrote:


I like to use a stand-a-lone version of ant. I usually keep it up to date
with what ever the Apache FOP trunk uses. If you want to add it to the wiki,
feel free to add it as an option.


I wanted to, but it's an immutable page.

Ulrich



Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Ulrich Mayring

bonekrusher wrote:

  Hi Ulrich,

Did you run an ant build first?


Yes, that is exactly what I'm trying to do, but as I wrote it fails.

Ulrich



Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Ulrich Mayring

Peter B. West wrote:


You must set up hyphenation from the OFFO site.
http://offo.sourceforge.net/hyphenation/


Ok thanks, the build works now. Maybe the SetupGuide could be updated to 
mention that this has to be done before the first ant build.


Ulrich



Re: FOPIDESetupGuide updated to Netbeans 6.5

2009-01-19 Thread Ulrich Mayring

Ulrich Mayring wrote:

Peter B. West wrote:


You must set up hyphenation from the OFFO site.
http://offo.sourceforge.net/hyphenation/


Ok thanks, the build works now. Maybe the SetupGuide could be updated to
mention that this has to be done before the first ant build.


Duh... strange. At first the build worked, but now it doesn't, there is a 
package org.apache.tools.ant missing.


Ulrich