Author: nickboldt
Date: 2012-10-03 15:21:23 -0400 (Wed, 03 Oct 2012)
New Revision: 44266
Added:
trunk/build/target-platforms/README.txt
Removed:
trunk/build/target-platforms/local/eclipse-platform-M20120829-1000-linux-gtk-x86_64.tar.gz
Log:
add README back and remove eclipse platform binary -- no tars in SVN
Added: trunk/build/target-platforms/README.txt
===================================================================
--- trunk/build/target-platforms/README.txt (rev 0)
+++ trunk/build/target-platforms/README.txt 2012-10-03 19:21:23 UTC (rev 44266)
@@ -0,0 +1,30 @@
+== HOWTO: Download the contents of a .target file to a local p2 repo on disk ==
+
+1. If not available in JBoss Nexus, build the multiple.target locally:
+
+ cd jbosstools-JunoSR0b/multiple; mvn install
+
+2. Fetch the contents of multiple.target to a local folder on your disk. repoDir default
value is local/target/REPO, but you can set a different path if you prefer:
+
+ cd jbosstools-JunoSR0b/local; mvn install -P get.local.target
-DrepoDir=/path/to/where/you/want/your/repo
+
+This will get you a copy of contents of multiple.target (retrieved thanks to
target2p2mirror script) and will generate
+a local.target (thanks to multiple2local.xsl) which is the same target platform but
pointed at your local disk.
+
+Remember that if the .target file changes you need to rebuild to fetch new content.
+
+----
+
+For convenience you can use profiles from the root pom.xml.
+
+To build JBT/JBDS target platforms with Juno SR0 (should not change unless we need to add
a new GWT requirement (?)):
+
+ mvn install -P jbdevstudio-stable
+ mvn install -P jbosstools-stable
+
+To build JBT/JBDS target platforms with Juno SRx (moves forward when there's a new
release):
+
+
+ mvn install -P jbdevstudio-latest
+ mvn install -P jbosstools-latest
+
Deleted:
trunk/build/target-platforms/local/eclipse-platform-M20120829-1000-linux-gtk-x86_64.tar.gz
===================================================================
(Binary files differ)
Show replies by date