RE: [JBoss-dev] The source, the whole source, and nothing but the source

2002-07-31 Thread Jason Dillon
TECTED] [mailto:jboss- > [EMAIL PROTECTED]] On Behalf Of Weiqi Gao > Sent: Wednesday, July 31, 2002 6:06 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-dev] The source, the whole source, and nothing but the > source > > Hi jboss-development, > > I'm trying to compile JBoss HE

Re: [JBoss-dev] The source, the whole source, and nothing but the source

2002-07-31 Thread Weiqi Gao
Weiqi Gao wrote: > > > I figured out what I did wrong. I cannot do a > > "cvs co jboss-all" once and then do a > > "cd jboss-all; cvs update -dP" daily afterwards > > as I can with other directory based CVS > > repositories. I have to do a "cvs co jboss-all" > > daily. Then David Jencks wrote:

Re: [JBoss-dev] The source, the whole source, and nothing but the source

2002-07-31 Thread David Jencks
cvs -q update -dP works fine for me in jboss-all. david jencks On 2002.07.31 09:49:29 -0400 Weiqi Gao wrote: > On Wed, 2002-07-31 at 08:06, Weiqi Gao wrote: > > Hi jboss-development, > > > > I'm trying to compile JBoss HEAD from the source. I'm following the > > instructions on the JBoss.3.0Qu

Re: [JBoss-dev] The source, the whole source, and nothing but the source

2002-07-31 Thread David Jencks
Looks like the cvs checkout didn't get everything. You might try again or at least a cvs update. david jencks On 2002.07.31 09:06:23 -0400 Weiqi Gao wrote: > Hi jboss-development, > > I'm trying to compile JBoss HEAD from the source. I'm following the > instructions on the JBoss.3.0QuickStart

[JBoss-dev] The source, the whole source, and nothing but the source

2002-07-31 Thread Weiqi Gao
Hi jboss-development, I'm trying to compile JBoss HEAD from the source. I'm following the instructions on the JBoss.3.0QuickStart.Draft3.pdf, which says to get the jboss-all module from the CVS and the cd to build,then run jboss.sh. But that errored out with the following error. Did I miss som