Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Stefan Bodewig
On 2010-12-13, Antoine Levy-Lambert wrote:

> as announced I have built a release candidate for Ant 1.8.2.

> This is available for download from http://people.apache.org/~antoine/dist/

> Do you want to release these artefacts as Apache Ant 1.8.2 ?

> Yes [X]

> No []

+1

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



StreamPumper slow down with ant 1.8.2alpha?

2010-12-14 Thread Michael Sunde
Hi,

I recently tested upgrading my build from ant 1.7.1 to ant 1.8.2alpha (1.8.1 
broke build) and the build times doubled (2hrs vs 1hr). Has anyone else noticed 
this?
https://issues.apache.org/bugzilla/show_bug.cgi?id=50229

Since StreamPumper is used extensively within ant, any chance this can be 
addressed?

Thanks,
Michael

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Paul King


No official vote for me but just as feedback, Ant 1.8.2 built
the latest Groovy with no problems and the (albeit humble)
AntBuilder tests all ran fine.

Cheers, Paul.

On 14/12/2010 6:59 AM, Antoine Levy-Lambert wrote:

Hi,

as announced I have built a release candidate for Ant 1.8.2.

This is available for download from http://people.apache.org/~antoine/dist/

Do you want to release these artefacts as Apache Ant 1.8.2 ?

Yes []

No []

Regards,

Antoine

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Kevin Jackson
Hi,

On Tue, Dec 14, 2010 at 3:59 AM, Antoine Levy-Lambert  wrote:
> Hi,
>
> as announced I have built a release candidate for Ant 1.8.2.
>
> This is available for download from http://people.apache.org/~antoine/dist/

I'll try to test on both debian squeeze and windows over the next
couple of days...

Kev

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Jesse Glick

On 12/13/2010 03:59 PM, Antoine Levy-Lambert wrote:

http://people.apache.org/~antoine/dist/


Built big chunks of NetBeans sources without problems. Generally seems to be 
working embedded on various scripts.

But there seems to be some problem with #34748 not working correctly on JUnit 4.x-style @Test's which I have not yet tracked down (this works under 1.8.1 with a binary 
patch from the #34748 branch). I'm mostly on holiday now, may not be able to get to the bottom of this before the new year. So far I know that JUnitTestRunner is being 
called with 'methods' as expected, but runs all the test methods anyway:


import org.junit.Test;
public class SomeTest {
@Test public void a() {}
@Test public void b() {}
}

Execute:Java13CommandLauncher: Executing '.../jdk1.6.0_22/bin/java' with 
arguments:
'-ea'
'-classpath'
'...:.../junit-4.8.2.jar:.../ant-launcher.jar:.../ant.jar:.../ant-junit.jar'
'org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner'
'SomeTest'
'methods=a'
'filtertrace=true'
'haltOnError=false'
'haltOnFailure=false'
'showoutput=true'
'outputtoformatters=true'
'logfailedtests=true'
'logtestlistenerevents=true'
'formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter'
'formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,/tmp/TEST-SomeTest.xml'
'crashfile=...'
'propsfile=...'
The ' characters around the executable and arguments are
not part of the command.
Testsuite: SomeTest
junit.framework.TestListener: tests to run: 2
junit.framework.TestListener: startTest(b)
junit.framework.TestListener: endTest(b)
junit.framework.TestListener: startTest(a)
junit.framework.TestListener: endTest(a)
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.05 sec


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: svnpubsub for the Ant and Ivy sites

2010-12-14 Thread Nicolas Lalevée

Le 14 déc. 2010 à 06:24, Stefan Bodewig a écrit :

> On 2010-12-13, Nicolas Lalevée wrote:
> 
>> So I suggest that we say to the infra team that our sites are there:
>> * https://svn.apache.org/repos/asf/ant/core/trunk/docs/
>> * https://svn.apache.org/repos/asf/ant/ivy/site/target/
>> and in our workflow we skip the last part of going on people.a.o and svn up.
> 
> Sometimes you want to delay publishing - like Antoine just sees WRT the
> release announcement.  We update the docs so they become part of the
> distribution tarballs but don't publish them, yet.
> 
> So the best way is likely to have a branch of the docs directory and
> replace "svn up on people" with "svn merge" when we want to publish
> anything.  We may consider using the same tree for Ant and Ivy so
> changes to Ivy's site would be merges as well and svnpubsub would only
> track a single directory.

This make me think that the Apache CMS has some notion of "staging site". I 
wonder how they manage it.

Also, while rereading its docs, I have found that the websites are "build" with 
builtbot. Maybe we can use it too rather doing this build and commit by 
ourself. It would be cool if we can avoid the "mail spaming" when we just do a 
generation of the files to be deployed.

I'll dig further this topic, maybe asking hints to the infra people.

Nicolas


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-14 Thread Nicolas Lalevée
Now the unit tests are failing. The build has been setup to fail if unit tests 
don't fully pass.

The failing tests are the one I introduced with the import of Bushel. I will 
fixed them.

Nicolas

Le 14 déc. 2010 à 22:55, Antoine Levy-Lambert a écrit :

> The most complete build log link seems to be 
> http://vmgump.apache.org/gump/public/ivy/ivy-tests/gump_work/build_ivy_ivy-tests.html
> I do not see the error there, it must be in a section replaced by an ellipsis 
> ...
> 
> Regards,
> 
> Antoine
> 
> On 12/14/2010 9:03 PM, Gump Integration Build wrote:
>> Project ivy-tests has an issue affecting its community integration.
>> This issue affects 1 projects,
>>  and has been outstanding for 2 runs.
>> The current state of this project is 'Failed', with reason 'Build Failed'.
>> For reference only, the following projects are affected by this:
>> - ivy-tests :  Ivy is a tool for managing (recording, tracking, 
>> resolving a...
>> 
>> 
>> Full details are available at:
>> http://vmgump.apache.org/gump/public/ivy/ivy-tests/index.html
>> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [GUMP@vmgump]: Project ivy-tests (in module ivy) failed

2010-12-14 Thread Antoine Levy-Lambert
The most complete build log link seems to be 
http://vmgump.apache.org/gump/public/ivy/ivy-tests/gump_work/build_ivy_ivy-tests.html
I do not see the error there, it must be in a section replaced by an 
ellipsis ...


Regards,

Antoine

On 12/14/2010 9:03 PM, Gump Integration Build wrote:

Project ivy-tests has an issue affecting its community integration.
This issue affects 1 projects,
  and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
 - ivy-tests :  Ivy is a tool for managing (recording, tracking, resolving 
a...


Full details are available at:
 http://vmgump.apache.org/gump/public/ivy/ivy-tests/index.html




-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Nicolas Lalevée

Le 13 déc. 2010 à 21:59, Antoine Levy-Lambert a écrit :

> Hi,
> 
> as announced I have built a release candidate for Ant 1.8.2.
> 
> This is available for download from http://people.apache.org/~antoine/dist/
> 
> Do you want to release these artefacts as Apache Ant 1.8.2 ?
> 
> Yes [X]
> 
> No []

+1

works like a charm.

Nicolas


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: ANT application.xml add <module> runtime

2010-12-14 Thread Ashokkumar B
Antoine Levy-Lambert  gmx.de> writes:

 
 This would be more a question for the users list Ashok.
 
 Would you mind reposting there ?
 
 Antoine
 
 On 12/14/2010 10:39 AM, Ashokkumar B wrote:
  Dear Sir/Madam,
 
  Currently we need to add only one  into my application.xml file 
using
  ANT. To achive that, we have a template for application.xml with token 
$module$
  and it will be replaced with actual module name using  task. The
  changed application.xml will be used for the  task to generate the EAR
  file.
 
  Similarly I need to add EJB jars as  in my application.xml file.
 
  
lsbframelib.jar
  
 
  I can keep application.xml as a template if I know the number of EJB jar 
files
  exactly and I can use  task to replace the token with exact jar 
file .
  But it may vary according to the project.
 
  Say if I have 'n' number of EJB jar files, I need to mention all such jar 
files
  as modules in my application.xml file.
 
  How to achieve this?
 
  Please let me know if it is clear or not.
 
  Thanks and Regards,
  Ashokkumar B.
 
 



Dear Antoine,

Sorry for the inconvenience.

Thanks and Regards,
Ashokkumar B.



-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: ANT application.xml add runtime

2010-12-14 Thread Antoine Levy-Lambert

This would be more a question for the users list Ashok.

Would you mind reposting there ?

Antoine

On 12/14/2010 10:39 AM, Ashokkumar B wrote:

Dear Sir/Madam,

Currently we need to add only one  into my application.xml file using
ANT. To achive that, we have a template for application.xml with token $module$
and it will be replaced with actual module name using  task. The
changed application.xml will be used for the  task to generate the EAR
file.

Similarly I need to add EJB jars as  in my application.xml file.


lsbframelib.jar


I can keep application.xml as a template if I know the number of EJB jar files
exactly and I can use  task to replace the token with exact jar file .
But it may vary according to the project.

Say if I have 'n' number of EJB jar files, I need to mention all such jar files
as modules in my application.xml file.

How to achieve this?

Please let me know if it is clear or not.

Thanks and Regards,
Ashokkumar B.





-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Antoine Levy-Lambert

On 12/14/2010 9:36 AM, Maarten Coene wrote:

Btw, the release notes are displayed empty, although the content is not.
http://people.apache.org/~antoine/dist/RELEASE-NOTES-apache-ant-1.8.2.html

I've tried this with both IE and firefox.
I suspect the syntax error on line 2 causes this (non-closing  tag).


Thanks Maarten, I have fixed it.

Antoine

Maarten






-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



ANT application.xml add runtime

2010-12-14 Thread Ashokkumar B
Dear Sir/Madam,

Currently we need to add only one  into my application.xml file using 
ANT. To achive that, we have a template for application.xml with token $module$ 
and it will be replaced with actual module name using  task. The 
changed application.xml will be used for the  task to generate the EAR 
file.

Similarly I need to add EJB jars as  in my application.xml file. 


lsbframelib.jar


I can keep application.xml as a template if I know the number of EJB jar files 
exactly and I can use  task to replace the token with exact jar file . 
But it may vary according to the project.

Say if I have 'n' number of EJB jar files, I need to mention all such jar files 
as modules in my application.xml file. 

How to achieve this?

Please let me know if it is clear or not.

Thanks and Regards,
Ashokkumar B.


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Maarten Coene
Btw, the release notes are displayed empty, although the content is not.
http://people.apache.org/~antoine/dist/RELEASE-NOTES-apache-ant-1.8.2.html

I've tried this with both IE and firefox.
I suspect the syntax error on line 2 causes this (non-closing  tag).

Maarten




- Original Message 
From: Maarten Coene 
To: Ant Developers List 
Sent: Tue, December 14, 2010 1:25:42 PM
Subject: Re: [VOTE] release of ant  1.8.2

+1

I did try it on our build servers without any problem.

Maarten



- Original Message 
From: Antoine Levy-Lambert 
To: Ant Developers List 
Sent: Mon, December 13, 2010 9:59:52 PM
Subject: [VOTE] release of ant  1.8.2

Hi,

as announced I have built a release candidate for Ant 1.8.2.

This is available for download from http://people.apache.org/~antoine/dist/

Do you want to release these artefacts as Apache Ant 1.8.2 ?

Yes []

No []

Regards,

Antoine

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org


  

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org


  

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE] release of ant 1.8.2

2010-12-14 Thread Maarten Coene
+1

I did try it on our build servers without any problem.

Maarten



- Original Message 
From: Antoine Levy-Lambert 
To: Ant Developers List 
Sent: Mon, December 13, 2010 9:59:52 PM
Subject: [VOTE] release of ant  1.8.2

Hi,

as announced I have built a release candidate for Ant 1.8.2.

This is available for download from http://people.apache.org/~antoine/dist/

Do you want to release these artefacts as Apache Ant 1.8.2 ?

Yes []

No []

Regards,

Antoine

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org


  

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org