Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by JesperZedlitz: http://wiki.apache.org/tapestry/AcegiSpringJava5 The comment on the change is: new version of Spring and Jetty plugin ------------------------------------------------------------------------------ http://www.zedlitz.de/tapestry-acegi.zip (8kB) If you have Maven2 installed you can go into the directoy tapestry-acegi and - enter the command "mvn jetty6:run". Then you can access the application via + enter the command "mvn jetty:run". Then you can access the application via this URL: http://localhost:8080/tapestry-acegi/app = html pages = @@ -176, +176 @@ </plugin> <plugin> <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty6-plugin</artifactId> + <artifactId>maven-jetty-plugin</artifactId> - <version>6.0.0beta17</version> </plugin> </plugins> </build> @@ -206, +205 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring</artifactId> - <version>1.2.6</version> + <version>1.2.7</version> </dependency> <dependency> <groupId>com.javaforge.hivemind</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
