magarveylab / prism-releases

PRISM source code public releases
8 stars 4 forks source link

Can't find prism.jar #6

Closed irisdianauy closed 6 years ago

irisdianauy commented 6 years ago

I wanted to do a sample run on PRISM but, like the title says, couldn't find prism.jar.

$ find . -name "prism.jar"

Attempt to create own JAR

Next I tried to compile using mvn install from inside prism-releases/prism directory, but this returned a BUILD FAILURE error.

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PRISM 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for ca.mcmaster.magarveylab.wasp:wasp:jar:0.0.1-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.428 s
[INFO] Finished at: 2017-12-11T16:57:33+08:00
[INFO] Final Memory: 6M/143M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project prism: Could not resolve dependencies for project ca.mcmaster.magarveylab.prism:prism:war:1.0.0-SNAPSHOT: Could not find artifact ca.mcmaster.magarveylab.wasp:wasp:jar:0.0.1-SNAPSHOT -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Version info

skinnider commented 6 years ago

The compiled JAR is available on the releases page: https://github.com/magarveylab/prism-releases/releases

irisdianauy commented 6 years ago

I see, thanks!