You can subscribe to this list here.
2005 |
Jan
|
Feb
(25) |
Mar
(84) |
Apr
(76) |
May
(25) |
Jun
(1) |
Jul
(28) |
Aug
(23) |
Sep
(50) |
Oct
(46) |
Nov
(65) |
Dec
(76) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(60) |
Feb
(33) |
Mar
(4) |
Apr
(17) |
May
(16) |
Jun
(18) |
Jul
(131) |
Aug
(11) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(5) |
2007 |
Jan
(71) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(19) |
Jul
(40) |
Aug
(38) |
Sep
(7) |
Oct
(58) |
Nov
|
Dec
(10) |
2008 |
Jan
(17) |
Feb
(27) |
Mar
(12) |
Apr
(1) |
May
(50) |
Jun
(10) |
Jul
|
Aug
(15) |
Sep
(24) |
Oct
(64) |
Nov
(115) |
Dec
(47) |
2009 |
Jan
(30) |
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(5) |
Aug
|
Sep
|
Oct
(4) |
Nov
(132) |
Dec
(93) |
2010 |
Jan
(266) |
Feb
(120) |
Mar
(168) |
Apr
(127) |
May
(83) |
Jun
(93) |
Jul
(77) |
Aug
(77) |
Sep
(86) |
Oct
(30) |
Nov
(4) |
Dec
(22) |
2011 |
Jan
(48) |
Feb
(81) |
Mar
(198) |
Apr
(174) |
May
(72) |
Jun
(101) |
Jul
(236) |
Aug
(144) |
Sep
(54) |
Oct
(132) |
Nov
(94) |
Dec
(111) |
2012 |
Jan
(135) |
Feb
(166) |
Mar
(86) |
Apr
(85) |
May
(137) |
Jun
(83) |
Jul
(54) |
Aug
(29) |
Sep
(49) |
Oct
(37) |
Nov
(8) |
Dec
(6) |
2013 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
(14) |
May
(5) |
Jun
(15) |
Jul
|
Aug
(38) |
Sep
(44) |
Oct
(45) |
Nov
(40) |
Dec
(23) |
2014 |
Jan
(22) |
Feb
(63) |
Mar
(43) |
Apr
(60) |
May
(10) |
Jun
(5) |
Jul
(13) |
Aug
(57) |
Sep
(36) |
Oct
(2) |
Nov
(30) |
Dec
(27) |
2015 |
Jan
(5) |
Feb
(2) |
Mar
(14) |
Apr
(3) |
May
|
Jun
(3) |
Jul
(10) |
Aug
(63) |
Sep
(31) |
Oct
(26) |
Nov
(11) |
Dec
(6) |
2016 |
Jan
|
Feb
(11) |
Mar
|
Apr
|
May
(1) |
Jun
(16) |
Jul
|
Aug
(4) |
Sep
|
Oct
(1) |
Nov
(4) |
Dec
(1) |
2017 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
(20) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(10) |
May
(10) |
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(3) |
Apr
(9) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
(4) |
2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stefan F. <ste...@we...> - 2011-09-22 12:20:56
|
All: Brett gave me the permissions, so I will publish a new release 1.5 today. It seems that the main features are: * 18GA complete * 18TN complete * Full support for 1830 Coalfield rights and revenue calculation Anything to add there? For a complete list of changes and bug fixes I will refer to the wiki page. I intend to make bug fix releases in the future (with version numbers 1.x.y) which are published more frequently than the previous 1.x releases. Stefan |
From: brett l. <bre...@gm...> - 2011-09-21 13:11:22
|
Patch applied. ---Brett. On Wed, Sep 21, 2011 at 4:39 AM, Bill Rosgen <ro...@gm...> wrote: > In an 1856 game I'm playing we've uncovered a bug. In an 1830-style private auction when all players pass causing the price of the initial item to be reduced, the turn is not advanced to the next player. In particular, the following is an except from our game log: > > ================ Start of initial round ================ > Juho has the Priority Deal > Juho bids $75 on Ship. Remaining free cash $175. > Peter bids $105 on Brdg. Remaining free cash $145. > Jerry bids $45 on W&SR. Remaining free cash $205. > Bill bids $80 on Ship. Remaining free cash $170. > Aliza bids $55 on TCC. Remaining free cash $195. > Carlos bids $110 on Brdg. Remaining free cash $140. > Juho bids $50 on W&SR. Remaining free cash $125. > Peter passes. > Jerry passes. > Bill passes. > Aliza passes. > Carlos passes. > Juho passes. > All players have passed. > Price of Flos is now reduced to $15 > Juho passes. > > From our reading of the rules, Juho shouldn't be offered the Flos at $15 -- this should be Peter's turn. I'm able to reproduce this bug in test games of 1830, and so I suspect that it is present in any game implementing an 1830-style private auction. I've attached a patch that should fix this. > > Note that this patch will break savegame compatibility for any game where this bug has occurred: Rails will complain when loading the above file that Juho's second pass in invalid. I don't know how widespread this bug is in the wild and if it is worth writing code to allow old savegames that have run into this bug to be loaded. > > The patches: the first (00001...) is in git format from the command line, which I think Brett likes., and the second (bug+fix...) is in egit format which I think Erik likes. Both patches should be identical. The fix is simply to call setNextPlayer() after reducing the price of the first item. > > Bill > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |
From: Bill R. <ro...@gm...> - 2011-09-21 08:40:01
|
In an 1856 game I'm playing we've uncovered a bug. In an 1830-style private auction when all players pass causing the price of the initial item to be reduced, the turn is not advanced to the next player. In particular, the following is an except from our game log: ================ Start of initial round ================ Juho has the Priority Deal Juho bids $75 on Ship. Remaining free cash $175. Peter bids $105 on Brdg. Remaining free cash $145. Jerry bids $45 on W&SR. Remaining free cash $205. Bill bids $80 on Ship. Remaining free cash $170. Aliza bids $55 on TCC. Remaining free cash $195. Carlos bids $110 on Brdg. Remaining free cash $140. Juho bids $50 on W&SR. Remaining free cash $125. Peter passes. Jerry passes. Bill passes. Aliza passes. Carlos passes. Juho passes. All players have passed. Price of Flos is now reduced to $15 Juho passes. From our reading of the rules, Juho shouldn't be offered the Flos at $15 -- this should be Peter's turn. I'm able to reproduce this bug in test games of 1830, and so I suspect that it is present in any game implementing an 1830-style private auction. I've attached a patch that should fix this. Note that this patch will break savegame compatibility for any game where this bug has occurred: Rails will complain when loading the above file that Juho's second pass in invalid. I don't know how widespread this bug is in the wild and if it is worth writing code to allow old savegames that have run into this bug to be loaded. The patches: the first (00001...) is in git format from the command line, which I think Brett likes., and the second (bug+fix...) is in egit format which I think Erik likes. Both patches should be identical. The fix is simply to call setNextPlayer() after reducing the price of the first item. Bill |
From: Erik V. <eri...@xs...> - 2011-09-20 10:41:14
|
Stefan, I have already done that two days ago. Guesses you have missed the "fixed" remark in my email. Erik. > -----Original Message----- > From: Stefan Frey [mailto:ste...@we...] > Sent: Tuesday, September 20, 2011 12:21 PM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] 18TN fully implemented? > > Erik: > will you fix that or should I look into this? > I would prefer the first ;-) but I can live the latter too... > Stefan > > On Saturday, September 17, 2011 08:42:28 pm Michał Bażyński wrote: > > newest source code suggests 18TN is considered fully implemented, but > > playing half an OR I found several issues: > > > > - it is possible to buy more than 1 train per OR (should be disallowed > > until phase 4) > > - MC private is marked as H3 on the board, yet the free tile lay is on > > H5 > > - companies are only allowed 1 tile lay (and should be allowed 2 > > yellow tile lays) > > > > the wiki 18TN page suggests the game isn't quite fully implemented > > yet, but in that case the above issues should probably be added as > > 'features still to do/bugs' on that page > > > > ---------------------------------------------------------------------- > > ----- > > --- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > > http://p.sf.net/sfu/rim-devcon-copy2 > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security threats, > fraudulent activity and more. Splunk takes this data and makes sense of it. > Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Stefan F. <ste...@we...> - 2011-09-20 10:18:42
|
Erik: will you fix that or should I look into this? I would prefer the first ;-) but I can live the latter too... Stefan On Saturday, September 17, 2011 08:42:28 pm Michał Bażyński wrote: > newest source code suggests 18TN is considered fully implemented, but > playing half an OR I found several issues: > > - it is possible to buy more than 1 train per OR (should be disallowed > until phase 4) > - MC private is marked as H3 on the board, yet the free tile lay is on H5 > - companies are only allowed 1 tile lay (and should be allowed 2 yellow > tile lays) > > the wiki 18TN page suggests the game isn't quite fully implemented yet, > but in that case the above issues should probably be added as 'features > still to do/bugs' on that page > > --------------------------------------------------------------------------- > --- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Stefan F. <ste...@we...> - 2011-09-20 10:15:58
|
Adam: thanks for reporting the serious, but simple bug. It was not related to the NYC tile, but trains could not run through towns. It was an omission in moving the logic from the revenue calculation code to the main rails game code and reminds me that I have to add some automated testing for revenue scenarios for Rails. Fix is already applied: The general logic is now that for those stops which do not have tokens at all at the setting for run-through-allowed to yes, the run-through is always allowed. If it is set to tokens, no company will be ever able to run-through. Stefan On Monday, September 19, 2011 11:04:19 pm Adam Badura wrote: > Also in attachement a save which shows that there is something not right > with New York tile as NYC trains do not want to visit that city... I will > have a look at that issue but no promises. > > -----Oryginalna wiadomość----- > From: brett lentz > Sent: Monday, September 19, 2011 10:49 PM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] Another correction for Wabash > > Adam - > > Your patch doesn't apply cleanly. Can you double-check to make sure > your HEAD is up-to-date? (i.e. do a "git pull" and regenerate your > patch) > > ---Brett. > > 2011/9/19 Adam Badura <ab...@o2...>: > > ------------------------------------------------------------------------- > > ----- All the data continuously generated in your IT infrastructure > > contains a definitive record of customers, application performance, > > security threats, fraudulent activity and more. Splunk takes this data > > and makes sense of it. Business sense. IT sense. Common sense. > > http://p.sf.net/sfu/splunk-d2dcopy1 > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > --------------------------------------------------------------------------- > --- All the data continuously generated in your IT infrastructure contains > a definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Adam B. <ab...@o2...> - 2011-09-19 21:52:55
|
I'm using EGit for Eclipse. -----Oryginalna wiadomość----- From: brett lentz Sent: Monday, September 19, 2011 11:49 PM To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] Another correction for Wabash Adam - Not quite, but close enough for me to apply. I've pushed your change. In the future, try this: $ git pull --rebase $ git format-patch HEAD^ Google up those commands and check out the associated 'git <command> --help' manual pages for more details. ---Brett. On Mon, Sep 19, 2011 at 5:04 PM, Adam Badura <ab...@o2...> wrote: > Here you go another try. > Most likely I have to read more about GIT but for now (compared to SVN) it > is not very clear... > > Also in attachement a save which shows that there is something not right > with New York tile as NYC trains do not want to visit that city... I will > have a look at that issue but no promises. > > -----Oryginalna wiadomość----- From: brett lentz > Sent: Monday, September 19, 2011 10:49 PM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] Another correction for Wabash > > Adam - > > Your patch doesn't apply cleanly. Can you double-check to make sure > your HEAD is up-to-date? (i.e. do a "git pull" and regenerate your > patch) > > ---Brett. > > > > 2011/9/19 Adam Badura <ab...@o2...>: >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2dcopy1 >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> >> > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: brett l. <bre...@gm...> - 2011-09-19 21:50:03
|
Adam - Not quite, but close enough for me to apply. I've pushed your change. In the future, try this: $ git pull --rebase $ git format-patch HEAD^ Google up those commands and check out the associated 'git <command> --help' manual pages for more details. ---Brett. On Mon, Sep 19, 2011 at 5:04 PM, Adam Badura <ab...@o2...> wrote: > Here you go another try. > Most likely I have to read more about GIT but for now (compared to SVN) it > is not very clear... > > Also in attachement a save which shows that there is something not right > with New York tile as NYC trains do not want to visit that city... I will > have a look at that issue but no promises. > > -----Oryginalna wiadomość----- From: brett lentz > Sent: Monday, September 19, 2011 10:49 PM > To: Development list for Rails: an 18xx game > Subject: Re: [Rails-devel] Another correction for Wabash > > Adam - > > Your patch doesn't apply cleanly. Can you double-check to make sure > your HEAD is up-to-date? (i.e. do a "git pull" and regenerate your > patch) > > ---Brett. > > > > 2011/9/19 Adam Badura <ab...@o2...>: >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2dcopy1 >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> >> > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |
From: Adam B. <ab...@o2...> - 2011-09-19 21:04:27
|
Here you go another try. Most likely I have to read more about GIT but for now (compared to SVN) it is not very clear... Also in attachement a save which shows that there is something not right with New York tile as NYC trains do not want to visit that city... I will have a look at that issue but no promises. -----Oryginalna wiadomość----- From: brett lentz Sent: Monday, September 19, 2011 10:49 PM To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] Another correction for Wabash Adam - Your patch doesn't apply cleanly. Can you double-check to make sure your HEAD is up-to-date? (i.e. do a "git pull" and regenerate your patch) ---Brett. 2011/9/19 Adam Badura <ab...@o2...>: > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: brett l. <bre...@gm...> - 2011-09-19 20:50:06
|
Adam - Your patch doesn't apply cleanly. Can you double-check to make sure your HEAD is up-to-date? (i.e. do a "git pull" and regenerate your patch) ---Brett. 2011/9/19 Adam Badura <ab...@o2...>: > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |
From: Adam B. <ab...@o2...> - 2011-09-18 22:07:32
|
I was just making that correction... ;) -----Oryginalna wiadomość----- From: Erik Vos Sent: Monday, September 19, 2011 12:04 AM To: 'Development list for Rails: an 18xx game' Subject: Re: [Rails-devel] 1830: Wabash (5f9c07) Fixed. "Wabash" was missing in the quantity specification of tiles #62 and #63. Erik. > -----Original Message----- > From: Michał Bażyński [mailto:ba...@tl...] > Sent: Sunday, September 18, 2011 11:01 PM > To: rai...@li... > Subject: Re: [Rails-devel] 1830: Wabash - sanity check > > > BGG suggests this is indeed an error: > http://boardgamegeek.com/article/7479653#7479653 > > On 11-09-18 22:30, Michał Bażyński wrote: > > I do not have Wabash rules, but am very surprised to see so many tiles > > removed from the game in this variant, as the description of the > > variant on BGG do not mention anything being taken out of the base > > game. I'd take this on trust ordinarily, but considering recent > > findings in 18tn I will be so bold as to ask for confirmation that the > > variant should be missing NY brown tile, and all brown 6 exit (#63) > > tiles, with no option to upgrade #14... > > > > I asked this also on BGG > > (http://boardgamegeek.com/thread/700675/a-lot-of-tiles-taken-out), but > > not so many people have the rules so I might not get an answer there... > > > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/sfu/rim-devcon-copy2 _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Erik V. <eri...@xs...> - 2011-09-18 22:04:52
|
Fixed. "Wabash" was missing in the quantity specification of tiles #62 and #63. Erik. > -----Original Message----- > From: Michał Bażyński [mailto:ba...@tl...] > Sent: Sunday, September 18, 2011 11:01 PM > To: rai...@li... > Subject: Re: [Rails-devel] 1830: Wabash - sanity check > > > BGG suggests this is indeed an error: > http://boardgamegeek.com/article/7479653#7479653 > > On 11-09-18 22:30, Michał Bażyński wrote: > > I do not have Wabash rules, but am very surprised to see so many tiles > > removed from the game in this variant, as the description of the > > variant on BGG do not mention anything being taken out of the base > > game. I'd take this on trust ordinarily, but considering recent > > findings in 18tn I will be so bold as to ask for confirmation that the > > variant should be missing NY brown tile, and all brown 6 exit (#63) > > tiles, with no option to upgrade #14... > > > > I asked this also on BGG > > (http://boardgamegeek.com/thread/700675/a-lot-of-tiles-taken-out), but > > not so many people have the rules so I might not get an answer there... > > > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Michał B. <ba...@tl...> - 2011-09-18 21:00:24
|
BGG suggests this is indeed an error: http://boardgamegeek.com/article/7479653#7479653 On 11-09-18 22:30, Michał Bażyński wrote: > I do not have Wabash rules, but am very surprised to see so many tiles > removed from the game in this variant, as the description of the variant > on BGG do not mention anything being taken out of the base game. I'd > take this on trust ordinarily, but considering recent findings in 18tn I > will be so bold as to ask for confirmation that the variant should be > missing NY brown tile, and all brown 6 exit (#63) tiles, with no option > to upgrade #14... > > I asked this also on BGG > (http://boardgamegeek.com/thread/700675/a-lot-of-tiles-taken-out), but > not so many people have the rules so I might not get an answer there... > |
From: Michał B. <ba...@tl...> - 2011-09-18 20:30:29
|
I do not have Wabash rules, but am very surprised to see so many tiles removed from the game in this variant, as the description of the variant on BGG do not mention anything being taken out of the base game. I'd take this on trust ordinarily, but considering recent findings in 18tn I will be so bold as to ask for confirmation that the variant should be missing NY brown tile, and all brown 6 exit (#63) tiles, with no option to upgrade #14... I asked this also on BGG (http://boardgamegeek.com/thread/700675/a-lot-of-tiles-taken-out), but not so many people have the rules so I might not get an answer there... |
From: Erik V. <eri...@xs...> - 2011-09-18 15:35:55
|
Yes, I'm back! > -----Original Message----- > From: Michał Bażyński [mailto:ba...@tl...] > > - it is possible to buy more than 1 train per OR (should be disallowed until > phase 4) > - MC private is marked as H3 on the board, yet the free tile lay is on H5 > - companies are only allowed 1 tile lay (and should be allowed 2 yellow tile > lays) > > Appendix 2 of the rulebook also plainly states that private companies in this > game do NOT block the respective hexes. These were all minor configuration oversights and have been fixed. The two-yellow tiles fix causes all saved files that proceed beyond the first tile lay to be invalid. Because of that, I could only do very little testing. Please check everything for your own. (Un-?)fortunately there are no 18TN cases in the test set yet. The two-yellow tiles fix is provisional. I intend to move this feature from <CompanyType> to <Phase>, but that is for later. > Their ability allows an _extra_ > _free_ tile lay, Obviously this does not apply to L&N. > perhaps it is possible to add without much changes a related feature: > > show on the board hexes where someone has a free tile lay, similarly to how > blocked hexes are done now. > perhaps with a "[SVRR]" instead of "(SVRR)". that way in 1830 some hexes > would change from (SVRR) to [CPR] when a private is bought, but more > importantly 18TN private auction would be playable without making a bunch > of notes where the free tile lays are... Should be doable, but let's first complete the next release. Putting this request into the Sourceforge Tracker will increase the probability that it will not be forgotten. Erik. |
From: Michał B. <ba...@tl...> - 2011-09-18 08:12:55
|
On 11-09-18 10:05, Michał Bażyński wrote: > Appendix 2 of the rulebook also plainly states that private companies in > this game do NOT block the respective hexes. Their ability allows an > _extra_ _free_ tile lay, but anyone may place a tile in that hex as part > of their 2 yellow tile lays that turn, by paying the cost associated > with the hex. (this is a bummer as if I understand correctly Rails will > not show the privates on the map showing which hex is associated with > which private) perhaps it is possible to add without much changes a related feature: show on the board hexes where someone has a free tile lay, similarly to how blocked hexes are done now. perhaps with a "[SVRR]" instead of "(SVRR)". that way in 1830 some hexes would change from (SVRR) to [CPR] when a private is bought, but more importantly 18TN private auction would be playable without making a bunch of notes where the free tile lays are... |
From: Michał B. <ba...@tl...> - 2011-09-18 08:05:13
|
Appendix 2 of the rulebook also plainly states that private companies in this game do NOT block the respective hexes. Their ability allows an _extra_ _free_ tile lay, but anyone may place a tile in that hex as part of their 2 yellow tile lays that turn, by paying the cost associated with the hex. (this is a bummer as if I understand correctly Rails will not show the privates on the map showing which hex is associated with which private) On 11-09-18 09:13, Stefan Frey wrote: > I cannot check that now as I am away from home, but yes 18TN was asumed to be fully implemented in the develop trunk. Will fix the errors after return on monday. So Brett has another two days to wait for release ;-) > Stefan > > > "Michał Bażyński"<ba...@tl...> schrieb: > >> newest source code suggests 18TN is considered fully implemented, but >> playing half an OR I found several issues: >> >> - it is possible to buy more than 1 train per OR (should be disallowed >> until phase 4) >> - MC private is marked as H3 on the board, yet the free tile lay is on H5 >> - companies are only allowed 1 tile lay (and should be allowed 2 yellow >> tile lays) >> >> the wiki 18TN page suggests the game isn't quite fully implemented yet, >> but in that case the above issues should probably be added as 'features >> still to do/bugs' on that page >> |
From: Stefan F. <ste...@we...> - 2011-09-18 07:13:46
|
I cannot check that now as I am away from home, but yes 18TN was asumed to be fully implemented in the develop trunk. Will fix the errors after return on monday. So Brett has another two days to wait for release ;-) Stefan "Michał Bażyński" <ba...@tl...> schrieb: >newest source code suggests 18TN is considered fully implemented, but >playing half an OR I found several issues: > >- it is possible to buy more than 1 train per OR (should be disallowed >until phase 4) >- MC private is marked as H3 on the board, yet the free tile lay is on H5 >- companies are only allowed 1 tile lay (and should be allowed 2 yellow >tile lays) > >the wiki 18TN page suggests the game isn't quite fully implemented yet, >but in that case the above issues should probably be added as 'features >still to do/bugs' on that page > >------------------------------------------------------------------------------ >BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >http://p.sf.net/sfu/rim-devcon-copy2 >_______________________________________________ >Rails-devel mailing list >Rai...@li... >https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Michał B. <ba...@tl...> - 2011-09-17 19:00:36
|
newest source code suggests 18TN is considered fully implemented, but playing half an OR I found several issues: - it is possible to buy more than 1 train per OR (should be disallowed until phase 4) - MC private is marked as H3 on the board, yet the free tile lay is on H5 - companies are only allowed 1 tile lay (and should be allowed 2 yellow tile lays) the wiki 18TN page suggests the game isn't quite fully implemented yet, but in that case the above issues should probably be added as 'features still to do/bugs' on that page |
From: Adam B. <ab...@o2...> - 2011-09-08 17:49:44
|
It helped. Yet the rails.bat still uses rails 1.4.1 name isntead of 1.4.2 so it is nod directly usable. ;) -----Oryginalna wiadomość----- From: Stefan Frey Sent: Thursday, September 08, 2011 2:45 PM To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] Making JAR Adam: the ant build file has not changed to add the new Junit 4.8.2 library into the classpath. I fixed that and committed that to the repo. It might have been the issue that prevented Brett to finish the release. Still: For which reasons do you need a JAR? For development I build and test from Eclipse. Stefan On Wednesday, September 07, 2011 11:41:15 pm Adam Badura wrote: > Finally I reconfigured to use GIT. I have uninstalled Java and its updates > and downloaded a new one. Same with Eclipse. I have removed previous > workspace and started a new one. And it did download correctly, builds and > runs fine. > > Now how to make a JAR? I tried to follow the Wiki but while building > build.xml I got some errors regarding testing framework: > > > Buildfile: C:\Users\Adam Badura\git\rails\build.xml > build-subprojects: > clean: > [delete] Deleting directory C:\Users\Adam Badura\git\rails\classes > init: > [mkdir] Created dir: C:\Users\Adam Badura\git\rails\classes > [copy] Copying 861 files to C:\Users\Adam Badura\git\rails\classes > build-project: > [echo] 18xx: C:\Users\Adam Badura\git\rails\build.xml > [javac] C:\Users\Adam Badura\git\rails\build.xml:53: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; > set to false for repeatable builds [javac] Compiling 317 source files to > C:\Users\Adam Badura\git\rails\classes [javac] warning: [options] > bootstrap class path not set in conjunction with -source 1.5 [javac] > C:\Users\Adam Badura\git\rails\test\TestGame.java:16: error: package > junit.framework does not exist [javac] import junit.framework.TestCase; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:18: error: > cannot find symbol [javac] public class TestGame extends TestCase { > [javac] ^ > [javac] symbol: class TestCase > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:16: > error: package junit.framework does not exist [javac] import > junit.framework.Test; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:17: > error: package junit.framework does not exist [javac] import > junit.framework.TestCase; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:18: > error: package junit.framework does not exist [javac] import > junit.framework.TestSuite; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:25: > error: cannot find symbol [javac] public final class TestGameBuilder > extends TestCase { > [javac] ^ > [javac] symbol: class TestCase > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:98: > error: cannot find symbol [javac] private static TestSuite > recursiveTestSuite(String rootPath, String dirPath, int level, boolean > overrideReport){ [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:158: > error: cannot find symbol [javac] public static Test suite() { > [javac] ^ > [javac] symbol: class Test > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:55: error: > cannot find symbol [javac] fail("Test report exceeeds > expected report." + [javac] ^ > [javac] symbol: method fail(String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:60: error: > cannot find symbol [javac] fail("Expected report > exceeds test report." + [javac] ^ > [javac] symbol: method fail(String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:67: error: > cannot find symbol [javac] assertEquals("Reports differ in > line " + (line+1), [javac] ^ > [javac] symbol: method assertEquals(String,String,String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:75: error: > cannot find symbol [javac] super.setUp(); > [javac] ^ > [javac] symbol: variable super > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:123: error: > cannot find symbol [javac] super.tearDown(); > [javac] ^ > [javac] symbol: variable super > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:110: > error: cannot find symbol [javac] TestSuite suite; > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:113: > error: cannot find symbol [javac] suite = new TestSuite("Rails > Tests"); > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:115: > error: cannot find symbol [javac] suite = new > TestSuite(directory.getName()); [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:130: > error: cannot find symbol [javac] TestSuite newSuite = > recursiveTestSuite(rootPath, nextDirPath, level+1, overrideReport); > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:166: > error: cannot find symbol [javac] TestSuite suite = null; > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 18 errors > [javac] 1 warning > > BUILD FAILED > C:\Users\Adam Badura\git\rails\build.xml:53: Compile failed; see the > compiler error output for details. > > Total time: 10 seconds > > > > Also the bash script given on the Wiki page is of little use to a Windows > user... ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Adam B. <ab...@o2...> - 2011-09-08 12:48:06
|
My gaming friends enjoyed Reload option which is present in 1.4.2. Yet we had to turn back to 1.4.1 as 1.4.2 failed in 1830+PM with the additional 6T (an exception when buying the 6T train). So I considered making a JAR and using it locally until an official release is made. Adam Badura -----Oryginalna wiadomość----- From: Stefan Frey Sent: Thursday, September 08, 2011 2:45 PM To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] Making JAR Adam: the ant build file has not changed to add the new Junit 4.8.2 library into the classpath. I fixed that and committed that to the repo. It might have been the issue that prevented Brett to finish the release. Still: For which reasons do you need a JAR? For development I build and test from Eclipse. Stefan On Wednesday, September 07, 2011 11:41:15 pm Adam Badura wrote: > Finally I reconfigured to use GIT. I have uninstalled Java and its updates > and downloaded a new one. Same with Eclipse. I have removed previous > workspace and started a new one. And it did download correctly, builds and > runs fine. > > Now how to make a JAR? I tried to follow the Wiki but while building > build.xml I got some errors regarding testing framework: > > > Buildfile: C:\Users\Adam Badura\git\rails\build.xml > build-subprojects: > clean: > [delete] Deleting directory C:\Users\Adam Badura\git\rails\classes > init: > [mkdir] Created dir: C:\Users\Adam Badura\git\rails\classes > [copy] Copying 861 files to C:\Users\Adam Badura\git\rails\classes > build-project: > [echo] 18xx: C:\Users\Adam Badura\git\rails\build.xml > [javac] C:\Users\Adam Badura\git\rails\build.xml:53: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; > set to false for repeatable builds [javac] Compiling 317 source files to > C:\Users\Adam Badura\git\rails\classes [javac] warning: [options] > bootstrap class path not set in conjunction with -source 1.5 [javac] > C:\Users\Adam Badura\git\rails\test\TestGame.java:16: error: package > junit.framework does not exist [javac] import junit.framework.TestCase; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:18: error: > cannot find symbol [javac] public class TestGame extends TestCase { > [javac] ^ > [javac] symbol: class TestCase > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:16: > error: package junit.framework does not exist [javac] import > junit.framework.Test; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:17: > error: package junit.framework does not exist [javac] import > junit.framework.TestCase; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:18: > error: package junit.framework does not exist [javac] import > junit.framework.TestSuite; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:25: > error: cannot find symbol [javac] public final class TestGameBuilder > extends TestCase { > [javac] ^ > [javac] symbol: class TestCase > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:98: > error: cannot find symbol [javac] private static TestSuite > recursiveTestSuite(String rootPath, String dirPath, int level, boolean > overrideReport){ [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:158: > error: cannot find symbol [javac] public static Test suite() { > [javac] ^ > [javac] symbol: class Test > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:55: error: > cannot find symbol [javac] fail("Test report exceeeds > expected report." + [javac] ^ > [javac] symbol: method fail(String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:60: error: > cannot find symbol [javac] fail("Expected report > exceeds test report." + [javac] ^ > [javac] symbol: method fail(String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:67: error: > cannot find symbol [javac] assertEquals("Reports differ in > line " + (line+1), [javac] ^ > [javac] symbol: method assertEquals(String,String,String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:75: error: > cannot find symbol [javac] super.setUp(); > [javac] ^ > [javac] symbol: variable super > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:123: error: > cannot find symbol [javac] super.tearDown(); > [javac] ^ > [javac] symbol: variable super > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:110: > error: cannot find symbol [javac] TestSuite suite; > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:113: > error: cannot find symbol [javac] suite = new TestSuite("Rails > Tests"); > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:115: > error: cannot find symbol [javac] suite = new > TestSuite(directory.getName()); [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:130: > error: cannot find symbol [javac] TestSuite newSuite = > recursiveTestSuite(rootPath, nextDirPath, level+1, overrideReport); > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:166: > error: cannot find symbol [javac] TestSuite suite = null; > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 18 errors > [javac] 1 warning > > BUILD FAILED > C:\Users\Adam Badura\git\rails\build.xml:53: Compile failed; see the > compiler error output for details. > > Total time: 10 seconds > > > > Also the bash script given on the Wiki page is of little use to a Windows > user... ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Stefan F. <ste...@we...> - 2011-09-08 12:42:48
|
Adam: the ant build file has not changed to add the new Junit 4.8.2 library into the classpath. I fixed that and committed that to the repo. It might have been the issue that prevented Brett to finish the release. Still: For which reasons do you need a JAR? For development I build and test from Eclipse. Stefan On Wednesday, September 07, 2011 11:41:15 pm Adam Badura wrote: > Finally I reconfigured to use GIT. I have uninstalled Java and its updates > and downloaded a new one. Same with Eclipse. I have removed previous > workspace and started a new one. And it did download correctly, builds and > runs fine. > > Now how to make a JAR? I tried to follow the Wiki but while building > build.xml I got some errors regarding testing framework: > > > Buildfile: C:\Users\Adam Badura\git\rails\build.xml > build-subprojects: > clean: > [delete] Deleting directory C:\Users\Adam Badura\git\rails\classes > init: > [mkdir] Created dir: C:\Users\Adam Badura\git\rails\classes > [copy] Copying 861 files to C:\Users\Adam Badura\git\rails\classes > build-project: > [echo] 18xx: C:\Users\Adam Badura\git\rails\build.xml > [javac] C:\Users\Adam Badura\git\rails\build.xml:53: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; > set to false for repeatable builds [javac] Compiling 317 source files to > C:\Users\Adam Badura\git\rails\classes [javac] warning: [options] > bootstrap class path not set in conjunction with -source 1.5 [javac] > C:\Users\Adam Badura\git\rails\test\TestGame.java:16: error: package > junit.framework does not exist [javac] import junit.framework.TestCase; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:18: error: > cannot find symbol [javac] public class TestGame extends TestCase { > [javac] ^ > [javac] symbol: class TestCase > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:16: > error: package junit.framework does not exist [javac] import > junit.framework.Test; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:17: > error: package junit.framework does not exist [javac] import > junit.framework.TestCase; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:18: > error: package junit.framework does not exist [javac] import > junit.framework.TestSuite; > [javac] ^ > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:25: > error: cannot find symbol [javac] public final class TestGameBuilder > extends TestCase { > [javac] ^ > [javac] symbol: class TestCase > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:98: > error: cannot find symbol [javac] private static TestSuite > recursiveTestSuite(String rootPath, String dirPath, int level, boolean > overrideReport){ [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:158: > error: cannot find symbol [javac] public static Test suite() { > [javac] ^ > [javac] symbol: class Test > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:55: error: > cannot find symbol [javac] fail("Test report exceeeds > expected report." + [javac] ^ > [javac] symbol: method fail(String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:60: error: > cannot find symbol [javac] fail("Expected report > exceeds test report." + [javac] ^ > [javac] symbol: method fail(String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:67: error: > cannot find symbol [javac] assertEquals("Reports differ in > line " + (line+1), [javac] ^ > [javac] symbol: method assertEquals(String,String,String) > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:75: error: > cannot find symbol [javac] super.setUp(); > [javac] ^ > [javac] symbol: variable super > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:123: error: > cannot find symbol [javac] super.tearDown(); > [javac] ^ > [javac] symbol: variable super > [javac] location: class TestGame > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:110: > error: cannot find symbol [javac] TestSuite suite; > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:113: > error: cannot find symbol [javac] suite = new TestSuite("Rails > Tests"); > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:115: > error: cannot find symbol [javac] suite = new > TestSuite(directory.getName()); [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:130: > error: cannot find symbol [javac] TestSuite newSuite = > recursiveTestSuite(rootPath, nextDirPath, level+1, overrideReport); > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:166: > error: cannot find symbol [javac] TestSuite suite = null; > [javac] ^ > [javac] symbol: class TestSuite > [javac] location: class TestGameBuilder > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 18 errors > [javac] 1 warning > > BUILD FAILED > C:\Users\Adam Badura\git\rails\build.xml:53: Compile failed; see the > compiler error output for details. > > Total time: 10 seconds > > > > Also the bash script given on the Wiki page is of little use to a Windows > user... |
From: Adam B. <ab...@o2...> - 2011-09-07 21:41:26
|
Finally I reconfigured to use GIT. I have uninstalled Java and its updates and downloaded a new one. Same with Eclipse. I have removed previous workspace and started a new one. And it did download correctly, builds and runs fine. Now how to make a JAR? I tried to follow the Wiki but while building build.xml I got some errors regarding testing framework: Buildfile: C:\Users\Adam Badura\git\rails\build.xml build-subprojects: clean: [delete] Deleting directory C:\Users\Adam Badura\git\rails\classes init: [mkdir] Created dir: C:\Users\Adam Badura\git\rails\classes [copy] Copying 861 files to C:\Users\Adam Badura\git\rails\classes build-project: [echo] 18xx: C:\Users\Adam Badura\git\rails\build.xml [javac] C:\Users\Adam Badura\git\rails\build.xml:53: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 317 source files to C:\Users\Adam Badura\git\rails\classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:16: error: package junit.framework does not exist [javac] import junit.framework.TestCase; [javac] ^ [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:18: error: cannot find symbol [javac] public class TestGame extends TestCase { [javac] ^ [javac] symbol: class TestCase [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:16: error: package junit.framework does not exist [javac] import junit.framework.Test; [javac] ^ [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:17: error: package junit.framework does not exist [javac] import junit.framework.TestCase; [javac] ^ [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:18: error: package junit.framework does not exist [javac] import junit.framework.TestSuite; [javac] ^ [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:25: error: cannot find symbol [javac] public final class TestGameBuilder extends TestCase { [javac] ^ [javac] symbol: class TestCase [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:98: error: cannot find symbol [javac] private static TestSuite recursiveTestSuite(String rootPath, String dirPath, int level, boolean overrideReport){ [javac] ^ [javac] symbol: class TestSuite [javac] location: class TestGameBuilder [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:158: error: cannot find symbol [javac] public static Test suite() { [javac] ^ [javac] symbol: class Test [javac] location: class TestGameBuilder [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:55: error: cannot find symbol [javac] fail("Test report exceeeds expected report." + [javac] ^ [javac] symbol: method fail(String) [javac] location: class TestGame [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:60: error: cannot find symbol [javac] fail("Expected report exceeds test report." + [javac] ^ [javac] symbol: method fail(String) [javac] location: class TestGame [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:67: error: cannot find symbol [javac] assertEquals("Reports differ in line " + (line+1), [javac] ^ [javac] symbol: method assertEquals(String,String,String) [javac] location: class TestGame [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:75: error: cannot find symbol [javac] super.setUp(); [javac] ^ [javac] symbol: variable super [javac] location: class TestGame [javac] C:\Users\Adam Badura\git\rails\test\TestGame.java:123: error: cannot find symbol [javac] super.tearDown(); [javac] ^ [javac] symbol: variable super [javac] location: class TestGame [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:110: error: cannot find symbol [javac] TestSuite suite; [javac] ^ [javac] symbol: class TestSuite [javac] location: class TestGameBuilder [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:113: error: cannot find symbol [javac] suite = new TestSuite("Rails Tests"); [javac] ^ [javac] symbol: class TestSuite [javac] location: class TestGameBuilder [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:115: error: cannot find symbol [javac] suite = new TestSuite(directory.getName()); [javac] ^ [javac] symbol: class TestSuite [javac] location: class TestGameBuilder [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:130: error: cannot find symbol [javac] TestSuite newSuite = recursiveTestSuite(rootPath, nextDirPath, level+1, overrideReport); [javac] ^ [javac] symbol: class TestSuite [javac] location: class TestGameBuilder [javac] C:\Users\Adam Badura\git\rails\test\TestGameBuilder.java:166: error: cannot find symbol [javac] TestSuite suite = null; [javac] ^ [javac] symbol: class TestSuite [javac] location: class TestGameBuilder [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 18 errors [javac] 1 warning BUILD FAILED C:\Users\Adam Badura\git\rails\build.xml:53: Compile failed; see the compiler error output for details. Total time: 10 seconds Also the bash script given on the Wiki page is of little use to a Windows user... |
From: Dave M. <da...@mi...> - 2011-09-07 03:08:40
|
Welcome to Boston! I hope to see you and Rails at Total Confusion 26: Feb 23-26, 2012 Holiday Inn Mansfield, MA 02048 Dave, PBT Conductor. On 9/5/2011 11:31 PM, brett lentz wrote: >Yeah, apologies again for the delay. Getting a new job across the >country is way more work than I expected. I've been neck deep in >moving details for the last month. > >In addition, I'm riding my motorcycle cross-country. (It was the >only practical way of transporting it. Seriously.) > >I'm currently typing this e-mail from a motel in Sturgis, SD. In the >past 2 days, I've ridden from my old home in Seattle to here. Total >distance is a little over 1100 miles. I'll be in Raleigh, NC by >Saturday or Sunday, spending a couple of days there. Then it's up >the coast to the Boston area by next Thursday. > >My total trip is nearly 4000 miles. > >Once I get to my new location, I'm hoping to have a few cycles to >either do the next release myself, or give Stefan the permissions he >needs to do it. > >---Brett ... |
From: brett l. <wak...@gm...> - 2011-09-06 03:32:05
|
Yeah, apologies again for the delay. Getting a new job across the country is way more work than I expected. I've been neck deep in moving details for the last month. In addition, I'm riding my motorcycle cross-country. (It was the only practical way of transporting it. Seriously.) I'm currently typing this e-mail from a motel in Sturgis, SD. In the past 2 days, I've ridden from my old home in Seattle to here. Total distance is a little over 1100 miles. I'll be in Raleigh, NC by Saturday or Sunday, spending a couple of days there. Then it's up the coast to the Boston area by next Thursday. My total trip is nearly 4000 miles. Once I get to my new location, I'm hoping to have a few cycles to either do the next release myself, or give Stefan the permissions he needs to do it. ---Brett ---------- Forwarded message ---------- From: "Stefan Frey" <ste...@we...> Date: Sep 4, 2011 11:00 PM Subject: Re: [Rails-devel] Release Delay To: "Development list for Rails: an 18xx game" < rai...@li...> Charles: as Erik is on vacation I will answer that question, but most achievements are his work. It will include fully playable versions of 18GA, 18TN and all the variants of 1830 are now fully supported (including revenue calculation). And Many bug fixes see https://sourceforge.net/apps/mediawiki/rails/index.php?title=Change_Log#Next_version Given all I suggest to use Rails 1.5 instead of Rails 1.4.4. This mail reminded me to change 18TN status to fully playable. It will be released as soon as Brett has some spare time between his relocation. I can only ask for patience. Stefan On Thursday, September 01, 2011 05:17:10 pm Charles Strong wrote: > I was just wondering about when the next release will be and what all it > will include. > > I think it's great that there's been a lot of activity with rails lately. > > On Tue, Aug 30, 2011 at 11:42 PM, Stefan Frey <ste...@we...> wrote: > > I did not want to increase the pressure on you, I was only > > offering a hand to help... ;-) > > > > On Tuesday, August 30, 2011 04:28:06 pm brett lentz wrote: > > > I can try to set aside time to do that. I'll ping you if I get a > > > chance to do it. > > > > > > I don't really like being a single point of failure for the project. > > > ;-) > > > > > > ---Brett. > > > > > > On Tue, Aug 30, 2011 at 12:55 AM, Stefan Frey <ste...@we...> > > > > wrote: > > > > Brett: > > > > if it helps I could volunteer as release manager. > > > > A year ago I built a working jar already, I assume that handling > > > > sourceforge is explained somewhere. > > > > I guess it requires that you assign the rights to do a release at > > > > least temporarily. > > > > In any case could luck for your real-word projects! > > > > Stefan > > > > > > > > On Tuesday, August 30, 2011 08:08:22 am brett lentz wrote: > > > >> Hey gang - > > > >> > > > >> I'm really sorry, but the release is going to need to wait. > > > >> > > > >> I've gotten myself a new job that requires relocation. I'm going to > > > >> be doing a cross-country drive next week, and I've been far too > > > >> busy preparing for the move to be able to dedicate any time to > > > >> anything else, including Rails. > > > >> > > > >> ---Brett. > > > > ------------------------------------------------------------------------ > > > > > >> --- --- Special Offer -- Download ArcSight Logger for FREE! > > > >> Finally, a world-class log management solution at an even better > > > >> price-free! And you'll get a free "Love Thy Logs" t-shirt when you > > > >> download Logger. Secure your free ArcSight Logger TODAY! > > > >> http://p.sf.net/sfu/arcsisghtdev2dev > > > >> _______________________________________________ > > > >> Rails-devel mailing list > > > >> Rai...@li... > > > >> https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > ------------------------------------------------------------------------- > > > > > > ----- Special Offer -- Download ArcSight Logger for FREE! > > > > Finally, a world-class log management solution at an even better > > > > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > > > > download Logger. Secure your free ArcSight Logger TODAY! > > > > http://p.sf.net/sfu/arcsisghtdev2dev > > > > _______________________________________________ > > > > Rails-devel mailing list > > > > Rai...@li... > > > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > ------------------------------------------------------------------------- > > -- > > > > > --- Special Offer -- Download ArcSight Logger for FREE! > > > Finally, a world-class log management solution at an even better > > > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > > > download Logger. Secure your free ArcSight Logger TODAY! > > > http://p.sf.net/sfu/arcsisghtdev2dev > > > _______________________________________________ > > > Rails-devel mailing list > > > Rai...@li... > > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > ------------------------------------------------------------------------- > > ----- Special Offer -- Download ArcSight Logger for FREE! > > Finally, a world-class log management solution at an even better > > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > > download Logger. Secure your free ArcSight Logger TODAY! > > http://p.sf.net/sfu/arcsisghtdev2dev > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |