RE: build target with no samples?

2002-05-31 Thread Geoff Howard
That does get close to what I'm looking for and will certainly do for now while we're still in development. Thank you. Geoff -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 10:33 AM To: [EMAIL PROTECTED] Subject: Re: build target

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 - I knew this much.

RE: build target with no samples?

2002-05-30 Thread Geoff Howard
: 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. It already does. If you remove jars from the lib/optional dir it doesn't use those features, and doesn't include them

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 single

RE: build target with no samples?

2002-05-29 Thread Geoff Howard
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: build target with no samples? Chello

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 down

RE: build target with no samples?

2002-05-29 Thread Bert Van Kets
]] 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 users! I'm not an Ant-man, but it shouldn't be too hard to create a target to do this, no? Any takers I am also not in favor

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: does

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 condition in the

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, javadoc etc