summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-23 17:29:14 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-23 17:29:14 +0000
commitf4f7d52fbcd9a65560129d7ade3cf75bbe1af559 (patch)
treef389a3a76ca051dd488ec82bc146f4a2a2c9c60d /sandbox/rfeng
parent1ae1117411d7a23023b0af651f44dca473cbdfb8 (diff)
Update doc
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926675 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/rfeng')
-rw-r--r--sandbox/rfeng/eclipse-workspace-updatesite/index.html29
1 files changed, 19 insertions, 10 deletions
diff --git a/sandbox/rfeng/eclipse-workspace-updatesite/index.html b/sandbox/rfeng/eclipse-workspace-updatesite/index.html
index 8ff20bfc7a..b1e1ef05e8 100644
--- a/sandbox/rfeng/eclipse-workspace-updatesite/index.html
+++ b/sandbox/rfeng/eclipse-workspace-updatesite/index.html
@@ -63,20 +63,29 @@ To develop Tuscany SCA using Eclipse, you are required to configure the workspac
<li>Import the projects from the directory where Tuscany source code is checked out and built
<li>Refresh and build the Eclipse workspace
</ul>
-All these steps only work manually with Eclipse UI. It's time consuming and error-prone. With this
-tiny Eclipse application, we can now confiure an Eclipse workspace on a command line. For example,
-you can run the following command on Windows:
+All these steps only work manually with Eclipse UI. It's time consuming and error-prone.
+<br>
+With this tiny Eclipse application, we can now confiure an Eclipse workspace on a command line.
+For example, you can run the following command:
+<p>
+On Windows:<br>
+eclipsec -nosplash -data c:\workspace\tuscany -application org.apache.tuscany.eclipse.workspace.WorkspaceConfigurator -source.root C:\tuscany\sca-java-2.x\trunk -target.definition C:\tuscany\sca-java-2.x\trunk\distribution\all\target\features\tuscany-distribution-all\tuscany-pde35.target
<p>
-eclipsec -nosplash -data c:\workspace\tuscany -application org.apache.tuscany.eclipse.workspace.WorkspaceConfigurator -source.root c:\temp\trunk -target.definition C:\tuscany\sca-java-2.x\trunk\distribution\all\target\features\tuscany-distribution-all\tuscany-pde35.target
-<br>
+On Linux:<br>
+eclipse -nosplash -data /workspace/tuscany -application org.apache.tuscany.eclipse.workspace.WorkspaceConfigurator -source.root /tuscany/sca-java-2.x/trunk -target.definition /tuscany/sca-java-2.x/trunk/distribution/all/target/features/tuscany-distribution-all/tuscany-pde35.target
+<p>
+Arguments:
<ul>
-<li>-data <workspace location>
-<li>-application org.apache.tuscany.eclipse.workspace.WorkspaceConfigurator
-<li>-source.root <the source directory where Tuscany is checked out and built>
-<li>-target.definition <the target definition file>
+<li>-data <i>workspace location</i>
+<li>-application <b>org.apache.tuscany.eclipse.workspace.WorkspaceConfigurator</b>
+<li>-source.root <i>the source directory where Tuscany is checked out and built</i> (if not present, no projects will be imported)
+<li>-target.definition <i>the target definition file</i> (if not present, the target platform won't be set)
+<li>-maven.repo <i>The local maven repo</i> (if not present, default to <i>user.home</i>/.m2/repository)
</ul>
<p>
-<div id="data"><!-- this is where the transformed data goes --></div>
+<!--
+<div id="data"></div>
+-->
</body>
</html>