From: Chris S. <chr...@gm...> - 2010-04-07 16:11:07
|
I agree that the usage is counter-intuitive. This question has come up several times before on the developers list. There is a command line parameter you can use to override the internal my.properties file with another file, including the one that sits in the directory with rails.sh|bat|jar. Without specifying the parameter, there is no override. -- Chris Please consider the environment before printing this e-mail. On Wed, Apr 7, 2010 at 8:55 AM, Justin Rebelo <jus...@gm...>wrote: > I've tried editing the my.properties file in my rails folder (the > folder containing rails.sh and rails-1.2.2.jar) and have used the > NEXT_PLAYER suffix as follows: > > save.filename.suffix=NEXT_PLAYER > > Still, my saves to not do this. > > Digging further, I used an archive utility to look inside the .jar > file and noticed another my.properties file within the jar. I edited > this file and updated the jar and then got the result I was looking > for. > > Is it intended that the my.properties file in the application folder > is ignored? If so, one would obviously question why it exists there at > all, so I'm guessing the expected behavior is that the app folder file > should override what is in the jar at runtime or something. > > If I can provide any more details information to help with the issue, > just ask. Not sure what would be of use at this point except my > system. > > I'm running karmic koala ubuntu on i686 smp. > > java -version output: > java version "1.6.0_15" > Java(TM) SE Runtime Environment (build 1.6.0_15-b03) > Java HotSpot(TM) Server VM (build 14.1-b02, mixed mode) > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users > |