You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Michael O'Cleirigh <mi...@rivulet.ca> on 2010/08/11 03:54:54 UTC

[wicketstuff-core] Notice of java5/java6 restructuring ahead of 1.4.10 release

Hello,

With wicket 1.4.10 almost here I am taking steps to get wicketstuff-core 
trunk to compile again.

I have added profiles into the wicketstuff-core/pom.xml to allow 
building some modules using java5 and others using java6 but for release 
purposes I need to change the structure to something like this:

wicketstuff-core/jdk-1.5-parent <-- contains modules requiring java 5
wicketstuff-core/jdk-1.6-parent <-- contains modules requiring java 6

If you are a wicketstuff developer this switch in location might break 
your locally checked out code.  I would recommend creating an 
archive/backup before your next update in case subversion decides to 
delete all your local changes.

I will reply to this message with the appropriate details when the 
changes are done hopefully by the end of tomorrow (Wednesday August 11)

Regards,

Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


RE: [wicketstuff-core] Notice of java5/java6 restructuring ahead of 1.4.10 release

Posted by Stefan Lindner <li...@visionet.de>.
Wich compiler is used for java 1.5 builds? I just tested jWicket with Sun's 1.5.0_22 on Windows and no errors where shown. Everything compiles without any problem. 

Stefan

-----Ursprüngliche Nachricht-----
Von: Michael O'Cleirigh [mailto:michael.ocleirigh@rivulet.ca] 
Gesendet: Mittwoch, 11. August 2010 06:50
An: users@wicket.apache.org
Betreff: Re: [wicketstuff-core] Notice of java5/java6 restructuring ahead of 1.4.10 release
Wichtigkeit: Hoch

Hello,

I have committed the changes related to moving the modules into seperate 
directories. Right now the hudson build server is not building snapshots 
correctly but I have just run through deploying them manually.  I also 
have to fine tune how the maven compiler plugin is configured as right 
now it requires a -Djava5home to point at the $JAVA_5_HOME for 
jdk-1.5-parent and -Djava6home to point at the $JAVA_6_HOME for 
jdk-1.6-parent but from what I can tell it should be possible to only 
define the $JAVA_HOME variable externally to maven.

As javaee-inject-parent had a dependency on a java 6 library it is the 
first project moved into the jdk-1.6-parent directory.

These were the other failing modules that will probably be moved to 
java6 for the 1.4.10 release:

/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/push-parent/push/src/main/java/org/wicketstuff/push/cometd/CometdAbstractBehavior.java:[15,-1] cannot access org.cometd.server.CometdServlet
bad class file: /home/wicket/.m2/repository/org/cometd/java/cometd-java-server/2.0.0.RC2/cometd-java-server-2.0.0.RC2.jar(org/cometd/server/CometdServlet.class)
class file has wrong version 50.0, should be 49.0


org.apache.maven.BuildFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/push-parent/push/src/main/java/org/wicketstuff/push/cometd/CometdAbstractBehavior.java:[15,-1] cannot access org.cometd.server.CometdServlet
bad class file: /home/wicket/.m2/repository/org/cometd/java/cometd-java-server/2.0.0.RC2/cometd-java-server-2.0.0.RC2.jar(org/cometd/server/CometdServlet.class)
class file has wrong version 50.0, should be 49.0


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:708)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:652)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)

Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/push-parent/push/src/main/java/org/wicketstuff/push/cometd/CometdAbstractBehavior.java:[15,-1] cannot access org.cometd.server.CometdServlet
bad class file: /home/wicket/.m2/repository/org/cometd/java/cometd-java-server/2.0.0.RC2/cometd-java-server-2.0.0.RC2.jar(org/cometd/server/CometdServlet.class)
class file has wrong version 50.0, should be 49.0


	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: jWicket: jQuery Wicket integration - ui.sort (during deploy)
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/jwicket-parent/jwicket-ui/jwicket-ui-accordion/src/main/java/org/wicketstuff/jwicket/ui/accordion/LazyAccordion.java:[43,95] illegal generic type for instanceof


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/jwicket-parent/jwicket-ui/jwicket-ui-accordion/src/main/java/org/wicketstuff/jwicket/ui/accordion/LazyAccordion.java:[43,95] illegal generic type for instanceof


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:708)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:652)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/jwicket-parent/jwicket-ui/jwicket-ui-accordion/src/main/java/org/wicketstuff/jwicket/ui/accordion/LazyAccordion.java:[43,95] illegal generic type for instanceof


	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more



> Hello,
>
> With wicket 1.4.10 almost here I am taking steps to get 
> wicketstuff-core trunk to compile again.
>
> I have added profiles into the wicketstuff-core/pom.xml to allow 
> building some modules using java5 and others using java6 but for 
> release purposes I need to change the structure to something like this:
>
> wicketstuff-core/jdk-1.5-parent <-- contains modules requiring java 5
> wicketstuff-core/jdk-1.6-parent <-- contains modules requiring java 6
>
> If you are a wicketstuff developer this switch in location might break 
> your locally checked out code.  I would recommend creating an 
> archive/backup before your next update in case subversion decides to 
> delete all your local changes.
>
> I will reply to this message with the appropriate details when the 
> changes are done hopefully by the end of tomorrow (Wednesday August 11)
>
> Regards,
>
> Mike
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: [wicketstuff-core] Notice of java5/java6 restructuring ahead of 1.4.10 release

Posted by Michael O'Cleirigh <mi...@rivulet.ca>.
Hello,

I have committed the changes related to moving the modules into seperate 
directories. Right now the hudson build server is not building snapshots 
correctly but I have just run through deploying them manually.  I also 
have to fine tune how the maven compiler plugin is configured as right 
now it requires a -Djava5home to point at the $JAVA_5_HOME for 
jdk-1.5-parent and -Djava6home to point at the $JAVA_6_HOME for 
jdk-1.6-parent but from what I can tell it should be possible to only 
define the $JAVA_HOME variable externally to maven.

As javaee-inject-parent had a dependency on a java 6 library it is the 
first project moved into the jdk-1.6-parent directory.

These were the other failing modules that will probably be moved to 
java6 for the 1.4.10 release:

/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/push-parent/push/src/main/java/org/wicketstuff/push/cometd/CometdAbstractBehavior.java:[15,-1] cannot access org.cometd.server.CometdServlet
bad class file: /home/wicket/.m2/repository/org/cometd/java/cometd-java-server/2.0.0.RC2/cometd-java-server-2.0.0.RC2.jar(org/cometd/server/CometdServlet.class)
class file has wrong version 50.0, should be 49.0


org.apache.maven.BuildFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/push-parent/push/src/main/java/org/wicketstuff/push/cometd/CometdAbstractBehavior.java:[15,-1] cannot access org.cometd.server.CometdServlet
bad class file: /home/wicket/.m2/repository/org/cometd/java/cometd-java-server/2.0.0.RC2/cometd-java-server-2.0.0.RC2.jar(org/cometd/server/CometdServlet.class)
class file has wrong version 50.0, should be 49.0


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:708)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:652)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)

Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/push-parent/push/src/main/java/org/wicketstuff/push/cometd/CometdAbstractBehavior.java:[15,-1] cannot access org.cometd.server.CometdServlet
bad class file: /home/wicket/.m2/repository/org/cometd/java/cometd-java-server/2.0.0.RC2/cometd-java-server-2.0.0.RC2.jar(org/cometd/server/CometdServlet.class)
class file has wrong version 50.0, should be 49.0


	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: jWicket: jQuery Wicket integration - ui.sort (during deploy)
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/jwicket-parent/jwicket-ui/jwicket-ui-accordion/src/main/java/org/wicketstuff/jwicket/ui/accordion/LazyAccordion.java:[43,95] illegal generic type for instanceof


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/jwicket-parent/jwicket-ui/jwicket-ui-accordion/src/main/java/org/wicketstuff/jwicket/ui/accordion/LazyAccordion.java:[43,95] illegal generic type for instanceof


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:165)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:708)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:652)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
/home/wicket/.hudson/jobs/Wicket Stuff Core Java5/workspace/wicketstuff-core/jwicket-parent/jwicket-ui/jwicket-ui-accordion/src/main/java/org/wicketstuff/jwicket/ui/accordion/LazyAccordion.java:[43,95] illegal generic type for instanceof


	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more



> Hello,
>
> With wicket 1.4.10 almost here I am taking steps to get 
> wicketstuff-core trunk to compile again.
>
> I have added profiles into the wicketstuff-core/pom.xml to allow 
> building some modules using java5 and others using java6 but for 
> release purposes I need to change the structure to something like this:
>
> wicketstuff-core/jdk-1.5-parent <-- contains modules requiring java 5
> wicketstuff-core/jdk-1.6-parent <-- contains modules requiring java 6
>
> If you are a wicketstuff developer this switch in location might break 
> your locally checked out code.  I would recommend creating an 
> archive/backup before your next update in case subversion decides to 
> delete all your local changes.
>
> I will reply to this message with the appropriate details when the 
> changes are done hopefully by the end of tomorrow (Wednesday August 11)
>
> Regards,
>
> Mike
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org