You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Simone Tripodi <si...@apache.org> on 2013/03/24 14:13:40 UTC

[VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Hi all,

I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
to call for a vote:

Release Notes:

http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt

Tag:

https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2

Site:

http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
(possible broken links will be fixed once site will be properly
deployed)

Binaries:

http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries

Staging Maven Artifacts:

https://repository.apache.org/content/repositories/orgapachecommons-018/

[ ] +1 release it
[ ] +0 go ahead I don't care
[ ] -1 no, do not release it because

Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
1:00pm GMT.

Many thanks in advance for reviewing,
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by sebb <se...@gmail.com>.
On 25 March 2013 11:38, Jörg Schaible <jo...@gmx.de> wrote:
> Hi Simo,
>
> Simone Tripodi wrote:
>
>> Hi all,
>>
>> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
>> to call for a vote:
>>
>> Release Notes:
>>
>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-
> NOTES.txt
>>
>> Tag:
>>
>>
> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
>>
>> Site:
>>
>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
>> (possible broken links will be fixed once site will be properly
>> deployed)
>
> This is not true, the e.g. links to "Volunteering", "Contributing Patches",
> ... will be broken after publishing this site!

I think not.

For example in the page:

http://commons.apache.org/proper/fileupload/index.html

there will be the link:

../../volunteering.html

That will become:

http://commons.apache.org/proper/fileupload/../../volunteering.html

which reduces to

http://commons.apache.org/proper/../volunteering.html

then

http://commons.apache.org/volunteering.html

which is the correct link

>> Binaries:
>>
>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
>>
>> Staging Maven Artifacts:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-018/
>>
>> [ ] +1 release it
>> [ ] +0 go ahead I don't care
>> [ ] -1 no, do not release it because
>
> +1,
>
> builds from source and can run all tests with my compiler zoo. MD5/SHA1 sums
> match (arbitrarily tested).
>
> Minor nit: The -tests.jar contains the same OSGi information in its manifest
> as the main artifact. This is plain nonsense, maybe we  have to resolve this
> in the commons-parent anyway. No blocker though.
>
> The problem with the links is also not unique to this component, we have to
> fix more sites anyway.
>
> - Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Jörg Schaible <jo...@gmx.de>.
Hi Simo,

Simone Tripodi wrote:

> Hi all,
> 
> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
> to call for a vote:
> 
> Release Notes:
> 
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-
NOTES.txt
> 
> Tag:
> 
> 
https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
> 
> Site:
> 
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
> (possible broken links will be fixed once site will be properly
> deployed)

This is not true, the e.g. links to "Volunteering", "Contributing Patches", 
... will be broken after publishing this site!

> Binaries:
> 
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
> 
> Staging Maven Artifacts:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-018/
> 
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because

+1,

builds from source and can run all tests with my compiler zoo. MD5/SHA1 sums 
match (arbitrarily tested).

Minor nit: The -tests.jar contains the same OSGi information in its manifest 
as the main artifact. This is plain nonsense, maybe we  have to resolve this 
in the commons-parent anyway. No blocker though.

The problem with the links is also not unique to this component, we have to 
fix more sites anyway.

- Jörg


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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Simone Tripodi <si...@apache.org>.
>
> That's the theory, we wouldn't spent so much time to get the Maven
> artifacts right if that was true in practice ;)
>

but pushing Maven artifacts on central repo is not a must, this is
something we at Commons decided to do - and we have to manage Maven
release constraints required by central repo, not by the ASF

> I would agree with Benedikt, the test sources shouldn't be included in
> the binary package

the assembly descriptor has currently this conf:

    <fileSet>
      <directory>target</directory>
      <outputDirectory>lib</outputDirectory>
      <includes>
        <include>*.jar</include>
      </includes>
    </fileSet>

so it is clear why all jars are included - and again, since there is
no policy what should or not be included in -bin, it is still
acceptable

> and the documentation should include the content of
> the site (if the site has tutorials or examples).
>

agreed, but not a blocker.

Thanks for reviewing!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/


On Tue, Mar 26, 2013 at 12:16 AM, Emmanuel Bourg <eb...@apache.org> wrote:
> Le 25/03/2013 23:48, Simone Tripodi a écrit :
>
>> Please note that what Apache really releases are the *sources* and not
>> binary archives - an interesting reading is "What is a release?"[1]
>> where it is specified:
>
> That's the theory, we wouldn't spent so much time to get the Maven
> artifacts right if that was true in practice ;)
>
> I would agree with Benedikt, the test sources shouldn't be included in
> the binary package, and the documentation should include the content of
> the site (if the site has tutorials or examples).
>
> Emmanuel Bourg
>
>

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Emmanuel Bourg <eb...@apache.org>.
Le 25/03/2013 23:48, Simone Tripodi a écrit :

> Please note that what Apache really releases are the *sources* and not
> binary archives - an interesting reading is "What is a release?"[1]
> where it is specified:

That's the theory, we wouldn't spent so much time to get the Maven
artifacts right if that was true in practice ;)

I would agree with Benedikt, the test sources shouldn't be included in
the binary package, and the documentation should include the content of
the site (if the site has tutorials or examples).

Emmanuel Bourg



Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Benedikt Ritter <br...@apache.org>.
Good morning Simo,


2013/3/25 Simone Tripodi <si...@apache.org>

> Hallo!
>
> >
> > build works fine with my environment, which is:
> >
> > Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> > Maven home: D:\Entwicklung\maven\3.0.3
> > Java version: 1.7.0_13, vendor: Oracle Corporation
> > Java home: D:\Entwicklung\Java\jdk1.7.0_13-x64\jre
> > Default locale: de_DE, platform encoding: Cp1252
> > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
> >
> > Site looks good, signatures are okay.
> >
>
> gut!
>
> > One thing that caught my attention (but probably is related to how RMs
> > create RCs): commons-fileupload-1.3-bin.tar.gz and
> > commons-fileupload-1.3-bin.zip not only contain the binaries but also
> > contain sources jars, as well as test classes. As far as I can remember
> > this is different from the other two releases I have voted for
>
> Please note that what Apache really releases are the *sources* and not
> binary archives - an interesting reading is "What is a release?"[1]
> where it is specified:
>
> <quote>
> "The Apache Software Foundation produces open source software. All
> releases are in the form of the source materials needed to make
> changes to the software being released. In some cases, binary/bytecode
> packages are also produced as a convenience to users that might not
> have the appropriate tools to build a compiled version of the source.
> In all such cases, the binary/bytecode package must have the same
> version number as the source release and may only add binary/bytecode
> files that are the result of compiling that version of the source code
> release."
> </quote>
>
> Here we are speaking about binary release and each component has the
> freedom to include, along the main jar archive, whatever aux file is
> required to properly use the main distribution package. There's no
> guideline anyway on how -bin archives have to be composed - this is
> something I tried to unify some time ago, describing an approach which
> shares a single assembly descriptor[2] across all modules, but the
> proposal was rejected.
>

Thanks for this explanation!


>
> > and it is
> > definitely different from fileupload 1.2.2. Also the site directory in
> > those archives only contains the JavaDoc page, where as the site
> directory
> > from commons-fileupload-1.2.2-bin.zip contains the hole site.
>
> yup that depends on which goals order the previous RM executed -
> invoking the `site` first, it includes all pages, not just javadoc,
> which are generated before deploying artifacts anyway.
>

Okay, so here is my (non-binding) +1 :-)
Benedikt


>
> Thanks for reviewing,
> -Simo
>
> [1] http://www.apache.org/dev/release.html#releases
> [2] http://markmail.org/message/tvxh4kflhdm3zq4k
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Simone Tripodi <si...@apache.org>.
Hallo!

>
> build works fine with my environment, which is:
>
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Maven home: D:\Entwicklung\maven\3.0.3
> Java version: 1.7.0_13, vendor: Oracle Corporation
> Java home: D:\Entwicklung\Java\jdk1.7.0_13-x64\jre
> Default locale: de_DE, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>
> Site looks good, signatures are okay.
>

gut!

> One thing that caught my attention (but probably is related to how RMs
> create RCs): commons-fileupload-1.3-bin.tar.gz and
> commons-fileupload-1.3-bin.zip not only contain the binaries but also
> contain sources jars, as well as test classes. As far as I can remember
> this is different from the other two releases I have voted for

Please note that what Apache really releases are the *sources* and not
binary archives - an interesting reading is "What is a release?"[1]
where it is specified:

<quote>
"The Apache Software Foundation produces open source software. All
releases are in the form of the source materials needed to make
changes to the software being released. In some cases, binary/bytecode
packages are also produced as a convenience to users that might not
have the appropriate tools to build a compiled version of the source.
In all such cases, the binary/bytecode package must have the same
version number as the source release and may only add binary/bytecode
files that are the result of compiling that version of the source code
release."
</quote>

Here we are speaking about binary release and each component has the
freedom to include, along the main jar archive, whatever aux file is
required to properly use the main distribution package. There's no
guideline anyway on how -bin archives have to be composed - this is
something I tried to unify some time ago, describing an approach which
shares a single assembly descriptor[2] across all modules, but the
proposal was rejected.

> and it is
> definitely different from fileupload 1.2.2. Also the site directory in
> those archives only contains the JavaDoc page, where as the site directory
> from commons-fileupload-1.2.2-bin.zip contains the hole site.

yup that depends on which goals order the previous RM executed -
invoking the `site` first, it includes all pages, not just javadoc,
which are generated before deploying artifacts anyway.

Thanks for reviewing,
-Simo

[1] http://www.apache.org/dev/release.html#releases
[2] http://markmail.org/message/tvxh4kflhdm3zq4k

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Benedikt Ritter <br...@apache.org>.
Hi Simo,

build works fine with my environment, which is:

Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: D:\Entwicklung\maven\3.0.3
Java version: 1.7.0_13, vendor: Oracle Corporation
Java home: D:\Entwicklung\Java\jdk1.7.0_13-x64\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Site looks good, signatures are okay.

One thing that caught my attention (but probably is related to how RMs
create RCs): commons-fileupload-1.3-bin.tar.gz and
commons-fileupload-1.3-bin.zip not only contain the binaries but also
contain sources jars, as well as test classes. As far as I can remember
this is different from the other two releases I have voted for and it is
definitely different from fileupload 1.2.2. Also the site directory in
those archives only contains the JavaDoc page, where as the site directory
from commons-fileupload-1.2.2-bin.zip contains the hole site.
Can you please comment on this before I cast my (non-binding) vote? :-)

Thanks!
Benedikt



2013/3/24 Simone Tripodi <si...@apache.org>

> Hi all,
>
> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
> to call for a vote:
>
> Release Notes:
>
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
>
> Tag:
>
>
> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
>
> Site:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
> (possible broken links will be fixed once site will be properly
> deployed)
>
> Binaries:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
>
> Staging Maven Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-018/
>
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
>
> Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
> 1:00pm GMT.
>
> Many thanks in advance for reviewing,
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by sebb <se...@gmail.com>.
On 24 March 2013 13:13, Simone Tripodi <si...@apache.org> wrote:
> Hi all,
>
> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
> to call for a vote:
>
> Release Notes:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
>
> Tag:
>
> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
>
> Site:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
> (possible broken links will be fixed once site will be properly
> deployed)
>
> Binaries:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries

Minor nit: the DOAP should not really be in the source archive.

> Staging Maven Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-018/
>
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
>
> Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
> 1:00pm GMT.
>
> Many thanks in advance for reviewing,
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


[RESULT][VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Simone Tripodi <si...@apache.org>.
Hi all,

more than 72h have passed and the current thread vote can be
considered closed and passes with following resolution:

three +1 votes from PMC members:

 * Simone Tripodi
 * Gary Gregory
 * Jörg Schaible

we got also a +1 vote from Benedikt Ritter.

I am going to promote the artifacts and redeploy the site.

Thank *all* who participated in fileupload 1.3 release!
All the best,
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/


On Sun, Mar 24, 2013 at 2:13 PM, Simone Tripodi
<si...@apache.org> wrote:
> Hi all,
>
> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
> to call for a vote:
>
> Release Notes:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
>
> Tag:
>
> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
>
> Site:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
> (possible broken links will be fixed once site will be properly
> deployed)
>
> Binaries:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
>
> Staging Maven Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-018/
>
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
>
> Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
> 1:00pm GMT.
>
> Many thanks in advance for reviewing,
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Simone Tripodi <si...@apache.org>.
Hi Gary!

>
> FWIW: I fixed a site nit in trunk to add a hyperlink for an RFC.
>

it does and I really appreciate it, thanks a lot!
All the best!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
+1.

FWIW: I fixed a site nit in trunk to add a hyperlink for an RFC.

Non showstoppers:

[WARNING] Javadoc Warnings
[WARNING]
C:\temp\rc\FILEUPLOAD_1_3_RC2\src\main\java\org\apache\commons\fileupload\FileUploadBase.java:1350:
warning - Tag @link: can't find SizeLimitExceededException(String, long,
long) in org.apache.commons.fileupload.FileUplo
adBase.SizeLimitExceededException
[WARNING]
C:\temp\rc\FILEUPLOAD_1_3_RC2\src\main\java\org\apache\commons\fileupload\FileUploadBase.java:1360:
warning - Tag @link: can't find SizeLimitExceededException(String, long,
long) in org.apache.commons.fileupload.FileUplo
adBase.SizeLimitExceededException

Tested with:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
08:51:28-0500)
Maven home: C:\Java\apache-maven-3.0.5\bin\..
Java version: 1.6.0_39, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_39\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Gary



On Sun, Mar 24, 2013 at 9:14 AM, Simone Tripodi <si...@apache.org>wrote:

> +1
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
> On Sun, Mar 24, 2013 at 2:13 PM, Simone Tripodi
> <si...@apache.org> wrote:
> > Hi all,
> >
> > I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
> > to call for a vote:
> >
> > Release Notes:
> >
> >
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
> >
> > Tag:
> >
> >
> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
> >
> > Site:
> >
> >
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
> > (possible broken links will be fixed once site will be properly
> > deployed)
> >
> > Binaries:
> >
> > http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
> >
> > Staging Maven Artifacts:
> >
> > https://repository.apache.org/content/repositories/orgapachecommons-018/
> >
> > [ ] +1 release it
> > [ ] +0 go ahead I don't care
> > [ ] -1 no, do not release it because
> >
> > Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
> > 1:00pm GMT.
> >
> > Many thanks in advance for reviewing,
> > -Simo
> >
> > http://people.apache.org/~simonetripodi/
> > http://simonetripodi.livejournal.com/
> > http://twitter.com/simonetripodi
> > http://www.99soft.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Simone Tripodi <si...@apache.org>.
+1

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/


On Sun, Mar 24, 2013 at 2:13 PM, Simone Tripodi
<si...@apache.org> wrote:
> Hi all,
>
> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
> to call for a vote:
>
> Release Notes:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
>
> Tag:
>
> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
>
> Site:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
> (possible broken links will be fixed once site will be properly
> deployed)
>
> Binaries:
>
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
>
> Staging Maven Artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-018/
>
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
>
> Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
> 1:00pm GMT.
>
> Many thanks in advance for reviewing,
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by sebb <se...@gmail.com>.
On 25 March 2013 16:39, Simone Tripodi <si...@apache.org> wrote:
> Thanks a lot Manu!
>
> Ant support will be dropped as soon as we have the confirmation that
> Gump is using Maven to build fileupload.

It is now using Maven, but the test phase has yet to run.
There was a minor problem with the Gump config which I hope I have fixed.

> All the best!
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
> On Mon, Mar 25, 2013 at 5:06 PM, Emmanuel Bourg <eb...@apache.org> wrote:
>> A minor detail, in build.properties there is:
>>
>> maven.build.finalName=commons-fileupload-1.3-SNAPSHOT
>>
>> The -SNAPSHOT suffix should be removed.
>>
>> This can break the Debian packages for the Apache Commons components
>> when they rely on Ant. This doesn't affect fileupload specifically since
>> its Debian package is built with Maven, but there was a similar issue
>> with the build.xml file shipped with Commons Pool 1.6 and it prevented
>> the Debian package from building.
>>
>> Emmanuel Bourg
>>
>>
>> Le 24/03/2013 14:13, Simone Tripodi a écrit :
>>> Hi all,
>>>
>>> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
>>> to call for a vote:
>>>
>>> Release Notes:
>>>
>>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
>>>
>>> Tag:
>>>
>>> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
>>>
>>> Site:
>>>
>>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
>>> (possible broken links will be fixed once site will be properly
>>> deployed)
>>>
>>> Binaries:
>>>
>>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
>>>
>>> Staging Maven Artifacts:
>>>
>>> https://repository.apache.org/content/repositories/orgapachecommons-018/
>>>
>>> [ ] +1 release it
>>> [ ] +0 go ahead I don't care
>>> [ ] -1 no, do not release it because
>>>
>>> Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
>>> 1:00pm GMT.
>>>
>>> Many thanks in advance for reviewing,
>>> -Simo
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://simonetripodi.livejournal.com/
>>> http://twitter.com/simonetripodi
>>> http://www.99soft.org/
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Simone Tripodi <si...@apache.org>.
Thanks a lot Manu!

Ant support will be dropped as soon as we have the confirmation that
Gump is using Maven to build fileupload.

All the best!
-Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/


On Mon, Mar 25, 2013 at 5:06 PM, Emmanuel Bourg <eb...@apache.org> wrote:
> A minor detail, in build.properties there is:
>
> maven.build.finalName=commons-fileupload-1.3-SNAPSHOT
>
> The -SNAPSHOT suffix should be removed.
>
> This can break the Debian packages for the Apache Commons components
> when they rely on Ant. This doesn't affect fileupload specifically since
> its Debian package is built with Maven, but there was a similar issue
> with the build.xml file shipped with Commons Pool 1.6 and it prevented
> the Debian package from building.
>
> Emmanuel Bourg
>
>
> Le 24/03/2013 14:13, Simone Tripodi a écrit :
>> Hi all,
>>
>> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
>> to call for a vote:
>>
>> Release Notes:
>>
>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
>>
>> Tag:
>>
>> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
>>
>> Site:
>>
>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
>> (possible broken links will be fixed once site will be properly
>> deployed)
>>
>> Binaries:
>>
>> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
>>
>> Staging Maven Artifacts:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-018/
>>
>> [ ] +1 release it
>> [ ] +0 go ahead I don't care
>> [ ] -1 no, do not release it because
>>
>> Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
>> 1:00pm GMT.
>>
>> Many thanks in advance for reviewing,
>> -Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
>

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


Re: [VOTE] Release Apache Commons-FIleUpload 1.3 based on RC2

Posted by Emmanuel Bourg <eb...@apache.org>.
A minor detail, in build.properties there is:

maven.build.finalName=commons-fileupload-1.3-SNAPSHOT

The -SNAPSHOT suffix should be removed.

This can break the Debian packages for the Apache Commons components
when they rely on Ant. This doesn't affect fileupload specifically since
its Debian package is built with Maven, but there was a similar issue
with the build.xml file shipped with Commons Pool 1.6 and it prevented
the Debian package from building.

Emmanuel Bourg


Le 24/03/2013 14:13, Simone Tripodi a écrit :
> Hi all,
> 
> I've prepared the RC1 of  Apache Commons-FileUpload 1.3 so I am here
> to call for a vote:
> 
> Release Notes:
> 
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/RELEASE-NOTES.txt
> 
> Tag:
> 
> https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/FILEUPLOAD_1_3_RC2
> 
> Site:
> 
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/site/index.html
> (possible broken links will be fixed once site will be properly
> deployed)
> 
> Binaries:
> 
> http://people.apache.org/builds/commons/fileupload/1.3/RC2/binaries
> 
> Staging Maven Artifacts:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-018/
> 
> [ ] +1 release it
> [ ] +0 go ahead I don't care
> [ ] -1 no, do not release it because
> 
> Vote is open for at least 72h and is closing ~ on March 27th, 2013, at
> 1:00pm GMT.
> 
> Many thanks in advance for reviewing,
> -Simo
> 
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>