Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-02 Thread Ted Husted
Vincent Massol wrote: > That looks very much like the sample target or scaffold; it builds a > sample war containing unit tests, ... However, we could go also one more > step further, as I've been doing with Cactus : include a full sample > application with build process and directory structure. T

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-02 Thread Vincent Massol
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: 02 January 2002 14:12 > To: Struts Developers List > Subject: Re: cvs commit: jakarta-struts/contrib/scaffold build.xml > > Vincent Massol wrote: > > What do you mean by source ? Only

Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-02 Thread Ted Husted
Vincent Massol wrote: > What do you mean by source ? Only the java files or the full tree, > including build, conf, etc ? Everything, just as it stands. > Well, it shows how to package a scaffold application and how to unit > test one which is not that bad after all ... :-) Sorry, didn't notice

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-02 Thread Vincent Massol
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: 01 January 2002 22:19 > To: Struts Developers List > Subject: Re: cvs commit: jakarta-struts/contrib/scaffold build.xml > > Having two distributions for Artimus just doesn't seem useful

Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Erik Hatcher
Sent: Tuesday, January 01, 2002 4:39 PM Subject: Re: cvs commit: jakarta-struts/contrib/scaffold build.xml > Ah, OK. I didn't realise that. > > -- > Martin Cooper > > > - Original Message - > From: "Vincent Massol" <[EMAIL PROTECTED]> > To: &qu

Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Ted Husted
Having two distributions for Artimus just doesn't seem useful. It seems sufficient to just have the WAR, and include the source in that. > jakarta-artimus.war (with source intact under WEB-INF/src) I've always thought we should do the same thing with the Struts samples, so those WARs could be d

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Vincent Massol
> -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED]] > Sent: 01 January 2002 21:53 > To: Struts Developers List > Subject: Re: cvs commit: jakarta-struts/contrib/scaffold build.xml > > I think what might make the most sense is: > > jak

Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Martin Cooper
- Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Struts Developers List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 1:37 PM Subject: RE: cvs commit: jakarta-struts/contrib/scaffold build.xml > > > > -Original Mess

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Vincent Massol
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: 01 January 2002 21:26 > To: Struts Developers List > Subject: Re: cvs commit: jakarta-struts/contrib/scaffold build.xml > > I just ran it, and it doesn't include the CVS director

Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Martin Cooper
Ah, OK. I didn't realise that. -- Martin Cooper - Original Message - From: "Vincent Massol" <[EMAIL PROTECTED]> To: "'Struts Developers List'" <[EMAIL PROTECTED]> Sent: Tuesday, January 01, 2002 1:17 PM Subject: RE: cvs co

Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Ted Husted
I just ran it, and it doesn't include the CVS directories. It does nest the scaffold-src.zip inside jakarta-scaffold.zip though, which is probably going to confuse people. Vincent, how about if we go with a jakarta-scaffold.jar and jakarta-scaffold-src.zip in the dist folder. For Artimus, whi

RE: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Vincent Massol
> -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED]] > Sent: 01 January 2002 21:16 > To: Struts Developers List > Subject: Re: cvs commit: jakarta-struts/contrib/scaffold build.xml > > I haven't actually tried this, but it looks like the sourc

Re: cvs commit: jakarta-struts/contrib/scaffold build.xml

2002-01-01 Thread Martin Cooper
I haven't actually tried this, but it looks like the source zip would also include all the 'CVS' directories in the tree, along with their contents. If that's the case, you might want to add an 'exclude' in the fileset, since we wouldn't want those files in the distribution. -- Martin Cooper --