RE: build target with no samples?

2002-05-31 Thread Geoff Howard
Subject: Re: build target with no samples? > > > There is a simple way to build a cocoon.war file without the > samples. We > do it all the time to build our Azure product. First, you > need to have a > minimal sitemap somewhere in the source directory. I call mine >

Re: build target with no samples?

2002-05-31 Thread Lajos Moczar
There is a simple way to build a cocoon.war file without the samples. We do it all the time to build our Azure product. First, you need to have a minimal sitemap somewhere in the source directory. I call mine sitemap-min.xmap (it's attached) and I put it in ./src/webapp. All I did was take the

Re: build target with no samples?

2002-05-30 Thread Nicola Ken Barozzi
From: "Geoff Howard" <[EMAIL PROTECTED]> > I've seen it mentioned, but don't know what is being done in the > "refactoring". Do you want to catch me up off list - maybe I could help. I'll post it here, maybe others want to give a hand too. Basically the fact is that the original webapp had a s

RE: build target with no samples?

2002-05-30 Thread Geoff Howard
:23 AM > To: [EMAIL PROTECTED] > Subject: Re: build target with no samples? > > > From: "Geoff Howard" <[EMAIL PROTECTED]> > > > > > Now you are asking a bit much. How is Ant to know what > > > components you > > > > need. > >

Re: build target with no samples?

2002-05-30 Thread Nicola Ken Barozzi
From: "Geoff Howard" <[EMAIL PROTECTED]> > > > Now you are asking a bit much. How is Ant to know what > > components you > > > need. > > > > It already does. > > If you remove jars from the lib/optional dir it doesn't use > > those features, > > and doesn't include them in the config. > > Right

RE: build target with no samples?

2002-05-29 Thread Geoff Howard
> > > > Now you are asking a bit much. How is Ant to know what > components you > > need. > > It already does. > If you remove jars from the lib/optional dir it doesn't use > those features, > and doesn't include them in the config. Right - I knew this much. I've looked at adding a conditi

Re: build target with no samples?

2002-05-29 Thread Nicola Ken Barozzi
From: "Bert Van Kets" <[EMAIL PROTECTED]> > At 09:20 29/05/2002 -0400, you wrote: > >Yes, I was really talking about the Cocoon build system -- I dug around the > >build process and couldn't find anything provided for, but don't know ant > >well enough to be sure. Anybody know the answer to this

RE: build target with no samples?

2002-05-29 Thread Bert Van Kets
; > -Original Message- > > From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, May 29, 2002 4:09 AM > > To: [EMAIL PROTECTED] > > Subject: Re: build target with no samples? > > > > > > Chello is heavily outdated, certainly for CVS use

Re: build target with no samples?

2002-05-29 Thread Nicola Ken Barozzi
From: "Geoff Howard" <[EMAIL PROTECTED]> > Yes, I was really talking about the Cocoon build system -- I dug around the > build process and couldn't find anything provided for, but don't know ant > well enough to be sure. Anybody know the answer to this: does build.xml > provide for a stripped do

RE: build target with no samples?

2002-05-29 Thread Geoff Howard
love is a webapp or war file that is built with only the components I need in my sitemap and xconf file. Geoff Howard > -Original Message- > From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 4:09 AM > To: [EMAIL PROTECTED] > Subject: Re: bui

Re: build target with no samples?

2002-05-29 Thread Bert Van Kets
really very >helpful. > >Dan > >Geoff Howard wrote: > > > Is there a build target with no samples, javadoc etc included? > > > > We have been building cocoon, manually stripping out everything we don't > > want out on our live site, then moving in our o

Re: build target with no samples?

2002-05-28 Thread daniel robinson
Check out: http://sourceforge.net/projects/chello/ a hello world app, minimal configuration, comes with lots of "goodies" - ant, cruisecontrol etc. I have been using it for a couple of days, really very helpful. Dan Geoff Howard wrote: > Is there a build target with no samples

build target with no samples?

2002-05-28 Thread Geoff Howard
Is there a build target with no samples, javadoc etc included? We have been building cocoon, manually stripping out everything we don't want out on our live site, then moving in our own sitemap and xconf files, with all supporting files. This is fine if you never update your cocoon ve