Re: 2.2 failing to build: cocoon-javaflow

2007-04-17 Thread Joerg Heinicke
On 17.04.2007 16:25, Grzegorz Kossakowski wrote: Eeeeh, I hope not! I'd worry about the health of the overall codebase if no-one else is building allblocks! Is this why continuum is not failing when it should be? My opinion is that we should view situation with blocks in more "blockish" way.

Re: Archetypes, blocks, webapps ...

2007-04-17 Thread gustavonf
> why don't we add one pipeline that demonstrates the use of XSLT to the archetype? And why not provide the infrastructure(sitemap) to render a simple (C)form from a (java)flow(script) ? That´s not as easy (from archetype to cforms) as it seems for newcomers. And this would offers them the possi

Re: Releasing Cocoon 2.2-RC1

2007-04-17 Thread Grzegorz Kossakowski
Reinhard Poetz napisał(a): > > There was some discussion off-list when the next series of C22 modules > will happen. I plan to do the release work next week but have to spend > the next two days on fixing things here and there and to get the 2.2 > documentation online because I don't want to relea

Releasing Cocoon 2.2-RC1

2007-04-17 Thread Reinhard Poetz
There was some discussion off-list when the next series of C22 modules will happen. I plan to do the release work next week but have to spend the next two days on fixing things here and there and to get the 2.2 documentation online because I don't want to release anything that we label "releas

clean build cocoon-webapp doesn't run [or: more trouble with allblocks]

2007-04-17 Thread Marc Portier
succeeding the mvn build the next step from the trunkREADME.txt is to run the webapp in jetty. pointing my browser to localhost: however I get: > HTTP ERROR: 503 > > SERVICE_UNAVAILABLE > > RequestURI=/ > > Powered by jetty:// and the console shows a stacktrace caused by NoClassFound o

Re: 2.2 failing to build: cocoon-javaflow

2007-04-17 Thread Grzegorz Kossakowski
Andrew Savory napisał(a): > Hi, > > > Eeeeh, I hope not! I'd worry about the health of the overall codebase if > no-one else is building allblocks! Is this why continuum is not failing > when it should be? My opinion is that we should view situation with blocks in more "blockish" way. Blocks in

[jira] Created: (COCOON-2046) Implement postable source

2007-04-17 Thread Grzegorz Kossakowski (JIRA)
Implement postable source - Key: COCOON-2046 URL: https://issues.apache.org/jira/browse/COCOON-2046 Project: Cocoon Issue Type: New Feature Components: - Servlet service framework Affects Versions: 2.2-d

Re: Archetypes, blocks, webapps ...

2007-04-17 Thread Reinhard Poetz
Andrew Savory wrote: I suppose it's all relative. Those big scary mvn lines make it seem like a lot, even if it isn't. And what you end up with is a template application, and not a template publishing framework. The emphasis with the demo is to show content from a Spring bean, and not for exa

Re: Archetypes, blocks, webapps ...

2007-04-17 Thread Grzegorz Kossakowski
Andrew Savory napisał(a): > Hi, > > > I suppose it's all relative. Those big scary mvn lines make it seem like > a lot, even if it isn't. And what you end up with is a template > application, and not a template publishing framework. > > The emphasis with the demo is to show content from a Spring

RE: Cant put cocoon into eclipse

2007-04-17 Thread windwail
i have more question... i installed plugin for SVN on eclipse, even find article how to do it... here it is: http://wiki.apache.org/cocoon/LoadInEclipse but when i'm trying to check out, it writes error checkout -r HEAD http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X RA layer r

RE: Cant put cocoon into eclipse

2007-04-17 Thread Jeroen Reijn
Hi, these kind of questions actually belong on the Cocoon userlist (http://cocoon.apache.org/community/mail-lists.html). It's correct that eclipse does not have SVN support by default, but you can download an subversion plugin for eclipse called subclipse (http://subclipse.tigris.org/), but the

Cant put cocoon into eclipse

2007-04-17 Thread windwail
As described at cocoon page, i need to get cocoon from cvs. But i can't... admins of our local network blocked all ports, except 80. So i can only download cocoon via browser. Is it posible to put cocoon into eclipse, to see and modify it sources and use other handy features... -- View this me

RE: Cant put cocoon into eclipse

2007-04-17 Thread windwail
Thanks a lot for help. I solved this problem. Sory for stupid questions :) Jeroen Reijn wrote: > > Hi, > > these kind of questions actually belong on the Cocoon userlist > (http://cocoon.apache.org/community/mail-lists.html). > It's correct that eclipse does not have SVN support by default,

Re: Archetypes, blocks, webapps ...

2007-04-17 Thread Grzegorz Kossakowski
Andrew Savory napisał(a): > Hi, > > On 16 Apr 2007, at 20:17, Grzegorz Kossakowski wrote: > >> Apparently, it's different, webapp is used to... assembly a webapp, >> run a webapp etc. However, in C2.2 every Cocoon webapp consists of set >> of blocks. Webapp gives you infrastructure to assembly yo

[jira] Created: (COCOON-2045) Provide more informative message when empty archetypes is tried to run

2007-04-17 Thread Grzegorz Kossakowski (JIRA)
Provide more informative message when empty archetypes is tried to run -- Key: COCOON-2045 URL: https://issues.apache.org/jira/browse/COCOON-2045 Project: Cocoon Issue Type:

Re: Archetypes, blocks, webapps ...

2007-04-17 Thread Andrew Savory
Hi, On 17 Apr 2007, at 12:52, Grzegorz Kossakowski wrote: I don't think it's "a *lot*" of work. All you have to do is to type two commands: mvn archetype:create -DarchetypeGroupId=org.apache.cocoon - DarchetypeArtifactId=cocoon-22-archetype-webapp - DarchetypeVersion=1.0.0-M2 -DgroupId=com.

RE: Cant put cocoon into eclipse

2007-04-17 Thread windwail
I'm new to java tecnology, working only few moth on it. My bad english is problem for me too :) so sory for it... I haven't heard about SVN... i always use CVS... to import project to eclipse i use "import from CVS". My eclipse doesn't have "import from SVN"... i'm free to just download SVN of co

RE: Cant put cocoon into eclipse

2007-04-17 Thread Jeroen Reijn
Hi, I'm not sure which page you found, but you can download the source from http://cocoon.apache.org/mirror.cgi or get the latest code checkout from http://cocoon.apache.org/community/contrib.html#svnhowto . Cocoon has switched to SVN (subversion, http://svn.apache.org/repos/asf/cocoon/) a long

Re: 2.2 failing to build: cocoon-javaflow

2007-04-17 Thread Andrew Savory
Hi, On 16 Apr 2007, at 21:00, Grzegorz Kossakowski wrote: I run mvn install with clean (actually, temporary) repository from time to time and do not experience problems you outlined. However, I do not build with -Pallblocks option and that's probably the difference. From what I understand,

Re: Archetypes, blocks, webapps ...

2007-04-17 Thread Andrew Savory
Hi, On 16 Apr 2007, at 20:17, Grzegorz Kossakowski wrote: Apparently, it's different, webapp is used to... assembly a webapp, run a webapp etc. However, in C2.2 every Cocoon webapp consists of set of blocks. Webapp gives you infrastructure to assembly your blocks into WAR file, it also gives

Re: Failing to build trunk because 'package org.apache.avalon.framework.container does not exist'

2007-04-17 Thread Jean-Christophe Kermagoret
Alexander Klimetschek wrote: It's related to the new section in the root pom. This is supposed to work properly only with Maven 2.0.6+. Older versions of Maven seem to get the dependency versions wrong (at least different) and thus a wrong version of a jar is used for cocoon-forms which leads

Re: svn commit: r528109 - /cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/pom.xml

2007-04-17 Thread Alexander Klimetschek
Jorg Heymans schrieb: Could you svn update && test again please ? Yup, works now. Is it possible that you provide a release version of that jar? Doesn't have to be the full 1.3 release if it's not finished yet, maybe a 1.3-alpha, but I'd be glad to have no maven snapshots in all the transiti

Re: Failing to build trunk because 'package org.apache.avalon.framework.container does not exist'

2007-04-17 Thread Alexander Klimetschek
It's related to the new section in the root pom. This is supposed to work properly only with Maven 2.0.6+. Older versions of Maven seem to get the dependency versions wrong (at least different) and thus a wrong version of a jar is used for cocoon-forms which leads to the compile error. I had