first of all version 0.5 as announced on the project site
is not available on the download page.
0.4 is the latest version available there.
So I checked out the sources from subversion but wasn't able to build either (errors see below).
Some dependencies (velocity, ant, testng etc.) are missing
and the class SpringComponentInjector referenced from QwicketApplication
is not present in the wicket libraries in version 1.2.
Thanks
Achim
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[26,27] package org.apache.velocity does not exist
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[27,31] package org.apache.velocity.app does not exist
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[40,12] cannot find
symbol : class VelocityContext
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[43,12] cannot find
symbol : class VelocityEngine
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[227,11] cannot find
symbol : class VelocityEngine
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[231,26] cannot find
symbol : class VelocityEngine
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\QwicketApplication.java:[42,42] cannot find symbol : class SpringComponentInjector
location: class com.antwerkz.qwicket.QwicketApplication
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[53,23] cannot find
symbol : class VelocityContext
location: class com.antwerkz.qwicket.util.ProjectBuilder
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah. I didn't make a download bundle since it can simply be run from the website. If you'd like a bundle I can make one and push it. My apologies for the delayed response. I kinda forgot these forums exist. :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
first of all version 0.5 as announced on the project site
is not available on the download page.
0.4 is the latest version available there.
So I checked out the sources from subversion but wasn't able to build either (errors see below).
Some dependencies (velocity, ant, testng etc.) are missing
and the class SpringComponentInjector referenced from QwicketApplication
is not present in the wicket libraries in version 1.2.
Thanks
Achim
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[26,27] package org.apache.velocity does not exist
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[27,31] package org.apache.velocity.app does not exist
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[40,12] cannot find
symbol : class VelocityContext
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[43,12] cannot find
symbol : class VelocityEngine
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[227,11] cannot find
symbol : class VelocityEngine
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[231,26] cannot find
symbol : class VelocityEngine
location: class com.antwerkz.qwicket.util.ProjectBuilder
src\java\com\antwerkz\qwicket\QwicketApplication.java:[42,42] cannot find symbol : class SpringComponentInjector
location: class com.antwerkz.qwicket.QwicketApplication
src\java\com\antwerkz\qwicket\util\ProjectBuilder.java:[53,23] cannot find
symbol : class VelocityContext
location: class com.antwerkz.qwicket.util.ProjectBuilder
Yeah. I didn't make a download bundle since it can simply be run from the website. If you'd like a bundle I can make one and push it. My apologies for the delayed response. I kinda forgot these forums exist. :)