You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Antoine Levy-Lambert <an...@gmx.de> on 2006/11/05 23:44:44 UTC

[VOTE] Release Apache Ant 1.7.0RC1

Hi,

I have just built and uploaded to my apache account Apache Ant 1.7.0RC1.

binaries are here :
http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/binaries/

source distribution is here :
http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/source/

the files for an upload to ibiblio are here :
http://people.apache.org/~antoine/apache-ant-1.7.0RC1/java-repository/

Regards,
Antoine

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


Re: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Alexey Solofnenko <tr...@gmail.com>.
+1

On 11/5/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
>
> Hi,
>
> I hit the send button a bit too fast.
>
> I want to ask :
>
> OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as
> Ant 1.7.0RC1 ?
>
> Yes []
>
> No []
>
> Regards,
>
> Antoine
>
> Antoine Levy-Lambert wrote:
> > Hi,
> >
> > I have just built and uploaded to my apache account Apache Ant 1.7.0RC1.
> >
> > binaries are here :
> >
> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/binaries/
> >
> > source distribution is here :
> >
> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/source/
> >
> > the files for an upload to ibiblio are here :
> > http://people.apache.org/~antoine/apache-ant-1.7.0RC1/java-repository/
> >
> > Regards,
> > Antoine
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>


-- 
Alexey N. Solofnenko trelony at gmail.com
home: http://trelony.cjb.net/
Pleasant Hill, CA (GMT-8 hours usually)

Re: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Peter Reilly <pe...@gmail.com>.
On 11/6/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> Hi,
>
> Peter Reilly wrote :
> >
> > I have a fix for:
> > http://issues.apache.org/bugzilla/show_bug.cgi?id=40900
> > The bug means that javadoc#setdocletpath path is ignored.
> > (which is pretty serious)
> > Index: src/main/org/apache/tools/ant/taskdefs/Javadoc.java
> > ===================================================================
> > --- src/main/org/apache/tools/ant/taskdefs/Javadoc.java (revision 471681)
> > +++ src/main/org/apache/tools/ant/taskdefs/Javadoc.java (working copy)
> > @@ -732,7 +732,9 @@
> >      * @return a new DocletInfo instance to be configured.
> >      */
> >     public DocletInfo createDoclet() {
> > -        doclet = new DocletInfo();
> > +        if (doclet == null) {
> > +            doclet = new DocletInfo();
> > +        }
> >         return doclet;
> >     }
> > but do not have write access to svn at the moment.
> > Should rc1 be respun for this?
> > Peter
> >
> The system of voting on builds introduces a lapse of time - between the
> build and the actual release - where you are tempted to improve the
> build again. I am not fond of that :(
>
> There will always be bugs. Maybe this one can wait until 1.7.0 ?
Ok,

Peter

>
> Regards,
>
> Antoine
>
>
>
> ---------------------------------------------------------------------
> 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: [VOTE] Release Apache Ant 1.7.0RC1

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

Peter Reilly wrote :
>
> I have a fix for:
> http://issues.apache.org/bugzilla/show_bug.cgi?id=40900
> The bug means that javadoc#setdocletpath path is ignored.
> (which is pretty serious)
> Index: src/main/org/apache/tools/ant/taskdefs/Javadoc.java
> ===================================================================
> --- src/main/org/apache/tools/ant/taskdefs/Javadoc.java (revision 471681)
> +++ src/main/org/apache/tools/ant/taskdefs/Javadoc.java (working copy)
> @@ -732,7 +732,9 @@
>      * @return a new DocletInfo instance to be configured.
>      */
>     public DocletInfo createDoclet() {
> -        doclet = new DocletInfo();
> +        if (doclet == null) {
> +            doclet = new DocletInfo();
> +        }
>         return doclet;
>     }
> but do not have write access to svn at the moment.
> Should rc1 be respun for this?
> Peter
>
The system of voting on builds introduces a lapse of time - between the
build and the actual release - where you are tempted to improve the
build again. I am not fond of that :(

There will always be bugs. Maybe this one can wait until 1.7.0 ?

Regards,

Antoine



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


Re: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Peter Reilly <pe...@gmail.com>.
On 11/5/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> Peter Reilly wrote:
> > On 11/5/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> >> Hi,
> >>
> >> I hit the send button a bit too fast.
> >>
> >> I want to ask :
> >>
> >> OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as
> >> Ant 1.7.0RC1 ?
> >>
> >> Yes [x]
> > Do we have to wait that long?
> >
> The problem is that :
>
> a) according to bylaws, votes are open one week
> b) two files, index.html and antnews.html indicate the date of the
> release. So it is predetermined to be Nov 12th.
> We would have to change the distribution to release on another date.
>
> If we want to release faster after a build, we would have to change our
> bylaws. Otherwise there is a small risk that one guy wakes up on the 6th
> or 7th day of a vote and writes a -1.
Ok makes sense.

I have a fix for:
http://issues.apache.org/bugzilla/show_bug.cgi?id=40900
The bug means that javadoc#setdocletpath path is ignored.
(which is pretty serious)
Index: src/main/org/apache/tools/ant/taskdefs/Javadoc.java
===================================================================
--- src/main/org/apache/tools/ant/taskdefs/Javadoc.java (revision 471681)
+++ src/main/org/apache/tools/ant/taskdefs/Javadoc.java (working copy)
@@ -732,7 +732,9 @@
      * @return a new DocletInfo instance to be configured.
      */
     public DocletInfo createDoclet() {
-        doclet = new DocletInfo();
+        if (doclet == null) {
+            doclet = new DocletInfo();
+        }
         return doclet;
     }
but do not have write access to svn at the moment.
Should rc1 be respun for this?
Peter

>
> In this case we would be in a sort of institutional trouble.
>
> Regards,
>
> Antoine
> > Peter
> >
>
>
> ---------------------------------------------------------------------
> 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: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Kevin Jackson <fo...@gmail.com>.
> >> Yes [x]

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


Re: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Antoine Levy-Lambert <an...@gmx.de>.
Peter Reilly wrote:
> On 11/5/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
>> Hi,
>>
>> I hit the send button a bit too fast.
>>
>> I want to ask :
>>
>> OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as
>> Ant 1.7.0RC1 ?
>>
>> Yes [x]
> Do we have to wait that long?
>
The problem is that :

a) according to bylaws, votes are open one week
b) two files, index.html and antnews.html indicate the date of the
release. So it is predetermined to be Nov 12th.
We would have to change the distribution to release on another date.

If we want to release faster after a build, we would have to change our
bylaws. Otherwise there is a small risk that one guy wakes up on the 6th
or 7th day of a vote and writes a -1.

In this case we would be in a sort of institutional trouble.

Regards,

Antoine
> Peter
>


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


Re: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Peter Reilly <pe...@gmail.com>.
On 11/5/06, Antoine Levy-Lambert <an...@gmx.de> wrote:
> Hi,
>
> I hit the send button a bit too fast.
>
> I want to ask :
>
> OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as
> Ant 1.7.0RC1 ?
>
> Yes [x]
Do we have to wait that long?

Peter

>
> No []
>
> Regards,
>
> Antoine
>
> Antoine Levy-Lambert wrote:
> > Hi,
> >
> > I have just built and uploaded to my apache account Apache Ant 1.7.0RC1.
> >
> > binaries are here :
> > http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/binaries/
> >
> > source distribution is here :
> > http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/source/
> >
> > the files for an upload to ibiblio are here :
> > http://people.apache.org/~antoine/apache-ant-1.7.0RC1/java-repository/
> >
> > Regards,
> > Antoine
> >
> >
>
>
> ---------------------------------------------------------------------
> 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: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Steve Loughran <st...@apache.org>.
Antoine Levy-Lambert wrote:
> Hi,
> 
> I hit the send button a bit too fast.
> 
> I want to ask :
> 
> OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as
> Ant 1.7.0RC1 ?
> 
> Yes [+1]
> 
> No []
> 



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


Re: [VOTE] Release Apache Ant 1.7.0RC1

Posted by Martijn Kruithof <jm...@kruithof.xs4all.nl>.
Hi

It seems our release candidate is not nearly compatible with JDK 1.2.2

JDK 1.2.2_017 on windows XP home gives:

D:\data\eclipseworkspace\ant-trunk>apache-ant-1.7.0RC1\bin\ant test
Buildfile: build.xml
A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has 
occurred
in :
  'org/apache/tools/ant/Project.addReference 
(Ljava/lang/String;Ljava/lang/Objec
t;)V': Interpreting method.
  Please report this error in detail to 
http://java.sun.com/cgi-bin/bugreport.cg
i

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has 
occurred
in :
  'org/apache/tools/ant/Project.fireMessageLoggedEvent 
(Lorg/apache/tools/ant/Bu
ildEvent;Ljava/lang/String;I)V': Interpreting method.
  Please report this error in detail to 
http://java.sun.com/cgi-bin/bugreport.cg
i

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has 
occurred
in :
  'org/apache/tools/ant/util/FileUtils.fromURI 
(Ljava/lang/String;)Ljava/lang/St
ring;': Interpreting method.
  Please report this error in detail to 
http://java.sun.com/cgi-bin/bugreport.cg
i

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has 
occurred
in :
  'org/apache/tools/ant/ComponentHelper.addCreatedTask 
(Ljava/lang/String;Lorg/a
pache/tools/ant/Task;)V': Interpreting method.
  Please report this error in detail to 
http://java.sun.com/cgi-bin/bugreport.cg
i

A nonfatal internal JIT (3.10.107(x)) error 'chgTarg: Conditional' has 
occurred
in :
  'org/apache/tools/ant/taskdefs/ProcessDestroyer.add 
(Ljava/lang/Process;)Z': I
nterpreting method.
  Please report this error in detail to 
http://java.sun.com/cgi-bin/bugreport.cg
i

 [property] java.lang.IllegalMonitorStateException: current thread not owner
 [property]     at 
org.apache.tools.ant.taskdefs.StreamPumper.run(StreamPumper.j
ava, Compiled Code)
 [property]     at java.lang.Thread.run(Thread.java:479)
 [property] java.lang.IllegalMonitorStateException: current thread not owner
 [property]     at 
org.apache.tools.ant.taskdefs.StreamPumper.run(StreamPumper.j
ava, Compiled Code)
 [property]     at java.lang.Thread.run(Thread.java:479)

Also on jdk 1.3 a significant number of testcases fail. Partly of 
methods being used that are not there before jdk 1.4. (For instance 
StringBuffer.append(StringBuffer) used instead of 
StringBuffer.append(Object))
But also because of parts of JUnit that do use 1.4 specific methods.

Still +1 on releasing RC1 tomorrow, it should be noted however that this 
release will not work with 1.2 and work very limited with 1.3 based jvm.

I am looking into getting a1.5 based build working towards 1.3 jvm's, I 
will NOT start to work on getting it to work on 1.2 as well.

Martijn


Antoine Levy-Lambert schreef:
> Hi,
>
> I hit the send button a bit too fast.
>
> I want to ask :
>
> OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as
> Ant 1.7.0RC1 ?
>
> Yes []
>
> No []
>
> Regards,
>
> Antoine
>
> Antoine Levy-Lambert wrote:
>   
>> Hi,
>>
>> I have just built and uploaded to my apache account Apache Ant 1.7.0RC1.
>>
>> binaries are here :
>> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/binaries/
>>
>> source distribution is here :
>> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/source/
>>
>> the files for an upload to ibiblio are here :
>> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/java-repository/
>>
>> Regards,
>> Antoine
>>
>>   
>>     
>
>
> ---------------------------------------------------------------------
> 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: [VOTE] Release Apache Ant 1.7.0RC1

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

I hit the send button a bit too fast.

I want to ask :

OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as
Ant 1.7.0RC1 ?

Yes []

No []

Regards,

Antoine

Antoine Levy-Lambert wrote:
> Hi,
>
> I have just built and uploaded to my apache account Apache Ant 1.7.0RC1.
>
> binaries are here :
> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/binaries/
>
> source distribution is here :
> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/distribution/source/
>
> the files for an upload to ibiblio are here :
> http://people.apache.org/~antoine/apache-ant-1.7.0RC1/java-repository/
>
> Regards,
> Antoine
>
>   


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