nagyistoce / jnaerator

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

JNAerator maven plugin makes maven and eclipse abort suddenly. #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mvn clean com.jnaerator:maven-jnaerator-plugin:jnaerate install on any
maven project with the plugin declared.

What is the expected output? What do you see instead?
The build aborts before compiling, saying "JNAeration completed !". I
expect compilation to happen.

What version of the product are you using? On what operating system?
version 0.92 on 64bit Ubuntu 9.10 

Please provide any additional information below.
The line causing the problem is
http://jnaerator.googlecode.com/svn/trunk/jnaerator/src/main/java/com/ochafik/la
ng/jnaerator/JNAerator.java
line 599. There are a few System.exit()s in that file.

Original issue reported on code.google.com by uncleale...@gmail.com on 20 Nov 2009 at 6:50

GoogleCodeExporter commented 9 years ago
Hi Alex,

Thanks a lot for your report.
I've checked in a fix in revision #894, and I've updated the 0.9.3-SNAPSHOT 
binaries
(http://jnaerator.sourceforge.net/maven/com/jnaerator/jnaerator/0.9.3-SNAPSHOT/)
.

Cheers

Original comment by olivier.chafik@gmail.com on 21 Nov 2009 at 1:16