The great thing about Maven (with the Maven Eclipse plugin) is that you don't have to think about downloading, including sources. Just add it as a dependency, and Maven will download everything and set it up for you locally.
Howerver, if you are using a more traditional environment, you can pull the JAR and the sources JAR right out of the repository: http://howardlewisship.com/repository/com/javaforge/tapestry/tapestry-testng/1.0.0-SNAPSHOT/ The groupId, "com.javaforge.tapestry" becomes most of the directory structure ("com/javaforge/tapestry"), then the artifact id, then the version number. That suffix, "-SNAPSHOT" is meaningul to Maven, it causes Maven to upload to the repository folder a series of datestamped snapshots; choose the most recent one: http://howardlewisship.com/repository/com/javaforge/tapestry/tapestry-testng/1.0.0-SNAPSHOT/tapestry-testng-1.0.0-20061122.201931-3.jar and its matching sources JAR: http://howardlewisship.com/repository/com/javaforge/tapestry/tapestry-testng/1.0.0-SNAPSHOT/tapestry-testng-1.0.0-20061122.201931-3-sources.jar On 11/24/06, Stefan Esterer <[EMAIL PROTECTED]> wrote:
hi, a small little example how to use tapestry-testng would be really great! i would help if I get one running... thx for your great work stefon KEGan wrote: > > Hi, > > Anyone knows where I can get the source code for > tapestry-testng-1.0.0-20060919.184624-2.zip ?? This is the lastest release > right ? I search in JavaForge, but no luck. > > BTW, anyone has reference to examples of using tapestry-testng. I know > there > are abundance of this is Tapestry internal unit test, but it hard to > understand (for me), and the example is not testing 'real' tapestry pages > as > in everyday use. > > Thanks. > > -- View this message in context: http://www.nabble.com/tapestry-testng-1.0.0-SNAPSHOT-source-code-tf2690407.html#a7526413 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com