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
Von: "Hussein Badakhchani" <[EMAIL PROTECTED]>
An: "Ant Users List"
Betreff: RE: Calling ant tasks from jython
> Peter,
>
> Many thanks for your help, here are my findings:
>
> In your first example you suggested:
>
>
> import org
dir.execute()
Thanks again, you have streamlined my weblogic build process greatly :)
Cheers,
Hoos
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: 10 August 2006 16:51
To: Ant Users List
Subject: Re: Calling ant tasks from jython
I normally use project.createTas
eilly [mailto:[EMAIL PROTECTED]
Sent: 10 August 2006 16:51
To: Ant Users List
Subject: Re: Calling ant tasks from jython
I normally use project.createTask() even though it does not support
presets.
example:
y is @{y}
import java.io.File as File
d
Hello everyone,
I'm new in here and I know the basic of ANT. I use it for
compiling javacard applets. Well my problem is that I would like to know
if it is possible with ANT to run the same ANT with multiple different
.properties that I pass in my init target? Now I'm using one ANT for
ea
t.
Does anyone have an example of using an ant task in some custom Java
code, this might shed some light on what I need to do.
-Original Message-
From: Hussein Badakhchani [mailto:[EMAIL PROTECTED]
Sent: 10 August 2006 14:38
To: Ant Users List
Subject: RE: Calling ant tasks from jyth
6, Hussein Badakhchani <[EMAIL PROTECTED]> wrote:
Thanks, your right that was a typo in my message. I still have the
error.
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: 10 August 2006 14:32
To: Ant Users List
Subject: Re: Calling ant tasks from jython
-
From: Hussein Badakhchani [mailto:[EMAIL PROTECTED]
Sent: 10 August 2006 14:38
To: Ant Users List
Subject: RE: Calling ant tasks from jython
Thanks, your right that was a typo in my message. I still have the
error.
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: 10
Thanks, your right that was a typo in my message. I still have the
error.
-Original Message-
From: Peter Reilly [mailto:[EMAIL PROTECTED]
Sent: 10 August 2006 14:32
To: Ant Users List
Subject: Re: Calling ant tasks from jython
just a quick look:
Mkdir.setDir(testDir)
should be
just a quick look:
Mkdir.setDir(testDir)
should be mkdir.setDir(testDir)
Peter
On 8/10/06, Hussein Badakhchani <[EMAIL PROTECTED]> wrote:
Hello,
I am calling a jython script from my build.xml file using the script
task e.g:
I want to use ant tasks from antCallTest.py. While I d
10 matches
Mail list logo