Bug 376292 - Need to setup scripts to use -data {workspace}
Summary: Need to setup scripts to use -data {workspace}
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.2 M7   Edit
Assignee: David Williams CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-08 03:13 EDT by David Williams CLA
Modified: 2012-04-25 16:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2012-04-08 03:13:44 EDT
Where the workspace is in the project's specific directory (if not the build results directory, just for a record). 

As it is all .log's go to default ${user.home}/workspace ... that is, e4Build's home directory, which can end up being confusing or misleading, if not interfering.
Comment 1 David Williams CLA 2012-04-08 04:00:39 EDT
I fixed as follows: 

    cmd="${JAVA_HOME}/bin/java -Xmx1000m -enableassertions \
        -cp $cpAndMain \
        -data $writableBuildRoot\workspace-eclipse4 \
        -debug \
        -application org.eclipse.ant.core.antRunner  \
....