> > jarTask = project.createTask("Jar");
> 
> Unless this is a typo in the mail: Task names are case sensitive, this
> should be "jar".
> 
> > jarTask.setBasedir(new File(basedir));
> 
> If you get a NullPointerException here, this probably is because
> jarTask is null (caused by the wrong name above).
> 
> Stefan
> 

yes that did it... 

thx

Reply via email to