Author: nickboldt
Date: 2011-02-16 13:28:43 -0500 (Wed, 16 Feb 2011)
New Revision: 29181
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
Log:
add instructions for running headless on qa01; suppress datestamped repo folder
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore 2011-02-16
17:48:31 UTC (rev 29180)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/.gitignore 2011-02-16
18:28:43 UTC (rev 29181)
@@ -1 +1,2 @@
repo
+2011*
Modified:
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml
===================================================================
---
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2011-02-16
17:48:31 UTC (rev 29180)
+++
trunk/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml 2011-02-16
18:28:43 UTC (rev 29181)
@@ -1,11 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project default="mirror">
- <!-- run in Eclipse (to resolve p2 tasks) using these commandline options:
+ <!-- run locally in Eclipse (to resolve p2 tasks) using these commandline options:
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}
-consoleLog -nosplash -data /tmp
-application org.eclipse.ant.core.antRunner
-f
"/home/nboldt/tru/download.jboss.org/jbosstools/updates/requirements/gwt/build.xml"
+
+ or, run headless on qa01 server, where Eclipse is installed into ~/eclipse:
+
+ export JAVA_HOME=/opt/jdk1.6.0; \
+ ${JAVA_HOME}/bin/java -cp ~/eclipse/plugins/org.eclipse.equinox.launcher_*.jar \
+ org.eclipse.equinox.launcher.Main -vm ${JAVA_HOME} -consoleLog -nosplash -data /tmp \
+ -application org.eclipse.ant.core.antRunner \
+ -f ~/RHDS/updates/requirements/gwt/build.xml -Ddestination=/tmp/gwt-repo
-->
<target name="mirror">
<property name="URL"
value="http://dl.google.com/eclipse/plugin/3.6" />