Re: Maven2 POM is corrupt

2009-07-06 Thread cowwoc
Also, please include the Ant source-code in the POM because this will improve code-completion in IDEs. Thank you, Gili cowwoc wrote: > > Hi, > > Can someone please fix the Maven2 POM? It seems to be corrupt. Please see > the latest few posts at > http://www.projectzero.org/forum/viewtopic.p

Maven2 POM is corrupt

2009-07-06 Thread cowwoc
Hi, Can someone please fix the Maven2 POM? It seems to be corrupt. Please see the latest few posts at http://www.projectzero.org/forum/viewtopic.php?f=4&t=1286 for more information. According to http://www.nabble.com/Maven2-POM-is-corrupt-tp24360372p24360626.html the Xerces commiters did not pos

Re: Bug with basename?

2009-07-06 Thread David Weintraub
On Mon, Jul 6, 2009 at 1:37 PM, Scot P. Floess wrote: > Without going into long drawn out explanation, I am getting an exception > using the basename task as so: > > I'll count it as a bug (albeit a minor one). The task should have checked for a blank suffix. Heck, I would have given Ant credit

Re: Bug with basename?

2009-07-06 Thread Scot P. Floess
Sorry, I also meant to say that when omitting suffix = "" everything works fine... As in: On Mon, 6 Jul 2009, Scot P. Floess wrote: All: Without going into long drawn out explanation, I am getting an exception using the basename task as so: java.lang.StringIndexOutOfBoundsExceptio

Ant rebuilds jar every time

2009-07-06 Thread fab|an
Hi, I create a big jar file using zipfileset to include contents of other jars and such. This step works perfectly. I create a second jar file using a zipfileset with the first one and change just the manifest (too allow easy startup in another mode). This second jar however always gets rebuild

Bug with basename?

2009-07-06 Thread Scot P. Floess
All: Without going into long drawn out explanation, I am getting an exception using the basename task as so: java.lang.StringIndexOutOfBoundsException: String index out of range: 0 at java.lang.String.charAt(String.java:686) at org.apache.tools.ant.taskdefs.Basename.execute