Hi,

That runExamples.sh doesn't work when it's in the source tree,
you need to build the assembly first, which will copy it to a submap of 
the target map, replace the ${project.version} and actually build the 
jars too so it can run.

If you want to run the examples without building the assembly, directly 
from source, just open the main pom.xml in IntelliJ or Eclipse with 
M2Eclipse (so your classpaths are correct) and run the class ExamplesApp 
for the module drools-planner-examples.
The runExamples.sh is just a wrapper around that class.

If you want to build the assembly, read the README.txt file.

With kind regards,
Geoffrey De Smet


NickD schreef:
> 
> Hello all,
> 
> Newbie question here, but I wasn't sure from the manual if the issue was
> mine or related to OS X.
> 
> I am trying to run the drools-planner examples in
> src/main/assembly/scripts/runExamples.sh, but continue to get this error
> nomatter what example I try. Am I missing something simple?
> 
>       % ./runExamples.sh
> 
>       ./runExamples.sh: line 3:
> lib/drools-planner-examples-${project.version}.jar: bad substitution
> 
> The environment is OSX Snow Leopard with Drools compiled from latest source
> (5.1) in the last week as per the Planner manual. JAVA_HOME, etc is defined.
> Any suggestions are very welcome.
> 
> Cheers, Nick
> 

_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to