You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by James Mitchell <jm...@apache.org> on 2003/01/22 05:19:24 UTC

RE: [read this please] cvs commit: jakarta-struts build.xml

There are a lot more targets available than what we have nicely
commented at the top of this file, and I know how some of us feel about
having them there :)

I propose that we either:
1. maintain this better with a little more clarity about dependencies
or
2. just remove it all together

Comments?


--
James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org/

"The man who does not read good books has no advantage over the man who
cannot read them."
	- Mark Twain (1835-1910)







> -----Original Message-----
> From: jmitchell@apache.org [mailto:jmitchell@apache.org] 
> Sent: Tuesday, January 21, 2003 11:14 PM
> To: jakarta-struts-cvs@apache.org
> Subject: cvs commit: jakarta-struts build.xml
> 
> 
> jmitchell    2003/01/21 20:14:27
> 
>   Modified:    .        build.xml
>   Log:
>   Small typo.
>   
>   Revision  Changes    Path
>   1.95      +1 -1      jakarta-struts/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-struts/build.xml,v
>   retrieving revision 1.94
>   retrieving revision 1.95
>   diff -u -r1.94 -r1.95
>   --- build.xml	19 Jan 2003 00:40:41 -0000	1.94
>   +++ build.xml	22 Jan 2003 04:14:27 -0000	1.95
>   @@ -920,7 +920,7 @@
>    
>        <target name="test.tomcat.33" if="tomcat.home.33"
>             depends="skip.tomcat.33,compile.library"
>   -     description="Run Cactus-based unit tests on Tomcat 3.2">
>   +     description="Run Cactus-based unit tests on Tomcat 3.3">
>            <echo message="tomcat.home.33 = ${tomcat.home.33}"/>
>            <ant antfile="build-tests.xml" target="test.tomcat.33"/>
>        </target>
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   
> <mailto:struts-dev-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [read this please] cvs commit: jakarta-struts build.xml

Posted by Martin Cooper <ma...@apache.org>.

On Tue, 21 Jan 2003, Craig R. McClanahan wrote:

> On Tue, 21 Jan 2003, James Mitchell wrote:
>
> > Date: Tue, 21 Jan 2003 23:19:24 -0500
> > From: James Mitchell <jm...@apache.org>
> > Reply-To: Struts Developers List <st...@jakarta.apache.org>
> > To: 'Struts Developers List' <st...@jakarta.apache.org>
> > Subject: RE: [read this please] cvs commit: jakarta-struts build.xml
> >
> > There are a lot more targets available than what we have nicely
> > commented at the top of this file, and I know how some of us feel about
> > having them there :)
> >
> > I propose that we either:
> > 1. maintain this better with a little more clarity about dependencies
> > or
> > 2. just remove it all together
> >
> > Comments?
> >
>
> Definitely remove them.  Running "ant -projecthelp" should tell you
> everything about the targets that are designed for human consumption (i.e.
> the ones that have "description" attributes).

+1

Ant is our friend.

--
Martin Cooper


>
> >
> > --
> > James Mitchell
>
> Craig
>
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [read this please] cvs commit: jakarta-struts build.xml

Posted by "Craig R. McClanahan" <cr...@apache.org>.
On Tue, 21 Jan 2003, James Mitchell wrote:

> Date: Tue, 21 Jan 2003 23:19:24 -0500
> From: James Mitchell <jm...@apache.org>
> Reply-To: Struts Developers List <st...@jakarta.apache.org>
> To: 'Struts Developers List' <st...@jakarta.apache.org>
> Subject: RE: [read this please] cvs commit: jakarta-struts build.xml
>
> There are a lot more targets available than what we have nicely
> commented at the top of this file, and I know how some of us feel about
> having them there :)
>
> I propose that we either:
> 1. maintain this better with a little more clarity about dependencies
> or
> 2. just remove it all together
>
> Comments?
>

Definitely remove them.  Running "ant -projecthelp" should tell you
everything about the targets that are designed for human consumption (i.e.
the ones that have "description" attributes).

>
> --
> James Mitchell

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>