You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Phil Steitz <ph...@gmail.com> on 2010/03/29 00:19:34 UTC

Re: svn commit: r928454 - /commons/proper/commons-build/trunk/xdocs/releases/prepare.xml

bayard@apache.org wrote:
> Author: bayard
> Date: Sun Mar 28 17:28:02 2010
> New Revision: 928454
> 
> URL: http://svn.apache.org/viewvc?rev=928454&view=rev
> Log:
> Updating note on what should be in the notice
> 
> Modified:
>     commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
> 
> Modified: commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
> URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml?rev=928454&r1=928453&r2=928454&view=diff
> ==============================================================================
> --- commons/proper/commons-build/trunk/xdocs/releases/prepare.xml (original)
> +++ commons/proper/commons-build/trunk/xdocs/releases/prepare.xml Sun Mar 28 17:28:02 2010
> @@ -466,6 +466,9 @@ The release notes should contain the min
>        	The basic content (excepting external attributes notes) should be:
>          </p>
>          <pre>
> +    Apache Commons {Foo}
> +    Copyright {earliest}-{latest} The Apache Software Foundation
> +
>  	This product includes software developed by
>  	The Apache Software Foundation (http://www.apache.org/).
>          </pre>
> 
> 

We should port this to commons-site and probably deep six this whole
tree.  Agreed?

Phil

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


Re: svn commit: r928454 - /commons/proper/commons-build/trunk/xdocs/releases/prepare.xml

Posted by Niall Pemberton <ni...@gmail.com>.
On Mon, Mar 29, 2010 at 12:01 AM, Niall Pemberton
<ni...@gmail.com> wrote:
> On Sun, Mar 28, 2010 at 11:43 PM, Phil Steitz <ph...@gmail.com> wrote:
>> Niall Pemberton wrote:
>>> On Sun, Mar 28, 2010 at 11:19 PM, Phil Steitz <ph...@gmail.com> wrote:
>>>> bayard@apache.org wrote:
>>>>> Author: bayard
>>>>> Date: Sun Mar 28 17:28:02 2010
>>>>> New Revision: 928454
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=928454&view=rev
>>>>> Log:
>>>>> Updating note on what should be in the notice
>>>>>
>>>>> Modified:
>>>>>     commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>>>>
>>>>> Modified: commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>>>> URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml?rev=928454&r1=928453&r2=928454&view=diff
>>>>> ==============================================================================
>>>>> --- commons/proper/commons-build/trunk/xdocs/releases/prepare.xml (original)
>>>>> +++ commons/proper/commons-build/trunk/xdocs/releases/prepare.xml Sun Mar 28 17:28:02 2010
>>>>> @@ -466,6 +466,9 @@ The release notes should contain the min
>>>>>               The basic content (excepting external attributes notes) should be:
>>>>>          </p>
>>>>>          <pre>
>>>>> +    Apache Commons {Foo}
>>>>> +    Copyright {earliest}-{latest} The Apache Software Foundation
>>>>> +
>>>>>       This product includes software developed by
>>>>>       The Apache Software Foundation (http://www.apache.org/).
>>>>>          </pre>
>>>>>
>>>>>
>>>> We should port this to commons-site and probably deep six this whole
>>>> tree.  Agreed?
>>>
>>> Yes, but the Maven 1 builds still require commons-build, so until they
>>> are all gone we still need to keep it around.
>>
>> Are there any that are active?
>
> In *proper* only Jelly and Attributes don't have m2 builds (although
> there is one for Jelly in a branch[1] that could replace the m1
> build). Even though the rest have m2 builds the following components
> still also have m1 builds: betwixt, chain, discovery, el, fileupload,
> jxpath, launcher, logging, modeler, net, scxml, transaction, validator
>
> There are no m1 builds in the *sandbox".

Take that back - avalon-cli, i18n, id and validator2 have them

Niall

> All the *dormant* components that we list on the website now have an
> m2 build (as well as their m1 builds).
>
> Niall
>
> [1] http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/
>
>> Phil
>>>
>>> Niall
>>>
>>>> Phil
>

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


Re: svn commit: r928454 - /commons/proper/commons-build/trunk/xdocs/releases/prepare.xml

Posted by Henri Yandell <fl...@gmail.com>.
On Sun, Mar 28, 2010 at 4:01 PM, Niall Pemberton
<ni...@gmail.com> wrote:

> In *proper* only Jelly and Attributes don't have m2 builds (although

Attributes should go to dormant/retired/whatever. So no concerns.

> there is one for Jelly in a branch[1] that could replace the m1

With Maven and JIRA both having moved away from Jelly, I'm inclined to
think it should also go into retirement. There's not been much
activity - bar your M2 work.

> build). Even though the rest have m2 builds the following components
> still also have m1 builds: betwixt, chain, discovery, el, fileupload,
> jxpath, launcher, logging, modeler, net, scxml, transaction, validator

As long as the jar builds, and the site generates, I'm considering the
m2 build to be good and then removing the m1 artifacts. I'll work
through this list.

Hen

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


Re: svn commit: r928454 - /commons/proper/commons-build/trunk/xdocs/releases/prepare.xml

Posted by Niall Pemberton <ni...@gmail.com>.
On Sun, Mar 28, 2010 at 11:43 PM, Phil Steitz <ph...@gmail.com> wrote:
> Niall Pemberton wrote:
>> On Sun, Mar 28, 2010 at 11:19 PM, Phil Steitz <ph...@gmail.com> wrote:
>>> bayard@apache.org wrote:
>>>> Author: bayard
>>>> Date: Sun Mar 28 17:28:02 2010
>>>> New Revision: 928454
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=928454&view=rev
>>>> Log:
>>>> Updating note on what should be in the notice
>>>>
>>>> Modified:
>>>>     commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>>>
>>>> Modified: commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>>> URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml?rev=928454&r1=928453&r2=928454&view=diff
>>>> ==============================================================================
>>>> --- commons/proper/commons-build/trunk/xdocs/releases/prepare.xml (original)
>>>> +++ commons/proper/commons-build/trunk/xdocs/releases/prepare.xml Sun Mar 28 17:28:02 2010
>>>> @@ -466,6 +466,9 @@ The release notes should contain the min
>>>>               The basic content (excepting external attributes notes) should be:
>>>>          </p>
>>>>          <pre>
>>>> +    Apache Commons {Foo}
>>>> +    Copyright {earliest}-{latest} The Apache Software Foundation
>>>> +
>>>>       This product includes software developed by
>>>>       The Apache Software Foundation (http://www.apache.org/).
>>>>          </pre>
>>>>
>>>>
>>> We should port this to commons-site and probably deep six this whole
>>> tree.  Agreed?
>>
>> Yes, but the Maven 1 builds still require commons-build, so until they
>> are all gone we still need to keep it around.
>
> Are there any that are active?

In *proper* only Jelly and Attributes don't have m2 builds (although
there is one for Jelly in a branch[1] that could replace the m1
build). Even though the rest have m2 builds the following components
still also have m1 builds: betwixt, chain, discovery, el, fileupload,
jxpath, launcher, logging, modeler, net, scxml, transaction, validator

There are no m1 builds in the *sandbox".

All the *dormant* components that we list on the website now have an
m2 build (as well as their m1 builds).

Niall

[1] http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/

> Phil
>>
>> Niall
>>
>>> Phil

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


Re: svn commit: r928454 - /commons/proper/commons-build/trunk/xdocs/releases/prepare.xml

Posted by Henri Yandell <fl...@gmail.com>.
On Sun, Mar 28, 2010 at 3:43 PM, Phil Steitz <ph...@gmail.com> wrote:
> Niall Pemberton wrote:
>> On Sun, Mar 28, 2010 at 11:19 PM, Phil Steitz <ph...@gmail.com> wrote:
>>> bayard@apache.org wrote:
>>>> Author: bayard
>>>> Date: Sun Mar 28 17:28:02 2010
>>>> New Revision: 928454
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=928454&view=rev
>>>> Log:
>>>> Updating note on what should be in the notice
>>>>
>>>> Modified:
>>>>     commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>>>
>>>> Modified: commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>>> URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml?rev=928454&r1=928453&r2=928454&view=diff
>>>> ==============================================================================
>>>> --- commons/proper/commons-build/trunk/xdocs/releases/prepare.xml (original)
>>>> +++ commons/proper/commons-build/trunk/xdocs/releases/prepare.xml Sun Mar 28 17:28:02 2010
>>>> @@ -466,6 +466,9 @@ The release notes should contain the min
>>>>               The basic content (excepting external attributes notes) should be:
>>>>          </p>
>>>>          <pre>
>>>> +    Apache Commons {Foo}
>>>> +    Copyright {earliest}-{latest} The Apache Software Foundation
>>>> +
>>>>       This product includes software developed by
>>>>       The Apache Software Foundation (http://www.apache.org/).
>>>>          </pre>
>>>>
>>>>
>>> We should port this to commons-site and probably deep six this whole
>>> tree.  Agreed?
>>
>> Yes, but the Maven 1 builds still require commons-build, so until they
>> are all gone we still need to keep it around.
>
> Are there any that are active?

Give me a short while to delete all the project.xml's and there won't be :)

Apologies for my changing the wrong location - I hit ctrl C on the
find command too quickly to see it show up in commons-site too. I'll
get that fixed too.

Hen

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


Re: svn commit: r928454 - /commons/proper/commons-build/trunk/xdocs/releases/prepare.xml

Posted by Phil Steitz <ph...@gmail.com>.
Niall Pemberton wrote:
> On Sun, Mar 28, 2010 at 11:19 PM, Phil Steitz <ph...@gmail.com> wrote:
>> bayard@apache.org wrote:
>>> Author: bayard
>>> Date: Sun Mar 28 17:28:02 2010
>>> New Revision: 928454
>>>
>>> URL: http://svn.apache.org/viewvc?rev=928454&view=rev
>>> Log:
>>> Updating note on what should be in the notice
>>>
>>> Modified:
>>>     commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>>
>>> Modified: commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>> URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml?rev=928454&r1=928453&r2=928454&view=diff
>>> ==============================================================================
>>> --- commons/proper/commons-build/trunk/xdocs/releases/prepare.xml (original)
>>> +++ commons/proper/commons-build/trunk/xdocs/releases/prepare.xml Sun Mar 28 17:28:02 2010
>>> @@ -466,6 +466,9 @@ The release notes should contain the min
>>>               The basic content (excepting external attributes notes) should be:
>>>          </p>
>>>          <pre>
>>> +    Apache Commons {Foo}
>>> +    Copyright {earliest}-{latest} The Apache Software Foundation
>>> +
>>>       This product includes software developed by
>>>       The Apache Software Foundation (http://www.apache.org/).
>>>          </pre>
>>>
>>>
>> We should port this to commons-site and probably deep six this whole
>> tree.  Agreed?
> 
> Yes, but the Maven 1 builds still require commons-build, so until they
> are all gone we still need to keep it around.

Are there any that are active?

Phil
> 
> Niall
> 
>> Phil
> 
> ---------------------------------------------------------------------
> 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: svn commit: r928454 - /commons/proper/commons-build/trunk/xdocs/releases/prepare.xml

Posted by Niall Pemberton <ni...@gmail.com>.
On Sun, Mar 28, 2010 at 11:19 PM, Phil Steitz <ph...@gmail.com> wrote:
> bayard@apache.org wrote:
>> Author: bayard
>> Date: Sun Mar 28 17:28:02 2010
>> New Revision: 928454
>>
>> URL: http://svn.apache.org/viewvc?rev=928454&view=rev
>> Log:
>> Updating note on what should be in the notice
>>
>> Modified:
>>     commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>>
>> Modified: commons/proper/commons-build/trunk/xdocs/releases/prepare.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/releases/prepare.xml?rev=928454&r1=928453&r2=928454&view=diff
>> ==============================================================================
>> --- commons/proper/commons-build/trunk/xdocs/releases/prepare.xml (original)
>> +++ commons/proper/commons-build/trunk/xdocs/releases/prepare.xml Sun Mar 28 17:28:02 2010
>> @@ -466,6 +466,9 @@ The release notes should contain the min
>>               The basic content (excepting external attributes notes) should be:
>>          </p>
>>          <pre>
>> +    Apache Commons {Foo}
>> +    Copyright {earliest}-{latest} The Apache Software Foundation
>> +
>>       This product includes software developed by
>>       The Apache Software Foundation (http://www.apache.org/).
>>          </pre>
>>
>>
>
> We should port this to commons-site and probably deep six this whole
> tree.  Agreed?

Yes, but the Maven 1 builds still require commons-build, so until they
are all gone we still need to keep it around.

Niall

> Phil

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