Page 12 of 20

Re: The SVN, nightly builds and biweekly betas

PostPosted: 29 Jan 2012, 18:11
by jmartus
yeah I got the same problem it not saving my skip phases settings

Re: The SVN, nightly builds and biweekly betas

PostPosted: 30 Jan 2012, 04:49
by timmermac
Just out of curiosity, is the .jar file for the 1-29 snapshot supposed to only be 11 or 12 megs? Recent .jars have been 20-25 megs, so I'm wondering if everything compiled as it should...

Re: The SVN, nightly builds and biweekly betas

PostPosted: 30 Jan 2012, 11:36
by Chris H.
timmermac wrote:Just out of curiosity, is the .jar file for the 1-29 snapshot supposed to only be 11 or 12 megs? Recent .jars have been 20-25 megs, so I'm wondering if everything compiled as it should...
`
The forge jar of version 1.2.3 appears to be 7.x MB for most of the snapshot builds. This jar went up to 12.x MB this last weekend with the new work that was added.

Just checked the jars in several of the 1.2.0 snapshot builds and they appear to be about 22.x MB in size.

Re: The SVN, nightly builds and biweekly betas

PostPosted: 30 Jan 2012, 12:58
by Doublestrike
I was running into some heap space errors earlier with the sprite work, so I ran a few memory snapshots to see what was allocated where.

Here's a basic run of the project so you can see what's going on. I can do a bit more streamlining on the skin part, maybe free up 5 MB or so, and the project may need a few more performance tweaks...

Re: The SVN, nightly builds and biweekly betas

PostPosted: 02 Feb 2012, 00:58
by Chris H.
I would like to apologize for not being able to release a snapshot build earlier today and making everyone wait until now. The newest snapshot is now ready.

Tomorrow's snapshot may appear a few hours later than normal.

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 00:00
by timmermac
How does one currently configure Eclipse to download the project from SVN?

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 00:02
by Chris H.
timmermac wrote:How does one currently configure Eclipse to download the project from SVN?
`
http://www.slightlymagic.net/wiki/Forge:How_to_Get_Started_Developing_Forge

Some of the material is only useful if you plan to move work that you create on your local machine up to the SVN.

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 00:30
by timmermac
do I have to do any of the m2e plugin stuff if I just want to get the repository? The SCM marketplace doesn't seem to have the m2e-svn plugin that I would need according to the instructions...

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 02:51
by Chris H.
timmermac wrote:do I have to do any of the m2e plugin stuff if I just want to get the repository? The SCM marketplace doesn't seem to have the m2e-svn plugin that I would need according to the instructions...
`
If you follow the instruction at the wiki you should see the following:

`

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 03:15
by timmermac
Yep. I saw that part. Do I just need the one for collaboration, or do I need both of them?

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 03:20
by Chris H.
timmermac wrote:Yep. I saw that part. Do I just need the one for collaboration, or do I need both of them?
`
I believe that the second one is optional. I seem to remember that I only chose the one labeled "Maven Integration for Eclipse".

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 03:28
by timmermac
The m2e plugin must have a connector installed to work with various SCM repositories. Connectors can be found as follows.
SVN Connector
Navigate to File -> Import...
Expand the Maven folder
Select Check Out Maven Projects from SCM and click Next.
In the dialog window that opens, click Find more SCM connectors in the m2e Marketplace
It's on the lower right side of the window.
Search for m2e-svn and select. Click Finish.
Continue with the standard install procedure and restart Eclipse.
This is the part where things go sideways. I can't find m2e-svn in the list, and I scrolled through all of it. Do i need to do this for everything to work?

Re: The SVN, nightly builds and biweekly betas

PostPosted: 05 Feb 2012, 14:09
by Chris H.
timmermac wrote:This is the part where things go sideways. I can't find m2e-svn in the list, and I scrolled through all of it. Do i need to do this for everything to work?
`
I followed the instructions in the getting started wiki for installing m2e connectors and the list that is presented is fairly short. I think that the list is for connectors that are not currently installed.

There is a brief testing section following the m2e Plugin Connectors section explaining that you can confirm the installed software. The screen shot below shows you the software installed on my dev system. Some of it is optional.

If I remember correctly, the m2e Plugin Connectors section is to allow you to connect to a SVN using Subversion?
`

Re: The SVN, nightly builds and biweekly betas

PostPosted: 13 Feb 2012, 13:37
by Iran
I'd like to know when the next nightly build will be release (in svn). The last was release in 10-02-2011.

Re: The SVN, nightly builds and biweekly betas

PostPosted: 13 Feb 2012, 13:49
by Chris H.
Iran wrote:I'd like to know when the next nightly build will be release (in svn). The last was release in 10-02-2011.
`
Can not predict when the code base will be stable enough for a snapshot or a beta release at this time. Anyone who is interested in the current issues that are being seen at this time can visit this topic: General UI support.