NullPointerException during build file (1.7.1beta)

2008-06-22 Thread tdakanalisw
Hi, I have a problem when I try to run a xslt transformation with with saxon via an ant build (version 1.7.1beta). I attach the logfile for examination ( http://www.nabble.com/file/p18059517/logfile.rtf logfile.rtf ). Thanks a lot for your help! -- View this message in context: http://www.nabb

Re: Best practises for Ant Memory usage

2008-06-22 Thread Henning Bredel
On Friday 20 June 2008 15:24:56 Ravi Roy wrote: > Hi, > Thanks for your reply Henning. Yes, javac causes memory error, > following is the error message. I am using Sun JDK 1.6.0_03-b05. > ___ >__ compile: > [javac] Comp

RE: Best practises for Ant Memory usage

2008-06-22 Thread Sharma, Jaikumar
Create system variable ANT_OPTS and set the value of this to -DXms=1024M -DXmx=1024M -XX:+UseParallelGC Hope this would help, I had similar problem, which was solved using this. -Original Message- From: Ravi Roy [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2008 6:55 PM To: Ant Users