Under NetBeans 6, I make Batik a library in the Library Manager and
mount JAR files, source trees, and JavaDocs.

Michael Bishop

> -----Original Message-----
> From: Tom McCallum [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 23, 2008 9:54 AM
> To: batik-users@xmlgraphics.apache.org
> Subject: Compiling with sources
> 
> Quick problem,  this is what I did to compile the sources in 
> the jar file so that I can debug an exception I am getting 
> from within Batik with Netbeans 6 Java debug mode:
> 
> ./build.sh clean
> Edit build.xml and turn debug=on, optimise=on, deprecated=on 
> ./build.sh all-jars
> 
> Builds but still no source information.  I am using Netbeans 
> 6 as my IDE.   
> I have also tried:
> 
> ./build.sh clean
> Edit build.xml and turn debug=on, optimise=off, 
> deprecated=off ./build.sh all-jars
> 
> ./build.sh clean
> Edit build.xml and turn debug=on, optimise=off, deprecated=on 
> ./build.sh all-jars
> 
> ./build.sh clean
> Edit build.xml and turn debug=on, optimise=on, deprecated=on 
> ./build.sh compile ./build.sh jars
> 
> With  Batik 1.6 just turning debug=on used to work but cannot 
> seem to find out why it is not doing it here.
> 
> Any help would be appreciated,
> 
> Thanks
> 
> Tom
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: 
> [EMAIL PROTECTED]
> 
> 

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

Reply via email to