It is currently 11 Sep 2025, 17:39
   
Text Size

How to Get Started Developing Forge - the wiki

Post MTG Forge Related Programming Questions Here

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

How to Get Started Developing Forge - the wiki

Postby Chris H. » 12 Aug 2011, 19:40

I downloaded Subversion from CollabNet.

Did Dave and Slapshot download Subversion from CollabNet or do you remember getting it from elsewhere?

What about those of you who use windows or *nix. Where did you get it from?
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: How to Get Started Developing Forge - the wiki

Postby Rob Cashwalker » 12 Aug 2011, 19:58

When installing Subclipse, I check the options for the SVNKit instead of the JavaHL. Worked equally on Windows and Linux.
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: How to Get Started Developing Forge - the wiki

Postby Braids » 12 Aug 2011, 20:21

i installed it via Cygwin's setup.exe. it's not for everyone.

edit: but i don't think subclipse uses that, because otherwise i'd have to run Eclipse from a Cygwin bash window. . .
"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: How to Get Started Developing Forge - the wiki

Postby jendave » 12 Aug 2011, 20:51

I use Macports. It is not for everyone either :-)
jendave
 
Posts: 307
Joined: 01 Jun 2008, 07:19
Has thanked: 8 times
Been thanked: 21 times

Re: How to Get Started Developing Forge - the wiki

Postby Chris H. » 13 Aug 2011, 13:42

Well, I spent in all probability too much time trying to put together a simple install section. I wanted to remove Subversion from my .opt folder and from there re-install Eclipse+Maven+Subclipse+Subversion from the start to get some first hand experience.

I downloaded the newest version of Subversion from CollabNet. But the latest version will only install on the Snow Leopard OS and refuses to install on the new Lion OS. Sigh. Kinda kills my plans.

I installed Subversion v1.6.6 from CollabNet several years ago, I was most likely running the Tiger or Leopard OS at the time. This old version of Subversion is still running on my updated OS but it will not re-install. I imagine that CollabNet will release a Lion compatible update at some point in the future.

The Subversion download is a package type of installer. It is unlikely that it could be installed from within Eclipse on a Mac.

So, in hind sight it appears that I will not be able to redo the entire install section on the wiki. Sorry folks.
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: How to Get Started Developing Forge - the wiki

Postby Braids » 13 Aug 2011, 14:21

Chris H. wrote:So, in hind sight it appears that I will not be able to redo the entire install section on the wiki. Sorry folks.
can you use JavaHL for Subclipse?
"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: How to Get Started Developing Forge - the wiki

Postby Chris H. » 13 Aug 2011, 15:12

Braids wrote:can you use JavaHL for Subclipse?
`
I'm unsure if I have that option on a Mac. Kinda of explains why I'm curious to see how Dave and Slapshot installed the software on their Macs.
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: How to Get Started Developing Forge - the wiki

Postby Snacko » 13 Aug 2011, 16:44

http://subclipse.tigris.org/wiki/JavaHL ... 6bc511926b
JavaHL is part of openCollabNet package, so unless they update it's no go on mac lion, unless you compile svn + JavaHL yourself.

You can try Subversive, which is an eclipse project for svn integration. However it might have the same problem on depending on this package.
Snacko
DEVELOPER
 
Posts: 826
Joined: 29 May 2008, 19:35
Has thanked: 4 times
Been thanked: 74 times

Re: How to Get Started Developing Forge - the wiki

Postby Rob Cashwalker » 13 Aug 2011, 20:03

subversive wasn't as intuitive as subclipse... It still requires the under-lying SVN libraries.
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: How to Get Started Developing Forge - the wiki

Postby Chris H. » 13 Aug 2011, 21:37

OK, I updated the wiki to the best of my ability. I admit to being somewhat burned out on this issue and may not add anything else to it for awhile.
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: How to Get Started Developing Forge - the wiki

Postby Chris H. » 13 Aug 2011, 21:39

Rob Cashwalker wrote:subversive wasn't as intuitive as subclipse... It still requires the under-lying SVN libraries.
`
yep.

Did you install subclipse onto Windows 32 bit? Turns out that subclipse for Windows 32 bit includes the subversion/javaHL code. :wink:
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: How to Get Started Developing Forge - the wiki

Postby Braids » 13 Aug 2011, 21:43

=D> thanks for your hard work, Chris! =D>
"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: How to Get Started Developing Forge - the wiki

Postby moomarc » 14 Aug 2011, 13:32

=D> Thanks to all involved!

Unfortunately I'm still getting an error from pom.xml :( I've tried updating maven dependencies and tried updating to HEAD, but I'm getting missing artifacts, specifically"
Code: Select all
Missing artifact com.jgoodies:forms:jar:1.2.1
and
Code: Select all
Missing artifact org.apache.axis:axis:jar:1.4
The transfers keep timing out with
Code: Select all
ArtifactTransferException: Failure to transfer com.jgoodies:forms:jar:1.2.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact com.jgoodies:forms:jar:1.2.1 from/to central (http://repo1.maven.org/maven2): No response received after 60000
and
Code: Select all
ArtifactTransferException: Failure to transfer org.apache.axis:axis:jar:1.4 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.axis:axis:jar:1.4 from/to central (http://repo1.maven.org/maven2): No response received after 60000
Is it something I've missed or could the sites just be down? I'm on Windows XP, using Eclipse (Indigo release)
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times

Re: How to Get Started Developing Forge - the wiki

Postby Hellfish » 14 Aug 2011, 13:50

I don't know enough about maven to say this will definitely help, but from the exception message it sounds like the "Force Update of Snapshots/Releases" checkbox (In Maven's Update Dependencies dialog) could help.
So now you're
Screaming for the blood of the cookie monster
Evil puppet demon of obesity
Time to change the tune of his fearful ballad
C is for "Lettuce," that's good enough for me
User avatar
Hellfish
Programmer
 
Posts: 1297
Joined: 07 Jun 2009, 10:41
Location: South of the Pumphouse
Has thanked: 110 times
Been thanked: 169 times

Re: How to Get Started Developing Forge - the wiki

Postby moomarc » 14 Aug 2011, 14:20

Hellfish wrote:I don't know enough about maven to say this will definitely help, but from the exception message it sounds like the "Force Update of Snapshots/Releases" checkbox (In Maven's Update Dependencies dialog) could help.
=D> Yip, that fixed it. Thanks! I guess my DSL is a little slow (had a similar problem with initial import timing out while grabbing cardsfolder, but could just do a normal update to get the last few files in that instance).
-Marc
User avatar
moomarc
Pixel Commander
 
Posts: 2091
Joined: 04 Jun 2010, 15:22
Location: Johannesburg, South Africa
Has thanked: 371 times
Been thanked: 372 times


Return to Developer's Corner

Who is online

Users browsing this forum: No registered users and 40 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 40 users online :: 0 registered, 0 hidden and 40 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: No registered users and 40 guests

Login Form