Re: [GUMP@vmgump]: Project test-ant (in module ant) failed

2010-05-18 Thread Stefan Bodewig
Two failures: [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/taskdefs/exec/apply-test.xml [au:antunit] Target: testRedirector13 FAILED [au:antunit]at line 580, column 50 [au:antunit]Message: Expected log to contain '/tmp/testinput/x ERROR!!!' at level info [au

Re: [VOTE] Ant source tree reorganization

2010-05-18 Thread Bruce Atherton
On 17/05/2010 7:11 PM, Jesse Glick wrote: Should the Ant source tree (src/main/ and perhaps also src/tests/) be split into subtrees? [ ] No, leave it the way it is - one big tree, using to conditionally compile pieces and route classes to various JARs. [ ] Yes, split it into subtrees, where

Re: [VOTE] Ant source tree reorganization

2010-05-18 Thread Jesse Glick
On 05/18/2010 04:02 AM, Jean-Louis Boudart wrote: I was just wondering that if you're going to reorganize the whole source tree and have distinct structure for each "produced jar", maybe we could use easyant I wasn't intending to use EasyAnt, though I imagine that would be a reasonable increme

Re: [VOTE] Ant source tree reorganization

2010-05-18 Thread Stefan Bodewig
On 2010-05-18, Jesse Glick wrote: > Should the Ant source tree (src/main/ and perhaps also src/tests/) be > split into subtrees? > [ ] No, leave it the way it is - one big tree, using to > conditionally compile pieces and route classes to various JARs. > [ ] Yes, split it into subtrees, where

Re: Ant1.8 copy task gives error "Failed to copy" with "Permission denied"

2010-05-18 Thread Stefan Bodewig
On 2010-05-18, SHAILJA wrote: > Stefan Bodewig wrote: >> Sounds like you are hitting the problem described in the recently opened >> > When the above mentioned bug will be fixed? Like the bug report says, it is already fixed in trunk a

Re: [VOTE] Ant source tree reorganization

2010-05-18 Thread Peter Reilly
On Tue, May 18, 2010 at 3:11 AM, Jesse Glick wrote: > Should the Ant source tree (src/main/ and perhaps also src/tests/) be split > into subtrees? > > [X] No, leave it the way it is - one big tree, using to > conditionally compile pieces and route classes to various JARs. > > [ ] Yes, split it in

Re: Ant source structure and ant*.jar build products

2010-05-18 Thread Peter Reilly
That is not what I meant. I meant dependences for maven pom files. We would have an jar file (for example ant-commons-logging.jar that did not contain any classes) and have a pom file like: org.apache.ant ant-parent ../pom.xml 1.8.2 4.0.0 org.apache.ant ant-commons-l

Re: Ant1.8 copy task gives error "Failed to copy" with "Permission denied"

2010-05-18 Thread SHAILJA
Hi Stefan, >> Sounds like you are hitting the problem described in the recently opened >> When the above mentioned bug will be fixed? Stefan Bodewig wrote: > > On 2010-05-07, SHAILJA wrote: > >> I tried to debug my problem with smal

Re: [VOTE] Ant source tree reorganization

2010-05-18 Thread Jean-Louis Boudart
Hi, I was just wondering that if you're going to reorganize the whole source tree and have distinct structure for each "produced jar", maybe we could use easyant :). Note that the next release of easyant will provide a maven-publisher plugin. Ping me if you want to POC this or have more informatio