Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dash-dev] building with Athena on Windows

Hi,

I almost got Athena to build MoDisco on my Windows machine, by doing this:
- setting "workspaceDir" to the location of my workspace (or else it fails with C:\Users\Travail\workspaces\MoDisco\org.eclipse.dash.common.releng\UsersTravailworkspacesMoDisco\org.eclipse.dash.common.releng\tools\scripts\getDependenciesHelper.xml (The system cannot find the path specified) )
- installing cygwin, and adding "cygwin\bin" to my Path (so that "unzip" is on the path)
- building from local sources instead of fetching from maps (or else it doesn't fetch anything and then complains it can't find files)

But I am stuck on this error:
buildAllHelper.xml:756: java.io.IOException: Cannot run program "C:\Program\bin\java"

I checked with "echo", and JAVA_HOME becomes "C:/Program" in buildAllHelper.xml, even though it was equal to "C:/Program Files/Java/jdk1.6.0_16" in buildAll.xml.
I can't fathom why. Aren't ant variables supposed to be unmodifiable once they are set?
--
Nicolas Bros
R&D
http://www.mia-software.com
.: model driven agility :.

Back to the top