> ... but sometimes it's better to just give the fish when the person > that your giving it to isn't a fisherman(and doen't plan on becoming one)
I'm with you on this side of the sea... ;-) > Read the maven documentation and understand the pom. That's definitely something I don't want to do. It has become harder in a not so small number of cases to build things from source since there are different and incompatible versions of maven - even more so since some maven repos don't seem to exist any more (try building jpox from source drove me mad!). I for one stick with ant. > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>3.8.1</version> > <scope>provided</scope> > </dependency> Actually, I don't have junit in my classpath on the server - and Wicket seems not so bound to it?! Regards, --- Jan. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
