Nicolas FROMENT wrote:
Ok. I run maven from the command line instead of in eclipse. And it's
better but no perfect.
I got two errors.
1)In the class: PassivePorts.java, you use Integer.valueOf(int) on line
110. I guess this is a mistake and you want to write new Integer(int)
Sorry, again my bad. Integer.valueOf(int) requires Java 1.5. Fixed in
trunk now. Again, we really need that CI server :-)
2)One I resolve the first issue the core compiles, but the gui still
have errors. I guess that is related to the last post of Mark
Yes, this is probably due to the same reason as Mark pointed out (which
should now have been fixed).
/niklas