1 Reply Latest reply on Dec 14, 2007 6:04 AM by mputz

    build error

    mkohler

      Hi,

      I completely checked out jbpm.3 and want to build an ear file to deploy it on JBoss AS 4.2.2

      When trying to run the enterprise/build.xml I get the following errors:

      [javac] Compiling 29 source files to Z:\jbpm.3\enterprise\target\classes
      Warning: Reference compile.classpath has not been set at runtime, but was found during
      build file parsing, attempting to resolve. Future versions of Ant may support
       referencing ids defined in non-executed targets.
      Warning: Reference libs.classpath has not been set at runtime, but was found during
      build file parsing, attempting to resolve. Future versions of Ant may support
       referencing ids defined in non-executed targets.
       [javac] Z:\jbpm.3\enterprise\src\main\java\org\jbpm\ejb\LocalCommandService.java:26: package javax.ejb does not exist
       [javac] public interface LocalCommandService extends javax.ejb.EJBLocalObject, CommandService {
       [javac] ^
       [javac] Z:\jbpm.3\enterprise\src\main\java\org\jbpm\ejb\LocalCommandServiceHome.java:24: package javax.ejb does not exist
       [javac] public interface LocalCommandServiceHome extends javax.ejb.EJBLocalHome {
       [javac]
      ...
      


      Any idea how to successfully build it?

      Thanks in advance!



        • 1. Re: build error
          mputz

          What is the value of the jboss.version variable in your build.properties?

          Do you have the jboss-j2ee.jar somewhere in the jBPM local repository directory?