You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by giacomo <gi...@apache.org> on 2002/01/03 15:27:51 UTC

New Structure

Hi all

Finally I've made it happen. The HEAD cvs is restructured. The commit
message have been bounced by the mailing list manager because of its
size but you'll have seen the "New directory" messages :)

Please committers update your reposuitories.

The thing I've left is the tools directory where stuff (scripts, jars,
...) to build cocoon lives but this is compared to what I've done today
a relatively easy task.

Giacomo






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


Re: New Structure

Posted by David Crossley <cr...@indexgeo.com.au>.
giacomo wrote:
> Oh, yeah. I forgot to say PLEASE TEST IT.
>
> I've done many test before I've commited it. But you'll never know.

All is well for me (Linux with Blackdown JDK 1.3.1-FCS)
I moved my old working copy aside and did a fresh
checkout of the complete xml-cocoon2.
--David


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


Re: New Structure

Posted by David Crossley <cr...@indexgeo.com.au>.
Steven Noels wrote:
> Thanks, Giacomo, my repository was indeed corrupt. Much better, now.
> 
> As far as the out-of-the-box-experience is concerned, 
> I still have problems with:
> 
> http://localhost:8080/cocoon/catalog-demo

Steven, this works for me on Linux.

I do not know if it is needed, but i made sure to remove
the Tomcat work directory before restarting.

> http://localhost:8080/cocoon/search/create gives me a Tomcat 404
> (why doesn't the default Cocoon error page doesn't come up?)

I get a similar problem, but that was happening prior to the
CVS re-structure. I think that this happens because the
checkbox "create" parameter is not checked by default,
so it tries to update a non-existent index. Anyway, selecting
the checkbox works for me.

> http://localhost:8080/cocoon/xsp/simple same story (most XSP's apparently)

Also works for me.

> http://localhost:8080/cocoon/protected/protected ditto

Also works for me.
--David

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


RE: New Structure

Posted by Steven Noels <st...@outerthought.org>.
> -----Original Message-----
> From: giacomo [mailto:giacomo@apache.org]
> Sent: donderdag 3 januari 2002 20:45
> To: cocoon-dev@xml.apache.org
> Subject: RE: New Structure

> I think your repo is corrupted. I've done a fresh checkout after my
> commit (to see if I have forgotten something) made a war file deployed
> as usual and it was running out of the box as usual.

Thanks, Giacomo, my repository was indeed corrupt. Much better, now.

As far as the out-of-the-box-experience is concerned, I still have problems
with:

http://localhost:8080/cocoon/catalog-demo

org.apache.cocoon.ProcessingException: Error in creating Transform Handler:
org.xml.sax.SAXParseException: File
"file:/C:/bin/tomcat-33/webapps/cocoon/docs/samples/catalog/ISOnum.pen" not
found.

which is correct since it is located @ \cocoon\resources\entities\ISOnum.pen

http://localhost:8080/cocoon/search/create gives me a Tomcat 404 (why doesn't
the default Cocoon error page doesn't come up?)

http://localhost:8080/cocoon/xsp/simple same story (most XSP's apparently)

http://localhost:8080/cocoon/protected/protected ditto

Hope this helps somehow.

Another question aside:

apart from http://chello.sourceforge.net/, is somebody else working on a
minimal Cocoon distribution? The default distribution is more of a show-case
than a good starting point for basic Cocoon sites. I spent half a day trying
to figure out what I could remove from the default distribution to start with
a fresh & clean Cocoon-powered website.


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


RE: New Structure

Posted by giacomo <gi...@apache.org>.
On Thu, 3 Jan 2002, Steven Noels wrote:

> > -----Original Message-----
> > From: giacomo [mailto:giacomo@apache.org]
> > Sent: donderdag 3 januari 2002 17:01
> > To: cocoon-dev@xml.apache.org
> > Subject: RE: New Structure
>
> > Oh, yeah. I forgot to say PLEASE TEST IT.
> >
> > I've done many test before I've commited it. But you'll never know.
>
> Is it supposed to build & deploy as easy as the stock version? If yes, no :-)

Yes,  build & deploy as usual.

> I did an update from CVS, 'build webapp' works fine, but the resulting WAR
> contains no jars in the lib dir except for javac.jar, and after deploying the
> rest of the needed jars manually (TC 3.3),

I hope you have an .ant.properties like I do (in the root of
xml-cocoon2):

	include.webapp.libs=yes
	install.war=/home/giacomo/cvs/jakarta-tomcat-4.0/dist/webapps
	remove.webapp=yes

> I encountered some other
> 'problems': the CatalogManager.properties not being found, a file I/O error on
> cocoondb.backup although it was in the correct location (??).

I think your repo is corrupted. I've done a fresh checkout after my
commit (to see if I have forgotten something) made a war file deployed
as usual and it was running out of the box as usual.

Giacomo

>
> Kept no logs, sorry.
>
> </Steven>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>
>
>


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


RE: New Structure

Posted by Steven Noels <st...@outerthought.org>.
> -----Original Message-----
> From: giacomo [mailto:giacomo@apache.org]
> Sent: donderdag 3 januari 2002 17:01
> To: cocoon-dev@xml.apache.org
> Subject: RE: New Structure

> Oh, yeah. I forgot to say PLEASE TEST IT.
>
> I've done many test before I've commited it. But you'll never know.

Is it supposed to build & deploy as easy as the stock version? If yes, no :-)

I did an update from CVS, 'build webapp' works fine, but the resulting WAR
contains no jars in the lib dir except for javac.jar, and after deploying the
rest of the needed jars manually (TC 3.3), I encountered some other
'problems': the CatalogManager.properties not being found, a file I/O error on
cocoondb.backup although it was in the correct location (??).

Kept no logs, sorry.

</Steven>


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


RE: New Structure

Posted by giacomo <gi...@apache.org>.
On Thu, 3 Jan 2002, Carsten Ziegeler wrote:

> Giacomo Pati wrote:
> >
> > On Thu, 3 Jan 2002, Carsten Ziegeler wrote:
> >
> > > Giacomo Pati wrote:
> > > >
> > > >
> > > > Hi all
> > > >
> > > > Finally I've made it happen. The HEAD cvs is restructured. The commit
> > > > message have been bounced by the mailing list manager because of its
> > > > size but you'll have seen the "New directory" messages :)
> > > >
> > > Wow! Great work, Giacomo!
> > >
> > > Now we can focus on the next release.
> > > Many thanks!
> >
> > Oh, yeah. I forgot to say PLEASE TEST IT.
> >
> Yes, I tested some parts and they still work. I'll test the
> build system for the distribution etc. tomorrow.

I had to make some changes to make the build.{sh|bat} in the dist
running as the build.xml refers to some parts that weren't in a regular
dist 'till today.

Giacomo

>
> Carsten
>
> > I've done many test before I've commited it. But you'll never know.
> >
> > >
> > > > Please committers update your reposuitories.
> > > >
> > > > The thing I've left is the tools directory where stuff (scripts, jars,
> > > > ...) to build cocoon lives but this is compared to what I've
> > done today
> > > > a relatively easy task.
> > > >
> > > Jupp, I noone does it until then, I can do it next week.
> >
> > Way cool, thanks.
> >
> > Giacomo
> >
> > >
> > > Carsten
> > >
> > > > Giacomo
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > > > For additional commands, email: cocoon-dev-help@xml.apache.org
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > > For additional commands, email: cocoon-dev-help@xml.apache.org
> > >
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > For additional commands, email: cocoon-dev-help@xml.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>
>
>


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


RE: New Structure

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Giacomo Pati wrote:
>
> On Thu, 3 Jan 2002, Carsten Ziegeler wrote:
>
> > Giacomo Pati wrote:
> > >
> > >
> > > Hi all
> > >
> > > Finally I've made it happen. The HEAD cvs is restructured. The commit
> > > message have been bounced by the mailing list manager because of its
> > > size but you'll have seen the "New directory" messages :)
> > >
> > Wow! Great work, Giacomo!
> >
> > Now we can focus on the next release.
> > Many thanks!
>
> Oh, yeah. I forgot to say PLEASE TEST IT.
>
Yes, I tested some parts and they still work. I'll test the
build system for the distribution etc. tomorrow.

Carsten

> I've done many test before I've commited it. But you'll never know.
>
> >
> > > Please committers update your reposuitories.
> > >
> > > The thing I've left is the tools directory where stuff (scripts, jars,
> > > ...) to build cocoon lives but this is compared to what I've
> done today
> > > a relatively easy task.
> > >
> > Jupp, I noone does it until then, I can do it next week.
>
> Way cool, thanks.
>
> Giacomo
>
> >
> > Carsten
> >
> > > Giacomo
> > >
> > >
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > > For additional commands, email: cocoon-dev-help@xml.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > For additional commands, email: cocoon-dev-help@xml.apache.org
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>


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


RE: New Structure

Posted by giacomo <gi...@apache.org>.
On Thu, 3 Jan 2002, Carsten Ziegeler wrote:

> Giacomo Pati wrote:
> >
> >
> > Hi all
> >
> > Finally I've made it happen. The HEAD cvs is restructured. The commit
> > message have been bounced by the mailing list manager because of its
> > size but you'll have seen the "New directory" messages :)
> >
> Wow! Great work, Giacomo!
>
> Now we can focus on the next release.
> Many thanks!

Oh, yeah. I forgot to say PLEASE TEST IT.

I've done many test before I've commited it. But you'll never know.

>
> > Please committers update your reposuitories.
> >
> > The thing I've left is the tools directory where stuff (scripts, jars,
> > ...) to build cocoon lives but this is compared to what I've done today
> > a relatively easy task.
> >
> Jupp, I noone does it until then, I can do it next week.

Way cool, thanks.

Giacomo

>
> Carsten
>
> > Giacomo
> >
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> > For additional commands, email: cocoon-dev-help@xml.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>
>
>
>


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


RE: New Structure

Posted by Carsten Ziegeler <cz...@s-und-n.de>.
Giacomo Pati wrote:
> 
> 
> Hi all
> 
> Finally I've made it happen. The HEAD cvs is restructured. The commit
> message have been bounced by the mailing list manager because of its
> size but you'll have seen the "New directory" messages :)
> 
Wow! Great work, Giacomo! 

Now we can focus on the next release. 
Many thanks!

> Please committers update your reposuitories.
> 
> The thing I've left is the tools directory where stuff (scripts, jars,
> ...) to build cocoon lives but this is compared to what I've done today
> a relatively easy task.
> 
Jupp, I noone does it until then, I can do it next week.

Carsten

> Giacomo
> 
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
> 

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