BUILD FAILED
/Users/chelseametcalf/Documents/jpf/jpf-symbc/build.xml:221: /Users/chelseametcalf/Documents/jpf/jpf-symbc/${junit.home} does not exist.
I do not understand why I get this error because my JUNIT_HOME is set and it works fine with jpf-core. I have also configured my site.properties files as:
site.properties:
# JPF site configuration
jpf-core = /Users/chelseametcalf/Documents/jpf/jpf-core
jpf-symbc = /Users/chelseametcalf/Documents/jpf/jpf-symbc
extensions=${jpf-core},${jpf-symbc}
java -Djava.library.path=/Users/chelseametcalf/Documents/jpf/jpf-symbc/lib -jar /Users/chelseametcalf/Documents/jpf/jpf-core/build/RunJPF.jar /Users/chelseametcalf/Documents/jpf/jpf-symbc/src/examples/Assume.jpf Would this be correct in running the examples?
--
---
You received this message because you are subscribed to the Google Groups "Java™ Pathfinder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to java-pathfind...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
|
Hi Kasper, Thank you for the speedy reply. I tried this (both ways) and I am getting the same error. BUILD FAILED /Users/chelseametcalf/Documents/jpf/jpf-symbc/build.xml:222: /Users/chelseametcalf/Documents/jpf/jpf-symbc/${env.JUNIT_HOME} does not exist. Except now it says failed to find env.JUNIT_HOME instead of junit.home. But I also tried setting that in the site.properties file. When I echo the JUNIT_HOME path, everything appears fine and "ant test" works fine for jpf-core. Chelseas-MacBook-Pro:jpf-symbc chelseametcalf$ echo $JUNIT_HOME /Users/chelseametcalf/JUNIT -Chelsea |
You received this message because you are subscribed to a topic in the Google Groups "Java™ Pathfinder" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/java-pathfinder/Xf64Gi6W15M/unsubscribe.
To unsubscribe from this group and all its topics, send an email to java-pathfind...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
|
Thank you so much everyone! That fixed the problem. -Chelsea |