How to Get Started Developing Forge - the wiki
Post MTG Forge Related Programming Questions Here
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
15 posts
• Page 1 of 1
How to Get Started Developing Forge - the wiki
by 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?
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?
-
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
by 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.
-
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
by 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. . .
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. 

-
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
by jendave » 12 Aug 2011, 20:51
I use Macports. It is not for everyone either 

Re: How to Get Started Developing Forge - the wiki
by 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.
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.
-
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
by Braids » 13 Aug 2011, 14:21
can you use JavaHL for Subclipse?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.
"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. 

-
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
by 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.
-
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
by 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.
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.
Re: How to Get Started Developing Forge - the wiki
by 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.
-
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
by 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.
-
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
by 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.

-
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
by Braids » 13 Aug 2011, 21:43


"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. 

-
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
by moomarc » 14 Aug 2011, 13:32

Unfortunately I'm still getting an error from pom.xml

- Code: Select all
Missing artifact com.jgoodies:forms:jar:1.2.1
- Code: Select all
Missing artifact org.apache.axis:axis:jar:1.4
- 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
- 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
-Marc
-
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
by 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
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
-
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
by 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.

-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
15 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 35 guests