Hi,
If you're going to do this, you might want to learn CVS a tiny bit
better ;)  You need a space between the -r and the actual tag, e.g. "-r
TOMCAT_5_0_28" ;)

If you look at build.xml, there's a property called cvstag I added a
while ago just for your use-case ;)  Set it (either in build.xml or
build.properties, preferably the latter) and it will be applied.  This
is obviously better than modifying the ant checkout/update tasks
themselves.

When you're grabbing from CVS without a tag, you're getting CVS HEAD,
which right now is 5.5.4+.  The Tomcat 5.0 stuff is on its own branch
(TOMCAT_5_0, also usable as a tag).

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Monday, November 01, 2004 4:10 PM
>To: Tomcat Users List
>Subject: RE: so confused: compiling tomcat without cvs update?
>
>I removed the TOMCAT_5_0_28 from two of the checkouts... the two that
are
>under checkout.depends
>
>That seemed to get rid of the errors.  Hope it was the right thing to
do.
>=P
>
>Thanks,
>-Raiden
>
>
>
>On Mon, 1 Nov 2004 [EMAIL PROTECTED] wrote:
>
>> Hi Mark,
>>
>> That sounds like it would do the trick, but I'm getting an error:
>>
>> checkout.depends:
>>       [cvs] Using cvs passfile: /home/synn/.cvspass
>>       [cvs] cvs server: cannot find module `-rTOMCAT_5_0_28' -
ignored
>>       [cvs] cvs [checkout aborted]: cannot expand modules
>>       [cvs] Using cvs passfile: /home/synn/.cvspass
>>       [cvs] cvs server: cannot find module `-rTOMCAT_5_0_28' -
ignored
>>       [cvs] cvs [checkout aborted]: cannot expand modules
>>
>> Thanks,
>> -Raiden
>>
>>
>> On Mon, 1 Nov 2004, Mark Thomas wrote:
>>
>> > Adding tag="TOMCAT_5_0_28" to each of the ant cvs tasks in the
>build.xml that
>> > does the checkouts should do the trick.
>> >
>> > > -----Original Message-----
>> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> > > Sent: Monday, November 01, 2004 8:08 PM
>> > > To: [EMAIL PROTECTED]
>> > > Subject: so confused: compiling tomcat without cvs update?
>> > >
>> > > Hello,
>> > >
>> > > This is the first time I have tried to compile the Tomcat 5
>> > > tree.  If I
>> > > run ant, it works great, compiles fine... except, it also seems
to
>> > > download any updates to the source.
>> > >
>> > > I want to build a stable Tomcat release, without grabbing any
>> > > updates that
>> > > are in the repository.  I downloaded the source for 5.0.28.
>> > > Is there a
>> > > way for me to build without grabbing the updates?  (And am I
right in
>> > > assuming that the updates it's grabbing are those that are in
>> > > place for
>> > > 5.0.29, the current beta?)
>> > >
>> > > Thank you,
>> > > -Raiden Johnson
>> > >
>> > >
>> > >
---------------------------------------------------------------------
>> > > To unsubscribe, e-mail:
[EMAIL PROTECTED]
>> > > For additional commands, e-mail:
[EMAIL PROTECTED]
>> > >
>> > >
>> >
>> >
>> >
>> >
---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail:
[EMAIL PROTECTED]
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to