[kepler-users] Kepler Build Error
Christopher Brooks
cxh at eecs.berkeley.edu
Tue Dec 15 08:11:33 PST 2009
Hi Prakash,
It works for me from off campus:
bash-3.2$ svn co -r 56633 svn://source.eecs.berkeley.edu/chess/ptII/trunk
A trunk/thales
A trunk/thales/actor
A trunk/thales/actor/gui
A trunk/thales/actor/gui/SingleWindowHTMLViewer.java
A trunk/thales/actor/gui/SingleWindowConfiguration.java
A trunk/thales/actor/gui/NavigableEffigy.java
A trunk/thales/actor/gui/ShortTitleTabbedPaneUI.java
source.eecs has been up for 111 days, so I doubt if the problem was a problem
on our end.
Perhaps you are behind a firewall that is preventing access via the svn port?
You could try running the command above by hand.
To check if the svn port is blocked, try running telnet on the svn port: 3690
If the port is not blocked, you should see:
bash-3.2$ telnet source.eecs.berkeley.edu 3690
Trying 128.32.48.234...
Connected to source.eecs.berkeley.edu.
Escape character is '^]'.
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1 absent-entries ) ) )
Connection closed by foreign host.
bash-3.2$
If the port is blocked, then the build system should be modified to handle
alternative svn urls such as https:
svn co https://source.eecs.berkeley.edu/svn/chess/ptII/trunk ptII
_Christopher
prakash bisht wrote:
> Hi,
>
> while building Kepler using following commands
>
> mkdir <modules.dir>
> cd <modules.dir>
>
> svn co https://code.kepler-project.org/code/kepler/trunk/modules/build-area
>
> cd build-area
> ant change-to -Dsuite=kepler
>
> It's giving following error .
> ***********************************************************
>
> [change-to] ptolemy:
> [change-to] Downloading ptolemy...
> [change-to] svn co -r 56633 svn://source.eecs.berkeley.edu/chess/ptII/trunk <http://source.eecs.berkeley.edu/chess/ptII/trunk> /home/prakashs/Kepler-Latest-Build/ptolemy
>
> [change-to] svn: Can't connect to host 'source.eecs.berkeley.edu <http://source.eecs.berkeley.edu>': Connection refused
> [change-to]
>
> BUILD FAILED
> ERROR: It appears that the command did not execute properly and exited with an exit code of: 1
>
>
> Total time: 0 seconds
> ************************************************************
>
> Please help me out.
>
> Thanks in advance,
> Prakash
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Kepler-users mailing list
> Kepler-users at kepler-project.org
> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
--
Christopher Brooks, PMP University of California
CHESS Executive Director US Mail: 337 Cory Hall
Programmer/Analyst CHESS/Ptolemy/Trust Berkeley, CA 94720-1774
ph: 510.643.9841 fax:510.642.2718 (Office: 545Q Cory)
home: (F-Tu) 707.665.0131 cell: 707.332.0670
More information about the Kepler-users
mailing list