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
>
'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) {
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