Just before you all jump up and down stating - look at the wiki ! I have read http://wicket.sourceforge.net/wiki/doku.php?id=wicketfromsource
Some suggestions. 1. for jta can you use geronimo's JTA jar from http://www.ibiblio.org/maven/geronimo-spec/jars/ since it is apache2 licensed 2. there appears to not be any httpunit-1.5.5 version availible even form sourceforge - is httpunit-1.6.jar ok ? and if so, can project.xml be updated to use that? 3. jetty's jar is named differently and should be declared like this <dependency> <groupId>jetty</groupId> <artifactId>org.mortbay.jetty</artifactId> <version>4.2.21</version> <type>jar</type> <properties> <war.bundle>false</war.bundle> </properties> </dependency> 4. can nekohtml-0.9.4.jar be used - from ibiblio ? 5. can xml-apis-2.0.2.jar be used - from ibiblio ? 6. In project.xml files, please don't include a <jar> node unless the jar filename can't be expressed by ${artifactId}-${version}.jar. This just adds two places to change it. 7. keep up the good work :) Thanks, Cameron. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:wicket-develop- > [EMAIL PROTECTED] On Behalf Of Cameron Braid > Sent: Friday, 4 March 2005 7:24 PM > To: [email protected] > Subject: RE: [Wicket-develop] Help building Wicket > > I have tried to build from CVS > > My issue is failures downloading deps. > > The wicket module is fine. > > For wicket-extensions I get : > The build cannot continue because of the following unsatisfied dependency: > jta-1.0.jar > > For wicket-contrib I get : > The build cannot continue because of the following unsatisfied dependency: > jta-1.0.jar > > For wicket-examples I get : > The build cannot continue because of the following unsatisfied > dependencies: > wicket-contrib-SNAPSHOT.jar (as expected because of above failure) > wicket-extensions-SNAPSHOT.jar (as expected because of above failure) > httpunit-1.5.5.jar > jetty-4.2.21.jar > nekohtml-0.9.2.jar > xml-apis-2.5.0.jar > > Which maven repositories do you use ? > > If you use one other than http://www.ibiblio.org/maven/ I sugggest that > you > either setup project.properties to point to it. Alternatively you could > always setup your own repo for the jars that you use, that aren't at > http://www.ibiblio.org/maven/ > > Thanks. > > Cameron > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:wicket-develop- > > [EMAIL PROTECTED] On Behalf Of Eelco Hillenius > > Sent: Monday, 28 February 2005 5:40 AM > > To: [email protected] > > Subject: Re: [Wicket-develop] Help building Wicket > > > > Furthermore, the order in which you do things is important. After > > checking out: > > > > 1. go to project wicket; > > 2. 'maven clean jar:install-snapshot' (that will build wicket and put it > > as a snapshot in your local repository) > > 3. go to project wicket-extensions > > 4. change > > - <#> <dependency> > > <groupId>wicket</groupId> > > <artifactId>wicket</artifactId> > > <version>0.9.18-beta</version> > > to > > - <#> <dependency> > > <groupId>wicket</groupId> > > <artifactId>wicket</artifactId> > > <version>SNAPSHOT</version> > > > > 5. 'maven clean jar:install-snapshot' > > 6. same for projects wicket-contrib and wicket-examples; replace any > > version references into SNAPSHOT in the process. > > 7.on wicket-examples: 'maven clean war'. > > > > As you see, this is quite a process. What you probably want is to just > > check out the projects, run maven (doesn't matter what command) on them, > > so that the dependencies are downloaded to your local maven repository. > > Now the only thing you have to do is adjust your IDE config to reference > > these libs. If you use Eclipse, you can just check out in Eclipse and > > create the classpath variabel 'MAVEN_REPO' and point that to your local > > maven repository (default is ${user.home}/.maven/repostory, thus in > > Windows, this could look like 'C:\Documents and > > Settings\hillenius.TOPICUS\.maven\repository'). You can set your > > classpath var in Eclipse: Window -> Preferences -> Java -> Build Path -> > > Classpath Variables -> New... > > > > Eelco > > > > > > Jonathan Locke wrote: > > > > > > > > the build works. you just need to check out each project. they > > > depend on each other > > > when you check out from CVS, not on the distributions. hop into > > > eclipse, check out > > > all the projects by doing "new project / checkout project from cvs / > > > use an existing module". > > > select everything except wicket-cdapp-example, which is going away, > > > and complete the > > > wizard. it will all just work from there. > > > > > > Gili wrote: > > > > > >> Hi, > > >> > > >> I'm trying to get my hands on the Wicket-examples source-code > > >> distribution so I figured I would check everything out of CVS and > build > > >> it myself. I can't build wicket-examples because it complains about > > >> missing dependencies and I cannot build Wicket because it fails a > junit > > >> test: > > >> > > >> [junit] [ERROR] TEST wicket.util.resource.ResourceTest FAILED > > >> > > >> How do I get my hands on a distribution similar to > > >> wicket-examples-0.9.17-beta-src.zip -- that is, with the same file > > >> structure? Can I grab it directly from the CVS checkout or do I need > to > > >> get this build going? How do we fix the build? > > >> > > >> Thanks, > > >> Gili > > >> > > >> > > >> > > >> ------------------------------------------------------- > > >> SF email is sponsored by - The IT Product Guide > > >> Read honest & candid reviews on hundreds of IT Products from real > > users. > > >> Discover which products truly live up to the hype. Start reading now. > > >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > >> _______________________________________________ > > >> Wicket-develop mailing list > > >> [email protected] > > >> https://lists.sourceforge.net/lists/listinfo/wicket-develop > > >> > > >> > > >> > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real > users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Wicket-develop mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
