[kepler-dev] 2.0.0 beta1 branch instructions
Chad Berkley
berkley at nceas.ucsb.edu
Thu Mar 11 14:58:07 PST 2010
Hi Christopher,
I thought we had fixed this bug a couple weeks ago. Did you do an
update or a new checkout? If you only did an update, could you try a
new checkout? You should only need to do
svn co
https://code.kepler-project.org/code/kepler/branches/releases/release-branches/build-area-2.0
build-area
ant change-to -Dsuite=kepler-2.0
I just tried this with a new checkout and it worked for me. It should
get version 57393 and it did. Let me know if it is still not working
for you.
chad
Christopher Brooks wrote:
> Hi Chad,
> It looks like the version of the ptII tree that is being checked out
> when I build kepler-2.0
> is using the ptII trunk and not the ptII rel-2-0-beta-2 branch.
>
> I followed the instructions below and at one point, this output occurred:
> [update-modules] svn -r 57481 update --accept postpone
> /Users/cxh/src/kepler-2.0/ptolemy-8.0/src
>
> However, kepler-2.0/ptolemy-8.0/src/ptolemy/configs/full/intro.htm
> mentions Ptolemy II 8.1.devel, which means it is from the trunk, not the
> release branch.
>
> If that file was the version in the release branch, then it would
> mention 8.0.beta
>
> To check out the release branch, use
> cd ../ptolemy-8.0
> svn co
> svn+ssh://source.eecs.berkeley.edu/chess/ptII/branches/rel-8-0-beta-2 src
>
> _Christopher
>
> On 2/22/10 2:58 PM, Chad Berkley wrote:
>> Hi,
>>
>> The code has been branched for the 2.0 kepler release. Here are the
>> instructions for getting and using the branch:
>>
>> 1) check out the build-area from the branch:
>> svn co
>> https://code.kepler-project.org/code/kepler/branches/releases/release-branches/build-area-2.0
>>
>> build-area
>>
>> cd build-area
>>
>> 2) change-to the branched kepler suite:
>> ant change-to
>> -Dbranch=https://code.kepler-project.org/code/kepler/branches/releases/release-branches/
>>
>> -Dsuite=kepler-2.0
>>
>> 3) ant run
>>
>> I've tested this on a clean checkout and it worked with ant. I have not
>> tested it on any IDEs yet. Please let me know if it doesn't work for
>> you.
>>
>> All Kepler 2.0 code must now be checked into this branch. Any code that
>> should also be in the trunk must be merged accordingly.
>>
>> Note that this is using rev 57289 of ptolemy which is the 8.0-beta2
>> branch. Please do not run validate-ptolemy on the branch. I will
>> update the revision as Christopher releases new versions of ptolemy. At
>> RC1, I will freeze the version of ptII we are using.
>
More information about the Kepler-dev
mailing list