Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread Francesco Chicchiriccò

On 09/06/2011 19:06, Simone Tripodi wrote:

Hi all guys,
I'm here to propose the release of Apache Cocoon 3.0.0-alpha-3.

[...]
Vote will be open for next 72 hours and will be closed on June 12th at
5:00pm CET.
So please cast your votes

[ ] +1, let's release Apache Cocoon 3.0.0-alpha-3
[ ] +/- 0
[ ] -1, because (explain the reason why)


+1


Many thanks in advance, all the best!!!


Thanks you for taking care of this task :-)

--
Francesco Chicchiriccò

Apache Cocoon Committer and PMC Member
http://people.apache.org/~ilgrosso/



PS. Re: Cocoon 2.2, STX block, TraxTransformer, transformer-factory

2011-06-09 Thread Huib Verwey
It's still a bit shady to me. Just tried it again and again it didn't work. So 
sometimes it works, sometimes it doesn't. Maybe, apparently.

Anyway, I added a version attribute in the XSL namespace to the STX stylesheet 
root element and now it works again.

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; xsl:version="1.0"

(It seems to me that it shouldn't make a difference, but hey, I started doing 
crazy things when nothing seemed to work! :-) )

Just wanted to let fellow "stylesheets requires version attribute" victims know.

Hartelijke groet,

Huib Verweij.

--
Drs. Huib Verweij
Senior software developer - The Language Archive
Max Planck Institute for Psycholinguistics
P.O. Box 310
6500 AH Nijmegen
The Netherlands
t +31-24-3521911
e huib.ver...@mpi.nl
w http://www.mpi.nl/

Op 30 jan 2011, om 13:42 heeft Huib Verweij het volgende geschreven:

Looking further into it I found that defining a separate "XSLT processor" 
allows me to use the STX transformer:

in META-INF/cocoon/avalan/cocoon-core-xslt-stx.xconf I now have:

 
  
 



and in META-INF/cocoon/avalan/sitemap-transformers-stx-tansformer.xconf I have:

http://apache.org/cocoon/sitemap/1.0";>



stx




and it works! Excellent!

So I answered my own question. I always have the same thing with directions as 
well: the moment I ask for directions, I'm almost there ;-).

Huib Verweij.


Op 30 jan 2011, om 12:59 heeft Huib Verweij het volgende geschreven:

Hi,

I'd like to use the STX block in Cocoon 2.2, but it doesn't work, I get the 
same error as mentioned here: 
http://www.mail-archive.com/dev@cocoon.apache.org/msg52324.html ("stylesheet 
requires attribute version").

I think the problem is in the TraxTransformer that no longer supports the 
"transformer-factory" config option (the Cocoon 2.1.11 version does).In the stx 
block the stx transformer is declared like this:



net.sf.joost.trax.TransformerFactoryImpl


so it is using the "transformer-factory" config option. So what happens is, I 
think, the default transformer factory for XSLT stylesheets is used, it 
generates a transformer, which is a XSLT transformer, which checks for the 
version attribute on the  element, which does not exist in the 
STX stylesheet, and it generates the above error. Or something like that.

So, do you have any tips on how to get this working again?

Huib Verweij.





Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread David Crossley
Reinhard Pötz wrote:
> Thanks for your great efforts! There are two things that need to be done 
> before I can vote with +1
> 
> a) Please add you PGP key to http://www.apache.org/dist/cocoon/KEYS
> 
> b) We also need a non-Maven (yes, there are still people that don't use 
> the central Maven repo) distribution.

Thanks Simone. Please be aware that the "release" is the
source code package and that is what we need to vote on.
http://www.apache.org/dev/release.html#what
http://www.apache.org/dev/#releases

-David


Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread Reinhard Pötz

On 06/09/2011 11:22 PM, Reinhard Pötz wrote:

On 06/09/2011 07:06 PM, Simone Tripodi wrote:

[ ] +1, let's release Apache Cocoon 3.0.0-alpha-3
[x] +/- 0
[ ] -1, because (explain the reason why)


Thanks for your great efforts! There are two things that need to be done
before I can vote with +1

a) Please add you PGP key to http://www.apache.org/dist/cocoon/KEYS

b) We also need a non-Maven (yes, there are still people that don't use
the central Maven repo) distribution.

You don't have to redo the release for that reason. Checkout the release
tag, go to cocoon-all/pom.xml and apply the changes that I've just
comitted to your working copy. Then run

mvn clean package -P apache-release

which will create the release artifacts.
At this point the PGP signature files are missing because the creation
of the release artifacts doesn't happen as part of the Maven release
procedure.

Hence sign the created .zip and .tar.gz files manually (gpg -sba
[filename] should to the trick, at least with Linux GPG) and upload them
to your people.apache.org public html folder so that others can check
them before they cast their votes.

Otherwise the Maven release artifacts are fine AFAICS. I've updated my
Cocoon 3 projects and they all work well with alpha-3.


One thing I forgot to mention:
There are distribution release artifacts in 
http://people.apache.org/builds/cocoon/org/apache/cocoon/all/cocoon-all/3.0.0-alpha-3/ 
but they are lacking the docs and some submodules.


Sorry, I haven't thought sooner of it :-(

One final note: The distribution release artifacts don't need to be 
copied to the central Maven repository sync folder when the vote is 
completed. I've just updated the release notes.


--
Reinhard Pötz Founder & Managing Director, Indoqa and Deepsearch
http://www.indoqa.com/people/reinhard-poetz.html

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member  reinh...@apache.org


  Furthermore, I think Oracle has to honor the JSPA agreement.
http://s.apache.org/JCPIsDead   http://s.apache.org/tck-trap


Checking the release artifacts (Cocoon 3.0.0-alpha-3)

2011-06-09 Thread Reinhard Pötz

On 06/09/2011 07:06 PM, Simone Tripodi wrote:

Hi all guys,
I'm here to propose the release of Apache Cocoon 3.0.0-alpha-3.




For those who want to check/test the Maven release artifacts, here are a 
some instructions:


* use the new artifacts in projects that depend on previous or SNAPSHOT 
versions. Add the Cocoon staging repository profile to your 
~/.m2/settings.xml



http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/settings-1.0.0.xsd";>

  

  cocoon-staging
  

  cocoon.staging
  Cocoon staging repository
  http://people.apache.org/builds/cocoon

  
  

  cocoon.staging
  Cocoon staging repository
  http://people.apache.org/builds/cocoon

  

  


and use it: e.g. mvn install -P cocoon-staging

* use all archetypes:

mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create 
-DarchetypeGroupId=org.apache.cocoon.archetype-sample 
-DarchetypeArtifactId=cocoon-archetype-sample 
-DarchetypeVersion=3.0.0-alpha-3 -DgroupId=com.mycompany 
-DartifactId=mysample 
-DremoteRepositories=http://people.apache.org/builds/cocoon/


mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create 
-DarchetypeGroupId=org.apache.cocoon.archetype-block 
-DarchetypeArtifactId=cocoon-archetype-block 
-DarchetypeVersion=3.0.0-alpha-3 -DgroupId=com.mycompany 
-DartifactId=mysite 
-DremoteRepositories=http://people.apache.org/builds/cocoon/


mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create 
-DarchetypeGroupId=org.apache.cocoon.archetype-parent 
-DarchetypeArtifactId=cocoon-archetype-parent 
-DarchetypeVersion=3.0.0-alpha-3 -DgroupId=com.mycompany 
-DartifactId=myparent 
-DremoteRepositories=http://people.apache.org/builds/cocoon/


mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create 
-DarchetypeGroupId=org.apache.cocoon.archetype-webapp 
-DarchetypeArtifactId=cocoon-archetype-webapp 
-DarchetypeVersion=3.0.0-alpha-3 -DgroupId=com.mycompany 
-DartifactId=mywebapp 
-DremoteRepositories=http://people.apache.org/builds/cocoon/


--
Reinhard Pötz Founder & Managing Director, Indoqa and Deepsearch
http://www.indoqa.com/people/reinhard-poetz.html

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member  reinh...@apache.org


  Furthermore, I think Oracle has to honor the JSPA agreement.
http://s.apache.org/JCPIsDead   http://s.apache.org/tck-trap


Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread Reinhard Pötz

On 06/09/2011 07:06 PM, Simone Tripodi wrote:

[ ] +1, let's release Apache Cocoon 3.0.0-alpha-3
[x] +/- 0
[ ] -1, because (explain the reason why)


Thanks for your great efforts! There are two things that need to be done 
before I can vote with +1


a) Please add you PGP key to http://www.apache.org/dist/cocoon/KEYS

b) We also need a non-Maven (yes, there are still people that don't use 
the central Maven repo) distribution.


You don't have to redo the release for that reason. Checkout the release 
tag, go to cocoon-all/pom.xml and apply the changes that I've just 
comitted to your working copy. Then run


mvn clean package -P apache-release

which will create the release artifacts.
At this point the PGP signature files are missing because the creation 
of the release artifacts doesn't happen as part of the Maven release 
procedure.


Hence sign the created .zip and .tar.gz files manually (gpg -sba 
[filename] should to the trick, at least with Linux GPG) and upload them 
to your people.apache.org public html folder so that others can check 
them before they cast their votes.


Otherwise the Maven release artifacts are fine AFAICS. I've updated my 
Cocoon 3 projects and they all work well with alpha-3.


--
Reinhard Pötz Founder & Managing Director, Indoqa and Deepsearch
http://www.indoqa.com/people/reinhard-poetz.html

Member of the Apache Software Foundation
Apache Cocoon Committer, PMC member  reinh...@apache.org


  Furthermore, I think Oracle has to honor the JSPA agreement.
http://s.apache.org/JCPIsDead   http://s.apache.org/tck-trap


Re: [VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread Simone Tripodi
tests and IT worked on my env:

simonetripodi$ mvn --version
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_24
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.6.7" arch: "x86_64" Family: "mac"

my GPG key:

"Simone Tripodi (simonetripodi) "
1024-bit DSA key, ID 19FEA27D, created 2010-03-24

is distributed on keyservers

so that's my +1

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



On Thu, Jun 9, 2011 at 7:06 PM, Simone Tripodi  wrote:
> Hi all guys,
> I'm here to propose the release of Apache Cocoon 3.0.0-alpha-3.
>
> Tags can be found on
>
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-all/cocoon-all-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-block/cocoon-archetype-block-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-parent/cocoon-archetype-parent-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-sample/cocoon-archetype-sample-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-webapp/cocoon-archetype-webapp-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-controller/cocoon-controller-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-docs/cocoon-docs-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-monitoring/cocoon-monitoring-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-optional/cocoon-optional-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-parent/cocoon-parent-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-pipeline/cocoon-pipeline-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-rest/cocoon-rest-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sample/cocoon-sample-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sax/cocoon-sax-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-stax/cocoon-stax-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-profiling/cocoon-profiling-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-profiling-firebug/cocoon-profiling-firebug-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-optional/cocoon-optional-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-servlet/cocoon-servlet-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sitemap/cocoon-sitemap-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-stringtemplate/cocoon-stringtemplate-3.0.0-alpha-3/
> https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-wicket/cocoon-wicket-3.0.0-alpha-3/
>
> Maven artifacts can be found on people.apache.org:
>
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-webapp/cocoon-archetype-webapp/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/servlet/cocoon-servlet/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/wicket/cocoon-wicket/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/root/cocoon-root/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/stax/cocoon-stax/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/sax/cocoon-sax/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/optional/cocoon-optional/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/all/cocoon-all/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/profiling/cocoon-profiling/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/stringtemplate/cocoon-stringtemplate/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-block/cocoon-archetype-block/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/parent/cocoon-parent/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/sitemap/cocoon-sitemap/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/pipeline/cocoon-pipeline/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/sample/cocoon-sample/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/monitoring/cocoon-monitoring/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-parent/cocoon-archetype-parent/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/rest/cocoon-rest/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-sample/cocoon-archetype-sample/3.0.0-alpha-3
> /www/people.apache.org/builds/cocoon/org/apache/cocoon/controller/cocoon-controller/3.0.0-alpha-3
>
>

[VOTE] Release Apache Cocoon 3.0.0-alpha-3

2011-06-09 Thread Simone Tripodi
Hi all guys,
I'm here to propose the release of Apache Cocoon 3.0.0-alpha-3.

Tags can be found on

https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-all/cocoon-all-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-block/cocoon-archetype-block-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-parent/cocoon-archetype-parent-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-sample/cocoon-archetype-sample-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-archetype-webapp/cocoon-archetype-webapp-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-controller/cocoon-controller-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-docs/cocoon-docs-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-monitoring/cocoon-monitoring-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-optional/cocoon-optional-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-parent/cocoon-parent-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-pipeline/cocoon-pipeline-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-rest/cocoon-rest-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sample/cocoon-sample-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sax/cocoon-sax-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-stax/cocoon-stax-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-profiling/cocoon-profiling-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-profiling-firebug/cocoon-profiling-firebug-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-optional/cocoon-optional-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-servlet/cocoon-servlet-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-sitemap/cocoon-sitemap-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-stringtemplate/cocoon-stringtemplate-3.0.0-alpha-3/
https://svn.apache.org/repos/asf/cocoon/cocoon3/tags/cocoon-wicket/cocoon-wicket-3.0.0-alpha-3/

Maven artifacts can be found on people.apache.org:

/www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-webapp/cocoon-archetype-webapp/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/servlet/cocoon-servlet/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/wicket/cocoon-wicket/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/root/cocoon-root/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/stax/cocoon-stax/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/sax/cocoon-sax/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/optional/cocoon-optional/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/all/cocoon-all/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/profiling/cocoon-profiling/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/stringtemplate/cocoon-stringtemplate/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-block/cocoon-archetype-block/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/parent/cocoon-parent/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/sitemap/cocoon-sitemap/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/pipeline/cocoon-pipeline/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/sample/cocoon-sample/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/monitoring/cocoon-monitoring/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-parent/cocoon-archetype-parent/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/rest/cocoon-rest/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/archetype-sample/cocoon-archetype-sample/3.0.0-alpha-3
/www/people.apache.org/builds/cocoon/org/apache/cocoon/controller/cocoon-controller/3.0.0-alpha-3

Vote will be open for next 72 hours and will be closed on June 12th at
5:00pm CET.
So please cast your votes

[ ] +1, let's release Apache Cocoon 3.0.0-alpha-3
[ ] +/- 0
[ ] -1, because (explain the reason why)

Many thanks in advance, all the best!!!
Simo

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


Building Cocoon + using blocks from cocoon-block-modules without SNAPSHOT versions.

2011-06-09 Thread Huib Verwey
Hi,

I'm trying to build Cocoon 2.2 SVN version with an empty Maven repository on my 
machine. It does not build, there are some daisy dependencies that cannot be 
downloaded from anywhere and there are wrong version numbers for Cocoon's own 
subprojects.

Can somebody fix this situation? It is not only very inconvenient but also a 
rather embarrassing, newcomers to Cocoon will quickly give up, which is a shame.

Also, I'd like to be able to use some blocks which are still classified as 
-SNAPSHOT even though they are perfectly useable. Preferably I would like all 
the blocks from the blocks folder (that are reasonably stable) to be 
downloadable from an external repository. Because the modules do not have a 
non-SNAPSHOT version they are not in any repo afaik and I am forced to build 
cocoon from the source, which gives me the above mentioned troubles.

I appreciate that all the developers have left for Cocoon 3, but please, this 
is really bad advertising for Cocoon, so please please fix it. As long as there 
is no shiny Cocoon 3, most people will use Cocoon 2.2 and some people will try 
to build it from source, if only for the extra modules.

Thanks,

Huib.

--
Drs. Huib Verweij
Senior software developer - The Language Archive
Max Planck Institute for Psycholinguistics
P.O. Box 310
6500 AH Nijmegen
The Netherlands
t +31-24-3521911
e huib.ver...@mpi.nl
w http://www.mpi.nl/



Re: [C3] Release process clarification needed

2011-06-09 Thread Simone Tripodi
thanks a lot Reinhard,
I'm an idiot and started downloading Groovy, installing... :)
I'll let you know my progresses, thanks for your help!
Simo

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



On Thu, Jun 9, 2011 at 7:43 AM, Reinhard Pötz  wrote:
> On 06/08/2011 11:26 PM, Simone Tripodi wrote:
>>
>> thanks a lot for your kind help Reinhard!!!
>> sorry for my lack of knowledge of Groovy, but... do I need an
>> interpreter to install to execute it?
>> Many thanks in advance!!!
>
> No, that's done by the GMaven plugin automatically for you. See the pom.xml
> of the cocoon-archetype-sample module.
>
> --
> Reinhard Pötz         Founder & Managing Director, Indoqa and Deepsearch
>                        http://www.indoqa.com/people/reinhard-poetz.html
>
> Member of the Apache Software Foundation
> Apache Cocoon Committer, PMC member                  reinh...@apache.org
> 
>
>      Furthermore, I think Oracle has to honor the JSPA agreement.
>    http://s.apache.org/JCPIsDead       http://s.apache.org/tck-trap
>