0 Replies Latest reply on Apr 11, 2002 4:33 PM by matias_salvador

    Can't Compile my simple Example... HELP!

    matias_salvador

      My directory structure is (in a Solaris):
      /desarr/java/myprojects/interest

      Inside /interest, I have:
      /etc (build.xml)
      /META-INF (ejb-jar.xml)
      /src (my source directory, all my codes)
      /classes (my destination directory)

      I've installed ANT, J2EE, and JBOSS, I set all the environment variables but, when i try to compile my build, it appears:
      Buildfile: build.xml

      compile:

      [javac] Compiling 4 source files to /desarr/java/myprojects/interest/classes

      BUILD FAILED

      /desarr/java/myprojects/interest/etc/build.xml:17: Reference local_classpath not

      found.

      Total time: 2 seconds

      Do you have any idea what am i putting wrong in my build.xml? Is there anything missing? I'm not working with Tomcat yet... I just want to make a simple example work...

      Thank You very much, need any help ASAP!!