I'm working through the tutorial to understand how merlin works and maven appears to work correctly creating for example hello-1.1.jar. The junit tests are performed with no problems (no suprise there) and the following is performed at the end:
Download from: [http://dpml.net/merlin/jars/merlin-impl-3.2.4.jar] ................. [INFO ] (kernel): installing: file:${user.dir}/target/classes/ [INFO ] (tutorial.hello): logging [INFO ] (tutorial.hello): initialization [INFO ] (tutorial.hello): execution [INFO ] (tutorial.hello): disposal [INFO ] (kernel): dissassembly phase [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 14.891 sec jar:jar: [jar] Building jar: /home/mclovis/Projs/tutorial/hello/target/hello-1.1.jar however when I attempt to run merlin from the command line on the jar file or merlin -execute /target/classes i get the same error : : bad interpreter: No such file or directory I am trying to understand what is going on. Does anyone have any ideas?? Thanks in advance --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
