Re: How to get started?
That's what I usually do - however, as I wrote, this time it did not help. Eclipse kept getting confused by the leftover files that still existed. (This is related to how I did the first checkout.)
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=1093
(of course my connection works flawlessly).Discovery completed without finding any extensions. Please check your network connection and try again
[...]technology/m2e/discovery/directory-1.4.xmlIdontknow84 wrote:Hi, I've tried to follow the instructions on the wiki, but I've encountered a problem with the m2e plug-in connectors.
I'm using Eclipse, Version: Kepler Release and Build id: 20130614-0229, running on Mac OS X 10.8.5.
As stated here: http://www.slightlymagic.net/wiki/Forge:How_to_Get_Started_Developing_Forge#SVN_Connector, I followed all the instructions up to point 4; then, this message appeared:(of course my connection works flawlessly).Discovery completed without finding any extensions. Please check your network connection and try again
I then realized I can reproduce this message error by digging into Eclipse preferences, namely Maven -> Discovery and by clicking the "Open Catalog" button. By the way, the "Catalog URL" is set to(I've snipped the URL because of a spam warning).
- Code: Select all
[...]technology/m2e/discovery/directory-1.4.xml
Is there any way to solve this issue? Thanks.
http://download.eclipse.org/technology/m2e/discovery/directory.xml
The problem is, I can't change the Catalog URL. It seems to be hardcoded. Is there any way to perform a manual installation of m2e-svn?Chris H. wrote:It seems to be working OK on my Mac.
Eclipse preferences, namely Maven -> Discovery and by clicking the "Open Catalog" button displays:[...]
and the Install m2e connectors list will populate on my computer:
and got a few hits. Are you behind an corporate firewall/proxy?Discovery completed without finding any extensions. Please check your network connection and try again
No, I'm not behind any firewall/proxy. Incidentally, the installation used to launch Maven is labeled as "Embedded (3.0.4/1.4.0.20130531-2315)".Chris H. wrote:I did a google search on:and got a few hits. Are you behind an corporate firewall/proxy?Discovery completed without finding any extensions. Please check your network connection and try again
How can I install m2e-svn by hand? Sorry for my noob questions, I'm pretty new to Eclipse and Java.Looks like you may be able to install by hand.
Idontknow84 wrote:How can I install m2e-svn by hand? Sorry for my noob questions, I'm pretty new to Eclipse and Java.
oskarolw wrote:Hello, I am considering trying to help out with development. I have managed to install everything and I can compile and run forge from eclipse. Now I just need to ask about branches, I have checked out the trunk atm and I guess the best way is to create my own branch to work in? Do I need to register and create the branch in the repo or can I make a local branch somehow?
I have a bachelor degree in programming and have worked a few years with development, though mostly PHP. I do not have any specific goal for forge I just figured I'd try to help out with whatever is needed, fixing bugs maybe? Been using this software for several years and I like it alotChris H. wrote:oskarolw wrote:Hello, I am considering trying to help out with development. I have managed to install everything and I can compile and run forge from eclipse. Now I just need to ask about branches, I have checked out the trunk atm and I guess the best way is to create my own branch to work in? Do I need to register and create the branch in the repo or can I make a local branch somehow?
Much of the work is done in the trunk. On occasion we find a good reason to set up a branch. As time passes some people find that it is hard to bring in changes from the trunk to their own branch. Some people are great at this and it does not create too much of a challenge for them.
To make commits to the trunk and/or create a branch you will need to join the forge dev group to receive commit privs. Several of the people can give you these privs.
You should state your background and skills and give us an idea of what you plan to accomplish.
oskarolw wrote:I have a bachelor degree in programming and have worked a few years with development, though mostly PHP. I do not have any specific goal for forge I just figured I'd try to help out with whatever is needed, fixing bugs maybe? Been using this software for several years and I like it alot