Hi Dan,
Thanks, I checked in a fix.

Madhavi, If you do
cd build-area
svn update
ant change-to -Dsuite=kepler
ant update

then your current tree *might* update.

Or, check out a clean tree.

_Christopher

On 8/4/11 12:32 PM, Daniel Crawl wrote:

Hi Madhavi and Christopher,

To rebuild kepler-tasks.jar:

cd build-area
ant -f kepler-tasks.xml

This rebuilds build-area/target/kepler-tasks.jar. It also needs to
be copied into kepler-tasks/lib/jar/.

You can also manually check out the Ptolemy tree into ptolemy/src:

svn co https://source.eecs.berkeley.edu/svn/chess/ptII/trunk kepler.modules/ptolemy/src

Since developers using svn+ssh for Ptolemy for write access can check
it out manually, I suggest changing the build system to use https for
everything...

  --dan


On 8/4/11 11:35 AM, Christopher Brooks wrote:
Hi Madhavi,
I don't have a quick fix.

It looks like

./build-area/src/org/kepler/build/modules/Module.java
contains:
public static final String PTOLEMY_LOCATION =
"svn://source.eecs.berkeley.edu/chess/ptII/trunk";

I don't know how to update build-area/targets/kepler-tasks.jar, "ant
help" does not mention
what to run.

The change would be to edit
./build-area/src/org/kepler/build/modules/Module.java
and change the above line to
public static final String PTOLEMY_LOCATION =
"https://source.eecs.berkeley.edu/svn/chess/ptII/trunk";;

Unfortunately, this is not sufficient without updating
build-area/targets/kepler-tasks.jar.

_Christopher


On 8/4/11 12:59 AM, Madhavi Tikhe wrote:

Hi Christopher,

Is there any quick fix available which will help me continue my work?

Regards,

Madhavi

*From:*Christopher Brooks [mailto:[email protected]]
*Sent:* Wednesday, August 03, 2011 9:16 PM
*To:* Madhavi Tikhe
*Cc:* [email protected] Users; kepler-dev
*Subject:* Re: [kepler-dev] Problems downloading kepler code

Hi Madhavi,
I created a bug report, see
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5447

_Christopher

On 8/3/11 12:41 AM, Madhavi Tikhe wrote:

Hi all. I have had some major problems downloading the branch that
contains the hadoop code referenced in the sdsc paper. The problem is
that the repository being pointed to is incorrect. I found the correct
url and made changes to the build script, but my corrections are not
sufficient.

I replaced the incorrect url
svn://source.eecs.berkeley.edu/chess/ptII/trunk,

with the correct url
https://source.eecs.berkeley.edu/svn/chess/ptII/trunk

in the build-area folder before running the ant change-to command, but
the ant script still references the incorrect url.

Can you please help me with the solution.

Regards,

Madhavi

DISCLAIMER ========== This e-mail may contain privileged and
confidential information which is the property of Persistent Systems
Ltd. It is intended only for the use of the individual or entity to
which it is addressed. If you are not the intended recipient, you are
not authorized to read, retain, copy, print, distribute or use this
message. If you have received this communication in error, please
notify the sender and delete all copies of this message. Persistent
Systems Ltd. does not accept any liability for virus infected mails.




_______________________________________________
Kepler-dev mailing list
[email protected] <mailto:[email protected]>
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev



--
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 (Office: 545Q Cory)
home: (F-Tu) 707.665.0131 cell: 707.332.0670

DISCLAIMER ========== This e-mail may contain privileged and
confidential information which is the property of Persistent Systems
Ltd. It is intended only for the use of the individual or entity to
which it is addressed. If you are not the intended recipient, you are
not authorized to read, retain, copy, print, distribute or use this
message. If you have received this communication in error, please
notify the sender and delete all copies of this message. Persistent
Systems Ltd. does not accept any liability for virus infected mails.




_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev


--
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                                (Office: 545Q Cory)
home: (F-Tu) 707.665.0131 cell: 707.332.0670

_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev

Reply via email to