[jboss-dev-forums] [Design of JBoss jBPM] - Re: build error

tbgokuh do-not-reply at jboss.com
Wed Jul 18 16:18:40 EDT 2007


I had the same error and I did two things to solve it, first at all i comment the line 

<!--<arg line="-Ddocs.dir=${docs.dir}" />-->

And then I modified both lines that refer to the build ${basedir}  of the following way 

<arg line="-data ${basedir}/${workspace.dir}"/> for 
  | <arg line="-data '${basedir}/${workspace.dir}'"/>
  | 
and 

<arg line="-DbuildDirectory=${basedir}/${workspace.dir}" /> for 
  | <arg line="-DbuildDirectory='${basedir}/${workspace.dir}'" />



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065563#4065563

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065563



More information about the jboss-dev-forums mailing list