[jboss-dev-forums] [Design of JBoss jBPM] - build error
mkohler
do-not-reply at jboss.com
Fri Dec 14 05:28:11 EST 2007
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!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112857#4112857
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112857
More information about the jboss-dev-forums
mailing list