blob: 537c5009ceb1c847bf44b0d7b99e0a433c2dc4e3 [file] [log] [blame]
cbeustf9660af2009-07-28 10:33:26 +00001Maven
2
3If you ran the full dist build, it should have generated a file on your hard drive called "testng-5.10-bundle.jar" ... you should be able to just upload that bundle here:
4
5http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=5
6
7Here's an example of the one we did for TestNG 5.9
8
9http://jira.codehaus.org/browse/MAVENUPLOAD-2502
10
11Summary: TestNG 5.10
12Bundle URL: Attached
13Attachment: (uploaded bundle)
14Project URL: http://www.testng.org
15Contributor URL: http://code.google.com/p/testng/
16
17Description: TestNG 5.9. I'm a developer of TestNG (DanFabulich)
18
19===
20Eclipse
21
22I ended up doing the launch configuration, and just for information, here are the parameters:
23
24Check "Run an application" in "Program to run", and select org.eclipse.equinox.p2.metadata.generator.EclipseGenerator
25
26The program arguments are (replace the update site directory appropriately):
27
28-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -updateSite /usr/local/cbeust/java/testng-eclipse-update-site -site file:/usr/local/cbeust/java/testng-eclipse-update-site/site.xml -metadataRepository file:/usr/local/cbeust/java/testn-eclipse-update-site/ -artifactRepository file:/usr/local/cbeust/java/testn-eclipse-update-site -artifactRepositoryName "Ganymede Artifacts" -compress -append -reusePack200Files -noDefaultIUs -vmargs -Xmx256m
29
30