From: Erik V. <eri...@xs...> - 2011-01-20 20:27:34
|
-----Oorspronkelijk bericht----- Van: ab...@o2... [mailto:ab...@o2...] Verzonden: donderdag 20 januari 2011 8:40 Aan: Development list for Rails: an 18xx game Onderwerp: Re: [Rails-devel] Development Environment OK. I have downloaded Eclipse and chose Subclipse as SVN manager. I did have some problems as I am using 64-bit Windows 7 and apparently Subclips has issues with 64-bit systems. However it seems to work now as I am able to download code from within the Eclipse. EV: I also had problems with Subclipse on my new 64-bit Windows-7 PC and have changed to Subversive. But I haven't yet done anything substantial on that new machine yet. Yet I would gladly hear some more advice on configuring Eclipse. Mere File | Import | SVN | Checkout from SVN does not seem to be enough. I sure do get the trunk however as this is not a project so I'm unable to run it (particularly in debug mode as this is what I truly wish to do). How do you do it? Sorry for such noob questions but I have been using Eclipse only for a short time around 5 years ago (I'm Windows/Visual Studio/C++ & somewhat C# developer). Thanks in advance! EV: I suppose what you need to do is create a Run Configuration. Run (or the middle green button on the 2nd row) | Run Configurations... | New (button), then: - in the Main tab, enter the run name (I found Rails pre-filled) and the main class name: rails.test.GameTest (or the newer and perhaps better rails.util.RunGame). - in the Arguments tab, enter any VM arguments that you want the program to pick up as System properties. I'm using: -Dlog4j.configuration=my_my.properties -DRevenueCalculation=Suggest -Dsettings.directory=../save/settings Running this configuration starts Rails under Eclipse. I hope this helps. Erik. Adam Badura -----Oryginalna wiadomość----- From: Phil Davies Sent: Wednesday, January 19, 2011 9:36 AM To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] Development Environment As and when there are enough changes to warrant a new release. Things aren't really that solidly controlled around here since everyone's commitment is variable on their personal circumstances. Looking at the change log I would think once Erik is comfortable with his window position changes he has been working on we might consider a release but it's not really my call to make :) Phil On 19 January 2011 08:29, <ab...@o2...> wrote: > I use 1.4 for gaming and have downloaded the code just recently. > When do you expect to deliver current code as new version? > > Adam Badura > > -----Oryginalna wiadomość----- > From: Phil Davies > Sent: Wednesday, January 19, 2011 9:27 AM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] Development Environment > > I use Eclipse and just created a new project via checkout from SVN. > > You will (hopefully) find that the command line issues are mostly > fixed in the current development build as we noticed issues with this > aspect a few months ago and I think they are mostly all fixed now. > However, any submissions will I'm sure be gratefully received :) > > Phil > > On 19 January 2011 07:12, <ab...@o2...> wrote: >> What development environment (IDE) do you use while making Rails? >> (If any at all...) >> It seems to me there are some project files or something similar >> but I wasn’t able to recognize what application uses them. >> >> I ask this question as I wanted to look into code and possibly >> change some things (at least for me) as while playing we noticed few >> annoying issues. (The application does not have recently opened files >> list, it seems also it does not work well if run using a batch >> command from other folder then the application itself to name a few.) >> >> Adam Badura >> --------------------------------------------------------------------- >> --------- Protect Your Site and Customers from Malware Attacks Learn >> about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how >> you can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> >> > > ---------------------------------------------------------------------- > -------- Protect Your Site and Customers from Malware Attacks Learn > about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how > you can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > ---------------------------------------------------------------------- > -------- Protect Your Site and Customers from Malware Attacks Learn > about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how > you can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |