1 Reply Latest reply on Oct 3, 2002 7:52 PM by prabhakar

    ant / classpath question

    ophion

      Hi guys/ladies!

      I'm having trouble compiling the Jboss 3 source from CVS, I keep getting a bunch of cannot resolve symbol erros when I run the /build/build.bat script. I know that it is missing some jar files that is why it is giving me this crazy error but since Jboss uses ant it should no run into classpath problems like this one. I really don't want to have to go in and add each one of the jar files inside /thirdparty to my classpath, that would just be silly.
      Can anyone help me out here?
      btw, my classpath looks like this (I don't think this will help any but...)
      CLASSPATH=.;d:\java\j2sdk1.4.0\lib\tools.jar;d:\java\libs\servlet.jar;

        • 1. Re: ant / classpath question
          prabhakar

          Can you compile any of the modules at all. I think each modules has its own build.xml. Also JBoss uses the buildmagic system for compiling. Do a search in the forums.

          -prabhakar