Hi
Just joined up here and haven't found an answer to this - sorry if it's something already sorted... hopefully it's trivial..
 
Downloaded the drools5.2.0.SNAPSHOT-install and followed instructions in:
drools-5.2.0.SNAPSHOT-install\install\install.html (manual install)
 
When I try to do:
ant start.human.task
I get "runtime not found" see [1]
 
checking JBoss AS...
http://localhost:8080/  http://localhost:8080/gwt-console  http://localhost:8080/drools-guvnor
are all working as expected.
so I am not sure which runtime is not being found.
 
My build.properties[2] refers to my separate install of JBoss AS
 
I have installled birt, gwt-console, guvnor.war, eclipse-all using ant as per instructions and those files appear in the install/lib folder
 
hope someone can help
Geoff
 
[1]
D:\java\drools5.2\drools-5.2.0.SNAPSHOT-install\install>ant start.jboss
Buildfile: build.xml
start.jboss:
BUILD SUCCESSFUL
Total time: 32 seconds
D:\java\drools5.2\drools-5.2.0.SNAPSHOT-install\install>ant start.human.task
Buildfile: build.xml
start.human.task:
    [javac] Compiling 1 source file to D:\java\drools5.2\drools-5.2.0.SNAPSHOT-i
nstall\install\task-service\target
BUILD FAILED
D:\java\drools5.2\drools-5.2.0.SNAPSHOT-install\install\build.xml:391: D:\java\d
rools5.2\drools-5.2.0.SNAPSHOT-install\install\runtime not found.
Total time: 0 seconds
 
[2]
drools.version=5.2.0.SNAPSHOT
drools.url=https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target
jboss.home=D:\\java\\jbossAS\\jboss-4.2.3.GA\\jboss-4.2.3.GA
jboss.server.configuration=default
eclipse.home=D:\\java\\eclipse-workflow\\eclipse