Closed crashfrog closed 9 years ago
maven built just fine, you're combining two commands with $ mvn clean install ; java -jar /Users/justin.payne/scripts/dev/seqr/target/seqr-4.10.4-SNAPSHOT.jar
.
But the second one says despite the success it couldn't find the argparse4j
library/class. Not in your pom.xml
?
But the second one says despite the success it couldn't find the argparse4j library/class. Not in your pom.xml?
It's there, and mvn was able to download the dependency; I'm just not sure why it's not being put on the classpath with the others. My Google-fu on this is weak; it seems like even the simplest Maven project requires absurdly complicated configuration and I don't even know where to start.
I'm hoping Lianyi can take a look at it, it seems like he's quite a bit more familiar with Maven projects than I am.
I'll take a look
I just fixed it in the master branch. Also added the tokenizer to src, add the resources and delete the empty submodule input/output since they are now in /src.
[INFO] Compiling 8 source files to C:\Users\hanl\Documents\IdeaProjects\seqr\target\classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.587s
[INFO] Finished at: Thu Aug 06 10:56:06 EDT 2015
[INFO] Final Memory: 23M/309M
Did you actually get that jar to run? Because I got
no main manifest attribute, in /Users/justin.payne/scripts/dev/seqr/target/seqr-4.10.4-SNAPSHOT.jar
You should be able to build as of #13
Ok, I'm getting a runnable jar now. Thanks!