[jboss-dev-forums] [Design of JBoss jBPM] - Re: build error
msandoz
do-not-reply at jboss.com
Tue Jun 12 23:44:42 EDT 2007
thanks based on your reply, i will not worry too much about 1-3.
what does concern me though is the build error that results from the script below:
<target name="run-eclipse-plugin-builder" description="launch the f**** atomic black box eclipse plugins build">
| <java classname="org.eclipse.core.launcher.Main" fork="true">
| <classpath path="${eclipse.home}/startup.jar" />
| <arg line="-application org.eclipse.ant.core.antRunner" />
| <arg line="-data ${basedir}/${workspace.dir}"/>
| <arg line="-f mainTargets.xml"/>
| <arg line="-Djbpm.cvs.root=${jbpm.cvs.root}" />
| <arg line="-DbuildDirectory=${basedir}/${workspace.dir}" />
| <arg line="-Ddocs.dir=${docs.dir}" />
| <arg line="-Declipse.dir=${eclipse.home}" />
| <arg line="-Dlib.jbpm.designer.version=${lib.jbpm.designer.version}" />
| <arg line="-Djbpm.gpd.version.tag=${jbpm.gpd.version.tag}" />
| <arg line="-Djbpm.version=${jbpm.version}" />
| <arg line="-Dlocal.repository='${local.repository}'" />
| <arg line="-DskipFetch=true" />
| </java>
| </target>
|
in jbpm.3\build\build.properties the value lib.jbpm.designer.version=3.0.13.1 is set.
what should be in the eclipse.home? is it strictly populated by the build or is it my whole eclipse install? currently i have an eclipse install there. maybe theres some kind of misconfiguration there...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053786#4053786
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053786
More information about the jboss-dev-forums
mailing list