ixa-ehu / ixa-pipe-tok

IXA pipes sentence segmenter and tokenizer (http://ixa2.si.ehu.es/ixa-pipes).
Apache License 2.0
11 stars 14 forks source link

no main manifest attribute #6

Closed vanatteveldt closed 8 years ago

vanatteveldt commented 8 years ago

When I compile and run the newest version I get the following error:

$ java -jar $MDIR/ixa-pipe-tok/target/ixa-pipe-tok-1.8.5.jar tok -l nl
no main manifest attribute, in /data/wva/newsreader_pipe_nl/modules/ixa-pipe-tok/target/ixa-pipe-tok-1.8.5.jar
ragerri commented 8 years ago

Hi,

You have to use now the exec binary in the target directory.

ixa-pipe-tok-1.8.5-exec.jar

R

On Tue, Jul 26, 2016 at 12:03 AM, Wouter van Atteveldt < notifications@github.com> wrote:

When I compile and run the newest version I get the following error:

$ java -jar $MDIR/ixa-pipe-tok/target/ixa-pipe-tok-1.8.5.jar tok -l nl no main manifest attribute, in /data/wva/newsreader_pipe_nl/modules/ixa-pipe-tok/target/ixa-pipe-tok-1.8.5.jar

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ixa-ehu/ixa-pipe-tok/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZl_yxfmbfClc_o1cIiwbpTNoCkIcWXks5qZTK-gaJpZM4JUmEN .

vanatteveldt commented 8 years ago

Thanks, that works. I created a small pull request to update the README.md (https://github.com/ixa-ehu/ixa-pipe-tok/pull/7)