Re: [JBoss-dev] Build problem with CVS HEAD

2001-07-02 Thread danch
For the record, I didn't literally checkout the HEAD branch - this was just a default checkout (no tag specified). The only difference I can think of between my system and those who report it working is that I'm running on a reiserfs filesystem - the jar files could get sent back to Ant in an

RE: [JBoss-dev] Build problem with CVS HEAD

2001-07-02 Thread Bordet, Simone
on > -Original Message- > From: marc fleury [mailto:[EMAIL PROTECTED]] > Sent: domenica 1 luglio 2001 5:48 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] Build problem with CVS HEAD > > > compiling just fine on RH 7.1 > > marcf > > |-Original M

RE: [JBoss-dev] Build problem with CVS HEAD

2001-06-30 Thread marc fleury
compiling just fine on RH 7.1 marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott |M Stark |Sent: Saturday, June 30, 2001 11:08 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-dev] Build problem with CVS HEAD | | |If it is its a particular

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-30 Thread Scott M Stark
If it is its a particular version problem as I can compile on RedHat linux 7.0. - Original Message - From: "Andreas Schaefer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 30, 2001 6:42 PM Subject: Re: [JBoss-dev] Build problem with CVS HEAD

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-30 Thread Andreas Schaefer
Hi Scott I used IBM JDK 1.3 as well as the Sun JDK 1.3.1. I think this is maybe a Linux problem ? Andy - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 30, 2001 4:49 PM Subject: Re: [JBoss-dev] Build

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-30 Thread Scott M Stark
rrent code. Andreas also saw this problem. What compiler are you using? - Original Message - From: "danch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 6:36 PM Subject: Re: [JBoss-dev] Build problem with CVS HEAD > OK, I was able to get

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-29 Thread Jason Dillon
What did you have to change in build.xml? It also looks like xml.jar is referenced in conf/default/jboss.conf, but I am not sure that it is required or... but I can't really tell if any of those codebase attributes are even used really. If xml.jar is old and it is not being used by anything, let

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-29 Thread Jason Dillon
The src/build/build.xml file says that xml.jar is only there to support ejx. Is that true? Does anyone know if it is being used anywhere else? If not lets get rid of it. --jason On Fri, 29 Jun 2001, danch wrote: > More info: > There's an old version of the xml APIs in the lib directory, in x

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-29 Thread Jason Dillon
I can build it just fine. Perhaps you have some extra fluff in your classpath? --jason On Fri, 29 Jun 2001, danch wrote: > The last couple of days I've been unable to build the HEAD version from > CVS. It looks like yet another XML parser version mismatch (YAXPVM? OK, > that's we nobody has u

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-29 Thread danch
OK, I was able to get on with my lack of a life by making nothing important in the build file depend on either the ejx or the xmlbeans targets. This doesn't break my heart, since ejx is not being maintained (as far as I can tell) and is only serving to leave us dependent on predeluvian version

Re: [JBoss-dev] Build problem with CVS HEAD

2001-06-29 Thread danch
More info: There's an old version of the xml APIs in the lib directory, in xml.jar. This was getting picked up first by javac and causing those problems. Removing that so that the classes out of crimson.jar get used causes this problem: java.lang.NoClassDefFoundError: com/sun/xml/tree/XmlDocum

[JBoss-dev] Build problem with CVS HEAD

2001-06-29 Thread danch
The last couple of days I've been unable to build the HEAD version from CVS. It looks like yet another XML parser version mismatch (YAXPVM? OK, that's we nobody has used that acronym before). I've blown out everything under the jboss directory and god fresh via `cvs update -d` and that didn't