Great ! One last thing, the build failed because maven doesn't find a test framework to test the admin gui component. I don't if unit test are needed on this component but adding junit dependencies to the admin gui pom maje the build successful.


Niklas Gustavsson a écrit :
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




--
******************************************************************
Nicolas Froment         [EMAIL PROTECTED]
Software Architect

Hi-Stor Technologies        www.histor.fr
23 bd Victor Hugo            Std:    +33 (0) 562 12 14 40 (Voice)
Bâtiment Socrate             Fax:    +33 (0) 562 12 14 49
31770 Colomiers FRANCE

****************************************************************

Reply via email to