Re: NullPointerException with ant Javac() api

2008-04-16 Thread Paolo
Thank you very much! that did the trick! And thanks for the link! Paolo On Wed, 16 Apr 2008 07:24:36 +0200 <[EMAIL PROTECTED]> wrote: > Your task doesnt have a reference to your project, therefore > task.getProject() returns null > > Try setting the project reference >

NullPointerException with ant Javac() api

2008-04-15 Thread Paolo
's on the last instruction of this snippet, task.execute()) so i guess i screwed up with all the Path stuff.. But how to create and set up a Path object to feed Javac object? thanks in advance, Paolo public void subsystemCreate(String id, String poolSize) {

Error when using 'ant install' command

2008-04-05 Thread Paolo Futre
I'm new to using Ant and am having a problem when using the 'ant install' command. I've devloped a servlet and am attempting to deploy it onto Apache Tomcat. I've compiled it successfully using the 'ant' command but when I try and run the 'ant install' command, I get the following error on the i