Hi,
I noticed that on windows, if I use the exec task to run a batch script which
in turn starts other processes then if kill ant then the sub-processes created
by the batch script still continues to run. I did some research on google and
found that the default java implementation of Proces
cute class allowed the process
creation code to be overridden then I could provide a new process destruction
mechanism and it will be invoked by all the built-in tasks that support the
fork attribute.
From: wolfgang häfelinger
To: Ant Developers List ; Vimil Saju
Sent: Sunday, February 12, 20
chanism to delegate
process creation to a user-defined class.
Thanks again.
Vimil
From: Stefan Bodewig
To: dev@ant.apache.org
Sent: Tuesday, February 14, 2012 4:46 AM
Subject: Re: Regarding exec task
On 2012-02-12, Vimil Saju wrote:
> So I thoug
No problem, In the mean time I will use a locally modified version of ant for
the build.
Thanks
Vimil
From: Stefan Bodewig
To: dev@ant.apache.org
Sent: Wednesday, February 22, 2012 8:35 AM
Subject: Re: Regarding exec task
On 2012-02-21, Vimil Saju wrote
Hi Stefan,
Could you please include 52706 to this release. I have already attached a
patch for 52706. We had a discussion about this a while back and couldn't put
it into 1.8.3 because it was too late for the release.
Thanks
Vimil
From: Stefan Bodewig
To: de
Reply to Ant Developers List
From: Nicolas Lalevée
To: Ant Developers List
Sent: Friday, May 25, 2012 10:33 AM
Subject: Re: Creation of a new ivy resolver
Hi Adrien,
I just saw your patch in IVY-1352. So you found out that jira is the way to go,
cool :)
A
>So this time I actually did this. I created this parentless ClassLoader and
>created a Project object from it. And what happened? The moment I tried to
>assign this object to a Project variable, I got a ClassCastException:
>org.apache.tools.ant.Project cannot be cast to
>org.apache.tools.ant.Proje
test runner code.
On Sun, Jul 22, 2012 at 5:27 AM, Vimil Saju wrote:
> >So this time I actually did this. I created this parentless ClassLoader
> and
> >created a Project object from it. And what happened? The moment I tried to
> >assign this objec
I like this feature. I have been using the local task multiple times in my
targets to name properties, this enhancement will make my build scripts much
more cleaner.
From: Ralf
To: dev@ant.apache.org
Sent: Sunday, September 16, 2012 1:59 AM
Subject: Promotion
Isn't it possible to use the "ant:current" uri to solve this issue, as
described in the link below?
http://ant.apache.org/manual/Types/antlib.html
From: Nicolas Lalevée
To: Ant Developers List
Sent: Sunday, September 16, 2012 7:21 AM
Subject: Self-referenc
Hi Anders,
Have you tried groovy script? I think groovy is completely compatible with
java. That is any valid java code is valid groovy code too.
From: Anders Rundgren
To: dev@ant.apache.org
Sent: Thursday, September 20, 2012 3:11 AM
Subject: Request - Nativ
Hi Antoine,
Sometime back I had worked on an issue related to CommandLaunchers and I
noticed that there is a VMSCommandLauncher class for launching processes on
OpenVMS. Is it possible that this code can be moved there? I think this is not
going to be straightforward but won't moving OS specifi
12 matches
Mail list logo