[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code
the.trav
do-not-reply at jboss.com
Sun Oct 26 22:29:49 EDT 2008
Ok, so looks like commons-logging and hibernate were the only dependancies, throw them in jbpm.3/lib and the build now only complains about a lot of jbpm classes that are missing, here's a couple of examples:
[javac] C:\Downloads\cvsgrab-2.3\cvsgrab-2.3\JBPM\jbpm.3\src\java.jbpm\org\jbpm\JbpmConfiguration.java:8: cannot find symbol
[javac] symbol : class ClassLoaderUtil
[javac] location: package org.jbpm.instantiation
[javac] import org.jbpm.instantiation.ClassLoaderUtil;
[javac] ^
[javac] C:\Downloads\cvsgrab-2.3\cvsgrab-2.3\JBPM\jbpm.3\src\java.jbpm\org\jbpm\JbpmContext.java:34: package org.jbpm.configuration does not exist
[javac] import org.jbpm.configuration.ObjectFactory;
looks like either I didn't get the whole thing or there's code somewhere I haven't looked yet
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184712#4184712
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184712
More information about the jboss-user
mailing list