cbeust | f9660af | 2009-07-28 10:33:26 +0000 | [diff] [blame^] | 1 | Maven |
| 2 | |
| 3 | If 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 | |
| 5 | http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=5 |
| 6 | |
| 7 | Here's an example of the one we did for TestNG 5.9 |
| 8 | |
| 9 | http://jira.codehaus.org/browse/MAVENUPLOAD-2502 |
| 10 | |
| 11 | Summary: TestNG 5.10 |
| 12 | Bundle URL: Attached |
| 13 | Attachment: (uploaded bundle) |
| 14 | Project URL: http://www.testng.org |
| 15 | Contributor URL: http://code.google.com/p/testng/ |
| 16 | |
| 17 | Description: TestNG 5.9. I'm a developer of TestNG (DanFabulich) |
| 18 | |
| 19 | === |
| 20 | Eclipse |
| 21 | |
| 22 | I ended up doing the launch configuration, and just for information, here are the parameters: |
| 23 | |
| 24 | Check "Run an application" in "Program to run", and select org.eclipse.equinox.p2.metadata.generator.EclipseGenerator |
| 25 | |
| 26 | The 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 | |