[jboss-dev-forums] [Design of JBoss Build System] - EJB client launcher
pgier
do-not-reply at jboss.com
Mon Mar 24 14:17:17 EDT 2008
My maven thirdparty build is not finding ejb3.client.ClientLauncher when building the testsuite.
anonymous wrote :
| /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-Maven-Thirdparty/trunk/testsuite/src/main/org/jboss/test/ee5client/unit/AppClientUnitTestCase.java:28: package org.jboss.ejb3.client does not exist
| [javac] import org.jboss.ejb3.client.ClientLauncher;
| [javac] ^
| [javac] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-Maven-Thirdparty/trunk/testsuite/src/main/org/jboss/test/ee5client/unit/SimpleResourceEarUnitTestCase.java:31: package org.jboss.ejb3.client does not exist
| [javac] import org.jboss.ejb3.client.ClientLauncher;
| [javac] ^
| [javac]
|
It looks like this class was moved from the ejb3 project into the app server. Am I just using an ejb3 snapshot that is too new?
Any help on this appreciated :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138561#4138561
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138561
More information about the jboss-dev-forums
mailing list