It is currently 06 Sep 2025, 01:54
   
Text Size

does dmca push us further toward distributed rev control?

Post MTG Forge Related Programming Questions Here

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: does dmca push us further toward distributed rev control

Postby Sloth » 20 Jul 2011, 19:15

Jaedayr wrote:What do those of us who pick up the latest rev from SVN need to do in order to continue using the new system? I have Eclipse and Subversion installed and operating. As of right now my Forge is not working because of a prob in card.java (see the issues).
I always forget to commit new classes. It's really not funny anymore. I will add it to the SVN (and to the git when I have figured out how to commit).
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: does dmca push us further toward distributed rev control

Postby Chris H. » 20 Jul 2011, 19:33

Apple released their new Lion OS update today. I downloaded and ran the installer. Java is no longer included with the OS installation. I launched Forge which in turn launched System Update.

System Update froze about one third of the way through. After about 30 minutes it quit and I was able to re-start forge to restart the java download + installation.

I started Eclipse and updated. Eclipse now tells me:

Description Resource Path Location Type
The container 'JRE System Library [JVM 1.6.0 (MacOS X Default)]' references non existing library '/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar' ForgeSVN Build path Build Path Problem
User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: does dmca push us further toward distributed rev control

Postby Sloth » 20 Jul 2011, 20:26

I finally managed my first commit. :D

Is everything ok with it (right location, etc.)?
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: does dmca push us further toward distributed rev control

Postby Snacko » 20 Jul 2011, 20:27

Install egit from Eclipse marketplace, then clone git://gitorious.org/cardforge/cardforge.git; after that just pull changes as they keep coming.

@Sloth
all fine :)
Snacko
DEVELOPER
 
Posts: 826
Joined: 29 May 2008, 19:35
Has thanked: 4 times
Been thanked: 74 times

Re: does dmca push us further toward distributed rev control

Postby jendave » 20 Jul 2011, 20:36

Chris H. Note that the Maven build will be broken for a bit. I have to update all the SVN and Google code to Git. I'll also add a feature to upload the final packages to cardforge.org (Rob gave me the info for that).
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: does dmca push us further toward distributed rev control

Postby Rob Cashwalker » 20 Jul 2011, 21:28

The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: does dmca push us further toward distributed rev control

Postby jendave » 20 Jul 2011, 21:52

Rob Cashwalker wrote:Sorry guys, I was completely messed up today dealing with bringing my wife for an Endoscopy that was supposed to be over around 1, it was more like 2:30.
No need to apologize. There are things more important than Magic (not many though :-) )
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: does dmca push us further toward distributed rev control

Postby Jaedayr » 20 Jul 2011, 22:53

Git installed, clone made at Gitorious.org, but now I am stuck. Should I just wait for the user friendly instructions that someone nice will be putting together sometime? :D
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: does dmca push us further toward distributed rev control

Postby Rob Cashwalker » 20 Jul 2011, 22:59

I gave a rough outline of configuring EGit for eclipse.
The Force will be with you, Always.
User avatar
Rob Cashwalker
Programmer
 
Posts: 2167
Joined: 09 Sep 2008, 15:09
Location: New York
Has thanked: 5 times
Been thanked: 40 times

Re: does dmca push us further toward distributed rev control

Postby Jaedayr » 20 Jul 2011, 23:30

I get Auth fail when I try your instructions Rob. I have been messing with this for a few hours today and I think I need a break.
Jaedayr
Tester
 
Posts: 523
Joined: 08 Jul 2010, 00:06
Has thanked: 16 times
Been thanked: 13 times

Re: does dmca push us further toward distributed rev control

Postby Braids » 21 Jul 2011, 00:39

zerker2000 wrote:The deck editor provides access to, basically, over 2/3 of the Oracle card database. I do not think removing mtg-data.txt would have much impact on the project's standing under copyright law.
perhaps not, but it would be best if we could somehow not distribute verbatim card texts directly from the repository.

it's kind of like how mws works. there's the core mws, and the mtg gamepack that is released separately. i know we can't completely remove the rules from the code. we can't go to that extreme. but i think we can give it a shave.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. ;)
User avatar
Braids
Programmer
 
Posts: 556
Joined: 22 Jun 2011, 00:39
Location: Unknown. Hobby: Driving myself and others to constructive madness.
Has thanked: 1 time
Been thanked: 1 time

Re: does dmca push us further toward distributed rev control

Postby Braids » 21 Jul 2011, 00:51

Chris H. wrote:. . . I started Eclipse and updated. Eclipse now tells me:

Description Resource Path Location Type
The container 'JRE System Library [JVM 1.6.0 (MacOS X Default)]' references non existing library '/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar' ForgeSVN Build path Build Path Problem
maybe your jre moved. have you tried Window menu, Preferences menu item, Java category, Installed JREs subcategory, Search button?
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. ;)
User avatar
Braids
Programmer
 
Posts: 556
Joined: 22 Jun 2011, 00:39
Location: Unknown. Hobby: Driving myself and others to constructive madness.
Has thanked: 1 time
Been thanked: 1 time

Eclipse EGit woes

Postby Braids » 21 Jul 2011, 00:56

something bad happened during the installation of egit. it looks like i'm going to have to reinstall eclipse. this could actually prove insightful...
edit. eclipse has an installation time machine! Help menu, About Eclipse menu item, Installation details button, Installation History TAB. i'm going to try to go back in time. reminds me of windows xp system restore.
edit 2. reverting to prior eclipse configurations was fail. error dialogs ensued. reinstalling eclipse now. :x

now that we've migrated away from google code, do we have a wiki anywhere? i'd like to write some howto documents and let others edit them. this forum does not lend itself well to that.
Last edited by Braids on 21 Jul 2011, 01:17, edited 2 times in total.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. ;)
User avatar
Braids
Programmer
 
Posts: 556
Joined: 22 Jun 2011, 00:39
Location: Unknown. Hobby: Driving myself and others to constructive madness.
Has thanked: 1 time
Been thanked: 1 time

Re: Eclipse EGit woes

Postby friarsol » 21 Jul 2011, 01:02

Braids wrote:now that we've migrated away from google code, do we have a wiki anywhere? i'd like to write some howto documents and let others edit them. this forum does not lend itself well to that.
http://www.slightlymagic.net/wiki/MTG_Forge

Although I was considering if it would be a good idea to migrate it over to gitorious.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Eclipse EGit woes

Postby Braids » 21 Jul 2011, 01:14

friarsol wrote:
Braids wrote:now that we've migrated away from google code, do we have a wiki anywhere? i'd like to write some howto documents and let others edit them. this forum does not lend itself well to that.
http://www.slightlymagic.net/wiki/MTG_Forge
omgzbbq! thank you!!!!!! i can't edit it. oh well. oh, wait, yes, i can. yippee!

friarsol wrote:Although I was considering if it would be a good idea to migrate it over to gitorious.
unless it completely sucks, i think it would be best to leave it here. this site seems rather immune to DMCA. maybe we could use it as a distribution point for certain files, or at least a place to link to mediafire or whatever.
edit.i can't edit our wiki here, and i bet Goblin Hero would have to give me edit rights to all of slightlymagic's wiki pages. which i don't really want.

@Rob or @jendave: could you add me to the gitorious project? username is braids. (oddly enough, i can edit your wiki without being a member! or maybe you added me without my knowledge... hmm...) thanks, Rob.

edit 2.i can edit our wiki here. Chris H. pointed out that i just needed to log in. :roll:
Last edited by Braids on 21 Jul 2011, 17:38, edited 3 times in total.
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. ;)
User avatar
Braids
Programmer
 
Posts: 556
Joined: 22 Jun 2011, 00:39
Location: Unknown. Hobby: Driving myself and others to constructive madness.
Has thanked: 1 time
Been thanked: 1 time

PreviousNext

Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 41 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 41 users online :: 0 registered, 0 hidden and 41 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 41 guests

Login Form