RE: RE: Calling ant tasks from jython

2006-08-10 Thread Hussein Badakhchani
Antoine, Thanks for the correction and explanation, I'll give it a go. Cheers, Hoos -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 23:24 To: Ant Users List Subject: Re: RE: Calling ant tasks from jython Hello Hussein, the first ve

Re: RE: Calling ant tasks from jython

2006-08-10 Thread Antoine Levy-Lambert
Hello Hussein, the first version needs a line like : mkdir.setProject(project); before mkdir.execute(); the reason is that execute() contains calls to log and requires the project object to be set. Regards, Antoine Original-Nachricht Datum: Thu, 10 Aug 2006 21:33:51 +0100