I have a trouble with Mina and MVN during "mvn package".
I start from scratch to be sure (svn from empty directory)
and then run "mvn package" again here is the end of the output:

... (everything before is ok)
[INFO] [jar:jar]
[INFO] Building jar: 
G:\cygwin\home\frederic\MINA2\mina\integration-spring\target\mina-integration-spring-1.1.0-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive 
invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
G:\cygwin\home\frederic\MINA2\mina\integration-spring\target\mina-integration-spring-1.1.0-SNAPSHOT-sources.jar
[INFO] -------------------------------------------------------------------------
---
[INFO] Building Apache MINA JMX integration
[INFO]    task-segment: [package]
[INFO] -------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 4 source files to 
G:\cygwin\home\frederic\MINA2\mina\integration-jmx\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

G:\cygwin\home\frederic\MINA2\mina\integration-jmx\src\main\java\org\apache\mina\integration\jmx\IoServiceManager.java:[285,20]
 
incompatible types
found   : java.lang.Boolean
required: boolean


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 59 seconds
[INFO] Finished at: Wed Oct 18 19:10:28 CEST 2006
[INFO] Final Memory: 11M/24M
[INFO] ------------------------------------------------------------------------


My platform is : Windows XP, JDK 1.5.0.6 Sun, Maven 2.0.4

Frederic 

Reply via email to