[C2] Build targets

2001-06-20 Thread Piroumian, Konstantin
Hi, Cocooners! Is there a way to build C2 without samples and unnecesary libraries? I need to get a clear cocoon.war - without specific Actions, jars and samples. Just the core of Cocoon, so I could add my application files, classes, jars and sitemaps and create a war for my application only. Re

Re: [C2] Build targets

2001-06-20 Thread giacomo
On Wed, 20 Jun 2001, Piroumian, Konstantin wrote: > Hi, Cocooners! > > Is there a way to build C2 without samples and unnecesary libraries? Yes, delete them ;). > I need to get a clear cocoon.war - without specific Actions, jars and > samples. Well, this is a matter of taste and I don't see a

Re: [C2] Build targets

2001-06-21 Thread Piroumian, Konstantin
> > Hi, Cocooners! > > > > Is there a way to build C2 without samples and unnecesary libraries? > > Yes, delete them ;). How can I know which jar is necessary for Cocoon engine and which one is used only in a sample? Of course, I can try to delete one-by-one and see what happens :) > > > I need

AW: [C2] Build targets

2001-06-21 Thread Carsten Ziegeler
> Konstantin Piroumian wrote: > > > > Hi, Cocooners! > > > > > > Is there a way to build C2 without samples and unnecesary libraries? > > > > Yes, delete them ;). > > How can I know which jar is necessary for Cocoon engine and which one is > used only in a sample? Of course, I can try to delete on

Re: [C2] Build targets

2001-06-21 Thread Piroumian, Konstantin
> > Konstantin Piroumian wrote: > > > > > > Hi, Cocooners! > > > > > > > > Is there a way to build C2 without samples and unnecesary libraries? > > > > > > Yes, delete them ;). > > > > How can I know which jar is necessary for Cocoon engine and which one is > > used only in a sample? Of course, I

AW: [C2] Build targets

2001-06-21 Thread Carsten Ziegeler
> Konstantin Piroumian > > > > Konstantin Piroumian wrote: > > > > > > > > Hi, Cocooners! > > > > > > > > > > Is there a way to build C2 without samples and unnecesary > libraries? > > > > > > > > Yes, delete them ;). > > > > > > How can I know which jar is necessary for Cocoon engine and > which

Re: [C2] Build targets

2001-06-21 Thread Piroumian, Konstantin
> > > > > > > Personally, I don't like the term "core Cocoon" for this case as I > > > think that the "core Cocoon" is the whole project without examples. > > > But this includes all provided generators, transformers etc. as most > > > of them are very usefull and also required to build web appli

Re: [C2] Build targets

2001-06-21 Thread Piroumian, Konstantin
> > > > > > > > > > Personally, I don't like the term "core Cocoon" for this case as I > > > > think that the "core Cocoon" is the whole project without examples. > > > > But this includes all provided generators, transformers etc. as most > > > > of them are very usefull and also required to bui

AW: [C2] Build targets

2001-06-22 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > > Konstantin Piroumian wrote: > > > > > > > > Hi, Cocooners! > > > > > > > > > > Is there a way to build C2 without samples and unnecesary > > libraries? > > > > > > > > Yes, delete them ;). > > > > > > How can I know wh

RE: [C2] Build targets

2001-06-22 Thread Martin Rogard
Hello, > Carsten Ziegeler wrote: > I changed the build.xml so that an entry for the PhpGenerator is added > to the sitemap if the php generator is compiled. I don't find an example/sample/tutorial using the PhP Generator, any hints ? - martin --

AW: [C2] Build targets

2001-06-24 Thread Carsten Ziegeler
> Martin Rogard wrote: > > Hello, > > > Carsten Ziegeler wrote: > > I changed the build.xml so that an entry for the PhpGenerator is added > > to the sitemap if the php generator is compiled. > > I don't find an example/sample/tutorial using the PhP Generator, > any hints ? > Sorry, I never u

Re: AW: [C2] Build targets

2001-06-21 Thread Giacomo Pati
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > Konstantin Piroumian wrote: > > > > > > Hi, Cocooners! > > > > > > > > Is there a way to build C2 without samples and unnecesary > libraries? > > > > > > Yes, delete them ;). > > > > How can I know which jar is necessary for Cocoon engine and whic

Re: AW: [C2] Build targets

2001-06-22 Thread Sergio Carvalho
On Fri, 22 Jun 2001 10:42:57 +0200 "Carsten Ziegeler" <[EMAIL PROTECTED]> wrote: > Hi, > > I just added a very simple command line tool (called st for sitemap tool) > which is actually a java class. This tool can be called from the build.xml > during build and can add sitemap entries to the bui

Re: AW: [C2] Build targets

2001-06-22 Thread giacomo
On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > Giacomo Pati wrote: > > > > One thing that we can do for convenience is to update the build.xml to not > > depend on specific jars and exclude the sources for compilation > > if those jars > > are absent (see PhpGenerator). > > > Hi, > > I just add