[GitHub] [ant] asfgit closed pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-04-18 Thread via GitHub
asfgit closed pull request #197: Handling forked VM timeout in a similar way to junit ant task URL: https://github.com/apache/ant/pull/197 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [ant] jaikiran commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-04-18 Thread via GitHub
jaikiran commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1512565293 The change in this PR looks fine to me. A test can be added separately - I haven't found the time to try and help you get the test implemented/run. I'll go ahead and merge this now and will ad

[GitHub] [ant] tkowalcz commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-02-20 Thread via GitHub
tkowalcz commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1436945641 @jaikiran I'm sorry but I was unable to run the tests. After implementing your instructions the `LegacyXmlResultFormatterTest` was run but there was no mention of `JUnitLauncherTaskTest` being

[GitHub] [ant] tkowalcz commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-02-06 Thread via GitHub
tkowalcz commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1419282632 Thanks. I will give it a try and let you know. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [ant] jaikiran commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-02-06 Thread via GitHub
jaikiran commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1419267691 > When I build the project the tests do not seem to be executed Some of the tasks in Ant, including the `junitlauncher` aren't part of the "core". You will have to first fetch the depen

[GitHub] [ant] tkowalcz commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-02-06 Thread via GitHub
tkowalcz commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1419257202 Hi, actually I had problems running the tests in the first place. When I build the project the tests do not seem to be executed (build pass even when I introduce failing assertion). I can late

[GitHub] [ant] jaikiran commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-02-06 Thread via GitHub
jaikiran commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1419253719 Hello Tomasz, I don't want to rush you, but if writing a test is proving to be time consuming or complicated, do let me know and I'll merge this fix (which looks good to me) and I'll add a tes

[GitHub] [ant] tkowalcz commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-01-16 Thread GitBox
tkowalcz commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1383728622 Thanks for review. I will make changes as you suggested and of course write a test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [ant] tkowalcz commented on a diff in pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-01-16 Thread GitBox
tkowalcz commented on code in PR #197: URL: https://github.com/apache/ant/pull/197#discussion_r1071004085 ## src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/JUnitLauncherTask.java: ## @@ -330,7 +330,20 @@ private void forkTest(final TestDefinition test) {

[GitHub] [ant] tkowalcz commented on a diff in pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-01-16 Thread GitBox
tkowalcz commented on code in PR #197: URL: https://github.com/apache/ant/pull/197#discussion_r1071003296 ## src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/JUnitLauncherTask.java: ## @@ -330,7 +330,20 @@ private void forkTest(final TestDefinition test) {

[GitHub] [ant] jaikiran commented on pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-01-12 Thread GitBox
jaikiran commented on PR #197: URL: https://github.com/apache/ant/pull/197#issuecomment-1381175943 Thank you Tomasz for this PR. I think this change looks fine. Could you add a test case to verify this change works as expected. We have a junitlauncher test class at `src/tests/junit/org/apa

[GitHub] [ant] jaikiran commented on a diff in pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-01-12 Thread GitBox
jaikiran commented on code in PR #197: URL: https://github.com/apache/ant/pull/197#discussion_r1068816591 ## src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/JUnitLauncherTask.java: ## @@ -330,7 +330,20 @@ private void forkTest(final TestDefinition test) {

[GitHub] [ant] jaikiran commented on a diff in pull request #197: Handling forked VM timeout in a similar way to junit ant task

2023-01-12 Thread GitBox
jaikiran commented on code in PR #197: URL: https://github.com/apache/ant/pull/197#discussion_r1068816123 ## src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/confined/JUnitLauncherTask.java: ## @@ -330,7 +330,20 @@ private void forkTest(final TestDefinition test) {

[GitHub] [ant-ivy] maartenc merged pull request #95: IVY-1631: ivy:retrieve Ant task and empty FileSet bug

2021-11-24 Thread GitBox
maartenc merged pull request #95: URL: https://github.com/apache/ant-ivy/pull/95 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@a

[GitHub] [ant-ivy] jaikiran commented on pull request #95: IVY-1631: ivy:retrieve Ant task and empty FileSet bug

2021-11-24 Thread GitBox
jaikiran commented on pull request #95: URL: https://github.com/apache/ant-ivy/pull/95#issuecomment-977880327 Thank you Maarten for the updated tests. They look fine to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [ant-ivy] maartenc commented on pull request #95: IVY-1631: ivy:retrieve Ant task and empty FileSet bug

2021-11-24 Thread GitBox
maartenc commented on pull request #95: URL: https://github.com/apache/ant-ivy/pull/95#issuecomment-977820162 Thanks for the review @jaikiran, the path creation is ok (we use that as a workaround for the moment), but just to be sure I've added some extra checks to the junit test. I'

[GitHub] [ant-ivy] jaikiran commented on pull request #95: IVY-1631: ivy:retrieve Ant task and empty FileSet bug

2021-11-23 Thread GitBox
jaikiran commented on pull request #95: URL: https://github.com/apache/ant-ivy/pull/95#issuecomment-977473905 Hello @maartenc, this looks good to me. One question - The `retrieve` also has a `pathId` which creates a path out of the retrieved artifacts. Is that affected by this issue too an

[GitHub] [ant-ivy] maartenc opened a new pull request #95: IVY-1631: ivy:retrieve Ant task and empty FileSet bug

2021-11-23 Thread GitBox
maartenc opened a new pull request #95: URL: https://github.com/apache/ant-ivy/pull/95 IVY-1631: when the ivy:retrieve Ant task retrieves the jars to a non-empty directory, but the retrieve task itself didn't retrieve any files, the created fileset was not empty but contained the exi

Re: ant task mail fails on jdk10

2018-07-03 Thread Stefan Bodewig
On 2018-07-03, Jan Matèrne (jhm) wrote: > We already have something: > mail: "This task may depend on external libraries that are not included in > the Ant distribution. See Library Dependencies for more information." > dependencies: > "mail.jar Mail task with Mime encoding, and the MimeMail t

Re: ant task mail fails on jdk10

2018-07-03 Thread Gintautas Grigelionis
I had run "ant -f fetch -Ddest=system" before. > > > Jan > > > > > -Ursprüngliche Nachricht----- > > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > > Gesendet: Dienstag, 3. Juli 2018 07:43 > > An: 'Ant Developers List' > >

AW: ant task mail fails on jdk10

2018-07-02 Thread jhm
Ursprüngliche Nachricht- > Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > Gesendet: Dienstag, 3. Juli 2018 07:43 > An: 'Ant Developers List' > Betreff: AW: ant task mail fails on jdk10 > > We already have something: > mail: "This task may depend on exte

AW: ant task mail fails on jdk10

2018-07-02 Thread jhm
hat changed with Java10? Jan > -Ursprüngliche Nachricht- > Von: Stefan Bodewig [mailto:bode...@apache.org] > Gesendet: Montag, 2. Juli 2018 18:00 > An: dev@ant.apache.org; Simon IJskes - QCG > Betreff: Re: ant task mail fails on jdk10 > > Thank you, Simon > > On 20

Re: ant task mail fails on jdk10

2018-07-02 Thread Stefan Bodewig
Thank you, Simon On 2018-07-02, Simon IJskes - QCG wrote: > As bugzilla is unreachable for now: > > subject="Testemail" > > > > > $ JAVA_HOME=/usr/lib/jvm/java-8-oracle/ > ~/opt/apache-ant-1.10.4/bin/ant _testmail > runs ok. > _testmail: > [mail]

ant task mail fails on jdk10

2018-07-02 Thread Simon IJskes - QCG
As bugzilla is unreachable for now: subject="Testemail" > $ JAVA_HOME=/usr/lib/jvm/java-8-oracle/ ~/opt/apache-ant-1.10.4/bin/ant _testmail runs ok. _testmail: [mail] Sending email: Testemail [mail] Sent email with 0 attachments $ JAVA_HO

RE: Apache Ivy - CLI equivalent to ivy:deliver Ant task

2013-01-17 Thread Michael Nuzzo
dauf Subject: Apache Ivy - CLI equivalent to ivy:deliver Ant task Hi, I'd like to add an equivalent to the task to the Ivy command line interface. A bit of background, I'm working on piloting ivy for dependency management. We'd like to avoid Ant just for dependency resolution

Apache Ivy - CLI equivalent to ivy:deliver Ant task

2013-01-17 Thread Michael Nuzzo
Hi, I'd like to add an equivalent to the task to the Ivy command line interface. A bit of background, I'm working on piloting ivy for dependency management. We'd like to avoid Ant just for dependency resolution and getting artifacts. We've gotten a basic project getting dependencies using A

Proposed improvement to the Ivy Install ant task

2012-11-28 Thread Neil Miller
Hi all, I have a enhancement to the Ivy Install ant task that I'm looking at working on and would like some feedback before I start. My use case is this: I have an existing Ivy repository and I wish to install a new module and it's dependencies, but I would not like it to ove

AW: Ant Task Documentation

2011-06-17 Thread Jan Matèrne
nr...@web.de > Betreff: Re: Ant Task Documentation > > 2011/6/16 Grüner Heinrich : > > > >     Hi, > > > >     I've written a couple of own tasks for which I want to generate > >     help files via javadoc. > >     This documentation should look like

Re: Ant Task Documentation

2011-06-16 Thread Matt Benson
gendoc at http://ant.apache.org/antlibs/sandbox.html . However, this never took off. In my experience the manual page of a given Ant task is cloned from some other such page. Matt - To unsubscribe, e-mail: dev-unsubscr...@

Ant Task Documentation

2011-06-16 Thread Grüner Heinrich
Hi, I've written a couple of own tasks for which I want to generate help files via javadoc. This documentation should look like the original ant documentation. Can anyone provide a javadoc set up or doclet? Are there any efforts to generate the documentation of the

Re: "Replace" ANT task overwrites read-only files

2010-11-02 Thread Antoine Levy Lambert
On 11/2/10 10:28 AM, Marco Sambin - NeoLogica wrote: Hi Antoine, thanks for your feedback. Yes, I would like to open a bug report for this issue (Ant should NOT perform replace on read-only files by default, while the current version does overwrite the read-only files). Should I open the bug d

RE: "Replace" ANT task overwrites read-only files

2010-11-02 Thread Marco Sambin - NeoLogica
small variations in each project. In any case, the issue of the task is there: it shall NOT act on read-only files. Regards, Marco -Original Message- From: Jon Stevens [mailto:latch...@gmail.com] Sent: giovedì 28 ottobre 2010 22:44 To: Ant Developers List Subject: Re: "Rep

RE: "Replace" ANT task overwrites read-only files

2010-11-02 Thread Marco Sambin - NeoLogica
/bugzilla/, then filing the bug report), or should we follow an alternative way? Thanks in advance and best regards, Marco -Original Message- From: Antoine Levy-Lambert [mailto:anto...@gmx.de] Sent: giovedì 28 ottobre 2010 15:42 To: Ant Developers List Subject: Re: "Replace"

Re: "Replace" ANT task overwrites read-only files

2010-10-28 Thread Jon Stevens
Sounds like an overcomplicated, brittle and error prone way to develop code. jon On Thu, Oct 28, 2010 at 2:51 AM, Marco Sambin - NeoLogica < marco.sam...@neologica.it> wrote: > Hi. > > I am using a ANT task in my build.xml in order to implement a > kind > of "cond

Re: "Replace" ANT task overwrites read-only files

2010-10-28 Thread Antoine Levy-Lambert
- NeoLogica wrote: Hi. I am using a ANT task in my build.xml in order to implement a kind of "conditional compilation" in my Netbeans Java project. Replacing works as expected, except for one point: it is able to replace strings also on read-only files (which then become read-write after repl

"Replace" ANT task overwrites read-only files

2010-10-28 Thread Marco Sambin - NeoLogica
Hi. I am using a ANT task in my build.xml in order to implement a kind of "conditional compilation" in my Netbeans Java project. Replacing works as expected, except for one point: it is able to replace strings also on read-only files (which then become read-write after replace). Thi

AW: AW: how to call a predefined target or macroin build.xml from Custom Ant task

2009-09-03 Thread Jan.Materne
how to call a predefined target or macroin >build.xml from Custom Ant task > > >Thank You Jon, this rocks.. > >instead of createTask() every time, is there a way to reuse the already >existing one (either may be created by xml files or with in >other script >file..) &

Re: AW: how to call a predefined target or macroin build.xml from Custom Ant task

2009-09-03 Thread Raja Nagendra Kumar
many times). Regards, Raja Nagendra Kumar TejaSoft -- View this message in context: http://www.nabble.com/how-to-call-a-predefined-target-or-macroin-build.xml-from-Custom-Ant-task-tp25260761p25271525.html Sent from the Ant - Dev mailing list archive at Nabble.com

AW: how to call a predefined target or macroin build.xml from Custom Ant task

2009-09-02 Thread Jan.Materne
Kumar [mailto:nagendra.r...@tejasoft.com] >Gesendet: Mittwoch, 2. September 2009 20:25 >An: dev@ant.apache.org >Betreff: Re: how to call a predefined target or macroin >build.xml from Custom Ant task > > >Hi, > >I see there is a way to execut target using >getProje

Re: how to call a predefined target or macroin build.xml from Custom Ant task

2009-09-02 Thread Raja Nagendra Kumar
Hi, I see there is a way to execut target using getProject().executeTarget().. but don't find a way to execute the macro. Any pointers pl. Regards, Nagendra -- View this message in context: http://www.nabble.com/how-to-call-a-predefined-target-or-macroin-build.xml-from-Custom-Ant

how to call a predefined target or macroin build.xml from Custom Ant task

2009-09-02 Thread Raja Nagendra Kumar
calling one target from other either by depends. Regards, Raja Nagendra Kumar, C.T.O www.tejasoft.com -- View this message in context: http://www.nabble.com/how-to-call-a-predefined-target-or-macroin-build.xml-from-Custom-Ant-task-tp25260761p25260761.html Sent from the Ant - Dev mailing list

sshexec ant task: environment variables

2009-07-07 Thread Lucasnoletode Arruda
Hi devs, I've a fix for one issue that I've been going through while using SSHExec optional task. See the following URL. http://stackoverflow.com/questions/1074385/sshexec-ant-task-environment-variables problem description: = I'm using SSHExec ant task to conn

Re: ant task for create a package

2009-07-01 Thread Stefan Bodewig
[please note that this question had better been sent to the user mailing list] On 2009-06-30, Patnaik, Anjela wrote: > I saw in the mailing archives that someone had submitted a custom > task to run pkgmk via ant. > I'd like to know if it's part of ant No, it has not become part of Ant. > and

ant task for create a package

2009-06-30 Thread Patnaik, Anjela
Hello all, I've a java application that is built using ant. Now, this app also includes config file, text files, shell scripts, etc. and I am looking to package all these files somehow and use pkgmk to generate a solaris package. I'd then install the package on a separate solaris machine using

Re: Patch to change URL for ant task for doxygen

2008-07-01 Thread Stefan Bodewig
On Sun, 29 Jun 2008, Karthik Kumar <[EMAIL PROTECTED]> wrote: > I am attaching herewith a patch (for external.xml) to change the > same. Patch was fine, thanks. committed, site should update automatically in a few hours. Stefan --

Patch to change URL for ant task for doxygen

2008-06-29 Thread Karthik Kumar
Hi - I had previously submitted an ant task for doxygen here, that is listed in the external tasks page - http://ant.apache.org/external.html . I have changed the URL of the software and was curious if the new URL could be changed in the external tasks page. I am attaching herewith a patch

Re: Looking for home for DBPatch Ant task

2008-04-22 Thread Andrus Adamchik
On Apr 22, 2008, at 11:54 AM, Stefan Bodewig wrote: * figure out how to release Get the Ant community more involved would be an important point here. Totally. I will need help from the Ant dev community with the release tasks. And also it goes without saying that if anyone is interested

Re: Looking for home for DBPatch Ant task

2008-04-22 Thread Stefan Bodewig
On Tue, 22 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > On Apr 22, 2008, at 7:31 AM, Stefan Bodewig wrote: >> * removed the tabs > > Doing Eclipse upgrades too often and losing preferences in the > process... I'll patch that. That's what a version controlled ~/.emacs.d directory is go

Re: Looking for home for DBPatch Ant task

2008-04-22 Thread Andrus Adamchik
On Apr 22, 2008, at 7:31 AM, Stefan Bodewig wrote: I've not created a trunk/tags structure for now since it may be a bit too much for a sandbox component. We could easily restructir it later. Excellent, thanks! * removed the @author tags - we don't use them in Ant I will do that. * remo

Re: Looking for home for DBPatch Ant task

2008-04-21 Thread Stefan Bodewig
On Fri, 18 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > Hi Stefan, > > I just checked in the DBPatch structure compatible with other Antlib > projects (generated using new Antlib build script). Here is the URL > to copy (that would become > "https://svn.apache.org/repos/asf/ant/sandbox/

Re: Looking for home for DBPatch Ant task

2008-04-18 Thread Andrus Adamchik
Hi Stefan, I just checked in the DBPatch structure compatible with other Antlib projects (generated using new Antlib build script). Here is the URL to copy (that would become "https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/trunk ") : https://svn.apache.org/repos/asf/cayenne/s

Re: Looking for home for DBPatch Ant task

2008-04-15 Thread Stefan Bodewig
On Tue, 15 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > On Apr 15, 2008, at 7:26 AM, Stefan Bodewig wrote: >> >> Those Antlibs require three PMC members to support them in order to >> get any release done. > > Fair enough. I wasn't aware of the Antlibs subproject, but after > some diggi

Re: Looking for home for DBPatch Ant task

2008-04-15 Thread Andrus Adamchik
Hi Stefan, On Apr 15, 2008, at 7:26 AM, Stefan Bodewig wrote: Hi Andrus On Thu, 10 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: I developed an Ant task to maintain an evolving database schema via a series of SQL scripts called "db patches". Now looking for an adv

Re: Looking for home for DBPatch Ant task

2008-04-14 Thread Stefan Bodewig
Hi Andrus On Thu, 10 Apr 2008, Andrus Adamchik <[EMAIL PROTECTED]> wrote: > I developed an Ant task to maintain an evolving database schema via > a series of SQL scripts called "db patches". Now looking for an > advice from the Ant community on what would be a good hom

Re: Looking for home for DBPatch Ant task

2008-04-12 Thread ruel loehr
I've also had to develop a homebaked solution to do the same. +1 for getting it into ant or at least hosting it somewhere. Since ant-contrib is all but dead, is it time for a new "official" ant-contrib project? Andrus Adamchik-4 wrote: > > I developed an An

Looking for home for DBPatch Ant task

2008-04-10 Thread Andrus Adamchik
I developed an Ant task to maintain an evolving database schema via a series of SQL scripts called "db patches". Now looking for an advice from the Ant community on what would be a good home for such task. Some background... The task was developed by a single ASF committer (

DO NOT REPLY [Bug 14930] - Ant task for a web based get for merent pvcs

2007-08-19 Thread bugzilla
ONTFIX Summary|Ant task for a web based get|Ant task for a web based get |for merent pvcs |for merent pvcs --- Additional Comments From [EMAIL PROTECTED] 2007-08-19 10:07 --- Marking as wontfix -- Configure bugmail: http://issues.apache.org/bu

AW: AW: JSMin Ant Task

2007-06-06 Thread Jan.Materne
done rev 544798 Jan >-Ursprüngliche Nachricht- >Von: Matt Haynes [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 6. Juni 2007 12:08 >An: Ant Developers List >Betreff: Re: AW: JSMin Ant Task > >Ok, not sure what happened there. Here is patch again: >

Re: AW: JSMin Ant Task

2007-06-06 Thread Matt Haynes
@@ + + +The JSMin Ant task can be used for the automated minification of javascript files +in your build and deploy processes. + +JSMin is a filter which removes comments and unnecessary whitespace from javascript

AW: JSMin Ant Task

2007-06-06 Thread Jan.Materne
The patch didnt come through. Could you send it inline? Jan >-Ursprüngliche Nachricht- >Von: Matthew Haynes [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 5. Juni 2007 23:29 >An: dev@ant.apache.org >Betreff: JSMin Ant Task > >Hi there, > >I have written

JSMin Ant Task

2007-06-05 Thread Matthew Haynes
process when using Ant. More info can be found at: http://code.google.com/p/jsmin-ant-task/ I have attached a patch for the external.xml file as specified in the FAQ. Many thanks, Matt - To unsubscribe, e-mail: [EMAIL

Re: How to contribute an optional Ant task (ccfindmerge)?

2007-05-18 Thread Kevin Jackson
I thought that maybe other Ant/ClearCase users out there could use this task too, so I would like to contribute CCFindmerge to the Apache Ant codebase. However, I am not quite sure about how to go about it (sorry, it's my first time here). No worries. I have read the instructions at http://www

How to contribute an optional Ant task (ccfindmerge)?

2007-05-18 Thread Fabio Gavilondo
Hello Ant contributers, The ClearCase optional tasks ( http://ant.apache.org/manual/OptionalTasks/clearcase.html) don't offer support for merge operations. I have written a 'CCFindmerge' task that inherits from org.apache.tools.ant.taskdefs.optional.clearcase.ClearCase, pretty much in the same v

DO NOT REPLY [Bug 42410] New: - New ant task sugestion...

2007-05-14 Thread bugzilla
gzilla/show_bug.cgi?id=42410 Summary: New ant task sugestion... Product: Ant Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Core tasks Assi

DO NOT REPLY [Bug 29236] - Ant options on ant task

2007-03-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30569] - basedir is not set correctly when calling subant task through ant task

2007-02-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-11 Thread Matt Benson
--- Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi Matt, > > > I have checked in code to fix this. Those > > experiencing the problem might want to test > against a > > build from SVN HEAD to verify the problem is fixed > for > > them. It wouldn't hurt to remind the Maven folks > to > > set the

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Kevin Jackson
Hi Matt, I have checked in code to fix this. Those experiencing the problem might want to test against a build from SVN HEAD to verify the problem is fixed for them. It wouldn't hurt to remind the Maven folks to set the Project instance on artifacts they create, either. That was quick! And

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Peter Reilly <[EMAIL PROTECTED]> > wrote: > > > It looks like it is some strange stuff with > > path through the code that just avoids an NPE in > > ant.1.6.5. > [SNIP] > > I am not sure how to fix this in ant. > > > > I've got it. It is indee

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > It looks like it is some strange stuff with > path through the code that just avoids an NPE in > ant.1.6.5. [SNIP] > I am not sure how to fix this in ant. > I've got it. It is indeed a case of the Maven code not having set Project references on the

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Peter Reilly
with Ant 1.7.0. > > -Matt > > --- Loic Jay <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have submitted the following problem to the > Maven > > mailing list which > > redirected me to this Ant mailing list. > > > >

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Matt Benson
ing problem to the > Maven > > mailing list which > > redirected me to this Ant mailing list. > > > > The problem occurs when I use the maven ant task > > 2.0.4 with Ant 1.7.0. > > The fileset created by the > task > > raises a > > NullPointe

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Matt Benson
this problem only showed up with Ant 1.7.0. -Matt --- Loic Jay <[EMAIL PROTECTED]> wrote: > Hi, > > I have submitted the following problem to the Maven > mailing list which > redirected me to this Ant mailing list. > > The problem occurs when I use the maven ant ta

Maven Ant Task problem when used with Ant 1.7.0

2007-01-10 Thread Loic Jay
Hi, I have submitted the following problem to the Maven mailing list which redirected me to this Ant mailing list. The problem occurs when I use the maven ant task 2.0.4 with Ant 1.7.0. The fileset created by the task raises a NullPointerException when used in the Ant task. The following

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-09 Thread Kevin Jackson
Hi, Are the maven ant task supposed to work with the last Ant 1.7.0 version ? Any idea about what causes this problem ? Ant 1.7 introduced the concept of ResourceCollections, this code would have affected filesets, but I cannot diagnose the problem further without a full

DO NOT REPLY [Bug 12334] - REQUEST: Ant task doesn't allow attachment of a build listener

2006-12-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30569] - basedir is not set correctly when calling subant task through ant task

2006-11-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 12334] - REQUEST: Ant task doesn't allow attachment of a build listener

2006-11-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Ant task to gpg sign artefacts

2006-10-30 Thread Antoine Levy-Lambert
Hi, I have created in jakarta-sandbox, subproject openpgp an ant task to GPG sign artefacts. The openpgp library itself has been created by Brett Porter & Stefan Bodewig. There is no release of openpgp, but you can see the documentation online. I will probably have to go the extra ste

DO NOT REPLY [Bug 12334] - REQUEST: Ant task doesn't allow attachment of a build listener

2006-10-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

AW: Equivalent ant task for the listed java commancd

2006-10-04 Thread Jan.Materne
You can use to start java programs. Jan >-Ursprüngliche Nachricht- >Von: Parameswaran [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 4. Oktober 2006 14:51 >An: dev@ant.apache.org >Betreff: Equivalent ant task for the listed java commancd > > >hi all >i am u

Equivalent ant task for the listed java commancd

2006-10-04 Thread Parameswaran
input jar file, and " ejb_outbounddeliveryprofile.jar" is the output file. I need to use ant task to acheive the above mentioned java command. -- View this message in context: http://www.nabble.com/Equivalent-ant-task-for-the-listed-java-commancd-tf2382138.html#a6638937 Sent from the Ant - Dev mail

DO NOT REPLY [Bug 12334] - REQUEST: Ant task doesn't allow attachment of a build listener

2006-09-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34516] - Java ant task crashes JVM if not forked

2006-09-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 12334] - REQUEST: Ant task doesn't allow attachment of a build listener

2006-08-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40302] - Ant Task Junit, with attribute fork set to true, it is not possible to get a VM Thread dump

2006-08-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40302] New: - Ant Task Junit, with attribute fork set to true, it is not possible to get a VM Thread dump

2006-08-22 Thread bugzilla
gzilla/show_bug.cgi?id=40302 Summary: Ant Task Junit, with attribute fork set to true, it is not possible to get a VM Thread dump Product: Ant Version: unspecified Platform: Other OS/Version: other Status: NEW Se

DO NOT REPLY [Bug 4066] - Ant task and classpath

2006-07-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug

RE: CUnit ant task

2006-06-16 Thread Prasad Khambete
PROTECTED] Sent: Thursday, June 15, 2006 10:15 PM To: dev@ant.apache.org Subject: AW: CUnit ant task >Hello > >In our project our unit tests are executable files. >I wanted to have something like Ant's JUnit task to be used with >CruiseControl. > >For this I modified th

RE: AW: CUnit ant task

2006-06-16 Thread Prasad Khambete
] Sent: Friday, June 16, 2006 2:40 AM To: Ant Developers List Subject: Re: AW: CUnit ant task [EMAIL PROTECTED] wrote: >> Hello >> >> In our project our unit tests are executable files. >> I wanted to have something like Ant's JUnit task to be used with >> Cruis

Re: AW: CUnit ant task

2006-06-16 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Hello In our project our unit tests are executable files. I wanted to have something like Ant's JUnit task to be used with CruiseControl. For this I modified the Ant JUnit task to have a CUnit task (its a little bit of a hack because I wanted to get something that

AW: CUnit ant task

2006-06-15 Thread Jan.Materne
>Hello > >In our project our unit tests are executable files. >I wanted to have something like Ant's JUnit task to be used >with CruiseControl. > >For this I modified the Ant JUnit task to have a CUnit task >(its a little bit of a hack because I wanted to get something >that was working for us

FW: CUnit ant task

2006-06-15 Thread Prasad Khambete
PS: the email with the attachment bounced, so I am retrying without the attachment - Hello In our project our unit tests are executable files. I wanted to have something like Ant's JUnit task to be used with CruiseControl. For this I modified the Ant JUnit task to have a CUnit ta

DO NOT REPLY [Bug 30569] - basedir is not set correctly when calling subant task through ant task

2006-05-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30569] - basedir is not set correctly when calling subant task through ant task

2006-05-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30569] - basedir is not set correctly when calling subant task through ant task

2006-05-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r357131 - in /ant/core/trunk: docs/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/launch/ src/main/org/apache/tools/ant/taskdefs/optional/ src/main/org/apache/tools/ant/task

2005-12-15 Thread antoine
Author: antoine Date: Thu Dec 15 22:36:28 2005 New Revision: 357131 URL: http://svn.apache.org/viewcvs?rev=357131&view=rev Log: more systematic handling of URIs, delegation of work to the JDK for toURI and fromURI patches prepared by Jesse Glick, Bugzilla 8031 Modified: ant/core/trunk/docs/fa

Re: Help with new ant task that uses spring

2005-12-14 Thread Phillip Rhodes
Found the answer to my question with this post: http://www.ant-tasks.com/msg/9124.html I ended up swapping out the AntClassLoader as directed in this post. Phillip Rhodes wrote: The problem is my ant task cannot seem to locate an xml file that is to be located in the classpath. I have

Re: Help with new ant task that uses spring

2005-12-12 Thread Stefan Bodewig
On Tue, 13 Dec 2005, Phillip Rhodes <[EMAIL PROTECTED]> wrote: > I thank you for responding, however, I can able to successfully use > spring from within ant (using the java and junit tasks). Even with fork="false"? Stefan - To

Re: Help with new ant task that uses spring

2005-12-12 Thread Kev Jackson
classpath resources that are directories. My other resources (spring jars, custom pojo's) appear to be visible to the ant task. Just not directories in which resources are kept. Ok then a workaround would be to put the confic.xml file into a jar and include the jar in your class path to e

  1   2   3   >