From f4f7d52fbcd9a65560129d7ade3cf75bbe1af559 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 23 Mar 2010 17:29:14 +0000 Subject: Update doc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926675 13f79535-47bb-0310-9956-ffa450edef68 --- .../rfeng/eclipse-workspace-updatesite/index.html | 29 ++++++++++++++-------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'sandbox/rfeng') 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
  • Import the projects from the directory where Tuscany source code is checked out and built
  • Refresh and build the Eclipse workspace -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. +
    +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:
    +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

    -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 -
    +On Linux:
    +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 +

    +Arguments:

    -

    + -- cgit v1.2.3