Hi Jonathan,

I just tried it using Cygwin on windows 7 for 2.4. It worked for me. The correct commands are as followed (more info is at https://kepler-project.org/developers/teams/build/systems/build-system/extension-build-system). I think your directory setting is wrong. First, you didn't check out build-area-2.4 to be build-area. Second, it looks your build-area-2.4 is inside of build-area, which is weird. We should only have one build-area directory.

mkdir kepler.modules
cd kepler.modules
svn co 
https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.4
 build-area
cd build-area
ant change-to -Dsuite=kepler-2.4


Best wishes

Sincerely yours

Jianwu Wang, Ph.D.
jia...@sdsc.edu
http://users.sdsc.edu/~jianwu/

Assistant Project Scientist
Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center
University of California, San Diego
San Diego, CA, U.S.A.

On 7/18/13 8:29 AM, Jonathan Boright wrote:
All,

I'm having trouble building the stable 2.4 release using cygwin. The
trouble comes when sending ant update or ant change-to -Dsuite...

I was successful at checking out the build area:
me@xxxx /cygdrive/c/kepler/2.4/build-area
$ svn co 
https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.4
.
Restored 'resources'
Restored 'resources/modules.default'
Restored 'resources/installer'
... [ many lines removed]
Restored 'src/org/kepler/build/UpgradeKeplerTasks.java'
Restored 'src/org/kepler/build/FindBugs.java'
Restored 'src/org/kepler/build/GetAllModules.java'
Checked out revision 32227.

but then the following line fails:
me@xxxx /cygdrive/c/kepler/2.4/build-area
$ ant change-to -Dsuite=kepler-2.4
Buildfile: C:\kepler\2.4\build-area\build.xml

change-to:
[change-to] Copying 1 file to C:\kepler\2.4\build-area
[change-to] Retrieving modules....
[change-to]
[change-to] kepler-2.4:
[change-to] Downloading (if necessary) kepler-2.4...
[change-to] svn co -r head
https://code.kepler-project.org/code/kepler/releases/release-branches/kepler-2.4
C:\kepler\2.4\kepler-2.4
[change-to] svn: E000002: Can't make directory
'/cygdrive/c/kepler/2.4/build-area/C:\kepler\2.4\kepler-2.4': No such
file or directory
[change-to]

BUILD FAILED
C:\kepler\2.4\build-area\build.xml:93: ERROR: It appears that the
command did not execute properly and exited with an exit code of: 1

Total time: 2 seconds

boright@lupine /cygdrive/c/kepler/2.4/build-area
$

It seems like it is trying to check out to the following incorrect
path " '/cygdrive/c/kepler/2.4/build-area/C:\kepler\2.4\kepler-2.4'"

Any help would be greatly appreciated.

Cheers,

Jon


---------------------------------
Jonathan Boright
Research Scientist
ISciences, LLC
61 Main Street, Suite 200
Burlington, VT 05401
_______________________________________________
Kepler-users mailing list
Kepler-users@kepler-project.org
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

_______________________________________________
Kepler-users mailing list
Kepler-users@kepler-project.org
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users

Reply via email to