You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by je...@socialchange.net.au on 2001/03/15 06:42:02 UTC

CVS build broken?

Hi,

Is it currently a bad time to check out from CVS?

[javac] Compiling 173 source files to /home/jeff/java/java/apache/jakarta/jakarta-velocity/bin/classes
[javac] /home/jeff/java/java/apache/jakarta/jakarta-velocity/bin/src/org/apache/velocity/visitor/InjectorVisitor.java:64: Class org.apache.velocity.Context not found in import.
[javac] import org.apache.velocity.Context;
[javac]        ^
[javac] /home/jeff/java/java/apache/jakarta/jakarta-velocity/bin/src/org/apache/velocity/visitor/ProcessVisitor.java:64: Class org.apache.velocity.Context not found in import.


Lots of stuff has moved around, eg org.apache.velocity.Context is now
org.apache.velocity.context.Context.

Most projects have a rule that committers do a clean build before committing
(hint hint;)

--Jeff

RE: How can I checkout org.apache.log?

Posted by Paulo Gaspar <pa...@krankikom.de>.
Thnaks for the shortcuts Jon - I am a lazy bastard.
=:o)

Paulo

> -----Original Message-----
> From: Jon Stevens [mailto:jon@latchkey.com]
> Sent: Friday, March 16, 2001 21:44
> To: velocity-dev@jakarta.apache.org
> Subject: Re: How can I checkout org.apache.log?
> 
> 
> Yea, you can even abbreviate it...
> 
> on 3/16/01 11:37 AM, "Geir Magnusson Jr." <ge...@optonline.net> wrote:
> 
> > cvs checkout <target>
> 
> cvs co <target>
> 
> > Then, depending on what happens, the dreaded
> > 
> > cvs update
> 
> cvs up
> 
> > with the fancy
> > 
> > cvs update -dP
> 
> If you have a .cvsrc file with:
> 
> update -dP
> 
> then:
> 
> cvs up
> 
> > coming after years of experience.
> > 
> > And then, there are dark rumors throughout the land of the magical
> > 
> > cvs commit
> 
> cvs ci
> 
> If you are really pressed, I bet you could write a little .alias:
> 
> ci   'cvs ci'
> 
> :-)
> 
> -jon
> 

Re: How can I checkout org.apache.log?

Posted by Jon Stevens <jo...@latchkey.com>.
Yea, you can even abbreviate it...

on 3/16/01 11:37 AM, "Geir Magnusson Jr." <ge...@optonline.net> wrote:

> cvs checkout <target>

cvs co <target>

> Then, depending on what happens, the dreaded
> 
> cvs update

cvs up

> with the fancy
> 
> cvs update -dP

If you have a .cvsrc file with:

update -dP

then:

cvs up

> coming after years of experience.
> 
> And then, there are dark rumors throughout the land of the magical
> 
> cvs commit

cvs ci

If you are really pressed, I bet you could write a little .alias:

ci   'cvs ci'

:-)

-jon


RE: How can I checkout org.apache.log?

Posted by Paulo Gaspar <pa...@krankikom.de>.
LOL!
Taking note of the "-dP", but I was already using the dreaded update.
=:o)

Thanks a lot,
Paulo

> -----Original Message-----
> From: gmj@mta4.srv.hcvlny.cv.net [mailto:gmj@mta4.srv.hcvlny.cv.net]On
> Behalf Of Geir Magnusson Jr.
> Sent: Friday, March 16, 2001 20:38
> To: velocity-dev@jakarta.apache.org
> Subject: Re: How can I checkout org.apache.log?
> 
> 
> Paulo Gaspar wrote:
> > 
> > Got it!
> > 
> > BTW, WinCvs is a great aid for Windows spoiled (memory impaired)
> > users like me that are not (no longer) used to learn 67 commands
> > and 342 command line options when they have to use a new tool.
> > =;o)
> 
> Yes, it can be quite challenging.
> 
> First you have to master
> 
> 	cvs checkout <target>
> 
> Then, depending on what happens, the dreaded
> 
> 	cvs update
> 
> with the fancy
> 
> 	cvs update -dP
> 
> coming after years of experience.
> 
> And then, there are dark rumors throughout the land of the magical
> 
> 	cvs commit
> 
> but that is simply a rumor.
> 
> geir
> 
> -- 
> Geir Magnusson Jr.                               geirm@optonline.net
> Developing for the web?  See http://jakarta.apache.org/velocity/
> 

Re: How can I checkout org.apache.log?

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
Paulo Gaspar wrote:
> 
> Got it!
> 
> BTW, WinCvs is a great aid for Windows spoiled (memory impaired)
> users like me that are not (no longer) used to learn 67 commands
> and 342 command line options when they have to use a new tool.
> =;o)

Yes, it can be quite challenging.

First you have to master

	cvs checkout <target>

Then, depending on what happens, the dreaded

	cvs update

with the fancy

	cvs update -dP

coming after years of experience.

And then, there are dark rumors throughout the land of the magical

	cvs commit

but that is simply a rumor.

geir

-- 
Geir Magnusson Jr.                               geirm@optonline.net
Developing for the web?  See http://jakarta.apache.org/velocity/

RE: How can I checkout org.apache.log?

Posted by Paulo Gaspar <pa...@krankikom.de>.
Got it! 

BTW, WinCvs is a great aid for Windows spoiled (memory impaired)
users like me that are not (no longer) used to learn 67 commands 
and 342 command line options when they have to use a new tool.
=;o)

Thanks,
Paulo

> -----Original Message-----
> From: gmj@mta8.srv.hcvlny.cv.net [mailto:gmj@mta8.srv.hcvlny.cv.net]On
> Behalf Of Geir Magnusson Jr.
> Sent: Friday, March 16, 2001 15:36
> To: velocity-dev@jakarta.apache.org
> Subject: Re: How can I checkout org.apache.log?
> 
> 
> Paulo Gaspar wrote:
> > 
> > Ops! Or is it the one from "jakarta-avalon-logkit"?
> > 
> > Paulo
> 
> Yep
> 
> -- 
> Geir Magnusson Jr.                               geirm@optonline.net
> Developing for the web?  See http://jakarta.apache.org/velocity/
> 

Re: How can I checkout org.apache.log?

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
Paulo Gaspar wrote:
> 
> Ops! Or is it the one from "jakarta-avalon-logkit"?
> 
> Paulo

Yep

-- 
Geir Magnusson Jr.                               geirm@optonline.net
Developing for the web?  See http://jakarta.apache.org/velocity/

RE: How can I checkout org.apache.log?

Posted by Paulo Gaspar <pa...@krankikom.de>.
Ops! Or is it the one from "jakarta-avalon-logkit"?

Paulo

> -----Original Message-----
> From: Paulo Gaspar [mailto:paulo.gaspar@krankikom.de]
> Sent: Friday, March 16, 2001 11:46
> To: velocity-dev@jakarta.apache.org
> Subject: How can I checkout org.apache.log?
> 
> 
> I can checkout "java-jserv" using "anoncvs", but that is not working 
> for "java-framework", which is where "org.apache.log" seems to be. I
> just get a:
>   cvs server: cannot find module `java-framework' - ignored
> 
> Thanks for any help,
> Paulo Gaspar
> 

How can I checkout org.apache.log?

Posted by Paulo Gaspar <pa...@krankikom.de>.
I can checkout "java-jserv" using "anoncvs", but that is not working 
for "java-framework", which is where "org.apache.log" seems to be. I
just get a:
  cvs server: cannot find module `java-framework' - ignored

Thanks for any help,
Paulo Gaspar

Re: CVS build broken?

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
jeff@socialchange.net.au wrote:
> 
> Hi,
> 
> Is it currently a bad time to check out from CVS?
[SNIP]
> 
> Lots of stuff has moved around, eg org.apache.velocity.Context is now
> org.apache.velocity.context.Context.
> 
> Most projects have a rule that committers do a clean build before committing
> (hint hint;)

We have it here too in Velocity; I am religious about doing a clean
build to make sure that users aren't effected by what I change. I do it
for docs, javadocs, and examples as well....

Of course, I must confess I can't quite recall if I did a clean build
after that change, moving o.a.v.Context into the o.a.v.context package. 

It could be because I DID IT OVER 2 MONTHS AGO ON JANUARY 3...
 
:)

geir

-- 
Geir Magnusson Jr.                               geirm@optonline.net
Developing for the web?  See http://jakarta.apache.org/velocity/

Re: CVS build broken?

Posted by Jon Stevens <jo...@latchkey.com>.
on 3/14/01 9:42 PM, "jeff@socialchange.net.au" <je...@socialchange.net.au>
wrote:

> Lots of stuff has moved around, eg org.apache.velocity.Context is now
> org.apache.velocity.context.Context.
> 
> Most projects have a rule that committers do a clean build before committing
> (hint hint;)
> 
> --Jeff

It does work, YOU are the one who needs to do a clean build.

rm -r jakarta-velocity/bin

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>