You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(47) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2004-04-09 15:27:18
|
Bugs item #625295, was opened at 2002-10-18 15:51 Message generated for change (Settings changed) made by rgardler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=625295&group_id=65029 Category: Config Files Group: None Status: Open Resolution: Accepted Priority: 7 Submitted By: Stuart Gardler (smgardler) >Assigned to: Nobody/Anonymous (nobody) Summary: Loading config files does not force refr Initial Comment: When loading the config files from a remote server the system does not force a refresh, consequently, with some server/proxy configurations we could be working with an old set of config files. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2004-04-09 15:21 Message: Logged In: YES user_id=88713 I'll come back to this one day, but not soon, I want it off my assigned list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=625295&group_id=65029 |
From: SourceForge.net <no...@so...> - 2004-04-09 15:21:50
|
Bugs item #625295, was opened at 2002-10-18 15:51 Message generated for change (Comment added) made by rgardler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=625295&group_id=65029 Category: Config Files Group: None Status: Open Resolution: Accepted Priority: 7 Submitted By: Stuart Gardler (smgardler) Assigned to: Ross Gardler (rgardler) Summary: Loading config files does not force refr Initial Comment: When loading the config files from a remote server the system does not force a refresh, consequently, with some server/proxy configurations we could be working with an old set of config files. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2004-04-09 15:21 Message: Logged In: YES user_id=88713 I'll come back to this one day, but not soon, I want it off my assigned list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=625295&group_id=65029 |
From: <no...@so...> - 2002-12-08 00:13:24
|
Bugs item #643126, was opened at 2002-11-24 16:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 Category: Fantasy Sports Module Group: CVS HEAD >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: Michael Lever (leverm) Assigned to: Ross Gardler (rgardler) Summary: Centipede build is broken (ant works) Initial Comment: Downloaded latest version from CVS, but it appears to be broken. Error message : dummy-target: core libs fetch finished Transforming into C:\fanfoot-dev\csms- core\build\work\temp Parsing with PH2: C:\fanfoot-dev\csms- core\build\work\temp\module.FantasySportsM odule.classpath.xml run: Execute directory is C:\fanfoot-dev\csms- core\build/FantasySportsModule/work/cen tipede/dist-bin Error in class net.sf.antcontrib.logic.IfTask BUILD FAILED file:C:/fanfoot-dev/csms-core/centibuild.xml:105: The directory you specified do es not exist Total time: 3 seconds C:\fanfoot-dev\csms-core> I see that a new directory was created in the csms folder when cent was run : "${centipede.cent.dist.bin.dir}", which appears to have been named incorrectly, not sure what it's meant to be called, but I know it's not that. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 18:06 Message: Logged In: YES user_id=631335 Now runing okay using 'ant' ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:09 Message: Logged In: YES user_id=88713 There is an alternative build system available now. This doesn;t use all the stuff of Centipede and therefore is much more stable (although much less useful). All you can do is build and run the application, but that's all you need to do most of the time. In order to use it put the following directory in you PATH environemnt variable: [path-to-krysalis-centipede]/bin then in your CSMS directory run the command "ant run" I am reducing the priority of this bug since you can now carry on working an I am busy on other things. If this workaround fails please raise the priority again. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:01 Message: Logged In: YES user_id=88713 The ${centipede.cent.dist.bin.dir} is created by centipede. I suspect that this is becasue you have not recently updated your local version of Centipede, can you delete the directory, update centipede and try again. If it still happens please open as a separate bug. You are correct with the failed build - I'm working on it now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 |
From: <no...@so...> - 2002-11-25 11:11:28
|
Bugs item #643393, was opened at 2002-11-25 06:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 >Category: Config Files >Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Michael Lever (leverm) Summary: Problems when players transfer Prem team Initial Comment: In the TOT v LEE game this weekend (24/11/02) Robbie Keane of TOT scored against LEE. However, TOT defenders, not LEE defenders were deducted points for conceeding! Robbie Keane used to be a LEE player, but transferred at the bginning of the season. In Fanfoot he is still registered as a LEE player (this is because of the rule where you cannot have more than two players from one Premiership team in your squad. If a manager had him as a LEE player at the beginning of the season and also two TOT players, when he was transferred to TOT it would be unfair to penalise the manager for now having three TOT players in their squad). This is why there are two team entries per player in the players.xml file. <registeredTeam> should be used when choosing players for a squad. <team> should be used when calculating scores. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-25 11:10 Message: Logged In: YES user_id=88713 OK, I'll walk you through the debug process (ScoringConfig.xsl is where we are looking) The first thing to do is to find out where the points are being deducted for conceeding goals and how since this is where the problem lies (we could equally start with the fact that the team for Robbie Keane is wrong, but I'm deliverately doing it the long way as you don't have the knowledge of the stylesheets like I do). Do a keyword searrch for things like "conceed" "defender" etc. until you find a likely looking candidate. You will eventually find a comment that says: <!-- Goalkeepers, Full Backs and Centre Backs will lose 1 point for every goal conceded whilst they are on the pitch. --> and another that says: <!-- Deduct points from defenders and goalkeepers who have conceeded a goal --> These look like potentials to start our search. lets focus on the second (because the problem you have identified was not an own goal). The template for this is: <xsl:template name="deductDefenderPoints"> In this template you will see that there is a for-each loop that iterates over all players in the conceeding team: <xsl:for-each select="//event[type='teamStarter' and team=$conceedingTeam] | //event[type='substituteStarter' and team=$conceedingTeam]"> In English the select portion of this statement says: "Select all events of type team starter where the team name is the name of the conceeding team also select all the events of type substituteStarter where the team name is the same of the conceedingTeam and join the two sets together" | - means joind the two sets of elements $conceedingTeam is a parameter that is set earlier in the tempalte So, the work of deducting points is done inside this loop. Most of the time this is done OK so the problem probably isn't in the loop. itself. It's in the fact that the wrong players are having points deducted i this special case. So what's the difference. As you point out Keane has switched teams and his old team is being deducted the points. Therefore the $conceedingTeam parameter must be set wrong. So where is it set? Well it must be set before this for-each loop, so lets take a look... The only other place it is mentioned is in the line: <xsl:param name="conceedingTeam" /> What this means is that "conceedingTeam" is a parameter that has no default value (if it had a default value it would not be an empty element).. Therefore, the value of conceedingTeam must be being passed into this template. Therefore, we need to find out where the template is called from. Do a search for the template neame deductDefenderPoints. You will find the following lines with it in: line 405: <xsl:call-template name="deductDefenderPoints"> line 473: <xsl:call-template name="deductDefenderPoints"> The first of theses is inside the template: <xsl:template name="goalsConceeded"> The second is in the template: <xsl:template name="ownGoalsConceeded"> Lets focus on the first appearance, the whole element is: <xsl:call-template name="deductDefenderPoints"> <xsl:with-param name="goalMinutes"> <xsl:value-of select="$goalMinutes" /> </xsl:with-param> <xsl:with-param name="scoringTeam"> <xsl:value-of select="$scoringTeam" /> </xsl:with-param> <xsl:with-param name="conceedingTeam"> <xsl:value-of select="$conceedingTeam" /> </xsl:with-param> <xsl:with-param name="conceedingTeamID"> <xsl:value-of select="$conceedingTeamID" /> </xsl:with-param> </xsl:call-template> So you can see that this calls the template deductPlayerPoints and passes to it a set of parameters, one of which is called conceedingTeam, which is given the value of a local parameter, which is also called conceedingTeam. So we must see where the local value is set. Look back up this template and you will find: <xsl:variable name="conceedingTeam"> <xsl:choose> <xsl:when test="//event[type='result']/homeTeam = $scoringTeam"> <xsl:value-of select="//event[type='result']/awayTeam" /> </xsl:when> <xsl:otherwise> <xsl:value-of select="//event[type='result']/homeTeam" /> </xsl:otherwise> </xsl:choose> </xsl:variable> This time it is a variable not a pramater. The only difference is that variables cannot have their values passed in to the template. We can see from this snippet that the value is either set according to the value of another variable/parameter called $scroingTeam and that it will be set to either <xsl:value-of select="//event[type='result']/awayTeam" /> <xsl:value-of select="//event[type='result']/homeTeam" /> So, if you are still with me, there are now two places the problem might lie. Either in the value of scoringTeam or in the value of the team name in the event of type result. If you were to check to see how the event of type result is created (in footballEvents.xml) you would discover it is taken from the commentary directly and so cannot be wrong. Therefore, it must be $scoringTeam that is wrong. So we have to look back to see where this value is set. Again look back in this template, you will find: <xsl:variable name="scoringTeam"> <xsl:call-template name="getTeamName"> <xsl:with-param name="teamID"> <xsl:value-of select="$scoringTeamID" /> </xsl:with-param> </xsl:call-template> </xsl:variable> So scoring team is set from ScoringTeamID. If you were to lookup the template getTeamName that is used here you would see it is a simple lookup in teams.xml, since that file is correct the problem must be with the setting of scoringTeamID. SO look back again and you will find: <xsl:variable name="scoringTeamID"> <xsl:call-template name="getPlayerTeam"> <xsl:with-param name="playerFullName"> <xsl:value-of select="player" /> </xsl:with-param> </xsl:call-template> </xsl:variable> So... scoringTeamID is set with a call to a template called getPlayerTeam which is passed the value of the players name. Since the name of the goal scorer is correct but his team is wrong this is getting closer. Find this template: If you can work out what's going on in here you will see that <xsl:value-of select="document($playersDataSource)/players/player[surname=$playerSurname]/team" /> is where the value is set, in english it says: use the document indicated by the parameter $playersDataSource and give me the value of the element team in the element player where the surname element is equal to out players name. So here's our problem, as you said we should be using registered team not team. However, we can't just change "team" in the above statement to "registeredTeam" because other templates might be using this tamplate for other purposes and changing it will break them. What we must do is create a new template "getPlayersRegisteredTeam" that does the same thing, but returns the registeredTeam element rather than the team element. We then need to go through all the places where this template is called and if necessary change it so that the correct one is called. So do you feel brave enough to try? When experimenting remember to set you config so it is using a local version of this file, only commit to CVS when you know it works OK. (Of course once you understand how this works you wouldn;t need to work all the way backwards like that. You have learnt quite alot in doing the debugging steps and so next time you find an error you may already know where the problem is likely to be). ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-25 07:01 Message: Logged In: YES user_id=631335 Can this be fixed by editing the 'ScoringConfig.xsl' file (if so, i've not quite worked out how), or is this info kept elsewhere? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 |
From: <no...@so...> - 2002-11-25 11:10:44
|
Bugs item #643393, was opened at 2002-11-25 06:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Michael Lever (leverm) Summary: Problems when players transfer Prem team Initial Comment: In the TOT v LEE game this weekend (24/11/02) Robbie Keane of TOT scored against LEE. However, TOT defenders, not LEE defenders were deducted points for conceeding! Robbie Keane used to be a LEE player, but transferred at the bginning of the season. In Fanfoot he is still registered as a LEE player (this is because of the rule where you cannot have more than two players from one Premiership team in your squad. If a manager had him as a LEE player at the beginning of the season and also two TOT players, when he was transferred to TOT it would be unfair to penalise the manager for now having three TOT players in their squad). This is why there are two team entries per player in the players.xml file. <registeredTeam> should be used when choosing players for a squad. <team> should be used when calculating scores. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-25 11:10 Message: Logged In: YES user_id=88713 OK, I'll walk you through the debug process (ScoringConfig.xsl is where we are looking) The first thing to do is to find out where the points are being deducted for conceeding goals and how since this is where the problem lies (we could equally start with the fact that the team for Robbie Keane is wrong, but I'm deliverately doing it the long way as you don't have the knowledge of the stylesheets like I do). Do a keyword searrch for things like "conceed" "defender" etc. until you find a likely looking candidate. You will eventually find a comment that says: <!-- Goalkeepers, Full Backs and Centre Backs will lose 1 point for every goal conceded whilst they are on the pitch. --> and another that says: <!-- Deduct points from defenders and goalkeepers who have conceeded a goal --> These look like potentials to start our search. lets focus on the second (because the problem you have identified was not an own goal). The template for this is: <xsl:template name="deductDefenderPoints"> In this template you will see that there is a for-each loop that iterates over all players in the conceeding team: <xsl:for-each select="//event[type='teamStarter' and team=$conceedingTeam] | //event[type='substituteStarter' and team=$conceedingTeam]"> In English the select portion of this statement says: "Select all events of type team starter where the team name is the name of the conceeding team also select all the events of type substituteStarter where the team name is the same of the conceedingTeam and join the two sets together" | - means joind the two sets of elements $conceedingTeam is a parameter that is set earlier in the tempalte So, the work of deducting points is done inside this loop. Most of the time this is done OK so the problem probably isn't in the loop. itself. It's in the fact that the wrong players are having points deducted i this special case. So what's the difference. As you point out Keane has switched teams and his old team is being deducted the points. Therefore the $conceedingTeam parameter must be set wrong. So where is it set? Well it must be set before this for-each loop, so lets take a look... The only other place it is mentioned is in the line: <xsl:param name="conceedingTeam" /> What this means is that "conceedingTeam" is a parameter that has no default value (if it had a default value it would not be an empty element).. Therefore, the value of conceedingTeam must be being passed into this template. Therefore, we need to find out where the template is called from. Do a search for the template neame deductDefenderPoints. You will find the following lines with it in: line 405: <xsl:call-template name="deductDefenderPoints"> line 473: <xsl:call-template name="deductDefenderPoints"> The first of theses is inside the template: <xsl:template name="goalsConceeded"> The second is in the template: <xsl:template name="ownGoalsConceeded"> Lets focus on the first appearance, the whole element is: <xsl:call-template name="deductDefenderPoints"> <xsl:with-param name="goalMinutes"> <xsl:value-of select="$goalMinutes" /> </xsl:with-param> <xsl:with-param name="scoringTeam"> <xsl:value-of select="$scoringTeam" /> </xsl:with-param> <xsl:with-param name="conceedingTeam"> <xsl:value-of select="$conceedingTeam" /> </xsl:with-param> <xsl:with-param name="conceedingTeamID"> <xsl:value-of select="$conceedingTeamID" /> </xsl:with-param> </xsl:call-template> So you can see that this calls the template deductPlayerPoints and passes to it a set of parameters, one of which is called conceedingTeam, which is given the value of a local parameter, which is also called conceedingTeam. So we must see where the local value is set. Look back up this template and you will find: <xsl:variable name="conceedingTeam"> <xsl:choose> <xsl:when test="//event[type='result']/homeTeam = $scoringTeam"> <xsl:value-of select="//event[type='result']/awayTeam" /> </xsl:when> <xsl:otherwise> <xsl:value-of select="//event[type='result']/homeTeam" /> </xsl:otherwise> </xsl:choose> </xsl:variable> This time it is a variable not a pramater. The only difference is that variables cannot have their values passed in to the template. We can see from this snippet that the value is either set according to the value of another variable/parameter called $scroingTeam and that it will be set to either <xsl:value-of select="//event[type='result']/awayTeam" /> <xsl:value-of select="//event[type='result']/homeTeam" /> So, if you are still with me, there are now two places the problem might lie. Either in the value of scoringTeam or in the value of the team name in the event of type result. If you were to check to see how the event of type result is created (in footballEvents.xml) you would discover it is taken from the commentary directly and so cannot be wrong. Therefore, it must be $scoringTeam that is wrong. So we have to look back to see where this value is set. Again look back in this template, you will find: <xsl:variable name="scoringTeam"> <xsl:call-template name="getTeamName"> <xsl:with-param name="teamID"> <xsl:value-of select="$scoringTeamID" /> </xsl:with-param> </xsl:call-template> </xsl:variable> So scoring team is set from ScoringTeamID. If you were to lookup the template getTeamName that is used here you would see it is a simple lookup in teams.xml, since that file is correct the problem must be with the setting of scoringTeamID. SO look back again and you will find: <xsl:variable name="scoringTeamID"> <xsl:call-template name="getPlayerTeam"> <xsl:with-param name="playerFullName"> <xsl:value-of select="player" /> </xsl:with-param> </xsl:call-template> </xsl:variable> So... scoringTeamID is set with a call to a template called getPlayerTeam which is passed the value of the players name. Since the name of the goal scorer is correct but his team is wrong this is getting closer. Find this template: If you can work out what's going on in here you will see that <xsl:value-of select="document($playersDataSource)/players/player[surname=$playerSurname]/team" /> is where the value is set, in english it says: use the document indicated by the parameter $playersDataSource and give me the value of the element team in the element player where the surname element is equal to out players name. So here's our problem, as you said we should be using registered team not team. However, we can't just change "team" in the above statement to "registeredTeam" because other templates might be using this tamplate for other purposes and changing it will break them. What we must do is create a new template "getPlayersRegisteredTeam" that does the same thing, but returns the registeredTeam element rather than the team element. We then need to go through all the places where this template is called and if necessary change it so that the correct one is called. So do you feel brave enough to try? When experimenting remember to set you config so it is using a local version of this file, only commit to CVS when you know it works OK. (Of course once you understand how this works you wouldn;t need to work all the way backwards like that. You have learnt quite alot in doing the debugging steps and so next time you find an error you may already know where the problem is likely to be). ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-25 07:01 Message: Logged In: YES user_id=631335 Can this be fixed by editing the 'ScoringConfig.xsl' file (if so, i've not quite worked out how), or is this info kept elsewhere? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 |
From: <no...@so...> - 2002-11-25 10:25:47
|
Bugs item #643367, was opened at 2002-11-25 04:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 4 Submitted By: Michael Lever (leverm) Assigned to: Nobody/Anonymous (nobody) Summary: Points not awarded for a whole team Initial Comment: In the CHA v BLA game of 24/11/02 no Blackburn Rovers players were awarded any points whatsoever. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-25 10:25 Message: Logged In: YES user_id=88713 IF the team starters/subs are not being detected this means the regular expressions are not matvhing the team entries. There must be some subtle differences between the way the players are listed in this commentary. At a first gues I would suggest the problem is that charlton have a player with a hyphenated name, this is probably breaking the matching. Therefore, the regular expeesions in the fottballEvents.xml file need editing so that player names can include a hyphen (if I missed it in one place I am likely to have missed it in all places in the config file). ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-25 05:35 Message: Logged In: YES user_id=631335 Only Blackburn players who scored or assisted are listed, there are no teamStarter or substituteStarter BLA players listed. They are not 'unrecognized' players, they are simpy ommitted. This does not appear to be a problem with teams.xml, as other matches involving BLA players parse correctly and I can't see what might be wrong with the commentary of the text itself. Changed to unassigned as I don't understand what the problem could be. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 |
From: <no...@so...> - 2002-11-25 07:01:08
|
Bugs item #643393, was opened at 2002-11-25 06:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Michael Lever (leverm) Summary: Problems when players transfer Prem team Initial Comment: In the TOT v LEE game this weekend (24/11/02) Robbie Keane of TOT scored against LEE. However, TOT defenders, not LEE defenders were deducted points for conceeding! Robbie Keane used to be a LEE player, but transferred at the bginning of the season. In Fanfoot he is still registered as a LEE player (this is because of the rule where you cannot have more than two players from one Premiership team in your squad. If a manager had him as a LEE player at the beginning of the season and also two TOT players, when he was transferred to TOT it would be unfair to penalise the manager for now having three TOT players in their squad). This is why there are two team entries per player in the players.xml file. <registeredTeam> should be used when choosing players for a squad. <team> should be used when calculating scores. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-25 07:01 Message: Logged In: YES user_id=631335 Can this be fixed by editing the 'ScoringConfig.xsl' file (if so, i've not quite worked out how), or is this info kept elsewhere? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 |
From: <no...@so...> - 2002-11-25 06:56:58
|
Bugs item #643393, was opened at 2002-11-25 06:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Lever (leverm) >Assigned to: Michael Lever (leverm) Summary: Problems when players transfer Prem team Initial Comment: In the TOT v LEE game this weekend (24/11/02) Robbie Keane of TOT scored against LEE. However, TOT defenders, not LEE defenders were deducted points for conceeding! Robbie Keane used to be a LEE player, but transferred at the bginning of the season. In Fanfoot he is still registered as a LEE player (this is because of the rule where you cannot have more than two players from one Premiership team in your squad. If a manager had him as a LEE player at the beginning of the season and also two TOT players, when he was transferred to TOT it would be unfair to penalise the manager for now having three TOT players in their squad). This is why there are two team entries per player in the players.xml file. <registeredTeam> should be used when choosing players for a squad. <team> should be used when calculating scores. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 |
From: <no...@so...> - 2002-11-25 06:56:40
|
Bugs item #643393, was opened at 2002-11-25 06:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Nobody/Anonymous (nobody) Summary: Problems when players transfer Prem team Initial Comment: In the TOT v LEE game this weekend (24/11/02) Robbie Keane of TOT scored against LEE. However, TOT defenders, not LEE defenders were deducted points for conceeding! Robbie Keane used to be a LEE player, but transferred at the bginning of the season. In Fanfoot he is still registered as a LEE player (this is because of the rule where you cannot have more than two players from one Premiership team in your squad. If a manager had him as a LEE player at the beginning of the season and also two TOT players, when he was transferred to TOT it would be unfair to penalise the manager for now having three TOT players in their squad). This is why there are two team entries per player in the players.xml file. <registeredTeam> should be used when choosing players for a squad. <team> should be used when calculating scores. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643393&group_id=65029 |
From: <no...@so...> - 2002-11-25 05:35:39
|
Bugs item #643367, was opened at 2002-11-25 04:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 4 Submitted By: Michael Lever (leverm) >Assigned to: Nobody/Anonymous (nobody) Summary: Points not awarded for a whole team Initial Comment: In the CHA v BLA game of 24/11/02 no Blackburn Rovers players were awarded any points whatsoever. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-25 05:35 Message: Logged In: YES user_id=631335 Only Blackburn players who scored or assisted are listed, there are no teamStarter or substituteStarter BLA players listed. They are not 'unrecognized' players, they are simpy ommitted. This does not appear to be a problem with teams.xml, as other matches involving BLA players parse correctly and I can't see what might be wrong with the commentary of the text itself. Changed to unassigned as I don't understand what the problem could be. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 |
From: <no...@so...> - 2002-11-25 04:58:55
|
Bugs item #643367, was opened at 2002-11-25 04:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 4 Submitted By: Michael Lever (leverm) >Assigned to: Michael Lever (leverm) >Summary: Points not awarded for a whole team Initial Comment: In the CHA v BLA game of 24/11/02 no Blackburn Rovers players were awarded any points whatsoever. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 |
From: <no...@so...> - 2002-11-25 04:58:21
|
Bugs item #643367, was opened at 2002-11-25 04:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 Category: None Group: None Status: Open Resolution: None Priority: 4 Submitted By: Michael Lever (leverm) Assigned to: Nobody/Anonymous (nobody) Summary: Points not awarded for a whle team Initial Comment: In the CHA v BLA game of 24/11/02 no Blackburn Rovers players were awarded any points whatsoever. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643367&group_id=65029 |
From: <no...@so...> - 2002-11-24 20:16:42
|
Bugs item #629954, was opened at 2002-10-28 16:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 Category: Config Files Group: CVS HEAD Status: Open Resolution: None >Priority: 2 Submitted By: Ross Gardler (rgardler) Assigned to: Michael Lever (leverm) Summary: Unable to identify players Initial Comment: Manchester United 3 - 0 Everton Played on October 7 Lots of errors, mainly unable to allocate points to players. The commentary referred to Nistelrooy in various ways! This probalby requires an editing in the players.xml file. Either the players are missing from this file, or the BBC uses alternative names for them. Alternative names are added to the player entry so, for example: {{{ <player ud="123"> <firstName type="name">Ruud</firstName> <firstName type="initial">R.</firstName> <surname type="main">van Nistelrooy</surname> <surname type="alternative">Nistlerooy</surname> <surname type="BBCMispelling">Nistleroy</surname> ... </player> }}} The element with type="main" is the one used as output, however, matches will be made on any of the elements. So "Nistleroy" would match this entry becasue it is in the list of possible surname, but "Nistlrooy" would not match. At present only type="main" is meaninful, so other entries should just have a human readable descriptive type. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-24 20:16 Message: Logged In: YES user_id=631335 I only passed it back to you, because you said to! I'm happy with the result. Your alternative didn't work (produced unidentifiable player). This is because (as in the original problem) the <firstName type="main"> tag is empty. My solultion actually put his whole name (plus the -) in the firstName tag. I have altered it back to how I had done it before. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 19:55 Message: Logged In: YES user_id=88713 I don't have time to experiment with this just yet so I'm passing it back to mlever (no one wants this one!) When we look for a match any name will be used, however, when the name is constructing for printing the first name, or the one with attribute type="main" is used. Therefore, (I think) it should be possible to get a decent result with: <player id="601"> <firstName type="main"></firstname> <firstName type="full">Eduardo Cesar Daude</firstName> <firstName type="initial"></firstName> <surname type="main">Gaspar</surname> <surname type="alternative">Edu</surname> <registeredTeam>ARS</registeredTeam> <team>ARS</team> <position>Midfield</position> <cost>3.0</cost> </player> Might be worth a try, if it doesn't work I'd suggest dropping the priority of this bug to the lowest one (and yes you can pass it back to me!) as you have a perfectly workable fix and the players database system is changing at the moment, I'll try and buid a better system into the next version. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 19:47 Message: Logged In: YES user_id=631335 I have altered the name so that he is now identifiable. The result is : Eduardo Cesar Daude Gaspar - Edu Obviously this is not an ideal solution, but does produce a result which means the player is easily identifiable. Now reassigned to rgardler in case he can produce a better result by atering the xsl file, or if this is acceptable it can be closed. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 19:36 Message: Logged In: YES user_id=631335 Edu is his first name - his full name is Eduardo Cesar Daude Gaspar, but he is only ever referred to as Edu. The problem can be got round temporarily by altering the players.xml file : <player id="601"> <firstName type="main">Eduardo Cesar Daude</firstName> <firstName type="initial"></firstName> <surname type="main">Gaspar</surname> <surname type="alternative">Edu</surname> <registeredTeam>ARS</registeredTeam> <team>ARS</team> <position>Midfield</position> <cost>3.0</cost> </player> However, this produces the full name "Eduardo Cesar Daude Gaspar Edu", which is not particularly pleasant, so if an alteration to the xsl file will produce a better result, then that would be more desirable. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-06 20:20 Message: Logged In: YES user_id=88713 Not sure how you intend to do this, I've tried having an empty name and I've tried a blank name, neither work. I think this requries a change in the XSL not players.xml. Give whatever you think might work a try. If it fails then assign this bug to me and I'll have a look. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 19:41 Message: Logged In: YES user_id=631335 I've checked a few sites and can see no first name for Edu . ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-04 22:05 Message: Logged In: YES user_id=88713 FIxed issues with Man Utd and West Brom players. However, the issue with Edu is a little more complicated. Does he really have no first name? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-02 16:00 Message: Logged In: YES user_id=631335 Same problem occurs with players who are only referred by their surnames. Eg Arsenal's 'Edu' does not have a first name and is referred to as "N/A Edu" in a recent game (ARS v BLA 26/10/02). ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-10-28 16:48 Message: Logged In: YES user_id=88713 Also: Newcastle 2 - 1 West Brom Played on October 5 Jason Roberts was shown as #N/A Roberts. This means the first name is missing in the players.xml file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 |
From: <no...@so...> - 2002-11-24 19:55:18
|
Bugs item #629954, was opened at 2002-10-28 16:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 Category: Config Files Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Ross Gardler (rgardler) >Assigned to: Michael Lever (leverm) Summary: Unable to identify players Initial Comment: Manchester United 3 - 0 Everton Played on October 7 Lots of errors, mainly unable to allocate points to players. The commentary referred to Nistelrooy in various ways! This probalby requires an editing in the players.xml file. Either the players are missing from this file, or the BBC uses alternative names for them. Alternative names are added to the player entry so, for example: {{{ <player ud="123"> <firstName type="name">Ruud</firstName> <firstName type="initial">R.</firstName> <surname type="main">van Nistelrooy</surname> <surname type="alternative">Nistlerooy</surname> <surname type="BBCMispelling">Nistleroy</surname> ... </player> }}} The element with type="main" is the one used as output, however, matches will be made on any of the elements. So "Nistleroy" would match this entry becasue it is in the list of possible surname, but "Nistlrooy" would not match. At present only type="main" is meaninful, so other entries should just have a human readable descriptive type. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-24 19:55 Message: Logged In: YES user_id=88713 I don't have time to experiment with this just yet so I'm passing it back to mlever (no one wants this one!) When we look for a match any name will be used, however, when the name is constructing for printing the first name, or the one with attribute type="main" is used. Therefore, (I think) it should be possible to get a decent result with: <player id="601"> <firstName type="main"></firstname> <firstName type="full">Eduardo Cesar Daude</firstName> <firstName type="initial"></firstName> <surname type="main">Gaspar</surname> <surname type="alternative">Edu</surname> <registeredTeam>ARS</registeredTeam> <team>ARS</team> <position>Midfield</position> <cost>3.0</cost> </player> Might be worth a try, if it doesn't work I'd suggest dropping the priority of this bug to the lowest one (and yes you can pass it back to me!) as you have a perfectly workable fix and the players database system is changing at the moment, I'll try and buid a better system into the next version. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 19:47 Message: Logged In: YES user_id=631335 I have altered the name so that he is now identifiable. The result is : Eduardo Cesar Daude Gaspar - Edu Obviously this is not an ideal solution, but does produce a result which means the player is easily identifiable. Now reassigned to rgardler in case he can produce a better result by atering the xsl file, or if this is acceptable it can be closed. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 19:36 Message: Logged In: YES user_id=631335 Edu is his first name - his full name is Eduardo Cesar Daude Gaspar, but he is only ever referred to as Edu. The problem can be got round temporarily by altering the players.xml file : <player id="601"> <firstName type="main">Eduardo Cesar Daude</firstName> <firstName type="initial"></firstName> <surname type="main">Gaspar</surname> <surname type="alternative">Edu</surname> <registeredTeam>ARS</registeredTeam> <team>ARS</team> <position>Midfield</position> <cost>3.0</cost> </player> However, this produces the full name "Eduardo Cesar Daude Gaspar Edu", which is not particularly pleasant, so if an alteration to the xsl file will produce a better result, then that would be more desirable. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-06 20:20 Message: Logged In: YES user_id=88713 Not sure how you intend to do this, I've tried having an empty name and I've tried a blank name, neither work. I think this requries a change in the XSL not players.xml. Give whatever you think might work a try. If it fails then assign this bug to me and I'll have a look. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 19:41 Message: Logged In: YES user_id=631335 I've checked a few sites and can see no first name for Edu . ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-04 22:05 Message: Logged In: YES user_id=88713 FIxed issues with Man Utd and West Brom players. However, the issue with Edu is a little more complicated. Does he really have no first name? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-02 16:00 Message: Logged In: YES user_id=631335 Same problem occurs with players who are only referred by their surnames. Eg Arsenal's 'Edu' does not have a first name and is referred to as "N/A Edu" in a recent game (ARS v BLA 26/10/02). ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-10-28 16:48 Message: Logged In: YES user_id=88713 Also: Newcastle 2 - 1 West Brom Played on October 5 Jason Roberts was shown as #N/A Roberts. This means the first name is missing in the players.xml file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 |
From: <no...@so...> - 2002-11-24 19:47:48
|
Bugs item #629954, was opened at 2002-10-28 16:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 Category: Config Files Group: CVS HEAD Status: Open Resolution: None >Priority: 5 Submitted By: Ross Gardler (rgardler) >Assigned to: Ross Gardler (rgardler) Summary: Unable to identify players Initial Comment: Manchester United 3 - 0 Everton Played on October 7 Lots of errors, mainly unable to allocate points to players. The commentary referred to Nistelrooy in various ways! This probalby requires an editing in the players.xml file. Either the players are missing from this file, or the BBC uses alternative names for them. Alternative names are added to the player entry so, for example: {{{ <player ud="123"> <firstName type="name">Ruud</firstName> <firstName type="initial">R.</firstName> <surname type="main">van Nistelrooy</surname> <surname type="alternative">Nistlerooy</surname> <surname type="BBCMispelling">Nistleroy</surname> ... </player> }}} The element with type="main" is the one used as output, however, matches will be made on any of the elements. So "Nistleroy" would match this entry becasue it is in the list of possible surname, but "Nistlrooy" would not match. At present only type="main" is meaninful, so other entries should just have a human readable descriptive type. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-24 19:47 Message: Logged In: YES user_id=631335 I have altered the name so that he is now identifiable. The result is : Eduardo Cesar Daude Gaspar - Edu Obviously this is not an ideal solution, but does produce a result which means the player is easily identifiable. Now reassigned to rgardler in case he can produce a better result by atering the xsl file, or if this is acceptable it can be closed. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 19:36 Message: Logged In: YES user_id=631335 Edu is his first name - his full name is Eduardo Cesar Daude Gaspar, but he is only ever referred to as Edu. The problem can be got round temporarily by altering the players.xml file : <player id="601"> <firstName type="main">Eduardo Cesar Daude</firstName> <firstName type="initial"></firstName> <surname type="main">Gaspar</surname> <surname type="alternative">Edu</surname> <registeredTeam>ARS</registeredTeam> <team>ARS</team> <position>Midfield</position> <cost>3.0</cost> </player> However, this produces the full name "Eduardo Cesar Daude Gaspar Edu", which is not particularly pleasant, so if an alteration to the xsl file will produce a better result, then that would be more desirable. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-06 20:20 Message: Logged In: YES user_id=88713 Not sure how you intend to do this, I've tried having an empty name and I've tried a blank name, neither work. I think this requries a change in the XSL not players.xml. Give whatever you think might work a try. If it fails then assign this bug to me and I'll have a look. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 19:41 Message: Logged In: YES user_id=631335 I've checked a few sites and can see no first name for Edu . ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-04 22:05 Message: Logged In: YES user_id=88713 FIxed issues with Man Utd and West Brom players. However, the issue with Edu is a little more complicated. Does he really have no first name? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-02 16:00 Message: Logged In: YES user_id=631335 Same problem occurs with players who are only referred by their surnames. Eg Arsenal's 'Edu' does not have a first name and is referred to as "N/A Edu" in a recent game (ARS v BLA 26/10/02). ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-10-28 16:48 Message: Logged In: YES user_id=88713 Also: Newcastle 2 - 1 West Brom Played on October 5 Jason Roberts was shown as #N/A Roberts. This means the first name is missing in the players.xml file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 |
From: <no...@so...> - 2002-11-24 19:36:04
|
Bugs item #629954, was opened at 2002-10-28 16:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 Category: Config Files Group: CVS HEAD Status: Open Resolution: None Priority: 7 Submitted By: Ross Gardler (rgardler) Assigned to: Michael Lever (leverm) Summary: Unable to identify players Initial Comment: Manchester United 3 - 0 Everton Played on October 7 Lots of errors, mainly unable to allocate points to players. The commentary referred to Nistelrooy in various ways! This probalby requires an editing in the players.xml file. Either the players are missing from this file, or the BBC uses alternative names for them. Alternative names are added to the player entry so, for example: {{{ <player ud="123"> <firstName type="name">Ruud</firstName> <firstName type="initial">R.</firstName> <surname type="main">van Nistelrooy</surname> <surname type="alternative">Nistlerooy</surname> <surname type="BBCMispelling">Nistleroy</surname> ... </player> }}} The element with type="main" is the one used as output, however, matches will be made on any of the elements. So "Nistleroy" would match this entry becasue it is in the list of possible surname, but "Nistlrooy" would not match. At present only type="main" is meaninful, so other entries should just have a human readable descriptive type. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-24 19:36 Message: Logged In: YES user_id=631335 Edu is his first name - his full name is Eduardo Cesar Daude Gaspar, but he is only ever referred to as Edu. The problem can be got round temporarily by altering the players.xml file : <player id="601"> <firstName type="main">Eduardo Cesar Daude</firstName> <firstName type="initial"></firstName> <surname type="main">Gaspar</surname> <surname type="alternative">Edu</surname> <registeredTeam>ARS</registeredTeam> <team>ARS</team> <position>Midfield</position> <cost>3.0</cost> </player> However, this produces the full name "Eduardo Cesar Daude Gaspar Edu", which is not particularly pleasant, so if an alteration to the xsl file will produce a better result, then that would be more desirable. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-06 20:20 Message: Logged In: YES user_id=88713 Not sure how you intend to do this, I've tried having an empty name and I've tried a blank name, neither work. I think this requries a change in the XSL not players.xml. Give whatever you think might work a try. If it fails then assign this bug to me and I'll have a look. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 19:41 Message: Logged In: YES user_id=631335 I've checked a few sites and can see no first name for Edu . ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-04 22:05 Message: Logged In: YES user_id=88713 FIxed issues with Man Utd and West Brom players. However, the issue with Edu is a little more complicated. Does he really have no first name? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-02 16:00 Message: Logged In: YES user_id=631335 Same problem occurs with players who are only referred by their surnames. Eg Arsenal's 'Edu' does not have a first name and is referred to as "N/A Edu" in a recent game (ARS v BLA 26/10/02). ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-10-28 16:48 Message: Logged In: YES user_id=88713 Also: Newcastle 2 - 1 West Brom Played on October 5 Jason Roberts was shown as #N/A Roberts. This means the first name is missing in the players.xml file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=629954&group_id=65029 |
From: <no...@so...> - 2002-11-24 19:27:24
|
Bugs item #643126, was opened at 2002-11-24 16:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 Category: Fantasy Sports Module Group: CVS HEAD Status: Open Resolution: Accepted Priority: 6 Submitted By: Michael Lever (leverm) Assigned to: Ross Gardler (rgardler) >Summary: Centipede build is broken (ant works) Initial Comment: Downloaded latest version from CVS, but it appears to be broken. Error message : dummy-target: core libs fetch finished Transforming into C:\fanfoot-dev\csms- core\build\work\temp Parsing with PH2: C:\fanfoot-dev\csms- core\build\work\temp\module.FantasySportsM odule.classpath.xml run: Execute directory is C:\fanfoot-dev\csms- core\build/FantasySportsModule/work/cen tipede/dist-bin Error in class net.sf.antcontrib.logic.IfTask BUILD FAILED file:C:/fanfoot-dev/csms-core/centibuild.xml:105: The directory you specified do es not exist Total time: 3 seconds C:\fanfoot-dev\csms-core> I see that a new directory was created in the csms folder when cent was run : "${centipede.cent.dist.bin.dir}", which appears to have been named incorrectly, not sure what it's meant to be called, but I know it's not that. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 18:06 Message: Logged In: YES user_id=631335 Now runing okay using 'ant' ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:09 Message: Logged In: YES user_id=88713 There is an alternative build system available now. This doesn;t use all the stuff of Centipede and therefore is much more stable (although much less useful). All you can do is build and run the application, but that's all you need to do most of the time. In order to use it put the following directory in you PATH environemnt variable: [path-to-krysalis-centipede]/bin then in your CSMS directory run the command "ant run" I am reducing the priority of this bug since you can now carry on working an I am busy on other things. If this workaround fails please raise the priority again. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:01 Message: Logged In: YES user_id=88713 The ${centipede.cent.dist.bin.dir} is created by centipede. I suspect that this is becasue you have not recently updated your local version of Centipede, can you delete the directory, update centipede and try again. If it still happens please open as a separate bug. You are correct with the failed build - I'm working on it now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 |
From: <no...@so...> - 2002-11-24 19:25:10
|
Bugs item #634626, was opened at 2002-11-06 20:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 Category: Config Files Group: CVS HEAD Status: Closed Resolution: Fixed Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Michael Lever (leverm) Summary: Appearance point awarded in error Initial Comment: In the game between TOT and CHE (27/10/0) Jimmy Hasselbaink was awarded an appearance point in error. He was a team starter, but was substituted at 43:37 minutes. It's not clear as to why he was awarded this appearance point, but it may have something do with bug 62994 (Unable to identify players) - ie the substitution was not picked up because his name was not recognised. He is sometimes called Jimmy, sometimes Jimmy Floyd etc. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-24 19:25 Message: Logged In: YES user_id=88713 This may have been a problem with caches. At the moment the CSMS system does not ensure that config files are refreshed. This means that if there is a cache between you and the CVS server you may find that you don;t get the latest config file. There is a bug open on this issue at the moment. To get around this until that bug is ficxed point a browser at the CVS head version of the config file and hit refresh in the browser window. This will force the cache to refresh from the server. ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 19:19 Message: Logged In: YES user_id=631335 Just tried it again myself and it worked, must have fixed it after all! ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 19:11 Message: Logged In: YES user_id=88713 I just ran this CVS head on the attached commentary. There were no points awarded to Jimmy Floyd Hasselbaink. Do you have your config files set to something other than CVS Head? The calculated scores I get are: ID Name Total Points 120 Carlo Cudicini 5 154 Kasey Keller 4 230 Mario Melchiot 5 233 Celestine Babayaro 5 286 Steve Carr 5 434 William Gallas 5 436 Marcel Desailly 5 493 Chris Perry 5 494 Goran Bunjevcevic 5 496 Dean Richards 5 661 Enrique De Lucas -1 662 Jody Morris 0 664 Emmanuel Petit 1 666 Frank Lampard 1 778 Michael Chopra 1 780 Gustavo Poyet 1 781 Milenko Acimovic -1 783 Steffen Freund 1 784 Simon Davies 1 938 Gianfranco Zola 1 942 Eidur Gudjohnsen 1 956 Robbie Keane 1 1002 Teddy Sheringham 0 ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 18:39 Message: Logged In: YES user_id=631335 Altering the players.xml file does not rectify this problem. I'm not sure what the problem is here - he is listed in the teamStarter tab as 'Hasselbaink' and is also listed in the substitution tab (as 'Jimmy Floyd Hasselbaink'). In the summar tab he is listed as "Jimmy Hasselbaink". It is clearly an issue with the players.xml file as editing the commentary html to read "Jimmy Hasselbaink" intead of "Jimmy Floyd Hasselbaink' eradicates the error. Maybe I have not edited the players.xml file correctly? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 |
From: <no...@so...> - 2002-11-24 19:19:40
|
Bugs item #634626, was opened at 2002-11-06 20:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 Category: Config Files Group: CVS HEAD >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Michael Lever (leverm) Summary: Appearance point awarded in error Initial Comment: In the game between TOT and CHE (27/10/0) Jimmy Hasselbaink was awarded an appearance point in error. He was a team starter, but was substituted at 43:37 minutes. It's not clear as to why he was awarded this appearance point, but it may have something do with bug 62994 (Unable to identify players) - ie the substitution was not picked up because his name was not recognised. He is sometimes called Jimmy, sometimes Jimmy Floyd etc. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-24 19:19 Message: Logged In: YES user_id=631335 Just tried it again myself and it worked, must have fixed it after all! ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 19:11 Message: Logged In: YES user_id=88713 I just ran this CVS head on the attached commentary. There were no points awarded to Jimmy Floyd Hasselbaink. Do you have your config files set to something other than CVS Head? The calculated scores I get are: ID Name Total Points 120 Carlo Cudicini 5 154 Kasey Keller 4 230 Mario Melchiot 5 233 Celestine Babayaro 5 286 Steve Carr 5 434 William Gallas 5 436 Marcel Desailly 5 493 Chris Perry 5 494 Goran Bunjevcevic 5 496 Dean Richards 5 661 Enrique De Lucas -1 662 Jody Morris 0 664 Emmanuel Petit 1 666 Frank Lampard 1 778 Michael Chopra 1 780 Gustavo Poyet 1 781 Milenko Acimovic -1 783 Steffen Freund 1 784 Simon Davies 1 938 Gianfranco Zola 1 942 Eidur Gudjohnsen 1 956 Robbie Keane 1 1002 Teddy Sheringham 0 ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 18:39 Message: Logged In: YES user_id=631335 Altering the players.xml file does not rectify this problem. I'm not sure what the problem is here - he is listed in the teamStarter tab as 'Hasselbaink' and is also listed in the substitution tab (as 'Jimmy Floyd Hasselbaink'). In the summar tab he is listed as "Jimmy Hasselbaink". It is clearly an issue with the players.xml file as editing the commentary html to read "Jimmy Hasselbaink" intead of "Jimmy Floyd Hasselbaink' eradicates the error. Maybe I have not edited the players.xml file correctly? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 |
From: <no...@so...> - 2002-11-24 19:11:54
|
Bugs item #634626, was opened at 2002-11-06 20:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 Category: Config Files Group: CVS HEAD Status: Open Resolution: Accepted Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Michael Lever (leverm) Summary: Appearance point awarded in error Initial Comment: In the game between TOT and CHE (27/10/0) Jimmy Hasselbaink was awarded an appearance point in error. He was a team starter, but was substituted at 43:37 minutes. It's not clear as to why he was awarded this appearance point, but it may have something do with bug 62994 (Unable to identify players) - ie the substitution was not picked up because his name was not recognised. He is sometimes called Jimmy, sometimes Jimmy Floyd etc. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-24 19:11 Message: Logged In: YES user_id=88713 I just ran this CVS head on the attached commentary. There were no points awarded to Jimmy Floyd Hasselbaink. Do you have your config files set to something other than CVS Head? The calculated scores I get are: ID Name Total Points 120 Carlo Cudicini 5 154 Kasey Keller 4 230 Mario Melchiot 5 233 Celestine Babayaro 5 286 Steve Carr 5 434 William Gallas 5 436 Marcel Desailly 5 493 Chris Perry 5 494 Goran Bunjevcevic 5 496 Dean Richards 5 661 Enrique De Lucas -1 662 Jody Morris 0 664 Emmanuel Petit 1 666 Frank Lampard 1 778 Michael Chopra 1 780 Gustavo Poyet 1 781 Milenko Acimovic -1 783 Steffen Freund 1 784 Simon Davies 1 938 Gianfranco Zola 1 942 Eidur Gudjohnsen 1 956 Robbie Keane 1 1002 Teddy Sheringham 0 ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-24 18:39 Message: Logged In: YES user_id=631335 Altering the players.xml file does not rectify this problem. I'm not sure what the problem is here - he is listed in the teamStarter tab as 'Hasselbaink' and is also listed in the substitution tab (as 'Jimmy Floyd Hasselbaink'). In the summar tab he is listed as "Jimmy Hasselbaink". It is clearly an issue with the players.xml file as editing the commentary html to read "Jimmy Hasselbaink" intead of "Jimmy Floyd Hasselbaink' eradicates the error. Maybe I have not edited the players.xml file correctly? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 |
From: <no...@so...> - 2002-11-24 18:39:10
|
Bugs item #634626, was opened at 2002-11-06 20:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 Category: Config Files Group: CVS HEAD Status: Open Resolution: Accepted Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Michael Lever (leverm) Summary: Appearance point awarded in error Initial Comment: In the game between TOT and CHE (27/10/0) Jimmy Hasselbaink was awarded an appearance point in error. He was a team starter, but was substituted at 43:37 minutes. It's not clear as to why he was awarded this appearance point, but it may have something do with bug 62994 (Unable to identify players) - ie the substitution was not picked up because his name was not recognised. He is sometimes called Jimmy, sometimes Jimmy Floyd etc. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-24 18:39 Message: Logged In: YES user_id=631335 Altering the players.xml file does not rectify this problem. I'm not sure what the problem is here - he is listed in the teamStarter tab as 'Hasselbaink' and is also listed in the substitution tab (as 'Jimmy Floyd Hasselbaink'). In the summar tab he is listed as "Jimmy Hasselbaink". It is clearly an issue with the players.xml file as editing the commentary html to read "Jimmy Hasselbaink" intead of "Jimmy Floyd Hasselbaink' eradicates the error. Maybe I have not edited the players.xml file correctly? ---------------------------------------------------------------------- Comment By: Michael Lever (leverm) Date: 2002-11-06 20:02 Message: Logged In: YES user_id=631335 I will edit the players.xml file in the near future toi see if this can be rectified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=634626&group_id=65029 |
From: <no...@so...> - 2002-11-24 18:06:30
|
Bugs item #643126, was opened at 2002-11-24 16:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 Category: Fantasy Sports Module Group: CVS HEAD Status: Open Resolution: Accepted Priority: 6 Submitted By: Michael Lever (leverm) Assigned to: Ross Gardler (rgardler) Summary: CSMS broken? Initial Comment: Downloaded latest version from CVS, but it appears to be broken. Error message : dummy-target: core libs fetch finished Transforming into C:\fanfoot-dev\csms- core\build\work\temp Parsing with PH2: C:\fanfoot-dev\csms- core\build\work\temp\module.FantasySportsM odule.classpath.xml run: Execute directory is C:\fanfoot-dev\csms- core\build/FantasySportsModule/work/cen tipede/dist-bin Error in class net.sf.antcontrib.logic.IfTask BUILD FAILED file:C:/fanfoot-dev/csms-core/centibuild.xml:105: The directory you specified do es not exist Total time: 3 seconds C:\fanfoot-dev\csms-core> I see that a new directory was created in the csms folder when cent was run : "${centipede.cent.dist.bin.dir}", which appears to have been named incorrectly, not sure what it's meant to be called, but I know it's not that. ---------------------------------------------------------------------- >Comment By: Michael Lever (leverm) Date: 2002-11-24 18:06 Message: Logged In: YES user_id=631335 Now runing okay using 'ant' ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:09 Message: Logged In: YES user_id=88713 There is an alternative build system available now. This doesn;t use all the stuff of Centipede and therefore is much more stable (although much less useful). All you can do is build and run the application, but that's all you need to do most of the time. In order to use it put the following directory in you PATH environemnt variable: [path-to-krysalis-centipede]/bin then in your CSMS directory run the command "ant run" I am reducing the priority of this bug since you can now carry on working an I am busy on other things. If this workaround fails please raise the priority again. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:01 Message: Logged In: YES user_id=88713 The ${centipede.cent.dist.bin.dir} is created by centipede. I suspect that this is becasue you have not recently updated your local version of Centipede, can you delete the directory, update centipede and try again. If it still happens please open as a separate bug. You are correct with the failed build - I'm working on it now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 |
From: <no...@so...> - 2002-11-24 17:09:22
|
Bugs item #643126, was opened at 2002-11-24 16:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 >Category: Fantasy Sports Module Group: CVS HEAD Status: Open Resolution: Accepted >Priority: 6 Submitted By: Michael Lever (leverm) Assigned to: Ross Gardler (rgardler) Summary: CSMS broken? Initial Comment: Downloaded latest version from CVS, but it appears to be broken. Error message : dummy-target: core libs fetch finished Transforming into C:\fanfoot-dev\csms- core\build\work\temp Parsing with PH2: C:\fanfoot-dev\csms- core\build\work\temp\module.FantasySportsM odule.classpath.xml run: Execute directory is C:\fanfoot-dev\csms- core\build/FantasySportsModule/work/cen tipede/dist-bin Error in class net.sf.antcontrib.logic.IfTask BUILD FAILED file:C:/fanfoot-dev/csms-core/centibuild.xml:105: The directory you specified do es not exist Total time: 3 seconds C:\fanfoot-dev\csms-core> I see that a new directory was created in the csms folder when cent was run : "${centipede.cent.dist.bin.dir}", which appears to have been named incorrectly, not sure what it's meant to be called, but I know it's not that. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:09 Message: Logged In: YES user_id=88713 There is an alternative build system available now. This doesn;t use all the stuff of Centipede and therefore is much more stable (although much less useful). All you can do is build and run the application, but that's all you need to do most of the time. In order to use it put the following directory in you PATH environemnt variable: [path-to-krysalis-centipede]/bin then in your CSMS directory run the command "ant run" I am reducing the priority of this bug since you can now carry on working an I am busy on other things. If this workaround fails please raise the priority again. ---------------------------------------------------------------------- Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:01 Message: Logged In: YES user_id=88713 The ${centipede.cent.dist.bin.dir} is created by centipede. I suspect that this is becasue you have not recently updated your local version of Centipede, can you delete the directory, update centipede and try again. If it still happens please open as a separate bug. You are correct with the failed build - I'm working on it now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 |
From: <no...@so...> - 2002-11-24 17:01:08
|
Bugs item #643126, was opened at 2002-11-24 16:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 >Category: None >Group: CVS HEAD Status: Open >Resolution: Accepted Priority: 8 Submitted By: Michael Lever (leverm) Assigned to: Ross Gardler (rgardler) Summary: CSMS broken? Initial Comment: Downloaded latest version from CVS, but it appears to be broken. Error message : dummy-target: core libs fetch finished Transforming into C:\fanfoot-dev\csms- core\build\work\temp Parsing with PH2: C:\fanfoot-dev\csms- core\build\work\temp\module.FantasySportsM odule.classpath.xml run: Execute directory is C:\fanfoot-dev\csms- core\build/FantasySportsModule/work/cen tipede/dist-bin Error in class net.sf.antcontrib.logic.IfTask BUILD FAILED file:C:/fanfoot-dev/csms-core/centibuild.xml:105: The directory you specified do es not exist Total time: 3 seconds C:\fanfoot-dev\csms-core> I see that a new directory was created in the csms folder when cent was run : "${centipede.cent.dist.bin.dir}", which appears to have been named incorrectly, not sure what it's meant to be called, but I know it's not that. ---------------------------------------------------------------------- >Comment By: Ross Gardler (rgardler) Date: 2002-11-24 17:01 Message: Logged In: YES user_id=88713 The ${centipede.cent.dist.bin.dir} is created by centipede. I suspect that this is becasue you have not recently updated your local version of Centipede, can you delete the directory, update centipede and try again. If it still happens please open as a separate bug. You are correct with the failed build - I'm working on it now. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 |
From: <no...@so...> - 2002-11-24 16:14:14
|
Bugs item #643126, was opened at 2002-11-24 16:14 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 Category: Config Files Group: None Status: Open Resolution: None Priority: 8 Submitted By: Michael Lever (leverm) Assigned to: Ross Gardler (rgardler) Summary: CSMS broken? Initial Comment: Downloaded latest version from CVS, but it appears to be broken. Error message : dummy-target: core libs fetch finished Transforming into C:\fanfoot-dev\csms- core\build\work\temp Parsing with PH2: C:\fanfoot-dev\csms- core\build\work\temp\module.FantasySportsM odule.classpath.xml run: Execute directory is C:\fanfoot-dev\csms- core\build/FantasySportsModule/work/cen tipede/dist-bin Error in class net.sf.antcontrib.logic.IfTask BUILD FAILED file:C:/fanfoot-dev/csms-core/centibuild.xml:105: The directory you specified do es not exist Total time: 3 seconds C:\fanfoot-dev\csms-core> I see that a new directory was created in the csms folder when cent was run : "${centipede.cent.dist.bin.dir}", which appears to have been named incorrectly, not sure what it's meant to be called, but I know it's not that. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=643126&group_id=65029 |