ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

gedfd0e5: Forgot to update Manifest in jar file. #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. On Windows run genyris.bat

What do you see?

    Exception in thread "main" java.lang.NoClassDefFoundError: jline/console/completer/Completer
        at org.genyris.interp.ClassicReadEvalPrintLoop.runWithJline(Unknown Source)

What is the expected output?

the prompt.

Original issue reported on code.google.com by birchb1...@gmail.com on 1 Apr 2013 at 10:21

GoogleCodeExporter commented 9 years ago
MANIFIST.INF should look like this:

Class-Path: needed/junit.jar needed/mail.jar needed/mailapi.jar needed
 /dsn.jar needed/imap.jar needed/smtp.jar needed/pop3.jar needed/openc
 sv-1.8.jar needed/jline-2.11.jar needed/commons-io-2.4.jar

Original comment by birchb1...@gmail.com on 1 Apr 2013 at 10:23

GoogleCodeExporter commented 9 years ago
Build.xml should be:

<attribute name="Class-Path" value="needed/junit.jar needed/mail.jar 
needed/mailapi.jar needed/dsn.jar needed/imap.jar needed/smtp.jar 
needed/pop3.jar needed/opencsv-1.8.jar needed/jline-2.11.jar 
needed/commons-io-2.4.jar" />                   

Original comment by birchb1...@gmail.com on 1 Apr 2013 at 10:26

GoogleCodeExporter commented 9 years ago
Workaround is to use genyris.bat as attached.

Original comment by birchb1...@gmail.com on 1 Apr 2013 at 10:28

Attachments:

GoogleCodeExporter commented 9 years ago
Changed in 0.6.9-8-g2d7ad97

Original comment by birchb1...@gmail.com on 2 Apr 2013 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 3 Apr 2013 at 1:34