On Wed, 18 Jul 2001, <[EMAIL PROTECTED]> wrote:

> 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

Reply via email to