You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by David Crossley <cr...@apache.org> on 2012/12/07 08:14:46 UTC

Re: [DISCUSS] Releasing 2.1.12

I spent some time to attempt to upgrade the guts of Forrest
to utilise today's Cocoon-2.1.12-dev version.

https://issues.apache.org/jira/browse/FOR-1240

Hooray, it works.

As explained there it would also be good to upgrade some of the
supporting products dependencies in Cocoon. Forrest has some that
are newer than Cocoon and vice versa. We probably each have some
that are out-of-date.

-David

Re: 2.12 Release: Additions to COCOON-2333 (list of current jars)

Posted by Cédric Damioli <cd...@apache.org>.
Le 12/12/2012 13:13, David Crossley a écrit :
> Francesco Chicchiriccò wrote:
>> David Crossley wrote:
>>> insight49@gmail.com wrote:
>>>
>>>> Here are some additions to COCOON-2333 (list of current jar files). I'm
>>>> also attaching a .txt file in case that's easier to use.
>>>>
>>>> Is the plan to upgrade the code to use the newer jar versions for the
>>>> 2.12 release?
>>> Thanks, I will add some of your notes to the list.
>>>
>>> The intention was to gather some information about some of the important
>>> ones. If necessary or desirable, then we could possibly upgrade some.
>>> However there would need to be other Cocoon committers to assist with that.
>> If you can point me to some procedure to test whether everything is
>> working (if it was Maven I would have known how to do this check) when
>> upgrading some JAR dependency file, I could provide some assistance.
> The lib/jars.xml file explains where each jar is used, e.g. which block,
> or perhaps core too. So doing ./build.sh to compile and run whatever
> code tests are included, then ./cocoon.sh and exercise the relevant Sample.
>
>>> IIUC, then Cocoon-2.1 will need to remain at a limited low version of
>>> Java. So that will restrict which jars can
>>> be upgraded, and to what version of their product.
>> Agreed: 2.1.12 is a bugfix version - coming after years! - and its scope
>> could not interfere with Java version.
> The Cocoon-2.1 README.txt says Java 1.3
>
> However for example this is already in our C-2.1 SVN:
> lib/optional/xmlgraphics-commons-1.3.1.jar
> and version 1.3 is the first to require Java 1.4
> http://xmlgraphics.apache.org/commons/#news-2008-06-11
>
> -David

If I remember correctly, it was decided that 2.1.12 would be the first 
version requiring at least a 1.4 JVM
This is written in the status.xml and even the core does not compile 
with a JVM < 1.4
We should certainly update the README.txt

-- 
Cédric Damioli
Ametys CMS
http://www.ametys.org
http://www.anyware-services.com


Re: 2.12 Release: Additions to COCOON-2333 (list of current jars)

Posted by David Crossley <cr...@apache.org>.
Francesco Chicchiriccò wrote:
> David Crossley wrote:
> >insight49@gmail.com wrote:
> >
> >>Here are some additions to COCOON-2333 (list of current jar files). I'm 
> >>also attaching a .txt file in case that's easier to use.
> >>
> >>Is the plan to upgrade the code to use the newer jar versions for the 
> >>2.12 release?
> >
> >Thanks, I will add some of your notes to the list.
> >
> >The intention was to gather some information about some of the important 
> >ones. If necessary or desirable, then we could possibly upgrade some. 
> >However there would need to be other Cocoon committers to assist with that.
> 
> If you can point me to some procedure to test whether everything is 
> working (if it was Maven I would have known how to do this check) when 
> upgrading some JAR dependency file, I could provide some assistance.

The lib/jars.xml file explains where each jar is used, e.g. which block,
or perhaps core too. So doing ./build.sh to compile and run whatever
code tests are included, then ./cocoon.sh and exercise the relevant Sample.

> >IIUC, then Cocoon-2.1 will need to remain at a limited low version of 
> >Java. So that will restrict which jars can
> >be upgraded, and to what version of their product.
> 
> Agreed: 2.1.12 is a bugfix version - coming after years! - and its scope 
> could not interfere with Java version.

The Cocoon-2.1 README.txt says Java 1.3

However for example this is already in our C-2.1 SVN:
lib/optional/xmlgraphics-commons-1.3.1.jar
and version 1.3 is the first to require Java 1.4
http://xmlgraphics.apache.org/commons/#news-2008-06-11

-David

Re: 2.12 Release: Additions to COCOON-2333 (list of current jars)

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 12/12/2012 05:12, David Crossley wrote:
> insight49@gmail.com wrote:
>> Here are some additions to COCOON-2333 (list of current jar files). I'm also attaching a .txt file in case that's easier to use.
>>
>> Is the plan to upgrade the code to use the newer jar versions for the 2.12 release?
> Thanks, I will add some of your notes to the list.
>
> The intention was to gather some information about some of the important ones. If necessary or desirable, then we could possibly upgrade some. However there would need to be other Cocoon committers to assist with that.

If you can point me to some procedure to test whether everything is 
working (if it was Maven I would have known how to do this check) when 
upgrading some JAR dependency file, I could provide some assistance.

> IIUC, then Cocoon-2.1 will need to remain at a limited low version of Java. So that will restrict which jars can
> be upgraded, and to what version of their product.

Agreed: 2.1.12 is a bugfix version - coming after years! - and its scope 
could not interfere with Java version.

Regards.

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: 2.12 Release: Additions to COCOON-2333 (list of current jars)

Posted by David Crossley <cr...@apache.org>.
insight49@gmail.com wrote:
>
> Here are some additions to COCOON-2333 (list of current jar files). I'm 
> also attaching a .txt file in case that's easier to use.
> 
> Is the plan to upgrade the code to use the newer jar versions for the 
> 2.12 release?

Thanks, i will add some of your notes to the list.

The intention was to gather some information about some of the
important ones. If necessary or desirable, then we could possibly
upgrade some. However there would need to be other Cocoon
committers to assist with that.

IIUC, then Cocoon-2.1 will need to remain at a limited
low version of Java. So that will restrict which jars can
be upgraded, and to what version of their product.

-David

> Thanks,
> 
> Dan

2.12 Release: Additions to COCOON-2333 (list of current jars)

Posted by "insight49@gmail.com" <in...@gmail.com>.
Here are some additions to COCOON-2333 (list of current jar files). I'm 
also attaching a .txt file in case that's easier to use.

Is the plan to upgrade the code to use the newer jar versions for the 
2.12 release?

Thanks,

Dan

==================

Additions to:
https://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt?view=markup

Issue: COCOON-2333

Notes: I'm not a developer so functionality/compatibility with cocoon 
may not work!



148     L: lib/optional/batik-all-1.6.jar
149     F: C:
150     R: batik-1.7;  batik-src-1.7.zip OR batik-1.7.zip
151     http://xmlgraphics.apache.org/batik/



161     L: lib/optional/chaperon-20040205.jar
162     F: C:
163     R: chaperon-3.0;  chaperon-3.0-final-src.tar.gz OR 
chaperon-3.0-final-bin.tar.gz
http://chaperon.sourceforge.net/



169     L: lib/optional/commons-codec-1.3.jar
170     F: C:
171     R: commons-codec-1.7;  commons-codec-1.7-bin.tar.gz  OR 
commons-codec-1.7-src.tar.gz
https://commons.apache.org/codec/



218  L: lib/optional/fop-0.95.jar
219  F: C:
220  R: fop-1,1; fop-1.1-src.tar.gz OR fop-1.1-bin.tar.gz
https://xmlgraphics.apache.org/fop/1.1/



247     L: lib/optional/icu4j-2.8.jar
248     F: X:
249     R: icu4j-50_1; icu4j-50_1.tgz, icu4j-charset-50_1.jar, 
icu4j-localespi-50_1.jar
https://ssl.icu-project.org/icu-jsp/downloadPage.jsp?ver=50.1&base=j&svn=release-50-1
http://site.icu-project.org/



251     L: lib/optional/itext-1.1.jar
252     F: X:
253     R: itext-5.3.4; itext-5.3.4.zip
http://itextpdf.com/, 
http://sourceforge.net/projects/itext/files/iText/iText5.3.4/



299     L: lib/optional/jtidy-04aug2000r7-dev.jar
300     F: C:
301     R: jtidy-r938; jtidy-r938.zip OR jtidy-r938-sources.zip
http://jtidy.sourceforge.net/ 
(http://sourceforge.net/projects/jtidy/files/JTidy/r938/)



303     L: lib/optional/lucene-1.4.3.jar
304     F: C:
305     R: lucene-4.0.0;  lucene-4.0.0-src.tgz OR lucene-4.0.0.tgz
https://lucene.apache.org/
See also the SOLR Project (https://lucene.apache.org/solr/, now v4)



317     L: lib/optional/nekohtml-0.9.5.jar
318     F: X:
319     R: nekohtml-1.9.17;  nekohtml-1.9.17.tar.gz OR nekohtml-1.9.17.zip
http://nekohtml.sourceforge.net/



329     L: lib/optional/poi-3.0.2-FINAL-20080204.jar
330     F: X:
331     R: poi-3.9;  poi-bin-3.9-20121203.tar.gz  OR 
poi-src-3.9-20121203.tar.gz
https://poi.apache.org/
Notes: See also, alternative TIKA Project (tika.apache.org); Current 
SOLR v4 distro uses poi-3.8.jar, poi-ooxml-3.8.jar, 
poi-ooxml-schemas-3.8.jar and poi-scratchpad-3.8.jar



365     L: lib/optional/velocity-1.4.jar
366     F: X:
367     R: velocity-1.7;  velocity-1.7.tar.gz
https://velocity.apache.org/



393     L: lib/optional/xmlgraphics-commons-1.3.1.jar
394     F: C:
395     R: xmlgraphics-commons-1.5; xmlgraphics-commons-1.5-bin.tar.gz 
OR xmlgraphics-commons-1.5-src.tar.gz
https://xmlgraphics.apache.org/commons/

Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Cédric Damioli <cd...@apache.org>.
Le 11/03/2013 17:37, Francesco Chicchiriccò a écrit :
>
> I was able to
>  1. download all files
>  2. check ASC signatures and MD5 / SHA1 hashes
>  3. (either for zip and tar.gz) extract src, try to build and got 
> message about missing dependencies
>  4. (either for zip and tar.gz) extract deps, successfully build, run 
> and browse samples
>
> If this was a formal vote, I would have given my +1
> Nice job!
>
> Looking forward for the actual vote.
> Regards. 

Thanks for your feedback.
I hope to be able to tag the SVN, rebuild the files, and launch the 
formal vote later today.

Regards,

-- 
Cédric Damioli
Ametys CMS
http://www.ametys.org
http://www.anyware-services.com


Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 11/03/2013 11:18, Cédric Damioli wrote:
>
> Le 11/03/2013 11:12, Francesco Chicchiriccò a écrit :
>> On 09/03/2013 12:36, Francesco Chicchiriccò wrote:
>>> On 08/03/2013 20:28, Cédric Damioli wrote:
>>>> Hello,
>>>>
>>>> I just uploaded the release material at 
>>>> http://people.apache.org/~cdamioli/cocoon/
>>>>
>>>> Before starting a formal vote, could some of you download and test 
>>>> the files (signatures, installation, samples, ...) ?
>>>
>>> I'll do this on Monday.
>>
>> I cannot download almost any file (but some .asc) from the given 
>> location: 403 Forbidden
> ouuups, sorry
> This should be better now.

I was able to
  1. download all files
  2. check ASC signatures and MD5 / SHA1 hashes
  3. (either for zip and tar.gz) extract src, try to build and got 
message about missing dependencies
  4. (either for zip and tar.gz) extract deps, successfully build, run 
and browse samples

If this was a formal vote, I would have given my +1
Nice job!

Looking forward for the actual vote.
Regards.

>>>> I saw some broken samples, all related to some external sources 
>>>> (RSS feeds, SOAP servers, ...). I don't know if this may be 
>>>> considered blocker for the release.
>>>
>>> I don't think so...
>>>
>>>> BTW, how could I have write access on the wiki ? Who are 
>>>> administrators ?
>>>
>>> A while ago [2] we set up with Infra some security for our wiki: if 
>>> you want write access you need to be enlisted as contributor in [3]; 
>>> any PMC member can also be added to [4] thus becoming administrator.
>>>
>>> Please tell me your username and I will add it to [3] or [4], as you 
>>> prefer.
>>>
>>> Regards.
>>>
>>>> Le 05/03/2013 11:18, Cédric Damioli a écrit :
>>>>> Hi team,
>>>>>
>>>>>> Oooook, does this mean we can start rolling this long-waited 
>>>>>> 2.1.12??!?
>>>>>> Cédric, are you ready?
>>>>>>
>>>>> Let's go !
>>>>>
>>>>> We are now in the process of releasing 2.1.12 in the next few 
>>>>> days, so please don't check anything in in the 2.1.x branch.
>>>>> I'll try to follow [1] as much as possible.
>>>>>
>>>>> Best regards,
>>>>> Cédric
>>>>>
>>>>> [1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo
>>> [2] 
>>> http://old.nabble.com/Re%3A-Spam-on-Cocoon-wiki---Fwd%3A--Cocoon-Wiki--Trivial-Update-of-%22FrontPage%22-by-wikimouse-p33732277.html
>>> [3] http://wiki.apache.org/cocoon/ContributorsGroup
>>> [4] http://wiki.apache.org/cocoon/AdminGroup

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Cédric Damioli <cd...@apache.org>.
Le 11/03/2013 11:12, Francesco Chicchiriccò a écrit :
> On 09/03/2013 12:36, Francesco Chicchiriccò wrote:
>> On 08/03/2013 20:28, Cédric Damioli wrote:
>>> Hello,
>>>
>>> I just uploaded the release material at 
>>> http://people.apache.org/~cdamioli/cocoon/
>>>
>>> Before starting a formal vote, could some of you download and test 
>>> the files (signatures, installation, samples, ...) ?
>>
>> I'll do this on Monday.
>
> I cannot download almost any file (but some .asc) from the given 
> location: 403 Forbidden
ouuups, sorry
This should be better now.

>
>>> I saw some broken samples, all related to some external sources (RSS 
>>> feeds, SOAP servers, ...). I don't know if this may be considered 
>>> blocker for the release.
>>
>> I don't think so...
>>
>>> BTW, how could I have write access on the wiki ? Who are 
>>> administrators ?
>>
>> A while ago [2] we set up with Infra some security for our wiki: if 
>> you want write access you need to be enlisted as contributor in [3]; 
>> any PMC member can also be added to [4] thus becoming administrator.
>>
>> Please tell me your username and I will add it to [3] or [4], as you 
>> prefer.
>>
>> Regards.
>>
>>> Le 05/03/2013 11:18, Cédric Damioli a écrit :
>>>> Hi team,
>>>>
>>>>> Oooook, does this mean we can start rolling this long-waited 
>>>>> 2.1.12??!?
>>>>> Cédric, are you ready?
>>>>>
>>>> Let's go !
>>>>
>>>> We are now in the process of releasing 2.1.12 in the next few days, 
>>>> so please don't check anything in in the 2.1.x branch.
>>>> I'll try to follow [1] as much as possible.
>>>>
>>>> Best regards,
>>>> Cédric
>>>>
>>>> [1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo
>> [2] 
>> http://old.nabble.com/Re%3A-Spam-on-Cocoon-wiki---Fwd%3A--Cocoon-Wiki--Trivial-Update-of-%22FrontPage%22-by-wikimouse-p33732277.html
>> [3] http://wiki.apache.org/cocoon/ContributorsGroup
>> [4] http://wiki.apache.org/cocoon/AdminGroup
>
>
> -- 
> Cédric Damioli
> Ametys CMS
> http://www.ametys.org
> http://www.anyware-services.com

Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 14/03/2013 15:56, Cédric Damioli wrote:
> Hi,
>
>>>
>>>> BTW, how could I have write access on the wiki ? Who are 
>>>> administrators ?
>>>
>>> A while ago [2] we set up with Infra some security for our wiki: if 
>>> you want write access you need to be enlisted as contributor in [3]; 
>>> any PMC member can also be added to [4] thus becoming administrator.
>>>
>>> Please tell me your username and I will add it to [3] or [4], as you 
>>> prefer.
>
> My user name on the Wiki is CedricDamioli

Added to [3].

Regards.

>>>
>>> Regards.
>>>
>>>> Le 05/03/2013 11:18, Cédric Damioli a écrit :
>>>>> Hi team,
>>>>>
>>>>>> Oooook, does this mean we can start rolling this long-waited 
>>>>>> 2.1.12??!?
>>>>>> Cédric, are you ready?
>>>>>>
>>>>> Let's go !
>>>>>
>>>>> We are now in the process of releasing 2.1.12 in the next few 
>>>>> days, so please don't check anything in in the 2.1.x branch.
>>>>> I'll try to follow [1] as much as possible.
>>>>>
>>>>> Best regards,
>>>>> Cédric
>>>>>
>>>>> [1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo
>>> [2] 
>>> http://old.nabble.com/Re%3A-Spam-on-Cocoon-wiki---Fwd%3A--Cocoon-Wiki--Trivial-Update-of-%22FrontPage%22-by-wikimouse-p33732277.html
>>> [3] http://wiki.apache.org/cocoon/ContributorsGroup
>>> [4] http://wiki.apache.org/cocoon/AdminGroup

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Cédric Damioli <cd...@apache.org>.
Hi,

>>
>>> BTW, how could I have write access on the wiki ? Who are 
>>> administrators ?
>>
>> A while ago [2] we set up with Infra some security for our wiki: if 
>> you want write access you need to be enlisted as contributor in [3]; 
>> any PMC member can also be added to [4] thus becoming administrator.
>>
>> Please tell me your username and I will add it to [3] or [4], as you 
>> prefer.

My user name on the Wiki is CedricDamioli

Thanks,
Cédric

>>
>> Regards.
>>
>>> Le 05/03/2013 11:18, Cédric Damioli a écrit :
>>>> Hi team,
>>>>
>>>>> Oooook, does this mean we can start rolling this long-waited 
>>>>> 2.1.12??!?
>>>>> Cédric, are you ready?
>>>>>
>>>> Let's go !
>>>>
>>>> We are now in the process of releasing 2.1.12 in the next few days, 
>>>> so please don't check anything in in the 2.1.x branch.
>>>> I'll try to follow [1] as much as possible.
>>>>
>>>> Best regards,
>>>> Cédric
>>>>
>>>> [1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo
>> [2] 
>> http://old.nabble.com/Re%3A-Spam-on-Cocoon-wiki---Fwd%3A--Cocoon-Wiki--Trivial-Update-of-%22FrontPage%22-by-wikimouse-p33732277.html
>> [3] http://wiki.apache.org/cocoon/ContributorsGroup
>> [4] http://wiki.apache.org/cocoon/AdminGroup
>

Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 09/03/2013 12:36, Francesco Chicchiriccò wrote:
> On 08/03/2013 20:28, Cédric Damioli wrote:
>> Hello,
>>
>> I just uploaded the release material at 
>> http://people.apache.org/~cdamioli/cocoon/
>>
>> Before starting a formal vote, could some of you download and test 
>> the files (signatures, installation, samples, ...) ?
>
> I'll do this on Monday.

I cannot download almost any file (but some .asc) from the given 
location: 403 Forbidden

>> I saw some broken samples, all related to some external sources (RSS 
>> feeds, SOAP servers, ...). I don't know if this may be considered 
>> blocker for the release.
>
> I don't think so...
>
>> BTW, how could I have write access on the wiki ? Who are 
>> administrators ?
>
> A while ago [2] we set up with Infra some security for our wiki: if 
> you want write access you need to be enlisted as contributor in [3]; 
> any PMC member can also be added to [4] thus becoming administrator.
>
> Please tell me your username and I will add it to [3] or [4], as you 
> prefer.
>
> Regards.
>
>> Le 05/03/2013 11:18, Cédric Damioli a écrit :
>>> Hi team,
>>>
>>>> Oooook, does this mean we can start rolling this long-waited 
>>>> 2.1.12??!?
>>>> Cédric, are you ready?
>>>>
>>> Let's go !
>>>
>>> We are now in the process of releasing 2.1.12 in the next few days, 
>>> so please don't check anything in in the 2.1.x branch.
>>> I'll try to follow [1] as much as possible.
>>>
>>> Best regards,
>>> Cédric
>>>
>>> [1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo
> [2] 
> http://old.nabble.com/Re%3A-Spam-on-Cocoon-wiki---Fwd%3A--Cocoon-Wiki--Trivial-Update-of-%22FrontPage%22-by-wikimouse-p33732277.html
> [3] http://wiki.apache.org/cocoon/ContributorsGroup
> [4] http://wiki.apache.org/cocoon/AdminGroup

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 08/03/2013 20:28, Cédric Damioli wrote:
> Hello,
>
> I just uploaded the release material at 
> http://people.apache.org/~cdamioli/cocoon/
>
> Before starting a formal vote, could some of you download and test the 
> files (signatures, installation, samples, ...) ?

I'll so this on Monday.

> I saw some broken samples, all related to some external sources (RSS 
> feeds, SOAP servers, ...). I don't know if this may be considered 
> blocker for the release.

I don't think so...

> BTW, how could I have write access on the wiki ? Who are administrators ?

A while ago [2] we set up with Infra some security for our wiki: if you 
want write access you need to be enlisted as contributor in [3]; any PMC 
member can also be added to [4] thus becoming administrator.

Please tell me your username and I will add it to [3] or [4], as you prefer.

Regards.

> Le 05/03/2013 11:18, Cédric Damioli a écrit :
>> Hi team,
>>
>>> Oooook, does this mean we can start rolling this long-waited 2.1.12??!?
>>> Cédric, are you ready?
>>>
>> Let's go !
>>
>> We are now in the process of releasing 2.1.12 in the next few days, 
>> so please don't check anything in in the 2.1.x branch.
>> I'll try to follow [1] as much as possible.
>>
>> Best regards,
>> Cédric
>>
>> [1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo
[2] 
http://old.nabble.com/Re%3A-Spam-on-Cocoon-wiki---Fwd%3A--Cocoon-Wiki--Trivial-Update-of-%22FrontPage%22-by-wikimouse-p33732277.html
[3] http://wiki.apache.org/cocoon/ContributorsGroup
[4] http://wiki.apache.org/cocoon/AdminGroup

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Cédric Damioli <cd...@apache.org>.
Hello,

I just uploaded the release material at 
http://people.apache.org/~cdamioli/cocoon/

Before starting a formal vote, could some of you download and test the 
files (signatures, installation, samples, ...) ?
I saw some broken samples, all related to some external sources (RSS 
feeds, SOAP servers, ...). I don't know if this may be considered 
blocker for the release.

BTW, how could I have write access on the wiki ? Who are administrators ?

Best regards,
Cédric



Le 05/03/2013 11:18, Cédric Damioli a écrit :
> Hi team,
>
>> Oooook, does this mean we can start rolling this long-waited 2.1.12??!?
>> Cédric, are you ready?
>>
> Let's go !
>
> We are now in the process of releasing 2.1.12 in the next few days, so 
> please don't check anything in in the 2.1.x branch.
> I'll try to follow [1] as much as possible.
>
> Best regards,
> Cédric
>
> [1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo
>
> -- 
> Cédric Damioli
> Ametys CMS
> http://www.ametys.org
> http://www.anyware-services.com

[2.1.x] Code freeze and start of the release process (was Re: [DISCUSS] Releasing 2.1.12)

Posted by Cédric Damioli <cd...@apache.org>.
Hi team,

> Oooook, does this mean we can start rolling this long-waited 2.1.12??!?
> Cédric, are you ready?
>
Let's go !

We are now in the process of releasing 2.1.12 in the next few days, so 
please don't check anything in in the 2.1.x branch.
I'll try to follow [1] as much as possible.

Best regards,
Cédric

[1] http://wiki.apache.org/cocoon/CocoonReleaseHowTo

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 05/03/2013 08:28, David Crossley wrote:
> Cédric Damioli wrote:
>> Francesco Chicchiriccò a écrit :
>>> David Crossley wrote:
>>>
>>>> I am busy for the next two weeks, being away for the second.
>>>> Now half-way through testing Forrest using the recently updated
>>>> Cocoon and its FOP/Batik/etc. Will try to finish that ASAP.
>>> ...guess it's wise to wait for you to finish such tests before
>>> starting the actual release process ;-)
>> Indeed :)
> ;-)
> I only have time for some quick look and testing.
> Done that now, and my local Forrest seems happy.
>
> There are some svg-to-png errors from Batik, but other
> svg-to-png is okay, so assuming that that is a Forrest issue.

Oooook, does this mean we can start rolling this long-waited 2.1.12??!?
Cédric, are you ready?

Regards.

>>>> I see that final touches were recently added to
>>>> http://www.apache.org/dev/licensing-howto.html
>>>> https://issues.apache.org/jira/browse/INCUBATOR-125
>> I think our recent work is still compliant with that. WDYT ?
>>
>> Regards,
>> Cédric

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by David Crossley <cr...@apache.org>.
Cédric Damioli wrote:
> Francesco Chicchiriccò a écrit :
> > David Crossley wrote:
> >
> >>I am busy for the next two weeks, being away for the second.
> >>Now half-way through testing Forrest using the recently updated
> >>Cocoon and its FOP/Batik/etc. Will try to finish that ASAP.
> >
> >...guess it's wise to wait for you to finish such tests before 
> >starting the actual release process ;-)
> 
> Indeed :)

;-)
I only have time for some quick look and testing.
Done that now, and my local Forrest seems happy.

There are some svg-to-png errors from Batik, but other
svg-to-png is okay, so assuming that that is a Forrest issue.

-David

> >>I see that final touches were recently added to
> >>http://www.apache.org/dev/licensing-howto.html
> >>https://issues.apache.org/jira/browse/INCUBATOR-125
> >
> I think our recent work is still compliant with that. WDYT ?
> 
> Regards,
> Cédric

Re: [DISCUSS] Releasing 2.1.12

Posted by Cédric Damioli <cd...@apache.org>.

Le 04/03/2013 13:30, Francesco Chicchiriccò a écrit :
> On 03/03/2013 06:30, David Crossley wrote:
>> I am busy for the next two weeks, being away for the second.
>> Now half-way through testing Forrest using the recently updated
>> Cocoon and its FOP/Batik/etc. Will try to finish that ASAP.
>
> ...guess it's wise to wait for you to finish such tests before 
> starting the actual release process ;-)

Indeed :)

>
> Regards.
>
>> I see that final touches were recently added to
>> http://www.apache.org/dev/licensing-howto.html
>> https://issues.apache.org/jira/browse/INCUBATOR-125
>
I think our recent work is still compliant with that. WDYT ?

Regards,
Cédric

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 03/03/2013 06:30, David Crossley wrote:
> I am busy for the next two weeks, being away for the second.
> Now half-way through testing Forrest using the recently updated
> Cocoon and its FOP/Batik/etc. Will try to finish that ASAP.

...guess it's wise to wait for you to finish such tests before starting 
the actual release process ;-)

Regards.

> I see that final touches were recently added to
> http://www.apache.org/dev/licensing-howto.html
> https://issues.apache.org/jira/browse/INCUBATOR-125

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by David Crossley <cr...@apache.org>.
I am busy for the next two weeks, being away for the second.
Now half-way through testing Forrest using the recently updated
Cocoon and its FOP/Batik/etc. Will try to finish that ASAP.

I see that final touches were recently added to
http://www.apache.org/dev/licensing-howto.html
https://issues.apache.org/jira/browse/INCUBATOR-125

-David

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 28/02/2013 11:44, Cédric Damioli wrote:
> Le 28/02/2013 11:26, Francesco Chicchiriccò a écrit :
>> On 28/02/2013 11:22, Cédric Damioli wrote:
>>> Le 28/02/2013 10:04, Francesco Chicchiriccò a écrit :
>>>> On 27/02/2013 22:55, Cédric Damioli wrote:
>>>>> Hi all,
>>>>>
>>>>> It seems there remains only one open issue, COCOON-2333, related 
>>>>> to dependencies upgrade.
>>>>
>>>> With r1451136 I have enabled the generation of .md5 and .sha1 for 
>>>> dist packages, required by [4]: please check it to confirm that it 
>>>> is working correctly.
>>>> The .asc files will also need to be generated, but I haven't found 
>>>> an easy way to to this via ANT, hence I guess we have no option but 
>>>> the manual way, e.g.
>>>>
>>>> $ gpg --armor --output cocoon-2.1.12-src.zip.asc --detach-sig 
>>>> cocoon-2.1.12-src.zip
>>>> $ gpg --armor --output cocoon-2.1.12-src.tar.gz.asc --detach-sig 
>>>> cocoon-2.1.12-src.tar.gz
>>>> $ gpg --armor --output cocoon-2.1.12-deps.zip.asc --detach-sig 
>>>> cocoon-2.1.12-deps.zip
>>>> $ gpg --armor --output cocoon-2.1.12-deps.tar.gz.asc --detach-sig 
>>>> cocoon-2.1.12-deps.tar.gz
>>>>
>>>> I urge to note that the release manager for 2.1.12 will also need 
>>>> to be sure that his own key is contained in [5].
>>>
>>> BTW, who is actually the release manager for 2.1.12 ?
>>
>> Whoever wants to take this up: I was assuming you, actually ;-)
>> Having some experience with releases (Maven-driven, actually...) I 
>> can help, if you want / need.
> I'm ok to do the job, if it's ok for others too ;)

Well, the ASF is a do-ocracy [7] so don't be afraid :-)

> Having never done Apache releases, I'll certainly need help at some 
> point, but IIRC the whole process was particularly well explained on 
> the wiki.

Guess you are referring to [8].
I think this will also be the chance to update it in some parts, so that 
releasing 2.1.13 would be easier.

Regards.

>>
>>>>> David, Francesco, others, are we ok with current dependencies?
>>>>> Some dependencies are obviously not on their latest versions, but 
>>>>> IMHO, trying to upgrade all jars would be too long, and users may 
>>>>> still upgrade one library if needed. What do you think?
>>>>
>>>> We have recently turned all the "To be done" statements from [6] 
>>>> into "Done", hence If no specific limitations and / or bugs are 
>>>> known affecting the current versions of dependencies, I see no 
>>>> reason for keep waiting.
>>> I've made a very quick tour on samples and all seemed to work nice.
>>> I'll look at them deeper once we have a release candidate.
>>
>> Fine.
>>
>>>> I'd create the release 2.1.13 on JIRA, move COCOON-2333 there and 
>>>> start the release process for 2.1.12.
>>> +1
>>> It'll be part of the release process.
>>
>> Fine again.
>>
>> Regards.
>>
>>>>> Le 22/01/2013 11:40, Francesco Chicchiriccò a écrit :
>>>>>> On 22/01/2013 07:26, David Crossley wrote:
>>>>>>> Francesco Chicchiriccò wrote:
>>>>>>>> Cédric Damioli wrote:
>>>>>>>>> Hi there,
>>>>>>>>>
>>>>>>>>> AFAIK the same 3 issues are still opened. Could you give me a 
>>>>>>>>> hint
>>>>>>>>> about the src/bin split?
>>>>>>>> COCOON-2330 - Could you please tell me (again) how to generate the
>>>>>>>> source and deps packages from SVN? Thanks.
>>>>>>> Do "./build.sh dist".
>>>>>>>
>>>>>>> There will also need to be different NOTICE and LICENSE
>>>>>>> files for each package.
>>>>>>
>>>>>> Adding this as comment to COCOON-2330 - let's move this 
>>>>>> discussion there.
>>>>>>
>>>>>>>>> Apart, there's the David issue about upgrading all 
>>>>>>>>> dependencies. I
>>>>>>>>> don't know the status of it.
>>>>>>>> COCOON-2333 - According to [2], there are still few deps to 
>>>>>>>> check. I
>>>>>>>> remember I've asked David about how to contribute on this an he 
>>>>>>>> said
>>>>>>>> something like "update the JAR file an browse if samples still 
>>>>>>>> work"
>>>>>>> See a few messages above on this list. There is more to it
>>>>>>> than that, e.g. tweak lib/jars.xml file, do the build (which does
>>>>>>> have some code tests), review the relevant samples, etc.
>>>>>>>
>>>>>>> Also the issue is about "some" dependencies, not "all".
>>>>>>> For example FOP, Batik, etc. would be good if possible.
>>>>>>
>>>>>> Fine, I think I've found again such information at [3]; added 
>>>>>> this also as comment to COCOON-2333 - let's move this discussion 
>>>>>> there.
>>>>>>
>>>>>>>>> And also an samples issue reopened by David. I don't know 
>>>>>>>>> either what
>>>>>>>>> to do with it.
>>>>>>>> COCOON-2069 - David, what should we do with this?
>>>>>>> See my issue comment. I made a workaround to fix the cause
>>>>>>> of the new misconfiguration which had broken the build for
>>>>>>> everyone. It seems that the original patch must have included
>>>>>>> some parts of some extra stuff (WSRP). I reckon forget it and
>>>>>>> just leave the workaround in-place.
>>>>>>
>>>>>> I've read your comment in COCOON-2069 and replied there recently: 
>>>>>> could you please take a look and reply? Thanks.
>>>>>>
>>>>>> Regards.
>>>>>>
>>>>>>>>> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>>>>>>>>>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>>>>>>>>>> [...]
>>>>>>>>>>>> Hi all,
>>>>>>>>>>>> is everything tracked into JIRA [1]?
>>>>>>>>>> >From my POV, yes.
>>>>>>>>>>> I've added some comments to COCOON-2330. I'm not sure what to
>>>>>>>>>>> include or exclude from the -src package.
>>>>>>>>>>>
>>>>>>>>>>>> If so, we are only 3 issues away from releasing 2.1.12, 
>>>>>>>>>>>> wonderful!
>>>>>>>>>> Hello there,
>>>>>>>>>> how's the situation with C2.1.12 in 2013? Any help needed?
>>>>>>>>>>
>>>>>>>>>> Regards.
>>>>>>>>>>
>>>>>>>>>>>> [1]
>>>>>>>>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC 
>>>>>>>>>>>>
>>>>>>>> [2] 
>>>>>>>> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
>>>>>> [3] 
>>>>>> http://markmail.org/message/ijmy6nzd2k4yzghn#query:+page:1+mid:dbsylujycgit224q+state:results
>>>> [4] http://www.apache.org/dev/release-signing.html
>>>> [5] http://www.apache.org/dist/cocoon/KEYS
>>>> [6] 
>>>> http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
[7] http://apache.org/foundation/how-it-works.html#decision-making
[8] http://wiki.apache.org/cocoon/CocoonReleaseHowTo

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by Cédric Damioli <ce...@anyware-services.com>.
Le 28/02/2013 11:26, Francesco Chicchiriccò a écrit :
> On 28/02/2013 11:22, Cédric Damioli wrote:
>> Le 28/02/2013 10:04, Francesco Chicchiriccò a écrit :
>>> On 27/02/2013 22:55, Cédric Damioli wrote:
>>>> Hi all,
>>>>
>>>> It seems there remains only one open issue, COCOON-2333, related to 
>>>> dependencies upgrade.
>>>
>>> With r1451136 I have enabled the generation of .md5 and .sha1 for 
>>> dist packages, required by [4]: please check it to confirm that it 
>>> is working correctly.
>>> The .asc files will also need to be generated, but I haven't found 
>>> an easy way to to this via ANT, hence I guess we have no option but 
>>> the manual way, e.g.
>>>
>>> $ gpg --armor --output cocoon-2.1.12-src.zip.asc --detach-sig 
>>> cocoon-2.1.12-src.zip
>>> $ gpg --armor --output cocoon-2.1.12-src.tar.gz.asc --detach-sig 
>>> cocoon-2.1.12-src.tar.gz
>>> $ gpg --armor --output cocoon-2.1.12-deps.zip.asc --detach-sig 
>>> cocoon-2.1.12-deps.zip
>>> $ gpg --armor --output cocoon-2.1.12-deps.tar.gz.asc --detach-sig 
>>> cocoon-2.1.12-deps.tar.gz
>>>
>>> I urge to note that the release manager for 2.1.12 will also need to 
>>> be sure that his own key is contained in [5].
>>
>> BTW, who is actually the release manager for 2.1.12 ?
>
> Whoever wants to take this up: I was assuming you, actually ;-)
> Having some experience with releases (Maven-driven, actually...) I can 
> help, if you want / need.
I'm ok to do the job, if it's ok for others too ;)
Having never done Apache releases, I'll certainly need help at some 
point, but IIRC the whole process was particularly well explained on the 
wiki.

>
>>>> David, Francesco, others, are we ok with current dependencies?
>>>> Some dependencies are obviously not on their latest versions, but 
>>>> IMHO, trying to upgrade all jars would be too long, and users may 
>>>> still upgrade one library if needed. What do you think?
>>>
>>> We have recently turned all the "To be done" statements from [6] 
>>> into "Done", hence If no specific limitations and / or bugs are 
>>> known affecting the current versions of dependencies, I see no 
>>> reason for keep waiting.
>> I've made a very quick tour on samples and all seemed to work nice.
>> I'll look at them deeper once we have a release candidate.
>
> Fine.
>
>>> I'd create the release 2.1.13 on JIRA, move COCOON-2333 there and 
>>> start the release process for 2.1.12.
>> +1
>> It'll be part of the release process.
>
> Fine again.
>
> Regards.
>
>>>> Le 22/01/2013 11:40, Francesco Chicchiriccò a écrit :
>>>>> On 22/01/2013 07:26, David Crossley wrote:
>>>>>> Francesco Chicchiriccò wrote:
>>>>>>> Cédric Damioli wrote:
>>>>>>>> Hi there,
>>>>>>>>
>>>>>>>> AFAIK the same 3 issues are still opened. Could you give me a hint
>>>>>>>> about the src/bin split?
>>>>>>> COCOON-2330 - Could you please tell me (again) how to generate the
>>>>>>> source and deps packages from SVN? Thanks.
>>>>>> Do "./build.sh dist".
>>>>>>
>>>>>> There will also need to be different NOTICE and LICENSE
>>>>>> files for each package.
>>>>>
>>>>> Adding this as comment to COCOON-2330 - let's move this discussion 
>>>>> there.
>>>>>
>>>>>>>> Apart, there's the David issue about upgrading all dependencies. I
>>>>>>>> don't know the status of it.
>>>>>>> COCOON-2333 - According to [2], there are still few deps to 
>>>>>>> check. I
>>>>>>> remember I've asked David about how to contribute on this an he 
>>>>>>> said
>>>>>>> something like "update the JAR file an browse if samples still 
>>>>>>> work"
>>>>>> See a few messages above on this list. There is more to it
>>>>>> than that, e.g. tweak lib/jars.xml file, do the build (which does
>>>>>> have some code tests), review the relevant samples, etc.
>>>>>>
>>>>>> Also the issue is about "some" dependencies, not "all".
>>>>>> For example FOP, Batik, etc. would be good if possible.
>>>>>
>>>>> Fine, I think I've found again such information at [3]; added this 
>>>>> also as comment to COCOON-2333 - let's move this discussion there.
>>>>>
>>>>>>>> And also an samples issue reopened by David. I don't know 
>>>>>>>> either what
>>>>>>>> to do with it.
>>>>>>> COCOON-2069 - David, what should we do with this?
>>>>>> See my issue comment. I made a workaround to fix the cause
>>>>>> of the new misconfiguration which had broken the build for
>>>>>> everyone. It seems that the original patch must have included
>>>>>> some parts of some extra stuff (WSRP). I reckon forget it and
>>>>>> just leave the workaround in-place.
>>>>>
>>>>> I've read your comment in COCOON-2069 and replied there recently: 
>>>>> could you please take a look and reply? Thanks.
>>>>>
>>>>> Regards.
>>>>>
>>>>>>>> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>>>>>>>>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>>>>>>>>> [...]
>>>>>>>>>>> Hi all,
>>>>>>>>>>> is everything tracked into JIRA [1]?
>>>>>>>>> >From my POV, yes.
>>>>>>>>>> I've added some comments to COCOON-2330. I'm not sure what to
>>>>>>>>>> include or exclude from the -src package.
>>>>>>>>>>
>>>>>>>>>>> If so, we are only 3 issues away from releasing 2.1.12, 
>>>>>>>>>>> wonderful!
>>>>>>>>> Hello there,
>>>>>>>>> how's the situation with C2.1.12 in 2013? Any help needed?
>>>>>>>>>
>>>>>>>>> Regards.
>>>>>>>>>
>>>>>>>>>>> [1]
>>>>>>>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC 
>>>>>>>>>>>
>>>>>>> [2] 
>>>>>>> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
>>>>> [3] 
>>>>> http://markmail.org/message/ijmy6nzd2k4yzghn#query:+page:1+mid:dbsylujycgit224q+state:results
>>> [4] http://www.apache.org/dev/release-signing.html
>>> [5] http://www.apache.org/dist/cocoon/KEYS
>>> [6] 
>>> http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
>

-- 
<http://www.anyware-services.com>
www.anyware-services.com <http://www.anyware-services.com>

<http://www.twitter.com/anywareservices> 
<http://www.facebook.com/AnywareServices> 
<http://anyware-services.us2.list-manage2.com/subscribe?u=1cf1cbf2891b613e90fd95eb2&id=01c7bdfce3> 


Inscrivez-vous à notre newsletter

<http://anyware-services.us2.list-manage2.com/subscribe?u=1cf1cbf2891b613e90fd95eb2&id=01c7bdfce3> 
	
*Cédric Damioli*
Directeur technique
cedric.damioli@anyware-services.com 
<ma...@anyware-services.com>
Tel : +33(0)5 62 19 19 07
Mob : +33(0)6 87 03 61 63
Fax : +33(0)5 61 75 84 12
Adresse : Hôtel Télécom - Augustin Fresnel / 40 rue du Village 
d'entreprises / 31670 LABEGE

Ametys: Smart Web CMS
<http://www.ametys.org> www.ametys.org <http://www.ametys.org>

Ce message et toutes les pièces jointes (le "Message") sont 
confidentiels et établis à l'intention exclusive de ses destinataires.
Toute modification, édition, utilisation ou diffusion non autorisée est 
interdite.
Anyware Services décline toute responsabilité au titre de ce Message 
s'il a été altéré, déformé, falsifié ou édité, diffusé sans autorisation.

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 28/02/2013 11:22, Cédric Damioli wrote:
> Le 28/02/2013 10:04, Francesco Chicchiriccò a écrit :
>> On 27/02/2013 22:55, Cédric Damioli wrote:
>>> Hi all,
>>>
>>> It seems there remains only one open issue, COCOON-2333, related to 
>>> dependencies upgrade.
>>
>> With r1451136 I have enabled the generation of .md5 and .sha1 for 
>> dist packages, required by [4]: please check it to confirm that it is 
>> working correctly.
>> The .asc files will also need to be generated, but I haven't found an 
>> easy way to to this via ANT, hence I guess we have no option but the 
>> manual way, e.g.
>>
>> $ gpg --armor --output cocoon-2.1.12-src.zip.asc --detach-sig 
>> cocoon-2.1.12-src.zip
>> $ gpg --armor --output cocoon-2.1.12-src.tar.gz.asc --detach-sig 
>> cocoon-2.1.12-src.tar.gz
>> $ gpg --armor --output cocoon-2.1.12-deps.zip.asc --detach-sig 
>> cocoon-2.1.12-deps.zip
>> $ gpg --armor --output cocoon-2.1.12-deps.tar.gz.asc --detach-sig 
>> cocoon-2.1.12-deps.tar.gz
>>
>> I urge to note that the release manager for 2.1.12 will also need to 
>> be sure that his own key is contained in [5].
>
> BTW, who is actually the release manager for 2.1.12 ?

Whoever wants to take this up: I was assuming you, actually ;-)
Having some experience with releases (Maven-driven, actually...) I can 
help, if you want / need.

>>> David, Francesco, others, are we ok with current dependencies?
>>> Some dependencies are obviously not on their latest versions, but 
>>> IMHO, trying to upgrade all jars would be too long, and users may 
>>> still upgrade one library if needed. What do you think?
>>
>> We have recently turned all the "To be done" statements from [6] into 
>> "Done", hence If no specific limitations and / or bugs are known 
>> affecting the current versions of dependencies, I see no reason for 
>> keep waiting.
> I've made a very quick tour on samples and all seemed to work nice.
> I'll look at them deeper once we have a release candidate.

Fine.

>> I'd create the release 2.1.13 on JIRA, move COCOON-2333 there and 
>> start the release process for 2.1.12.
> +1
> It'll be part of the release process.

Fine again.

Regards.

>>> Le 22/01/2013 11:40, Francesco Chicchiriccò a écrit :
>>>> On 22/01/2013 07:26, David Crossley wrote:
>>>>> Francesco Chicchiriccò wrote:
>>>>>> Cédric Damioli wrote:
>>>>>>> Hi there,
>>>>>>>
>>>>>>> AFAIK the same 3 issues are still opened. Could you give me a hint
>>>>>>> about the src/bin split?
>>>>>> COCOON-2330 - Could you please tell me (again) how to generate the
>>>>>> source and deps packages from SVN? Thanks.
>>>>> Do "./build.sh dist".
>>>>>
>>>>> There will also need to be different NOTICE and LICENSE
>>>>> files for each package.
>>>>
>>>> Adding this as comment to COCOON-2330 - let's move this discussion 
>>>> there.
>>>>
>>>>>>> Apart, there's the David issue about upgrading all dependencies. I
>>>>>>> don't know the status of it.
>>>>>> COCOON-2333 - According to [2], there are still few deps to check. I
>>>>>> remember I've asked David about how to contribute on this an he said
>>>>>> something like "update the JAR file an browse if samples still work"
>>>>> See a few messages above on this list. There is more to it
>>>>> than that, e.g. tweak lib/jars.xml file, do the build (which does
>>>>> have some code tests), review the relevant samples, etc.
>>>>>
>>>>> Also the issue is about "some" dependencies, not "all".
>>>>> For example FOP, Batik, etc. would be good if possible.
>>>>
>>>> Fine, I think I've found again such information at [3]; added this 
>>>> also as comment to COCOON-2333 - let's move this discussion there.
>>>>
>>>>>>> And also an samples issue reopened by David. I don't know either 
>>>>>>> what
>>>>>>> to do with it.
>>>>>> COCOON-2069 - David, what should we do with this?
>>>>> See my issue comment. I made a workaround to fix the cause
>>>>> of the new misconfiguration which had broken the build for
>>>>> everyone. It seems that the original patch must have included
>>>>> some parts of some extra stuff (WSRP). I reckon forget it and
>>>>> just leave the workaround in-place.
>>>>
>>>> I've read your comment in COCOON-2069 and replied there recently: 
>>>> could you please take a look and reply? Thanks.
>>>>
>>>> Regards.
>>>>
>>>>>>> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>>>>>>>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>>>>>>>> [...]
>>>>>>>>>> Hi all,
>>>>>>>>>> is everything tracked into JIRA [1]?
>>>>>>>> >From my POV, yes.
>>>>>>>>> I've added some comments to COCOON-2330. I'm not sure what to
>>>>>>>>> include or exclude from the -src package.
>>>>>>>>>
>>>>>>>>>> If so, we are only 3 issues away from releasing 2.1.12, 
>>>>>>>>>> wonderful!
>>>>>>>> Hello there,
>>>>>>>> how's the situation with C2.1.12 in 2013? Any help needed?
>>>>>>>>
>>>>>>>> Regards.
>>>>>>>>
>>>>>>>>>> [1]
>>>>>>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC 
>>>>>>>>>>
>>>>>> [2] 
>>>>>> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
>>>> [3] 
>>>> http://markmail.org/message/ijmy6nzd2k4yzghn#query:+page:1+mid:dbsylujycgit224q+state:results
>> [4] http://www.apache.org/dev/release-signing.html
>> [5] http://www.apache.org/dist/cocoon/KEYS
>> [6] 
>> http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by Cédric Damioli <cd...@apache.org>.
Le 28/02/2013 10:04, Francesco Chicchiriccò a écrit :
> On 27/02/2013 22:55, Cédric Damioli wrote:
>> Hi all,
>>
>> It seems there remains only one open issue, COCOON-2333, related to 
>> dependencies upgrade.
>
> With r1451136 I have enabled the generation of .md5 and .sha1 for dist 
> packages, required by [4]: please check it to confirm that it is 
> working correctly.
> The .asc files will also need to be generated, but I haven't found an 
> easy way to to this via ANT, hence I guess we have no option but the 
> manual way, e.g.
>
> $ gpg --armor --output cocoon-2.1.12-src.zip.asc --detach-sig 
> cocoon-2.1.12-src.zip
> $ gpg --armor --output cocoon-2.1.12-src.tar.gz.asc --detach-sig 
> cocoon-2.1.12-src.tar.gz
> $ gpg --armor --output cocoon-2.1.12-deps.zip.asc --detach-sig 
> cocoon-2.1.12-deps.zip
> $ gpg --armor --output cocoon-2.1.12-deps.tar.gz.asc --detach-sig 
> cocoon-2.1.12-deps.tar.gz
>
> I urge to note that the release manager for 2.1.12 will also need to 
> be sure that his own key is contained in [5].

BTW, who is actually the release manager for 2.1.12 ?

>
>> David, Francesco, others, are we ok with current dependencies?
>> Some dependencies are obviously not on their latest versions, but 
>> IMHO, trying to upgrade all jars would be too long, and users may 
>> still upgrade one library if needed. What do you think?
>
> We have recently turned all the "To be done" statements from [6] into 
> "Done", hence If no specific limitations and / or bugs are known 
> affecting the current versions of dependencies, I see no reason for 
> keep waiting.
I've made a very quick tour on samples and all seemed to work nice.
I'll look at them deeper once we have a release candidate.
>
> I'd create the release 2.1.13 on JIRA, move COCOON-2333 there and 
> start the release process for 2.1.12.
+1
It'll be part of the release process.

Cédric

>
> Regards.
>
>> Le 22/01/2013 11:40, Francesco Chicchiriccò a écrit :
>>> On 22/01/2013 07:26, David Crossley wrote:
>>>> Francesco Chicchiriccò wrote:
>>>>> Cédric Damioli wrote:
>>>>>> Hi there,
>>>>>>
>>>>>> AFAIK the same 3 issues are still opened. Could you give me a hint
>>>>>> about the src/bin split?
>>>>> COCOON-2330 - Could you please tell me (again) how to generate the
>>>>> source and deps packages from SVN? Thanks.
>>>> Do "./build.sh dist".
>>>>
>>>> There will also need to be different NOTICE and LICENSE
>>>> files for each package.
>>>
>>> Adding this as comment to COCOON-2330 - let's move this discussion 
>>> there.
>>>
>>>>>> Apart, there's the David issue about upgrading all dependencies. I
>>>>>> don't know the status of it.
>>>>> COCOON-2333 - According to [2], there are still few deps to check. I
>>>>> remember I've asked David about how to contribute on this an he said
>>>>> something like "update the JAR file an browse if samples still work"
>>>> See a few messages above on this list. There is more to it
>>>> than that, e.g. tweak lib/jars.xml file, do the build (which does
>>>> have some code tests), review the relevant samples, etc.
>>>>
>>>> Also the issue is about "some" dependencies, not "all".
>>>> For example FOP, Batik, etc. would be good if possible.
>>>
>>> Fine, I think I've found again such information at [3]; added this 
>>> also as comment to COCOON-2333 - let's move this discussion there.
>>>
>>>>>> And also an samples issue reopened by David. I don't know either 
>>>>>> what
>>>>>> to do with it.
>>>>> COCOON-2069 - David, what should we do with this?
>>>> See my issue comment. I made a workaround to fix the cause
>>>> of the new misconfiguration which had broken the build for
>>>> everyone. It seems that the original patch must have included
>>>> some parts of some extra stuff (WSRP). I reckon forget it and
>>>> just leave the workaround in-place.
>>>
>>> I've read your comment in COCOON-2069 and replied there recently: 
>>> could you please take a look and reply? Thanks.
>>>
>>> Regards.
>>>
>>>>>> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>>>>>>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>>>>>>> [...]
>>>>>>>>> Hi all,
>>>>>>>>> is everything tracked into JIRA [1]?
>>>>>>> >From my POV, yes.
>>>>>>>> I've added some comments to COCOON-2330. I'm not sure what to
>>>>>>>> include or exclude from the -src package.
>>>>>>>>
>>>>>>>>> If so, we are only 3 issues away from releasing 2.1.12, 
>>>>>>>>> wonderful!
>>>>>>> Hello there,
>>>>>>> how's the situation with C2.1.12 in 2013? Any help needed?
>>>>>>>
>>>>>>> Regards.
>>>>>>>
>>>>>>>>> [1]
>>>>>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC 
>>>>>>>>>
>>>>> [2] 
>>>>> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
>>> [3] 
>>> http://markmail.org/message/ijmy6nzd2k4yzghn#query:+page:1+mid:dbsylujycgit224q+state:results
> [4] http://www.apache.org/dev/release-signing.html
> [5] http://www.apache.org/dist/cocoon/KEYS
> [6] 
> http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
>
>
> -- 
> Cédric Damioli
> Ametys CMS
> http://www.ametys.org
> http://www.anyware-services.com

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 27/02/2013 22:55, Cédric Damioli wrote:
> Hi all,
>
> It seems there remains only one open issue, COCOON-2333, related to 
> dependencies upgrade.

With r1451136 I have enabled the generation of .md5 and .sha1 for dist 
packages, required by [4]: please check it to confirm that it is working 
correctly.
The .asc files will also need to be generated, but I haven't found an 
easy way to to this via ANT, hence I guess we have no option but the 
manual way, e.g.

$ gpg --armor --output cocoon-2.1.12-src.zip.asc --detach-sig 
cocoon-2.1.12-src.zip
$ gpg --armor --output cocoon-2.1.12-src.tar.gz.asc --detach-sig 
cocoon-2.1.12-src.tar.gz
$ gpg --armor --output cocoon-2.1.12-deps.zip.asc --detach-sig 
cocoon-2.1.12-deps.zip
$ gpg --armor --output cocoon-2.1.12-deps.tar.gz.asc --detach-sig 
cocoon-2.1.12-deps.tar.gz

I urge to note that the release manager for 2.1.12 will also need to be 
sure that his own key is contained in [5].

> David, Francesco, others, are we ok with current dependencies?
> Some dependencies are obviously not on their latest versions, but 
> IMHO, trying to upgrade all jars would be too long, and users may 
> still upgrade one library if needed. What do you think?

We have recently turned all the "To be done" statements from [6] into 
"Done", hence If no specific limitations and / or bugs are known 
affecting the current versions of dependencies, I see no reason for keep 
waiting.

I'd create the release 2.1.13 on JIRA, move COCOON-2333 there and start 
the release process for 2.1.12.

Regards.

> Le 22/01/2013 11:40, Francesco Chicchiriccò a écrit :
>> On 22/01/2013 07:26, David Crossley wrote:
>>> Francesco Chicchiriccò wrote:
>>>> Cédric Damioli wrote:
>>>>> Hi there,
>>>>>
>>>>> AFAIK the same 3 issues are still opened. Could you give me a hint
>>>>> about the src/bin split?
>>>> COCOON-2330 - Could you please tell me (again) how to generate the
>>>> source and deps packages from SVN? Thanks.
>>> Do "./build.sh dist".
>>>
>>> There will also need to be different NOTICE and LICENSE
>>> files for each package.
>>
>> Adding this as comment to COCOON-2330 - let's move this discussion 
>> there.
>>
>>>>> Apart, there's the David issue about upgrading all dependencies. I
>>>>> don't know the status of it.
>>>> COCOON-2333 - According to [2], there are still few deps to check. I
>>>> remember I've asked David about how to contribute on this an he said
>>>> something like "update the JAR file an browse if samples still work"
>>> See a few messages above on this list. There is more to it
>>> than that, e.g. tweak lib/jars.xml file, do the build (which does
>>> have some code tests), review the relevant samples, etc.
>>>
>>> Also the issue is about "some" dependencies, not "all".
>>> For example FOP, Batik, etc. would be good if possible.
>>
>> Fine, I think I've found again such information at [3]; added this 
>> also as comment to COCOON-2333 - let's move this discussion there.
>>
>>>>> And also an samples issue reopened by David. I don't know either what
>>>>> to do with it.
>>>> COCOON-2069 - David, what should we do with this?
>>> See my issue comment. I made a workaround to fix the cause
>>> of the new misconfiguration which had broken the build for
>>> everyone. It seems that the original patch must have included
>>> some parts of some extra stuff (WSRP). I reckon forget it and
>>> just leave the workaround in-place.
>>
>> I've read your comment in COCOON-2069 and replied there recently: 
>> could you please take a look and reply? Thanks.
>>
>> Regards.
>>
>>>>> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>>>>>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>>>>>> [...]
>>>>>>>> Hi all,
>>>>>>>> is everything tracked into JIRA [1]?
>>>>>> >From my POV, yes.
>>>>>>> I've added some comments to COCOON-2330. I'm not sure what to
>>>>>>> include or exclude from the -src package.
>>>>>>>
>>>>>>>> If so, we are only 3 issues away from releasing 2.1.12, wonderful!
>>>>>> Hello there,
>>>>>> how's the situation with C2.1.12 in 2013? Any help needed?
>>>>>>
>>>>>> Regards.
>>>>>>
>>>>>>>> [1]
>>>>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC 
>>>>>>>>
>>>> [2] 
>>>> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
>> [3] 
>> http://markmail.org/message/ijmy6nzd2k4yzghn#query:+page:1+mid:dbsylujycgit224q+state:results
[4] http://www.apache.org/dev/release-signing.html
[5] http://www.apache.org/dist/cocoon/KEYS
[6] 
http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by Cédric Damioli <cd...@apache.org>.
Hi all,

It seems there remains only one open issue, COCOON-2333, related to 
dependencies upgrade.
David, Francesco, others, are we ok with current dependencies ?
Some dependencies are obviously not on their latest versions, but IMHO, 
trying to upgrade all jars would be too long, and users may still 
upgrade one library if needed. What do you think ?

Best regards,
Cédric


Le 22/01/2013 11:40, Francesco Chicchiriccò a écrit :
> On 22/01/2013 07:26, David Crossley wrote:
>> Francesco Chicchiriccò wrote:
>>> Cédric Damioli wrote:
>>>> Hi there,
>>>>
>>>> AFAIK the same 3 issues are still opened. Could you give me a hint
>>>> about the src/bin split?
>>> COCOON-2330 - Could you please tell me (again) how to generate the
>>> source and deps packages from SVN? Thanks.
>> Do "./build.sh dist".
>>
>> There will also need to be different NOTICE and LICENSE
>> files for each package.
>
> Adding this as comment to COCOON-2330 - let's move this discussion there.
>
>>>> Apart, there's the David issue about upgrading all dependencies. I
>>>> don't know the status of it.
>>> COCOON-2333 - According to [2], there are still few deps to check. I
>>> remember I've asked David about how to contribute on this an he said
>>> something like "update the JAR file an browse if samples still work"
>> See a few messages above on this list. There is more to it
>> than that, e.g. tweak lib/jars.xml file, do the build (which does
>> have some code tests), review the relevant samples, etc.
>>
>> Also the issue is about "some" dependencies, not "all".
>> For example FOP, Batik, etc. would be good if possible.
>
> Fine, I think I've found again such information at [3]; added this 
> also as comment to COCOON-2333 - let's move this discussion there.
>
>>>> And also an samples issue reopened by David. I don't know either what
>>>> to do with it.
>>> COCOON-2069 - David, what should we do with this?
>> See my issue comment. I made a workaround to fix the cause
>> of the new misconfiguration which had broken the build for
>> everyone. It seems that the original patch must have included
>> some parts of some extra stuff (WSRP). I reckon forget it and
>> just leave the workaround in-place.
>
> I've read your comment in COCOON-2069 and replied there recently: 
> could you please take a look and reply? Thanks.
>
> Regards.
>
>>>> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>>>>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>>>>> [...]
>>>>>>> Hi all,
>>>>>>> is everything tracked into JIRA [1]?
>>>>> >From my POV, yes.
>>>>>> I've added some comments to COCOON-2330. I'm not sure what to
>>>>>> include or exclude from the -src package.
>>>>>>
>>>>>>> If so, we are only 3 issues away from releasing 2.1.12, wonderful!
>>>>> Hello there,
>>>>> how's the situation with C2.1.12 in 2013? Any help needed?
>>>>>
>>>>> Regards.
>>>>>
>>>>>>> [1]
>>>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC 
>>>>>>>
>>> [2] 
>>> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
> [3] 
> http://markmail.org/message/ijmy6nzd2k4yzghn#query:+page:1+mid:dbsylujycgit224q+state:results
>

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 22/01/2013 07:26, David Crossley wrote:
> Francesco Chicchiriccò wrote:
>> Cédric Damioli wrote:
>>> Hi there,
>>>
>>> AFAIK the same 3 issues are still opened. Could you give me a hint
>>> about the src/bin split?
>> COCOON-2330 - Could you please tell me (again) how to generate the
>> source and deps packages from SVN? Thanks.
> Do "./build.sh dist".
>
> There will also need to be different NOTICE and LICENSE
> files for each package.

Adding this as comment to COCOON-2330 - let's move this discussion there.

>>> Apart, there's the David issue about upgrading all dependencies. I
>>> don't know the status of it.
>> COCOON-2333 - According to [2], there are still few deps to check. I
>> remember I've asked David about how to contribute on this an he said
>> something like "update the JAR file an browse if samples still work"
> See a few messages above on this list. There is more to it
> than that, e.g. tweak lib/jars.xml file, do the build (which does
> have some code tests), review the relevant samples, etc.
>
> Also the issue is about "some" dependencies, not "all".
> For example FOP, Batik, etc. would be good if possible.

Fine, I think I've found again such information at [3]; added this also 
as comment to COCOON-2333 - let's move this discussion there.

>>> And also an samples issue reopened by David. I don't know either what
>>> to do with it.
>> COCOON-2069 - David, what should we do with this?
> See my issue comment. I made a workaround to fix the cause
> of the new misconfiguration which had broken the build for
> everyone. It seems that the original patch must have included
> some parts of some extra stuff (WSRP). I reckon forget it and
> just leave the workaround in-place.

I've read your comment in COCOON-2069 and replied there recently: could 
you please take a look and reply? Thanks.

Regards.

>>> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>>>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>>>> [...]
>>>>>> Hi all,
>>>>>> is everything tracked into JIRA [1]?
>>>> >From my POV, yes.
>>>>> I've added some comments to COCOON-2330. I'm not sure what to
>>>>> include or exclude from the -src package.
>>>>>
>>>>>> If so, we are only 3 issues away from releasing 2.1.12, wonderful!
>>>> Hello there,
>>>> how's the situation with C2.1.12 in 2013? Any help needed?
>>>>
>>>> Regards.
>>>>
>>>>>> [1]
>>>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC
>> [2] http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt
[3] 
http://markmail.org/message/ijmy6nzd2k4yzghn#query:+page:1+mid:dbsylujycgit224q+state:results

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by David Crossley <cr...@apache.org>.
Francesco Chicchiriccò wrote:
> Cédric Damioli wrote:
> >Hi there,
> >
> >AFAIK the same 3 issues are still opened. Could you give me a hint 
> >about the src/bin split?
> 
> COCOON-2330 - Could you please tell me (again) how to generate the 
> source and deps packages from SVN? Thanks.

Do "./build.sh dist".

There will also need to be different NOTICE and LICENSE
files for each package.

> >Apart, there's the David issue about upgrading all dependencies. I 
> >don't know the status of it.
> 
> COCOON-2333 - According to [2], there are still few deps to check. I 
> remember I've asked David about how to contribute on this an he said 
> something like "update the JAR file an browse if samples still work"

See a few messages above on this list. There is more to it
than that, e.g. tweak lib/jars.xml file, do the build (which does
have some code tests), review the relevant samples, etc.

Also the issue is about "some" dependencies, not "all".
For example FOP, Batik, etc. would be good if possible.

> >And also an samples issue reopened by David. I don't know either what 
> >to do with it.
> 
> COCOON-2069 - David, what should we do with this?

See my issue comment. I made a workaround to fix the cause
of the new misconfiguration which had broken the build for
everyone. It seems that the original patch must have included
some parts of some extra stuff (WSRP). I reckon forget it and
just leave the workaround in-place.

-David

> Regards.
> 
> >Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
> >>On 11/12/2012 12:29, Cédric Damioli wrote:
> >>>[...]
> >>>>Hi all,
> >>>>is everything tracked into JIRA [1]?
> >>>From my POV, yes.
> >>>I've added some comments to COCOON-2330. I'm not sure what to 
> >>>include or exclude from the -src package.
> >>>
> >>>>
> >>>>If so, we are only 3 issues away from releasing 2.1.12, wonderful!
> >>
> >>Hello there,
> >>how's the situation with C2.1.12 in 2013? Any help needed?
> >>
> >>Regards.
> >>
> >>>>[1] 
> >>>>https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC
> [2] 
> http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt 
> 
> 
> -- 
> Francesco Chicchiriccò
> 
> ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
> http://people.apache.org/~ilgrosso/
> 

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 19/01/2013 17:19, Cédric Damioli wrote:
> Hi there,
>
> AFAIK the same 3 issues are still opened. Could you give me a hint 
> about the src/bin split?

COCOON-2330 - Could you please tell me (again) how to generate the 
source and deps packages from SVN? Thanks.

> Apart, there's the David issue about upgrading all dependencies. I 
> don't know the status of it.

COCOON-2333 - According to [2], there are still few deps to check. I 
remember I've asked David about how to contribute on this an he said 
something like "update the JAR file an browse if samples still work"

> And also an samples issue reopened by David. I don't know either what 
> to do with it.

COCOON-2069 - David, what should we do with this?

Regards.

> Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
>> On 11/12/2012 12:29, Cédric Damioli wrote:
>>> [...]
>>>> Hi all,
>>>> is everything tracked into JIRA [1]?
>>> From my POV, yes.
>>> I've added some comments to COCOON-2330. I'm not sure what to 
>>> include or exclude from the -src package.
>>>
>>>>
>>>> If so, we are only 3 issues away from releasing 2.1.12, wonderful!
>>
>> Hello there,
>> how's the situation with C2.1.12 in 2013? Any help needed?
>>
>> Regards.
>>
>>>> [1] 
>>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC
[2] 
http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt 


-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by Cédric Damioli <cd...@apache.org>.
Hi there,

AFAIK the same 3 issues are still opened. Could you give me a hint about 
the src/bin split?
Apart, there's the David issue about upgrading all dependencies. I don't 
know the status of it.
And also an samples issue reopened by David. I don't know either what to 
do with it.

Regards,
Cédric


Le 19/01/2013 15:11, Francesco Chicchiriccò a écrit :
> On 11/12/2012 12:29, Cédric Damioli wrote:
>> [...]
>>> Hi all,
>>> is everything tracked into JIRA [1]?
>> From my POV, yes.
>> I've added some comments to COCOON-2330. I'm not sure what to include 
>> or exclude from the -src package.
>>
>>>
>>> If so, we are only 3 issues away from releasing 2.1.12, wonderful!
>
> Hello there,
> how's the situation with C2.1.12 in 2013? Any help needed?
>
> Regards.
>
>>> [1] 
>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC
>
>
> -- 
> Cédric Damioli
> Ametys CMS
> http://www.ametys.org
> http://www.anyware-services.com

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 11/12/2012 12:29, Cédric Damioli wrote:
> [...]
>> Hi all,
>> is everything tracked into JIRA [1]?
> From my POV, yes.
> I've added some comments to COCOON-2330. I'm not sure what to include 
> or exclude from the -src package.
>
>>
>> If so, we are only 3 issues away from releasing 2.1.12, wonderful!

Hello there,
how's the situation with C2.1.12 in 2013? Any help needed?

Regards.

>> [1] 
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by Cédric Damioli <cd...@apache.org>.
Hi,

Le 11/12/2012 11:46, Francesco Chicchiriccò a écrit :
> On 07/12/2012 08:44, Francesco Chicchiriccò wrote:
>> On 07/12/2012 08:14, David Crossley wrote:
>>> I spent some time to attempt to upgrade the guts of Forrest
>>> to utilise today's Cocoon-2.1.12-dev version.
>>>
>>> https://issues.apache.org/jira/browse/FOR-1240
>>>
>>> Hooray, it works.
>>
>> That's very good news!
>>
>>> As explained there it would also be good to upgrade some of the
>>> supporting products dependencies in Cocoon. Forrest has some that
>>> are newer than Cocoon and vice versa. We probably each have some
>>> that are out-of-date.
>>
>> It makes sense: would you like to open an issue for this?
>>
>> To summarize, what's missing now to release 2.1.12?
>
> Hi all,
> is everything tracked into JIRA [1]?
 From my POV, yes.
I've added some comments to COCOON-2330. I'm not sure what to include or 
exclude from the -src package.


>
> If so, we are only 3 issues away from releasing 2.1.12, wonderful!
>
> Regards.
>
> [1] 
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC
>
Regards,

-- 
Cédric Damioli
Ametys CMS
http://www.ametys.org
http://www.anyware-services.com


Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 07/12/2012 08:44, Francesco Chicchiriccò wrote:
> On 07/12/2012 08:14, David Crossley wrote:
>> I spent some time to attempt to upgrade the guts of Forrest
>> to utilise today's Cocoon-2.1.12-dev version.
>>
>> https://issues.apache.org/jira/browse/FOR-1240
>>
>> Hooray, it works.
>
> That's very good news!
>
>> As explained there it would also be good to upgrade some of the
>> supporting products dependencies in Cocoon. Forrest has some that
>> are newer than Cocoon and vice versa. We probably each have some
>> that are out-of-date.
>
> It makes sense: would you like to open an issue for this?
>
> To summarize, what's missing now to release 2.1.12?

Hi all,
is everything tracked into JIRA [1]?

If so, we are only 3 issues away from releasing 2.1.12, wonderful!

Regards.

[1] 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20COCOON%20AND%20fixVersion%20%3D%20%222.1.12-dev%20(Current%20SVN)%22%20AND%20status%20in%20(Open%2C%20Reopened)%20ORDER%20BY%20priority%20DESC

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: [DISCUSS] Releasing 2.1.12

Posted by David Crossley <cr...@apache.org>.
Francesco Chicchiriccò wrote:
> David Crossley wrote:
> >
> >As explained there it would also be good to upgrade some of the
> >supporting products dependencies in Cocoon. Forrest has some that
> >are newer than Cocoon and vice versa. We probably each have some
> >that are out-of-date.
> 
> It makes sense: would you like to open an issue for this?

https://issues.apache.org/jira/browse/COCOON-2333
C-2.1: upgrade some supporting product dependencies

That links to a list in SVN at:
https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/misc/notes/review-jars.txt

Would developers and users please add notes for any jars
that would be necessary or worthwhile to upgrade.

-David

Re: [DISCUSS] Releasing 2.1.12

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 07/12/2012 08:14, David Crossley wrote:
> I spent some time to attempt to upgrade the guts of Forrest
> to utilise today's Cocoon-2.1.12-dev version.
>
> https://issues.apache.org/jira/browse/FOR-1240
>
> Hooray, it works.

That's very good news!

> As explained there it would also be good to upgrade some of the
> supporting products dependencies in Cocoon. Forrest has some that
> are newer than Cocoon and vice versa. We probably each have some
> that are out-of-date.

It makes sense: would you like to open an issue for this?

To summarize, what's missing now to release 2.1.12?
Thanks.

Regards.

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/