Regarding exec task

2012-02-12 Thread Vimil Saju
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

Re: Regarding exec task

2012-02-12 Thread Vimil Saju
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

Re: Regarding exec task

2012-02-14 Thread Vimil Saju
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

Re: Regarding exec task

2012-02-22 Thread Vimil Saju
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

Re: [VOTE] Release Ant 1.8.4

2012-05-22 Thread Vimil Saju
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

Re: Creation of a new ivy resolver

2012-05-25 Thread Vimil Saju
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

Re: controlling ClassLoader when programmatically invoking Ant

2012-07-22 Thread Vimil Saju
>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

Re: controlling ClassLoader when programmatically invoking Ant

2012-07-22 Thread Vimil Saju
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

Re: Promotion: Bugzilla 53723 - [Patch] Local task: local by prefix, all local, New: global task

2012-09-16 Thread Vimil Saju
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

Re: Self-referencing Antlib limitation

2012-09-16 Thread Vimil Saju
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

Re: Request - Native Java "Script" Support

2012-09-20 Thread Vimil Saju
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

Re: svn commit: r1476822 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Execute.java

2013-04-28 Thread Vimil Saju
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