Re: nodeps jar

2006-10-04 Thread Vlastimil Babka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Benson wrote: > Dangerous and/or just kind of weird. :) I can check > whether the launcher classes are used. Even if this > is the case, however, ant-core uses launcher classes > and doesn't duplicate them in the jar. ant.jar > requires ant-la

ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Vlastimil Babka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It happens because WeakishReference.java imports optional/WeakishReference12.java. Shouldn't be problem as long as you use both jars together, but in Gentoo we are packaging them separately, so it can be a problem (in case somebody still uses WeakishRe

sun.misc.UUEncoder dependency in UUMailer

2006-10-04 Thread Vlastimil Babka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That class is deprecated in 1.6 JDK and is not present in each JDK (e.g. kaffe). This results in ant.jar having features based on JDK used to build it. I've seen Sun's Base64 dependency was already removed in 1.7.0 beta2, which is great. Do you plan to

Re: sun.misc.UUEncoder dependency in UUMailer

2006-10-04 Thread Peter Reilly
I am looking into this. On 10/4/06, Vlastimil Babka <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That class is deprecated in 1.6 JDK It is not actually deprecated, it is just that JDK6 whines if one uses any sun.* classes. and is not present in each JDK (e.g. kaf

Re: sun.misc.UUEncoder dependency in UUMailer

2006-10-04 Thread Vlastimil Babka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Reilly wrote: > I am looking into this. Great :) >> That class is deprecated in 1.6 JDK > > It is not actually deprecated, it is just that JDK6 whines if one uses > any sun.* classes. > Right. "is Sun proprietary API and may be removed in a

Re: sun.misc.UUEncoder dependency in UUMailer

2006-10-04 Thread Peter Reilly
On 10/4/06, Vlastimil Babka <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Reilly wrote: > I am looking into this. Great :) >> That class is deprecated in 1.6 JDK > > It is not actually deprecated, it is just that JDK6 whines if one uses > any sun.* classes. >

Re: [antunit] doco error WAS @Before/AfterClass analogues

2006-10-04 Thread Steve Loughran
Matt Benson wrote: The AntUnit documentation says: "Each test target is run in a fresh Ant project; i.e. each test target has a fresh set of properties and references." But if I have test targets: one will fail, as I would expect given

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Steve Loughran
Vlastimil Babka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It happens because WeakishReference.java imports optional/WeakishReference12.java. Shouldn't be problem as long as you use both jars together, but in Gentoo we are packaging them separately, so it can be a problem (in case some

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Steve Loughran
Steve Loughran wrote: Vlastimil Babka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It happens because WeakishReference.java imports optional/WeakishReference12.java. Shouldn't be problem as long as you use both jars together, but in Gentoo we are packaging them separately, so it can be

Equivalent ant task for the listed java commancd

2006-10-04 Thread Parameswaran
hi all i am using the below java command to generate the ejb jar file in dos command window java command: " java weblogic.ejbc pre_ejb_outbounddeliveryprofile.jar ejb_outbounddeliveryprofile.jar " " pre_ejb_outbounddeliveryprofile.jar" is the input jar file, and " ejb_outbounddeliveryprofil

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 using the below java command t

build.sh could exit with error status when bootstrap fails

2006-10-04 Thread Vlastimil Babka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it's me again, working on ant 1.7.0 beta ebuilds for Gentoo. I wondered if you could merge this simple patch we now have to maintain. It just indicates with error status that bootstrap has failed. That's important for our ebuild to know something w

svn commit: r452917 - /ant/core/trunk/build.sh

2006-10-04 Thread stevel
Author: stevel Date: Wed Oct 4 08:45:50 2006 New Revision: 452917 URL: http://svn.apache.org/viewvc?view=rev&rev=452917 Log: patch build.sh to exit with an error code if bootstrapping fails, for the Gentoo team. Modified: ant/core/trunk/build.sh Modified: ant/core/trunk/build.sh URL: http

svn commit: r452919 - /ant/core/trunk/build.bat

2006-10-04 Thread stevel
Author: stevel Date: Wed Oct 4 08:48:58 2006 New Revision: 452919 URL: http://svn.apache.org/viewvc?view=rev&rev=452919 Log: patch build.bat to set the NT error code if bootstrapping failed, to be consistent with the build.sh script. Modified: ant/core/trunk/build.bat Modified: ant/core/tr

Re: build.sh could exit with error status when bootstrap fails

2006-10-04 Thread Steve Loughran
Vlastimil Babka wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it's me again, working on ant 1.7.0 beta ebuilds for Gentoo. I wondered if you could merge this simple patch we now have to maintain. It just indicates with error status that bootstrap has failed. That's important for our e

Re: svn commit: r452919 - /ant/core/trunk/build.bat

2006-10-04 Thread Dominique Devienne
+REM set the error code +color 00 Don't you love DOS... --DD C:\> help color ... The COLOR command sets ERRORLEVEL to 1 if an attempt is made to execute the COLOR command with a foreground and background color that are the same. -

DO NOT REPLY [Bug 40678] New: - [Patch] Allow macrodef to have arbitary xml elements

2006-10-04 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: svn commit: r452919 - /ant/core/trunk/build.bat

2006-10-04 Thread Steve Loughran
Dominique Devienne wrote: +REM set the error code +color 00 Don't you love DOS... --DD C:\> help color ... The COLOR command sets ERRORLEVEL to 1 if an attempt is made to execute the COLOR command with a foreground and background color that are the same. You never wondered before why there i

DO NOT REPLY [Bug 40678] - [Patch] Allow macrodef to have arbitary xml elements

2006-10-04 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: Seeking feedback on possible macrodef augmentation

2006-10-04 Thread Peter Reilly
I have made a patch to do this: http://issues.apache.org/bugzilla/show_bug.cgi?id=40678 Peter On 9/27/06, Peter Reilly <[EMAIL PROTECTED]> wrote: On 9/26/06, Matt Benson <[EMAIL PROTECTED]> wrote: > Peter: as you are the father of macrodef your opinion > was one I was ve

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Antoine Levy-Lambert
Hello Steve, sounds good. Are you going to implement the changes ? Regards, Antoine Original-Nachricht Datum: Wed, 04 Oct 2006 13:17:39 +0100 Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Developers List Betreff: Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to

Re: Seeking feedback on possible macrodef augmentation

2006-10-04 Thread Alexey Solofnenko
Can it be just this? - Alexey. On 10/4/06, Peter Reilly <[EMAIL PROTECTED]> wrote: I have made a patch to do this: http://issues.apache.org/bugzilla/show_bug.cgi?id=40678 Peter On 9/27/06, Peter Reilly <[EMAIL PROTECTED]> wrote: > > > On 9/26/06, Matt Ben

DO NOT REPLY [Bug 37694] - Calling ant via java sets "basedir" property to where the build file lives - undocumented.

2006-10-04 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 37694] - Calling ant via java sets "basedir" property to where the build file lives - undocumented.

2006-10-04 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] doco error WAS @Before/AfterClass analogues

2006-10-04 Thread Stefan Bodewig
On Tue, 3 Oct 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > The AntUnit documentation says: > > "Each test target is run in a fresh Ant project; i.e. > each test target has a fresh set of properties and > references." I think it should better be the way the documentation says, even though it is

Re: [antunit] doco error WAS @Before/AfterClass analogues

2006-10-04 Thread Stefan Bodewig
On Tue, 3 Oct 2006, Matt Benson <[EMAIL PROTECTED]> wrote: > The fun part: if we change the behavior to suit the > documentation, the utility of beforeTests/afterTests > is pretty much reduced to filesystem artifacts. Or other expensive set up code like preparing a database or starting an applica

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Stefan Bodewig
On Wed, 04 Oct 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: > Here's what I propose. > > 1. Move all the functionality of WeakishReference12 into > WeakishReference. > > 2. Leave WeakishReference12 in place as a (deprecated) facade. > > 3. Turn WeakishReference.HardReference into a (deprecat

DO NOT REPLY [Bug 37694] - Calling ant via java sets "basedir" property to where the build file lives - undocumented.

2006-10-04 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: r453032 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/AntClassLoader.java src/tests/junit/org/apache/tools/ant/AntClassLoaderDelegationTest.java

2006-10-04 Thread peterreilly
Author: peterreilly Date: Wed Oct 4 14:18:59 2006 New Revision: 453032 URL: http://svn.apache.org/viewvc?view=rev&rev=453032 Log: another go at bugzilla 38747, isolate resources get the baseloader for resources in isolate mode Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org

svn commit: r453033 - /ant/core/trunk/src/tests/antunit/types/zipfileset-test.xml

2006-10-04 Thread peterreilly
Author: peterreilly Date: Wed Oct 4 14:22:31 2006 New Revision: 453033 URL: http://svn.apache.org/viewvc?view=rev&rev=453033 Log: testcase for setting attributes with refid for zipfileset Added: ant/core/trunk/src/tests/antunit/types/zipfileset-test.xml Added: ant/core/trunk/src/tests/antun

DO NOT REPLY [Bug 40682] New: - Since 4-OCT the junit task fails for junit 4 and junit4.1

2006-10-04 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: r453034 - /ant/core/trunk/src/tests/antunit/types/zipfileset-test.xml

2006-10-04 Thread peterreilly
Author: peterreilly Date: Wed Oct 4 14:24:11 2006 New Revision: 453034 URL: http://svn.apache.org/viewvc?view=rev&rev=453034 Log: eol-style Modified: ant/core/trunk/src/tests/antunit/types/zipfileset-test.xml (contents, props changed) Modified: ant/core/trunk/src/tests/antunit/types/zipf

svn commit: r453035 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/types/ArchiveFileSet.java src/main/org/apache/tools/ant/types/ZipFileSet.java

2006-10-04 Thread peterreilly
Author: peterreilly Date: Wed Oct 4 14:27:14 2006 New Revision: 453035 URL: http://svn.apache.org/viewvc?view=rev&rev=453035 Log: Bugzilla 30498: no check on refid for setting some attributes in zipfileset Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/typ

DO NOT REPLY [Bug 30498] - zipfileset prefix ignored when used with reference

2006-10-04 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 38747] - Ant class loaders do not prevent delegation in isolated mode when retreiving resources, but do so when loading classes

2006-10-04 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: svn commit: r452635 - /ant/core/trunk/src/main/org/apache/tools/ant/RuntimeConfigurable.java

2006-10-04 Thread Dominique Devienne
Log: Always handle refid first. Refid normally cannot be used with other attributes and some types check for this. The code is broken in a number of places - if refid is not set first. To fix this, runtimeconfigurable will now always process refid first. Why stop there, and not enforce refid as

Re: svn commit: r452635 - /ant/core/trunk/src/main/org/apache/tools/ant/RuntimeConfigurable.java

2006-10-04 Thread Peter Reilly
On 10/4/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Log: > Always handle refid first. > Refid normally cannot be used with other > attributes and some types check for this. > The code is broken in a number of places - > if refid is not set first. To fix this, > runtimeconfigurable will no

Re: Seeking feedback on possible macrodef augmentation

2006-10-04 Thread Peter Reilly
On 10/4/06, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: Can it be just this? It could but it would not save much and it would not be to have , tags.. Peter - Alexey. On 10/4/06, Peter Reilly <[EMAIL PROTECTED]> wrote: > > I have made a patch to do this: > > > > >

DO NOT REPLY [Bug 20174] - antClassloader does not set codebase and thus cannot handle signed jars

2006-10-04 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 36838] - AntClassLoader2 broken ? For custom tasks ?

2006-10-04 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 20174] - antClassloader does not set codebase and thus cannot handle signed jars

2006-10-04 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: svn commit: r452635 - /ant/core/trunk/src/main/org/apache/tools/ant/RuntimeConfigurable.java

2006-10-04 Thread Dominique Devienne
> Why stop there, and not enforce refid as the sole authorized attribute Good point, However, I am sure that some type out there depends on the current behaviour. Peter Since they break the principle of least surprise, I wouldn't mind breaking them ;-) But I fear I don't represent the majori

DO NOT REPLY [Bug 39920] - hoax: Duplicated project name in import

2006-10-04 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 40682] - Since 4-OCT the junit task fails for junit 4 and junit4.1

2006-10-04 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 Wiki] Trivial Update of "AntTasks" by TinPavlinic

2006-10-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by TinPavlinic: http://wiki.apache.org/ant/AntTasks The comment on the change is: fixed hyperlink -

[Ant Wiki] Update of "AntTasks" by TinPavlinic

2006-10-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by TinPavlinic: http://wiki.apache.org/ant/AntTasks -- This task allows

DO NOT REPLY [Bug 40682] - Since 4-OCT the junit task fails for junit 4 and junit4.1

2006-10-04 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 40682] - Since 2006-09-29 the junit task fails for junit 4 and junit4.1

2006-10-04 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 Wiki] Update of "UsingAntWithXSLT20AndSaxon" by antoine

2006-10-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by antoine: http://wiki.apache.org/ant/UsingAntWithXSLT20AndSaxon -- + ## pa

[Ant Wiki] Update of "AntTasks" by antoine

2006-10-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by antoine: http://wiki.apache.org/ant/AntTasks -- This task allows you

[Ant Wiki] Update of "AntTasks" by antoine

2006-10-04 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by antoine: http://wiki.apache.org/ant/AntTasks -- This task allows you

Re: svn commit: r452635 - /ant/core/trunk/src/main/org/apache/tools/ant/RuntimeConfigurable.java

2006-10-04 Thread Antoine Levy-Lambert
Hi, I think that some guys do the following : We came across this when I did the work to make zipfileset become a top level type in 1.6. At some stage the construct above did not work any more and some projects in gump did not build. I do not remember the exact details. Antoine Ori

Re: svn commit: r452635 - /ant/core/trunk/src/main/org/apache/tools/ant/RuntimeConfigurable.java

2006-10-04 Thread Antoine Levy-Lambert
Hi, Actually, I just read this bug report [1] that Peter processed and which describes a similar scenario with a zipfileset which gets specialized in a refid. Regards, Antoine [1] http://issues.apache.org/bugzilla/show_bug.cgi?id=304

[VOTE] Release 1.7.0Beta3

2006-10-04 Thread Antoine Levy-Lambert
Hi, I propose to build a third beta on Sunday, October 15th the tag in Subversion would be : ANT_170_B3 the version returned by ant -version would be : ant 1.7.0Beta3 Regards, Antoine - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [VOTE] Release 1.7.0Beta3

2006-10-04 Thread Kevin Jackson
I propose to build a third beta on Sunday, October 15th the tag in Subversion would be : ANT_170_B3 the version returned by ant -version would be : ant 1.7.0Beta3 +1, Sorry Antoine for not being able to do so much recently Kev -

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Kevin Jackson
> Here's what I propose. > > 1. Move all the functionality of WeakishReference12 into > WeakishReference. > > 2. Leave WeakishReference12 in place as a (deprecated) facade. > > 3. Turn WeakishReference.HardReference into a (deprecated) Facade. +1 (I'll try and help out on this one too) Kev -

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Kevin Jackson
Here's a patch that (should) do what Steve suggested - my only worry is that I've changed the signature of the WeakishReference class - hence I'm submitting as a patch instead of committing this myself Thanks, Kev - To unsubscri

Re: [VOTE] Release 1.7.0Beta3

2006-10-04 Thread Conor MacNeill
+1 Conor Antoine Levy-Lambert wrote: > Hi, > > I propose to build a third beta on Sunday, October 15th > > the tag in Subversion would be : ANT_170_B3 > the version returned by ant -version would be : ant 1.7.0Beta3 > > Regards, > > Antoine > > ---

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Antoine Levy-Lambert
Hello Kevin, I do not see the patch in the email. Regards, Antoine On Oct 5, 2006, at 5:31 AM, Kevin Jackson wrote: Here's a patch that (should) do what Steve suggested - my only worry is that I've changed the signature of the WeakishReference class - hence I'm submitting as a patch instead o

Re: [VOTE] Release 1.7.0Beta3

2006-10-04 Thread Stefan Bodewig
On Thu, 05 Oct 2006, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > I propose to build a third beta on Sunday, October 15th > > the tag in Subversion would be : ANT_170_B3 > the version returned by ant -version would be : ant 1.7.0Beta3 +1 Stefan

Re: ant-1.7.0_beta2: ant.jar depends on ant-nodeps.jar due to WeakishReference

2006-10-04 Thread Kevin Jackson
Inline patch as gmail seems to not like .patch attachments today: Index: org/apache/tools/ant/util/WeakishReference.java === --- org/apache/tools/ant/util/WeakishReference.java (revision 453080) +++ org/apache/tools/ant/util/W

DO NOT REPLY [Bug 40682] - Since 2006-09-29 the junit task fails for junit 4 and junit4.1

2006-10-04 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