Hi,
On Fri, Apr 29, 2016 at 11:31 AM, nino martinez wael < [email protected]> wrote: > pushing forward skipping stuff allowed me to proceed: > > mvn clean install -Dmaven.test.skip -Dclirr.skip=true > -Dmaven.javadoc.skip=true > > On Fri, Apr 29, 2016 at 11:20 AM, nino martinez wael > <[email protected]> wrote: > > Gives me this (which stops the build from completing): > > > > [INFO] --- maven-compiler-plugin:3.5:compile (default-compile) @ > wicket-core --- > > [INFO] Changes detected - recompiling the module! > > [INFO] Compiling 810 source files to > D:\github\wicket\wicket-core\target\classes > > [INFO] > /D:/github/wicket/wicket-core/src/main/java/org/apache/wicket/Component.java: > > Some input files use or override a deprecated API. > > [INFO] > /D:/github/wicket/wicket-core/src/main/java/org/apache/wicket/Component.java: > > Recompile with -Xlint:deprecation for details. > > [INFO] > /D:/github/wicket/wicket-core/src/main/java/org/apache/wicket/request/cycle/RequestCycle.java: > > Some input files use unchecked or unsafe operati > > ons. > > [INFO] > /D:/github/wicket/wicket-core/src/main/java/org/apache/wicket/request/cycle/RequestCycle.java: > > Recompile with -Xlint:unchecked for details. > > [INFO] > I see no ERROR in this paste. I don't understand why/whether Maven breaks your build anyhow. Wicket 6.x build passes successfully on all developers' and build machines. > > > > I am currently preparing a new PAX-Wicket release and am being stopped > by this: > > https://ops4j1.jira.com/browse/PAXWICKET-455 > > > > Because of this I wanted to submit a patch for the latest wicket > 6.x-snapshot.. > I've added a comment to your patch that it looks wrong. Without more information it will be rejected. > > > > > > > > -- > > Best regards / Med venlig hilsen > > Nino Martinez > > > > -- > Best regards / Med venlig hilsen > Nino Martinez >
