How can I patch Ant?

2008-06-25 Thread tdakanalisw
Hi, I have a problem that has been solved in trunk but I don't know how to include the correct class in the 1.7.1beta binary distribution. Could anyone please tell me what is the procedure in order to patch Ant and replace the class http://svn.apache.org/viewvc?view=rev&revision=671018 ? Unfortu

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: AW: NullPointerException in PropertyHelper.setProperty

2008-05-29 Thread tdakanalisw
Hi again, and thanks for your reply Jan, the problem occurs when I call the init() function wherever it is placed. I have try many different positions for that function but it fails. The last test I made was the following: Project p = new Project(); p.init(); ...BUT NOTHING AGAIN :-( . Ιs it p

NullPointerException in PropertyHelper.setProperty

2008-05-28 Thread tdakanalisw
Hi, I don't know if I am in the right forum. I have the following problem. I have create a Web Service which transforms a file from html to xml. When I call that WS I get the following error: java.lang.NullPointerException at java.util.Hashtable.put(Unknown Source) at org.apache.tools.ant.Propert