Re: OT - Maven woes

2006-09-14 Thread Kevin Jackson
Did you run a clean after the change to make sure the bogus filtered resources got copied again properly? not sure what you mean by bogus, but I did this: mvn clean package Sorry, but I'm not sure I can help much more as that's inside the custom test cases. The thing is that the problem d

Re: OT - Maven woes

2006-09-14 Thread Brett Porter
Did you run a clean after the change to make sure the bogus filtered resources got copied again properly? Sorry, but I'm not sure I can help much more as that's inside the custom test cases. - Brett On 15/09/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: > The example basically does "copy everyt

Re: OT - Maven woes

2006-09-14 Thread Kevin Jackson
The example basically does "copy everything from src/main/resources with filters". I assume you have images in there too. No, I just checked, it's a common library that is re-used for different web-apps, but it doensn't contain any images, but then with the filtering switched on, all the images

Re: OT - Maven woes

2006-09-14 Thread Brett Porter
The example basically does "copy everything from src/main/resources with filters". I assume you have images in there too. You should setup a separate resource directory for filtering - maybe replace the one in the example with src/main/filtered-resources. Or, you can add an includes or excludes t

Re: OT - Maven woes

2006-09-14 Thread Kevin Jackson
Here's a working example: http://jira.codehaus.org/browse/MNG-2561 Hi, thanks for the cookbook example. My problem now is that if I use filtering, I get exceptions thrown during testing, these exceptions aren't thrown if I remove the filter/resources sections from my pom. Is this a known issue

Re: OT - Maven woes

2006-09-14 Thread Brett Porter
On 15/09/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: And with the antrun plugin, ok I can get to generate the value I'm after, and I can use copy/replace to filter it into the file, but what phase/goal do I need to set so that ant will execute before the jar file is built? I thought process-cl

Re: OT - Maven woes

2006-09-14 Thread Kevin Jackson
On 15/09/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: > How the hell did anyone convince anyone else to use this crap?! Well, since you asked so nicely... :) Thanks for taking the abuse in the (semi) light-hearted manner it was dished out in! Truly I didn't want to cause too much upset, but I

Re: OT - Maven woes

2006-09-14 Thread Brett Porter
On 15/09/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: How the hell did anyone convince anyone else to use this crap?! Well, since you asked so nicely... :) I'm truly at my wit's end regarding such a simple task, here is what I currently have in my pom.xml: If you use ant tasks, you can only

OT - Maven woes

2006-09-14 Thread Kevin Jackson
How the hell did anyone convince anyone else to use this crap?! With that off my chest - I *have to* use mvn2 on my current project, anyone have experience getting maven to actually do anything useful? I don't know maven well and I'm happy to concede that I may be a witless luser, and if someone

Re: [VOTE] Release plan for AntUnit 1.0

2006-09-14 Thread Kevin Jackson
all good, but unfortunately +0 from me (for now) - please go ahead, I wish I could help out - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: antunit integration

2006-09-14 Thread Stefan Bodewig
On Thu, 14 Sep 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> I didn't think of the *-support.xml case, that would >> need to be added. > > This is the only contention area, then. Wouldn't call it contention. I just didn't think of the case where

[VOTE] Release plan for AntUnit 1.0

2006-09-14 Thread Stefan Bodewig
Hi all, I propose the following plan to release AntUnit 1.0. I also propose to be the release manager myself. * release AntUnit 1.0Beta1 next week after ant 1.7.0beta2 is out. * the beta release uses the current code, maybe some adaptions need to be made to the documentation. * start using t

svn commit: r443502 - /ant/core/trunk/docs/manual/OptionalTasks/script.html

2006-09-14 Thread peterreilly
Author: peterreilly Date: Thu Sep 14 15:32:13 2006 New Revision: 443502 URL: http://svn.apache.org/viewvc?view=rev&rev=443502 Log: remove example using references Modified: ant/core/trunk/docs/manual/OptionalTasks/script.html Modified: ant/core/trunk/docs/manual/OptionalTasks/script.html URL

DO NOT REPLY [Bug 37148] - javac nested element troube with excludes

2006-09-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 14640] - Prototypical task to process XSD files using SUN's Jaxb Schema Compiler

2006-09-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

Re: Change to available - stop searching parent directories

2006-09-14 Thread Antoine Levy-Lambert
Hello Peter, I think the changes make sense. Best regards from the big apple. Antoine Original-Nachricht Datum: Thu, 14 Sep 2006 21:23:18 +0100 Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Developers List" Betreff: Change to available - stop searching parent directories

DO NOT REPLY [Bug 14640] - Prototypical task to process XSD files using SUN's Jaxb Schema Compiler

2006-09-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 14640] - Prototypical task to process XSD files using SUN's Jaxb Schema Compiler

2006-09-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

Change to available - stop searching parent directories

2006-09-14 Thread Peter Reilly
Hi, I have made the change to to: 1) stop it seaching parent directories for files unless asked 2) if asked, search all the parent directories not just the parent and grandparent. I think that this was the conclusion reached earlier, if not we can reverse the changes. Peter

svn commit: r443456 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTasks/available.html src/etc/testcases/taskdefs/available.xml src/main/org/apache/tools/ant/taskdefs/Available.java

2006-09-14 Thread peterreilly
Author: peterreilly Date: Thu Sep 14 13:18:04 2006 New Revision: 443456 URL: http://svn.apache.org/viewvc?view=rev&rev=443456 Log: Bugzilla 39549: available should not search parent directories Modified: ant/core/trunk/WHATSNEW ant/core/trunk/docs/manual/CoreTasks/available.html ant/c

Re: antunit integration

2006-09-14 Thread Dominique Devienne
Trying to resend, since bounced. --DD On 9/14/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: > DD opined he would > prefer INcluding **/*-test.xml , **/*Test.xml , or > some other known pattern to excluding support files. > My rationale is that I expect the majority of files > under src/test

DO NOT REPLY [Bug 36733] - NPE in XMLJUnitResultFormatter.formatOutput under Java 1.4.2_08

2006-09-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

Re: antunit integration

2006-09-14 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 5 Sep 2006, Matt Benson > <[EMAIL PROTECTED]> wrote: > integrate antunit tests into Ant core until > after > > 1.7's release, or can we go ahead and start > > adding/migrating au tests? > > 1.7beta would be enough for me, but we'd also need

svn commit: r443418 - /ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityStack.java

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 10:15:54 2006 New Revision: 443418 URL: http://svn.apache.org/viewvc?view=rev&rev=443418 Log: ignore passed-in Stack in factory method if null Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/IdentityStack.java Modified: ant/core/trunk/src/main/org

svn commit: r443420 - /ant/core/trunk/src/main/org/apache/tools/ant/types/DataType.java

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 10:18:52 2006 New Revision: 443420 URL: http://svn.apache.org/viewvc?view=rev&rev=443420 Log: don't bother to check for circular references if you're just going to die anyway due to null Project Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Dat

svn commit: r443421 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/EchoXML.java

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 10:19:34 2006 New Revision: 443421 URL: http://svn.apache.org/viewvc?view=rev&rev=443421 Log: Remove Steve's complaint ;) after Stefan and Peter's recent Location changes Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/EchoXML.java Modified: a

svn commit: r443419 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Sequential.java

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 10:18:02 2006 New Revision: 443419 URL: http://svn.apache.org/viewvc?view=rev&rev=443419 Log: formatting; Enumeration->Iterator why not? Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Sequential.java Modified: ant/core/trunk/src/main/org/apac

svn commit: r443417 - /ant/core/trunk/src/main/org/apache/tools/ant/BuildException.java

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 10:14:49 2006 New Revision: 443417 URL: http://svn.apache.org/viewvc?view=rev&rev=443417 Log: spurious newline in javadoc Modified: ant/core/trunk/src/main/org/apache/tools/ant/BuildException.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/BuildEx

svn commit: r443368 - /ant/core/trunk/docs/manual/CoreTypes/namespace.html

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 07:47:29 2006 New Revision: 443368 URL: http://svn.apache.org/viewvc?view=rev&rev=443368 Log: correction Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html URL: http://svn.apache.org/vi

svn commit: r443371 - /ant/core/trunk/docs/manual/CoreTypes/namespace.html

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 07:51:21 2006 New Revision: 443371 URL: http://svn.apache.org/viewvc?view=rev&rev=443371 Log: another fix! I swear they're all different! Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.h

svn commit: r443369 - /ant/core/trunk/docs/manual/CoreTypes/namespace.html

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 07:48:25 2006 New Revision: 443369 URL: http://svn.apache.org/viewvc?view=rev&rev=443369 Log: ws Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html URL: http://svn.apache.org/viewvc/ant

svn commit: r443373 - /ant/core/trunk/docs/manual/CoreTypes/namespace.html

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 07:52:45 2006 New Revision: 443373 URL: http://svn.apache.org/viewvc?view=rev&rev=443373 Log: aah, don't duplicate link in same section Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html

svn commit: r443375 - /ant/core/trunk/docs/manual/CoreTypes/namespace.html

2006-09-14 Thread mbenson
Author: mbenson Date: Thu Sep 14 07:56:54 2006 New Revision: 443375 URL: http://svn.apache.org/viewvc?view=rev&rev=443375 Log: last time Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html Modified: ant/core/trunk/docs/manual/CoreTypes/namespace.html URL: http://svn.apache.org/vie

Re: inline XSLT (and XML in general)

2006-09-14 Thread Kevin Jackson
> (and the villagers took up their pitchforks...) yes, burn the witch! she turned me into a frog! ...I got better - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: inline XSLT (and XML in general)

2006-09-14 Thread Steve Loughran
Matt Benson wrote: Replying to myself, as it were: --- Matt Benson <[EMAIL PROTECTED]> wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: Ant abuses xmlns work; you dont want inline XSL style sheets or you will be surprised about the bad things that can happen to nested XML. Play with ;

Re: inline XSLT (and XML in general)

2006-09-14 Thread Matt Benson
Replying to myself, as it were: --- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > Ant abuses xmlns work; you dont want inline XSL > > style sheets or you will > > be surprised about the bad things that can happen > to > > nested XML. Play > > wi

DO NOT REPLY [Bug 40511] - Add componentdef to ant

2006-09-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 40504] - Provide sort task like UNIX sort function

2006-09-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 40511] - Add compenentdef to ant

2006-09-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 40511] - Add compenentdef to ant

2006-09-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 40511] - Add compenentdef to ant

2006-09-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 40511] - Add compenentdef to ant

2006-09-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 28283] - OutOfMemory error

2006-09-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 40511] New: - Add compenentdef to ant

2006-09-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

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-09-14 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed

2006-09-14 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project dotnet-antlib-test has an issue affecting its community integration. This issue a