Bugs item #1496136, was opened at 2006-05-27 20:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1496136&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: examples Group: 1.2 Status: Open Resolution: None Priority: 5 Submitted By: Geraldo Lopes de Souza (geraldo-lopes) Assigned to: Nobody/Anonymous (nobody) Summary: wicket-quickstart-1.2 doesn't have jetty library Initial Comment: Exploded wicket-quickstart-1.2 at my eclipse workspace. Created a java project without touching the defaults (like the site says). When I try to execute Start.java as java application I get: Exception in thread "main" java.lang.Error: Unresolved compilation problems: Server cannot be resolved to a type Server cannot be resolved to a type at wicket.quickstart.Start.main(Start.java:52) wicket-quickstart-1.2 lib directory: commons-logging-1.0.4.jar junit-3.8.1.jar log4j-1.2.13.jar wicket-1.2.jar wicket-quickstart-1.2.war wicket-quickstart-1.2-rc4 lib directory: commons-logging-1.0.4.jar jasper-runtime-4.1.30.jar log4j-1.2.13.jar servlet-api-2.3.jar jasper-compiler-4.1.30.jar junit-3.8.1.jar org.mortbay.jetty-4.2.24.jar wicket-1.2-rc4.jar Output of mvn install at project's root folder [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Wicket Quickstart [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] Compiling 5 source files to /home/geraldo/workspace/wicket-quickstart-1.2/target/classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] No sources to compile [INFO] [surefire:test] [INFO] No tests to run. [INFO] [war:war] [INFO] Exploding webapp... [INFO] Copy webapp webResources to /home/geraldo/workspace/wicket-quickstart-1.2/target/wicket-quickstart-1.2 [INFO] Assembling webapp wicket-quickstart in /home/geraldo/workspace/wicket-quickstart-1.2/target/wicket-quickstart-1.2 [INFO] Generating war /home/geraldo/workspace/wicket-quickstart-1.2/target/wicket-quickstart.war [INFO] Building war: /home/geraldo/workspace/wicket-quickstart-1.2/target/wicket-quickstart.war [INFO] [install:install] [INFO] Installing /home/geraldo/workspace/wicket-quickstart-1.2/target/wicket-quickstart.war to /home/geraldo/.m2/repository/wicket/wicket-quickstart/1.2/wicket-quickstart-1.2.war [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7 seconds [INFO] Finished at: Sat May 27 17:14:51 GMT 2006 [INFO] Final Memory: 7M/13M [INFO] ------------------------------------------------------------------------ As one can see, maven didn't donwnload the dependencies. I think it doesn't need to download because the nature of quickstart project is to have everything a person needs to quick start a wicket project :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1496136&group_id=119783 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop