You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Kevin Jackson <fo...@gmail.com> on 2006/12/12 01:56:16 UTC

JDK6 out today

Hi all,

JDK6 has just been released (I'm downloading now), can we hold final
1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?

This will also give us more time to test Peters javax.scripting work
on a compliant platform.

Thanks,
Kev

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


Re: Ant 1.7.0 ?

Posted by Peter Reilly <pe...@gmail.com>.
Just one more thing :>

As an experiment we added a "define" element to <macrodef>
it has the following comment:
    /**

     * A nested define element for the MacroDef task.

     *

     * It provides an attribute with a guaranteed unique value

     * on every instantiation of the macro. This allows to use

     * this uniquely named attribute in property names used

     * internally by the macro, thus creating unique property

     * names and side-stepping Ant's property immutability rules.

     * <p>

     * Of course, this work around as the side effect of littering

     * the global Ant property namespace, so is far for ideal, but

     * will have to make do awaiting a better fix...

     *

     * @since ant 1.7
    */

This works like
 <macrodef>

   <define name="x"/>
  <sequential>
     <property name="@{x}" value="this is a property"/>
     <echo>the x property is ${@{x}}</echo>
  </sequential>
</macro>

The idea was to allow something similar to local properties.

I am not sure that that this is a good idea, and I think
that it should be pulled.

Peter


On 12/12/06, Peter Reilly <pe...@gmail.com> wrote:
> On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> > Hello Peter,
> >
> > my plan was to build Ant 1.7.0 final last Sunday, but I delayed this.
> >
> > What are the critical changes we are waiting for ?
>
> I assumed that there was to be another RC from emails
> sent ("delay the RC (steve).")
>
> I do not know of any critical changes, except
> maybe to suppress caching resource collections.
>
> We need:
>    to add extra diagnostics for junit (the missing
>    vmwatcher file issue),
>    manual pages for the new script options for scriptdef, scriptselector etc.
>
> However these are not critical.
>
> Peter
>
> >
> > Regards,
> >
> > Antoine
> >
> > On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
> >
> > > I thought that the plan was to have an RC2.
> > >
> > > Peter
> > >
> > > On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> > >> Hi all,
> > >>
> > >> JDK6 has just been released (I'm downloading now), can we hold final
> > >> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
> > >>
> > >> This will also give us more time to test Peters javax.scripting work
> > >> on a compliant platform.
> > >>
> > >> Thanks,
> > >> Kev
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > >> For additional commands, e-mail: dev-help@ant.apache.org
> > >>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
>

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


Re: Ant 1.7.0 ?

Posted by Kevin Jackson <fo...@gmail.com>.
Hi Antoine,

Would you like me to roll back the java6 related changes (and
breakages) before you start the build?

Kev

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


Re: Ant 1.7.0 ?

Posted by Antoine Levy-Lambert <an...@gmx.de>.
This answers my question.

Regards,

Antoine
On Dec 12, 2006, at 6:41 PM, Peter Reilly wrote:

> On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
>> Hello,
>>
>> I will build a candidate for 1.7.0 this evening then.
>
> Hi, I have finished my commits.
> Cheers, Peter
>
>>
>> Regards,
>>
>> Antoine
>> -------- Original-Nachricht --------
>> Datum: Tue, 12 Dec 2006 15:58:26 +0000
>> Von: "Peter Reilly" <pe...@gmail.com>
>> An: "Ant Developers List" <de...@ant.apache.org>
>> Betreff: Re: Ant 1.7.0 ?
>>
>> > On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
>> > > Hello Peter,
>> > >
>> > > my plan was to build Ant 1.7.0 final last Sunday, but I  
>> delayed this.
>> > >
>> > > What are the critical changes we are waiting for ?
>> >
>> > I assumed that there was to be another RC from emails
>> > sent ("delay the RC (steve).")
>> >
>> > I do not know of any critical changes, except
>> > maybe to suppress caching resource collections.
>> >
>> > We need:
>> >    to add extra diagnostics for junit (the missing
>> >    vmwatcher file issue),
>> >    manual pages for the new script options for scriptdef,  
>> scriptselector
>> > etc.
>> >
>> > However these are not critical.
>> >
>> > Peter
>> >
>> > >
>> > > Regards,
>> > >
>> > > Antoine
>> > >
>> > > On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
>> > >
>> > > > I thought that the plan was to have an RC2.
>> > > >
>> > > > Peter
>> > > >
>> > > > On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
>> > > >> Hi all,
>> > > >>
>> > > >> JDK6 has just been released (I'm downloading now), can we  
>> hold final
>> > > >> 1.7.0 until we've done a smoke test on Java6/JDK6 on major  
>> platforms?
>> > > >>
>> > > >> This will also give us more time to test Peters  
>> javax.scripting work
>> > > >> on a compliant platform.
>> > > >>
>> > > >> Thanks,
>> > > >> Kev
>> > > >>
>> > > >>  
>> ---------------------------------------------------------------------
>> > > >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > > >> For additional commands, e-mail: dev-help@ant.apache.org
>> > > >>
>> > > >>
>> > > >
>> > > >  
>> ---------------------------------------------------------------------
>> > > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > > > For additional commands, e-mail: dev-help@ant.apache.org
>> > >
>> > >
>> > >  
>> ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > > For additional commands, e-mail: dev-help@ant.apache.org
>> > >
>> > >
>> >
>> >  
>> ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > For additional commands, e-mail: dev-help@ant.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> For additional commands, e-mail: dev-help@ant.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org


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


Re: Ant 1.7.0 ?

Posted by Peter Reilly <pe...@gmail.com>.
On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> Hello,
>
> I will build a candidate for 1.7.0 this evening then.

Hi, I have finished my commits.
Cheers, Peter

>
> Regards,
>
> Antoine
> -------- Original-Nachricht --------
> Datum: Tue, 12 Dec 2006 15:58:26 +0000
> Von: "Peter Reilly" <pe...@gmail.com>
> An: "Ant Developers List" <de...@ant.apache.org>
> Betreff: Re: Ant 1.7.0 ?
>
> > On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> > > Hello Peter,
> > >
> > > my plan was to build Ant 1.7.0 final last Sunday, but I delayed this.
> > >
> > > What are the critical changes we are waiting for ?
> >
> > I assumed that there was to be another RC from emails
> > sent ("delay the RC (steve).")
> >
> > I do not know of any critical changes, except
> > maybe to suppress caching resource collections.
> >
> > We need:
> >    to add extra diagnostics for junit (the missing
> >    vmwatcher file issue),
> >    manual pages for the new script options for scriptdef, scriptselector
> > etc.
> >
> > However these are not critical.
> >
> > Peter
> >
> > >
> > > Regards,
> > >
> > > Antoine
> > >
> > > On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
> > >
> > > > I thought that the plan was to have an RC2.
> > > >
> > > > Peter
> > > >
> > > > On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> > > >> Hi all,
> > > >>
> > > >> JDK6 has just been released (I'm downloading now), can we hold final
> > > >> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
> > > >>
> > > >> This will also give us more time to test Peters javax.scripting work
> > > >> on a compliant platform.
> > > >>
> > > >> Thanks,
> > > >> Kev
> > > >>
> > > >> ---------------------------------------------------------------------
> > > >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > >> For additional commands, e-mail: dev-help@ant.apache.org
> > > >>
> > > >>
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > > For additional commands, e-mail: dev-help@ant.apache.org
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: dev-help@ant.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

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


Re: Ant 1.7.0 ?

Posted by Matt Benson <gu...@yahoo.com>.
--- Peter Reilly <pe...@gmail.com> wrote:

> On 12/12/06, Matt Benson <gu...@yahoo.com>
> wrote:
> > --- Peter Reilly <pe...@gmail.com>
> wrote:
> > [SNIP]
> > > Hopefully, we will figure out a solution for
> scratch
> > > properties for Ant 1.8.0.
> >
> > I still think you were on the right track with
> those
> > "property stacks"... if we can just figure out
> what it
> > was about the ThreadLocal scope "branching" that
> was
> > leaking memory...
> 
> I do not think that theadlocal is needed, something
> can be done in <parallel> to get stacks per
> <parallel>.
> 
> The solution is still probally too compilicated, I

s/complicated/cool/ ;)

> think
> that we could just use
>   <ac:var unset="yes" name="prop"
> xmlns:ac="antlib:net.sf.antcontrib"/>
> i.e. have an <unset name="prop"/> task
> this will "unset" a property.  If the property is a
> "user" property,
> the task would throw a build exception.

That's not nearly as much fun.  :(

-Matt

> 
> Peter
> >
> > -Matt
> >
> > > Peter
> >
> >
> >
> >
> >
>
____________________________________________________________________________________
> > Have a burning question?
> > Go to www.Answers.yahoo.com and get answers from
> real people who know.
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail:
> dev-help@ant.apache.org
> >
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

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


Re: Ant 1.7.0 ?

Posted by Peter Reilly <pe...@gmail.com>.
On 12/12/06, Matt Benson <gu...@yahoo.com> wrote:
> --- Peter Reilly <pe...@gmail.com> wrote:
> [SNIP]
> > Hopefully, we will figure out a solution for scratch
> > properties for Ant 1.8.0.
>
> I still think you were on the right track with those
> "property stacks"... if we can just figure out what it
> was about the ThreadLocal scope "branching" that was
> leaking memory...

I do not think that theadlocal is needed, something
can be done in <parallel> to get stacks per <parallel>.

The solution is still probally too compilicated, I think
that we could just use
  <ac:var unset="yes" name="prop" xmlns:ac="antlib:net.sf.antcontrib"/>
i.e. have an <unset name="prop"/> task
this will "unset" a property.  If the property is a "user" property,
the task would throw a build exception.

Peter
>
> -Matt
>
> > Peter
>
>
>
>
> ____________________________________________________________________________________
> Have a burning question?
> Go to www.Answers.yahoo.com and get answers from real people who know.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

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


Re: Ant 1.7.0 ?

Posted by Matt Benson <gu...@yahoo.com>.
--- Peter Reilly <pe...@gmail.com> wrote:
[SNIP]
> Hopefully, we will figure out a solution for scratch
> properties for Ant 1.8.0.

I still think you were on the right track with those
"property stacks"... if we can just figure out what it
was about the ThreadLocal scope "branching" that was
leaking memory...

-Matt

> Peter



 
____________________________________________________________________________________
Have a burning question?  
Go to www.Answers.yahoo.com and get answers from real people who know.

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


Re: Ant 1.7.0 ?

Posted by Peter Reilly <pe...@gmail.com>.
On 12/12/06, jm@kruithof.xs4all.nl <jm...@kruithof.xs4all.nl> wrote:
> On Tue, 12 Dec 2006, Peter Reilly wrote:
>
> > My comment was on the define feature in <macrodef>
> > it has been in the build for a while (~a year). It was placed
> > there as an experiment, but I do not think that people have
> > used it (as there is no comments, and it does not fullfill
> > its usecase - it leaves removable properties). If it is left in now,
> > it will be there forever! (due to BC).
> > Peter
>
> Looks like a very good reason to not make the final build until it is
> removed, I would call this essential.

I have removed it now, ( it had comments in the code, I had meant to say
that there was no documention in the manual.)

Hopefully, we will figure out a solution for scratch properties for Ant 1.8.0.
Peter


>
>
> > On 12/12/06, jm@kruithof.xs4all.nl <jm...@kruithof.xs4all.nl> wrote:
> >>
> >>  I do think we should not be adding any functionality between a RC and the
> >>  final build, would I be the only one (I already have my doubts on doing
> >>  non-essential things between the RCs).
> >>
> >>  Martijn
> >>
> >> >  Hello,
> >> >
> >> >  I will build a candidate for 1.7.0 this evening then.
> >> >
> >> >  Regards,
> >> >
> >> >  Antoine
> >> >  -------- Original-Nachricht --------
> >> >  Datum: Tue, 12 Dec 2006 15:58:26 +0000
> >> >  Von: "Peter Reilly" <pe...@gmail.com>
> >> >  An: "Ant Developers List" <de...@ant.apache.org>
> >> >  Betreff: Re: Ant 1.7.0 ?
> >> >
> >> > >  On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> >> > > >  Hello Peter,
> >> > > >
> >> > > >  my plan was to build Ant 1.7.0 final last Sunday, but I delayed
> >> > > >  this.
> >> > > >
> >> > > >  What are the critical changes we are waiting for ?
> >> > >
> >> > >  I assumed that there was to be another RC from emails
> >> > >  sent ("delay the RC (steve).")
> >> > >
> >> > >  I do not know of any critical changes, except
> >> > >  maybe to suppress caching resource collections.
> >> > >
> >> > >  We need:
> >> > >     to add extra diagnostics for junit (the missing
> >> > >     vmwatcher file issue),
> >> > >     manual pages for the new script options for scriptdef,
> >> > >     scriptselector
> >> > >  etc.
> >> > >
> >> > >  However these are not critical.
> >> > >
> >> > >  Peter
> >> > >
> >> > > >
> >> > > >  Regards,
> >> > > >
> >> > > >  Antoine
> >> > > >
> >> > > >  On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
> >> > > >
> >> > > > >  I thought that the plan was to have an RC2.
> >> > > > >
> >> > > > >  Peter
> >> > > > >
> >> > > > >  On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> >> > > > > >  Hi all,
> >> > > > > >
> >> > > > > >  JDK6 has just been released (I'm downloading now), can we hold
> >> > > > > >  final
> >> > > > > >  1.7.0 until we've done a smoke test on Java6/JDK6 on major
> >> > > > > >  platforms?
> >> > > > > >
> >> > > > > >  This will also give us more time to test Peters javax.scripting
> >> > > > > >  work
> >> > > > > >  on a compliant platform.
> >> > > > > >
> >> > > > > >  Thanks,
> >> > > > > >  Kev
> >> > > > > >
> >> > > > > >  ---------------------------------------------------------------------
> >> > > > > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> > > > > >  For additional commands, e-mail: dev-help@ant.apache.org
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > >  ---------------------------------------------------------------------
> >> > > > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> > > > >  For additional commands, e-mail: dev-help@ant.apache.org
> >> > > >
> >> > > >
> >> > > >  ---------------------------------------------------------------------
> >> > > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> > > >  For additional commands, e-mail: dev-help@ant.apache.org
> >> > > >
> >> > > >
> >> > >
> >> > >  ---------------------------------------------------------------------
> >> > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> > >  For additional commands, e-mail: dev-help@ant.apache.org
> >> >
> >> >  ---------------------------------------------------------------------
> >> >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> >  For additional commands, e-mail: dev-help@ant.apache.org
> >> >
> >> >
> >>
> >>  ---------------------------------------------------------------------
> >>  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >>  For additional commands, e-mail: dev-help@ant.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

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


Re: Ant 1.7.0 ?

Posted by jm...@kruithof.xs4all.nl.
On Tue, 12 Dec 2006, Peter Reilly wrote:

> My comment was on the define feature in <macrodef>
> it has been in the build for a while (~a year). It was placed
> there as an experiment, but I do not think that people have
> used it (as there is no comments, and it does not fullfill
> its usecase - it leaves removable properties). If it is left in now,
> it will be there forever! (due to BC).
> Peter

Looks like a very good reason to not make the final build until it is 
removed, I would call this essential.


> On 12/12/06, jm@kruithof.xs4all.nl <jm...@kruithof.xs4all.nl> wrote:
>>
>>  I do think we should not be adding any functionality between a RC and the
>>  final build, would I be the only one (I already have my doubts on doing
>>  non-essential things between the RCs).
>>
>>  Martijn
>> 
>> >  Hello,
>> > 
>> >  I will build a candidate for 1.7.0 this evening then.
>> > 
>> >  Regards,
>> > 
>> >  Antoine
>> >  -------- Original-Nachricht --------
>> >  Datum: Tue, 12 Dec 2006 15:58:26 +0000
>> >  Von: "Peter Reilly" <pe...@gmail.com>
>> >  An: "Ant Developers List" <de...@ant.apache.org>
>> >  Betreff: Re: Ant 1.7.0 ?
>> > 
>> > >  On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
>> > > >  Hello Peter,
>> > > > 
>> > > >  my plan was to build Ant 1.7.0 final last Sunday, but I delayed 
>> > > >  this.
>> > > > 
>> > > >  What are the critical changes we are waiting for ?
>> > > 
>> > >  I assumed that there was to be another RC from emails
>> > >  sent ("delay the RC (steve).")
>> > > 
>> > >  I do not know of any critical changes, except
>> > >  maybe to suppress caching resource collections.
>> > > 
>> > >  We need:
>> > >     to add extra diagnostics for junit (the missing
>> > >     vmwatcher file issue),
>> > >     manual pages for the new script options for scriptdef, 
>> > >     scriptselector
>> > >  etc.
>> > > 
>> > >  However these are not critical.
>> > > 
>> > >  Peter
>> > > 
>> > > > 
>> > > >  Regards,
>> > > > 
>> > > >  Antoine
>> > > > 
>> > > >  On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
>> > > > 
>> > > > >  I thought that the plan was to have an RC2.
>> > > > > 
>> > > > >  Peter
>> > > > > 
>> > > > >  On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
>> > > > > >  Hi all,
>> > > > > > 
>> > > > > >  JDK6 has just been released (I'm downloading now), can we hold 
>> > > > > >  final
>> > > > > >  1.7.0 until we've done a smoke test on Java6/JDK6 on major 
>> > > > > >  platforms?
>> > > > > > 
>> > > > > >  This will also give us more time to test Peters javax.scripting 
>> > > > > >  work
>> > > > > >  on a compliant platform.
>> > > > > > 
>> > > > > >  Thanks,
>> > > > > >  Kev
>> > > > > > 
>> > > > > >  ---------------------------------------------------------------------
>> > > > > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > > > > >  For additional commands, e-mail: dev-help@ant.apache.org
>> > > > > > 
>> > > > > > 
>> > > > > 
>> > > > >  ---------------------------------------------------------------------
>> > > > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > > > >  For additional commands, e-mail: dev-help@ant.apache.org
>> > > > 
>> > > > 
>> > > >  ---------------------------------------------------------------------
>> > > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > > >  For additional commands, e-mail: dev-help@ant.apache.org
>> > > > 
>> > > > 
>> > > 
>> > >  ---------------------------------------------------------------------
>> > >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> > >  For additional commands, e-mail: dev-help@ant.apache.org
>> > 
>> >  ---------------------------------------------------------------------
>> >  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> >  For additional commands, e-mail: dev-help@ant.apache.org
>> > 
>> > 
>>
>>  ---------------------------------------------------------------------
>>  To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>>  For additional commands, e-mail: dev-help@ant.apache.org
>> 
>> 
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>
>

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


Re: Ant 1.7.0 ?

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Peter,

are you happy now for the build ?

Regards,

Antoine
-------- Original-Nachricht --------
Datum: Tue, 12 Dec 2006 21:07:27 +0000
Von: "Peter Reilly" <pe...@gmail.com>
An: "Ant Developers List" <de...@ant.apache.org>
Betreff: Re: Ant 1.7.0 ?

> My comment was on the define feature in <macrodef>
> it has been in the build for a while (~a year). It was placed
> there as an experiment, but I do not think that people have
> used it (as there is no comments, and it does not fullfill
> its usecase - it leaves removable properties). If it is left in now,
> it will be there forever! (due to BC).
> Peter
> 
> On 12/12/06, jm@kruithof.xs4all.nl <jm...@kruithof.xs4all.nl> wrote:
> >
> > I do think we should not be adding any functionality between a RC and
> the
> > final build, would I be the only one (I already have my doubts on doing
> > non-essential things between the RCs).
> >
> > Martijn
> >
> > > Hello,
> > >
> > > I will build a candidate for 1.7.0 this evening then.
> > >
> > > Regards,
> > >
> > > Antoine
> > > -------- Original-Nachricht --------
> > > Datum: Tue, 12 Dec 2006 15:58:26 +0000
> > > Von: "Peter Reilly" <pe...@gmail.com>
> > > An: "Ant Developers List" <de...@ant.apache.org>
> > > Betreff: Re: Ant 1.7.0 ?
> > >
> > >> On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> > >>> Hello Peter,
> > >>>
> > >>> my plan was to build Ant 1.7.0 final last Sunday, but I delayed
> this.
> > >>>
> > >>> What are the critical changes we are waiting for ?
> > >>
> > >> I assumed that there was to be another RC from emails
> > >> sent ("delay the RC (steve).")
> > >>
> > >> I do not know of any critical changes, except
> > >> maybe to suppress caching resource collections.
> > >>
> > >> We need:
> > >>    to add extra diagnostics for junit (the missing
> > >>    vmwatcher file issue),
> > >>    manual pages for the new script options for scriptdef,
> scriptselector
> > >> etc.
> > >>
> > >> However these are not critical.
> > >>
> > >> Peter
> > >>
> > >>>
> > >>> Regards,
> > >>>
> > >>> Antoine
> > >>>
> > >>> On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
> > >>>
> > >>>> I thought that the plan was to have an RC2.
> > >>>>
> > >>>> Peter
> > >>>>
> > >>>> On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> > >>>>> Hi all,
> > >>>>>
> > >>>>> JDK6 has just been released (I'm downloading now), can we hold
> final
> > >>>>> 1.7.0 until we've done a smoke test on Java6/JDK6 on major
> platforms?
> > >>>>>
> > >>>>> This will also give us more time to test Peters javax.scripting
> work
> > >>>>> on a compliant platform.
> > >>>>>
> > >>>>> Thanks,
> > >>>>> Kev
> > >>>>>
> > >>>>>
> ---------------------------------------------------------------------
> > >>>>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > >>>>> For additional commands, e-mail: dev-help@ant.apache.org
> > >>>>>
> > >>>>>
> > >>>>
> > >>>>
> ---------------------------------------------------------------------
> > >>>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > >>>> For additional commands, e-mail: dev-help@ant.apache.org
> > >>>
> > >>>
> > >>>
> ---------------------------------------------------------------------
> > >>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > >>> For additional commands, e-mail: dev-help@ant.apache.org
> > >>>
> > >>>
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > >> For additional commands, e-mail: dev-help@ant.apache.org
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: dev-help@ant.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org

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


Re: Ant 1.7.0 ?

Posted by Matt Benson <gu...@yahoo.com>.
--- Peter Reilly <pe...@gmail.com> wrote:

> My comment was on the define feature in <macrodef>
> it has been in the build for a while (~a year). It
> was placed
> there as an experiment, but I do not think that
> people have
> used it (as there is no comments, and it does not
> fullfill
> its usecase - it leaves removable properties). If it
> is left in now,
> it will be there forever! (due to BC).

:( +1 to remove, then.

-Matt (eternally opposed to namespace pollution)

> Peter
> 
> On 12/12/06, jm@kruithof.xs4all.nl
> <jm...@kruithof.xs4all.nl> wrote:
> >
> > I do think we should not be adding any
> functionality between a RC and the
> > final build, would I be the only one (I already
> have my doubts on doing
> > non-essential things between the RCs).
> >
> > Martijn
> >
> > > Hello,
> > >
> > > I will build a candidate for 1.7.0 this evening
> then.
> > >
> > > Regards,
> > >
> > > Antoine
> > > -------- Original-Nachricht --------
> > > Datum: Tue, 12 Dec 2006 15:58:26 +0000
> > > Von: "Peter Reilly"
> <pe...@gmail.com>
> > > An: "Ant Developers List" <de...@ant.apache.org>
> > > Betreff: Re: Ant 1.7.0 ?
> > >
> > >> On 12/12/06, Antoine Levy-Lambert
> <an...@gmx.de> wrote:
> > >>> Hello Peter,
> > >>>
> > >>> my plan was to build Ant 1.7.0 final last
> Sunday, but I delayed this.
> > >>>
> > >>> What are the critical changes we are waiting
> for ?
> > >>
> > >> I assumed that there was to be another RC from
> emails
> > >> sent ("delay the RC (steve).")
> > >>
> > >> I do not know of any critical changes, except
> > >> maybe to suppress caching resource collections.
> > >>
> > >> We need:
> > >>    to add extra diagnostics for junit (the
> missing
> > >>    vmwatcher file issue),
> > >>    manual pages for the new script options for
> scriptdef, scriptselector
> > >> etc.
> > >>
> > >> However these are not critical.
> > >>
> > >> Peter
> > >>
> > >>>
> > >>> Regards,
> > >>>
> > >>> Antoine
> > >>>
> > >>> On Dec 12, 2006, at 3:52 AM, Peter Reilly
> wrote:
> > >>>
> > >>>> I thought that the plan was to have an RC2.
> > >>>>
> > >>>> Peter
> > >>>>
> > >>>> On 12/12/06, Kevin Jackson
> <fo...@gmail.com> wrote:
> > >>>>> Hi all,
> > >>>>>
> > >>>>> JDK6 has just been released (I'm downloading
> now), can we hold final
> > >>>>> 1.7.0 until we've done a smoke test on
> Java6/JDK6 on major platforms?
> > >>>>>
> > >>>>> This will also give us more time to test
> Peters javax.scripting work
> > >>>>> on a compliant platform.
> > >>>>>
> > >>>>> Thanks,
> > >>>>> Kev
> > >>>>>
> > >>>>>
>
---------------------------------------------------------------------
> > >>>>> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > >>>>> For additional commands, e-mail:
> dev-help@ant.apache.org
> > >>>>>
> > >>>>>
> > >>>>
> > >>>>
>
---------------------------------------------------------------------
> > >>>> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > >>>> For additional commands, e-mail:
> dev-help@ant.apache.org
> > >>>
> > >>>
> > >>>
>
---------------------------------------------------------------------
> > >>> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > >>> For additional commands, e-mail:
> dev-help@ant.apache.org
> > >>>
> > >>>
> > >>
> > >>
>
---------------------------------------------------------------------
> > >> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > >> For additional commands, e-mail:
> dev-help@ant.apache.org
> > >
> > >
>
---------------------------------------------------------------------
> > > To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail:
> dev-help@ant.apache.org
> > >
> > >
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail:
> dev-help@ant.apache.org
> >
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
> 
> 



 
____________________________________________________________________________________
Want to start your own business?
Learn how on Yahoo! Small Business.
http://smallbusiness.yahoo.com/r-index

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


Re: Ant 1.7.0 ?

Posted by Peter Reilly <pe...@gmail.com>.
My comment was on the define feature in <macrodef>
it has been in the build for a while (~a year). It was placed
there as an experiment, but I do not think that people have
used it (as there is no comments, and it does not fullfill
its usecase - it leaves removable properties). If it is left in now,
it will be there forever! (due to BC).
Peter

On 12/12/06, jm@kruithof.xs4all.nl <jm...@kruithof.xs4all.nl> wrote:
>
> I do think we should not be adding any functionality between a RC and the
> final build, would I be the only one (I already have my doubts on doing
> non-essential things between the RCs).
>
> Martijn
>
> > Hello,
> >
> > I will build a candidate for 1.7.0 this evening then.
> >
> > Regards,
> >
> > Antoine
> > -------- Original-Nachricht --------
> > Datum: Tue, 12 Dec 2006 15:58:26 +0000
> > Von: "Peter Reilly" <pe...@gmail.com>
> > An: "Ant Developers List" <de...@ant.apache.org>
> > Betreff: Re: Ant 1.7.0 ?
> >
> >> On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> >>> Hello Peter,
> >>>
> >>> my plan was to build Ant 1.7.0 final last Sunday, but I delayed this.
> >>>
> >>> What are the critical changes we are waiting for ?
> >>
> >> I assumed that there was to be another RC from emails
> >> sent ("delay the RC (steve).")
> >>
> >> I do not know of any critical changes, except
> >> maybe to suppress caching resource collections.
> >>
> >> We need:
> >>    to add extra diagnostics for junit (the missing
> >>    vmwatcher file issue),
> >>    manual pages for the new script options for scriptdef, scriptselector
> >> etc.
> >>
> >> However these are not critical.
> >>
> >> Peter
> >>
> >>>
> >>> Regards,
> >>>
> >>> Antoine
> >>>
> >>> On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
> >>>
> >>>> I thought that the plan was to have an RC2.
> >>>>
> >>>> Peter
> >>>>
> >>>> On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> >>>>> Hi all,
> >>>>>
> >>>>> JDK6 has just been released (I'm downloading now), can we hold final
> >>>>> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
> >>>>>
> >>>>> This will also give us more time to test Peters javax.scripting work
> >>>>> on a compliant platform.
> >>>>>
> >>>>> Thanks,
> >>>>> Kev
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >>>>> For additional commands, e-mail: dev-help@ant.apache.org
> >>>>>
> >>>>>
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >>>> For additional commands, e-mail: dev-help@ant.apache.org
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >>> For additional commands, e-mail: dev-help@ant.apache.org
> >>>
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> For additional commands, e-mail: dev-help@ant.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

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


Re: Ant 1.7.0 ?

Posted by jm...@kruithof.xs4all.nl.
I do think we should not be adding any functionality between a RC and the 
final build, would I be the only one (I already have my doubts on doing 
non-essential things between the RCs).

Martijn

> Hello,
>
> I will build a candidate for 1.7.0 this evening then.
>
> Regards,
>
> Antoine
> -------- Original-Nachricht --------
> Datum: Tue, 12 Dec 2006 15:58:26 +0000
> Von: "Peter Reilly" <pe...@gmail.com>
> An: "Ant Developers List" <de...@ant.apache.org>
> Betreff: Re: Ant 1.7.0 ?
>
>> On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
>>> Hello Peter,
>>>
>>> my plan was to build Ant 1.7.0 final last Sunday, but I delayed this.
>>>
>>> What are the critical changes we are waiting for ?
>>
>> I assumed that there was to be another RC from emails
>> sent ("delay the RC (steve).")
>>
>> I do not know of any critical changes, except
>> maybe to suppress caching resource collections.
>>
>> We need:
>>    to add extra diagnostics for junit (the missing
>>    vmwatcher file issue),
>>    manual pages for the new script options for scriptdef, scriptselector
>> etc.
>>
>> However these are not critical.
>>
>> Peter
>>
>>>
>>> Regards,
>>>
>>> Antoine
>>>
>>> On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
>>>
>>>> I thought that the plan was to have an RC2.
>>>>
>>>> Peter
>>>>
>>>> On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
>>>>> Hi all,
>>>>>
>>>>> JDK6 has just been released (I'm downloading now), can we hold final
>>>>> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
>>>>>
>>>>> This will also give us more time to test Peters javax.scripting work
>>>>> on a compliant platform.
>>>>>
>>>>> Thanks,
>>>>> Kev
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>>>>> For additional commands, e-mail: dev-help@ant.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>>>> For additional commands, e-mail: dev-help@ant.apache.org
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>>> For additional commands, e-mail: dev-help@ant.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> For additional commands, e-mail: dev-help@ant.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

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


Re: Ant 1.7.0 ?

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello,

I will build a candidate for 1.7.0 this evening then.

Regards,

Antoine
-------- Original-Nachricht --------
Datum: Tue, 12 Dec 2006 15:58:26 +0000
Von: "Peter Reilly" <pe...@gmail.com>
An: "Ant Developers List" <de...@ant.apache.org>
Betreff: Re: Ant 1.7.0 ?

> On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> > Hello Peter,
> >
> > my plan was to build Ant 1.7.0 final last Sunday, but I delayed this.
> >
> > What are the critical changes we are waiting for ?
> 
> I assumed that there was to be another RC from emails
> sent ("delay the RC (steve).")
> 
> I do not know of any critical changes, except
> maybe to suppress caching resource collections.
> 
> We need:
>    to add extra diagnostics for junit (the missing
>    vmwatcher file issue),
>    manual pages for the new script options for scriptdef, scriptselector
> etc.
> 
> However these are not critical.
> 
> Peter
> 
> >
> > Regards,
> >
> > Antoine
> >
> > On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
> >
> > > I thought that the plan was to have an RC2.
> > >
> > > Peter
> > >
> > > On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> > >> Hi all,
> > >>
> > >> JDK6 has just been released (I'm downloading now), can we hold final
> > >> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
> > >>
> > >> This will also give us more time to test Peters javax.scripting work
> > >> on a compliant platform.
> > >>
> > >> Thanks,
> > >> Kev
> > >>
> > >> ---------------------------------------------------------------------
> > >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > >> For additional commands, e-mail: dev-help@ant.apache.org
> > >>
> > >>
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org

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


Re: Ant 1.7.0 ?

Posted by Peter Reilly <pe...@gmail.com>.
On 12/12/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> Hello Peter,
>
> my plan was to build Ant 1.7.0 final last Sunday, but I delayed this.
>
> What are the critical changes we are waiting for ?

I assumed that there was to be another RC from emails
sent ("delay the RC (steve).")

I do not know of any critical changes, except
maybe to suppress caching resource collections.

We need:
   to add extra diagnostics for junit (the missing
   vmwatcher file issue),
   manual pages for the new script options for scriptdef, scriptselector etc.

However these are not critical.

Peter

>
> Regards,
>
> Antoine
>
> On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:
>
> > I thought that the plan was to have an RC2.
> >
> > Peter
> >
> > On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> >> Hi all,
> >>
> >> JDK6 has just been released (I'm downloading now), can we hold final
> >> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
> >>
> >> This will also give us more time to test Peters javax.scripting work
> >> on a compliant platform.
> >>
> >> Thanks,
> >> Kev
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> >> For additional commands, e-mail: dev-help@ant.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> > For additional commands, e-mail: dev-help@ant.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

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


Ant 1.7.0 ?

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Hello Peter,

my plan was to build Ant 1.7.0 final last Sunday, but I delayed this.

What are the critical changes we are waiting for ?

Regards,

Antoine

On Dec 12, 2006, at 3:52 AM, Peter Reilly wrote:

> I thought that the plan was to have an RC2.
>
> Peter
>
> On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
>> Hi all,
>>
>> JDK6 has just been released (I'm downloading now), can we hold final
>> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
>>
>> This will also give us more time to test Peters javax.scripting work
>> on a compliant platform.
>>
>> Thanks,
>> Kev
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
>> For additional commands, e-mail: dev-help@ant.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org


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


Re: JDK6 out today

Posted by Peter Reilly <pe...@gmail.com>.
I thought that the plan was to have an RC2.

Peter

On 12/12/06, Kevin Jackson <fo...@gmail.com> wrote:
> Hi all,
>
> JDK6 has just been released (I'm downloading now), can we hold final
> 1.7.0 until we've done a smoke test on Java6/JDK6 on major platforms?
>
> This will also give us more time to test Peters javax.scripting work
> on a compliant platform.
>
> Thanks,
> Kev
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>

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