Bundle CUP jar file into SMPL jar file
Closed this issue · 0 comments
dayton-outar commented
One suggestion, you could have the ant script generate a .jar file, which would have the other jar dependencies and so on already bundled. This would reduce the length of the command on the command line. For example, if you called the jar file smpl.jar, then to execute it you would need only to do :
$ java -jar smpl.jar
- (on behalf of Prof. Daniel Coore)