Try "jar", not "Jar"
Conor
----- Original Message -----
From: "Jens Kumpfm�ller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 18, 2001 5:05 PM
Subject: using existing task in own task
> hi,
>
> i tried to use the Jar task in my own task:
>
> Jar jarTask;
> jarTask = (Jar)project.createTask("Jar");
> jarTask.setBasedir(new File(basedir));
>
>
> but i always get a NUllPointerException at the third line.
>
> so what's wrong with it?
>
> thx
>
> jens
>
- using existing task in own task Jens Kumpfm�ller
- Passing classpath to a sub-project with the ant task Conor MacNeill
- Passing classpath to a sub-project with the ant ... Jesse Stockall
