2 Replies Latest reply on Mar 30, 2003 8:10 AM by juhalindfors

    troubles building

    gilsgreat

      I checked out:
      cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jboss co jboss-head

      I go into the build directory and do a build.bat. Ant kicks off and it starts to run...but it can't seem to find the classes that are normally found in the crimson jar file. Any ideas?

      What I really want is to just be able to use the console. Anyone have an idea how to easily do this?

        • 1. Re: troubles building

          I believe head is going to require j2se 1.4
          since it will implement j2ee1.4

          It hasn't gone far down the road towards that goal.
          You can probably fix the build by
          adding the jaxp classes to the offending build.xml


          ...




          Regards,
          Adrian

          • 2. Re: troubles building

            I think HEAD still builds with 1.3 though... ?

            Are you sure you don't have conflicting xml libs somewhere in your jre/lib/ext for instance?