<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Jonathan,<br>
<br>
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
<a class="moz-txt-link-freetext" href="https://kepler-project.org/developers/teams/build/systems/build-system/extension-build-system">https://kepler-project.org/developers/teams/build/systems/build-system/extension-build-system</a>).
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. <br>
<br>
<meta charset="utf-8">
<pre style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 12px; padding: 1em; border: 1px solid rgb(0, 0, 0); color: rgb(0, 0, 0); overflow: auto; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">mkdir kepler.modules
cd kepler.modules
svn co <a class="moz-txt-link-freetext" href="https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.4">https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.4</a> build-area
cd build-area
ant change-to -Dsuite=kepler-2.4</pre>
<br>
<pre class="moz-signature" cols="72">Best wishes
Sincerely yours
Jianwu Wang, Ph.D.
<a class="moz-txt-link-abbreviated" href="mailto:jianwu@sdsc.edu">jianwu@sdsc.edu</a>
<a class="moz-txt-link-freetext" href="http://users.sdsc.edu/~jianwu/">http://users.sdsc.edu/~jianwu/</a>
Assistant Project Scientist
Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center
University of California, San Diego
San Diego, CA, U.S.A. </pre>
On 7/18/13 8:29 AM, Jonathan Boright wrote:<br>
</div>
<blockquote
cite="mid:CAFEwxX+-j4x=N2O-Wtf-7d=CH7CEY7iRJXeX+wN-SzQG4_RG=A@mail.gmail.com"
type="cite">
<pre wrap="">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 <a class="moz-txt-link-freetext" href="https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.4">https://code.kepler-project.org/code/kepler/releases/release-branches/build-area-2.4</a>
.
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
<a class="moz-txt-link-freetext" href="https://code.kepler-project.org/code/kepler/releases/release-branches/kepler-2.4">https://code.kepler-project.org/code/kepler/releases/release-branches/kepler-2.4</a>
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
<a class="moz-txt-link-abbreviated" href="mailto:Kepler-users@kepler-project.org">Kepler-users@kepler-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users">http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users</a>
</pre>
</blockquote>
<br>
</body>
</html>