You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(95) |
Nov
(117) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Ross G. <ro...@sa...> - 2002-10-24 19:04:17
|
If you follow the link in the next mail you will find it. The reason it has moved is I realised it's not a bug but a support request so I moved it into there. Ross Mike L. wrote: > Where's the csms/krysalis bug gone? > > I was just about to add something to the bug, but it's not there? > > https://sourceforge.net/tracker/?func=detail&atid=509508&aid=628119&group_id > =65029 > > > > Mike L. > |
|
From: Mike L. <mi...@fa...> - 2002-10-24 18:20:10
|
Where's the csms/krysalis bug gone? I was just about to add something to the bug, but it's not there? https://sourceforge.net/tracker/?func=detail&atid=509508&aid=628119&group_id =65029 Mike L. |
|
From: Ross G. <ro...@sa...> - 2002-10-24 16:43:33
|
I'm pretty certain I know what this is and it is likely to be a common
one, if you report it in the bugs section I'll respond there as it will
then be on record for other people (I could put it on myself but then
you won't get the responses I put up there).
Ross
Mike L. wrote:
> Okay, downloaded csms-core and centipede using anon logins and have set the
> CENTIPEDE_HOME variable (to C:\krysalis-centipede), but don't think I've got
> the next bit right. I have added the line (%CENTIPEDE_HOME%\bin) to the Path
> variable in Sytem Variables. After a PC reboot to ensure the path is
> actually set I ran cent from the csms-core directory, but the build failed
> with 74 errors :
>
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
> on.j
> ava:72: java.util.logging.Logger is not public in java.util.logging; cannot
> be a
> ccessed from outside package
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:55:
> java
> .util.logging.Logger is not public in java.util.logging; cannot be accessed
> from
> outside package
> private Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:61:
> cann
> ot resolve symbol
> symbol : class Pattern
> location: class org.fanfoot.scoring.EventPattern
> private Pattern regexPattern;
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:169:
> can
> not resolve symbol
> symbol : class Pattern
> location: class org.fanfoot.scoring.EventPattern
> public Pattern getRegexPattern() {
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:180:
> can
> not resolve symbol
> symbol : class Pattern
> location: class org.fanfoot.scoring.EventPattern
> public void setRegexPattern(Pattern regexPattern) {
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:121:
> cannot
> resolve symbol
> symbol : variable Logger
> location: class org.fanfoot.gui.ControlCentre
> final Logger logger = Logger.getLogger("org.fanfoot.gui");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:158:
> cannot
> resolve symbol
> symbol : variable Preferences
> location: class org.fanfoot.gui.ControlCentre
> prefs = Preferences.userNodeForPackage(ControlCentre.class);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:195:
> cannot
> resolve symbol
> symbol : method setMaximizedBounds (java.awt.Rectangle)
> location: class org.fanfoot.gui.ControlCentre
> setMaximizedBounds(new java.awt.Rectangle(0, 0, 800, 800));
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:313:
> cannot
> resolve symbol
> symbol : class BackingStoreException
> location: class org.fanfoot.gui.ControlCentre
> } catch(BackingStoreException bse) {
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:315:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.SEVERE, "Unable to create Preferences Editor", bse);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:334:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.SEVERE,
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:414:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.SEVERE, "Cannot configure event parser", io);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:417:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.SEVERE, "Cannot configure event parser", epce);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:549:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.WARNING,
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:560:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.WARNING,
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:594:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.SEVERE, "XML Parser configuration error", pce);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:610:
> cannot
> resolve symbol
> symbol : variable Level
> location: class org.fanfoot.gui.ControlCentre
> logger.log(Level.WARNING, "Unable to calculate scores", sce);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:67:
> canno
> t resolve symbol
> symbol : variable Logger
> location: class org.fanfoot.scoring.EventParser
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:189:
> cann
> ot resolve symbol
> symbol : class Matcher
> location: class org.fanfoot.scoring.EventParser
> Matcher m = p.getRegexPattern().matcher(strData);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:236:
> cann
> ot resolve symbol
> symbol : class Matcher
> location: class org.fanfoot.scoring.EventParser
> Matcher m;
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:352:
> cann
> ot resolve symbol
> symbol : variable Level
> location: class org.fanfoot.scoring.EventParser
> logger.log(Level.WARNING,
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:357:
> cann
> ot resolve symbol
> symbol : variable Level
> location: class org.fanfoot.scoring.EventParser
> logger.log(Level.WARNING,
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
> ava:
> 57: java.util.logging.Logger is not public in java.util.logging; cannot be
> acces
> sed from outside package
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
> ava:
> 57: cannot resolve symbol
> symbol : method getLogger (java.lang.String)
> location: class java.util.logging.Logger
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
> ava:
> 113: cannot resolve symbol
> symbol : variable Level
> location: class org.fanfoot.scoring.ScoringConfiguration
> logger.log(Level.SEVERE, strError, pce);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
> ava:
> 118: cannot resolve symbol
> symbol : variable Level
> location: class org.fanfoot.scoring.ScoringConfiguration
> logger.log(Level.SEVERE, strError, se);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
> ava:
> 123: cannot resolve symbol
> symbol : variable Level
> location: class org.fanfoot.scoring.ScoringConfiguration
> logger.log(Level.SEVERE, strError, ioe);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:55:
> java.util.
> logging.Logger is not public in java.util.logging; cannot be accessed from
> outsi
> de package
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:55: cannot
> res
> olve symbol
> symbol : method getLogger (java.lang.String)
> location: class java.util.logging.Logger
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:139:
> cannot re
> solve symbol
> symbol : method entering (java.lang.String,java.lang.String)
> location: class java.util.logging.Logger
> logger.entering("org.fanfoot.scoring.scores", "calculate()");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:144:
> cannot re
> solve symbol
> symbol : method finest (java.lang.String)
> location: class java.util.logging.Logger
> logger.finest(
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:150:
> cannot re
> solve symbol
> symbol : variable Level
> location: class org.fanfoot.scoring.Scores
> logger.log(Level.WARNING, "Unable to calculate scores", e);
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:156:
> cannot re
> solve symbol
> symbol : method finest (java.lang.String)
> location: class java.util.logging.Logger
> logger.finest(
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:159:
> cannot re
> solve symbol
> symbol : method exiting (java.lang.String,java.lang.String)
> location: class java.util.logging.Logger
> logger.exiting("org.fanfoot.scoring.scores", "calculate()");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Events.java:76:
> java.util.
> logging.Logger is not public in java.util.logging; cannot be accessed from
> outsi
> de package
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Events.java:76: cannot
> res
> olve symbol
> symbol : method getLogger (java.lang.String)
> location: class java.util.logging.Logger
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:71:
> java.util.l
> ogging.Logger is not public in java.util.logging; cannot be accessed from
> outsid
> e package
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:71: cannot
> reso
> lve symbol
> symbol : method getLogger (java.lang.String)
> location: class java.util.logging.Logger
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:181: cannot
> res
> olve symbol
> symbol : method entering (java.lang.String,java.lang.String)
> location: class java.util.logging.Logger
> logger.entering("org.fanfoot.scoring.Event", "toXMLDoc()");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:186: cannot
> res
> olve symbol
> symbol : method finest (java.lang.String)
> location: class java.util.logging.Logger
> logger.finest("Root element of document is named "
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:188: cannot
> res
> olve symbol
> symbol : method exiting (java.lang.String,java.lang.String)
> location: class java.util.logging.Logger
> logger.exiting("org.fanfoot.scoring.Event", "toXMLDoc()");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
> on.j
> ava:72: java.util.logging.Logger is not public in java.util.logging; cannot
> be a
> ccessed from outside package
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
> on.j
> ava:72: cannot resolve symbol
> symbol : method getLogger (java.lang.String)
> location: class java.util.logging.Logger
> final Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
> on.j
> ava:90: cannot resolve symbol
> symbol : variable Level
> location: class org.fanfoot.scoring.EventParserConfiguration
> logger.log(Level.WARNING,
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
> on.j
> ava:184: cannot resolve symbol
> symbol : method finest (java.lang.String)
> location: class java.util.logging.Logger
> logger.finest(
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
> on.j
> ava:199: cannot resolve symbol
> symbol : method finest (java.lang.String)
> location: class java.util.logging.Logger
> logger.finest(
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
> on.j
> ava:203: cannot resolve symbol
> symbol : method finest (java.lang.String)
> location: class java.util.logging.Logger
> logger.finest(
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:55:
> java
> .util.logging.Logger is not public in java.util.logging; cannot be accessed
> from
> outside package
> private Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:55:
> cann
> ot resolve symbol
> symbol : method getLogger (java.lang.String)
> location: class java.util.logging.Logger
> private Logger logger = Logger.getLogger("org.fanfoot.scoring");
> ^
> C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:83:
> cann
> ot resolve symbol
> symbol : variable Pattern
> location: class org.fanfoot.scoring.EventPattern
> regexPattern = Pattern.compile(createREPattern(node));
> ^
> 74 errors
>
> BUILD FAILED
> file:C:/krysalis-centipede/tools/cents/centipede.cent/xbuild.xml:77: Compile
> fai
> led; see the compiler error output for details.
>
> Total time: 6 seconds
> C:\fanfoot-dev\csms-core>
>
>
>
>
>
> ----------------------------------------------------------------------------
> ----
>
>
>
>>-----Original Message-----
>>From: csm...@li...
>>[mailto:csm...@li...]On Behalf Of Ross
>>Gardler
>>Sent: 24 October 2002 15:22
>>To: csm...@li...
>>Subject: [csms-dev] Getting CVS working
>>
>>
>>OK So I spent a half day trying to work out what is going on with
>>WinCVS/Putty to get write access to the CVS. I failed to work it out.
>>Everything works lovely on my Linux setup here. I did some extensive
>>searches of the support requests for sourceforge and all I found was "be
>>patient" it will work. Well we've waited well over the six hours we are
>>supposed to (probably more like 36) but it still doesn;t work.
>>
>>The strange thing is that I can log in via SSH without a password, this
>>means that, the key is working as is pageant. Aghhhh....
>>
>>Anyway, I have a release ready and need you people to test it for me
>>before actually releasing it so we need to get you working with CVS even
>>if only on read only basis for now. We can return to the Read/Write
>>problem later (which has the same effect as "being patient" too).
>>
>>You can get read only access through the anonymous pserver. Whilst with
>>Stuart yesterday I took the opportunity of learning a little of WinCVS
>>so here are my instructions for getting a pserver connection (from
>>emmmory so not 100% accurate) or alternatively we can try setting up the
>>CVS client I have been testing over recent weeks. This is a java app and
>>should work on both linux and windows. This would be a good idea since I
>>can then give precise instructions for future tasks - up to you. I have
>>already set this up on Stuarts machine, Mike is about 50% into setting
>>it up as it is a JEdit plugin and he already has Jedit installed. Let me
>>know if you would prefer to do this first (we can switch at a later date
>>if you would prefer, or we can stick to WinCVS)
>>
>>In WinCVS open the Admin/Preferences menu
>>
>>Fill in the following details:
>>
>>CVSROOT: ano...@cv...:/cvsroot/csms
>>
>>AUTHENTICATION: pserver
>>
>>Click OK
>>
>>Select the Admin/Login menu option
>>
>>When asked for a password click OK (no password)
>>
>>You should now be connected (look for errors in the log window at the
>>bottom).
>>
>>Now we need to checkout the module we want so select the checkout module
>>menu option (not sure which menu item it is in)
>>
>>You want the csms-core module and you should (obviously) select where on
>>your machine you want to store the local copies of the files).
>>
>>Once you click OK you should get a report from WinCVS telling you it is
>>checking ut the files, you will get a list of files with a U at the
>>beginnning, the U indicates that it is updating the file. Some of the
>>files are quite large so it may appear that it is not doing anything on
>>occasion, just be patient.
>>
>>You then need to get Centipede as well (see a previous mail telling you
>>how to get this, it is essentially the same process as above but with a
>>CVSROOT of ano...@cv...:/cvsroot/krysalis and a module
>>name of krysalis-centipede).
>>
>>When you both of these you need to set up Centipede by doing the
>>following two things (if you don't know how to then ask)
>>
>>* set the CENTIPEDE_HOME variable to where /krysalis-centipede is
>>* add the %CENTIPEDE_HOME%/bin directory to the system path
>>
>>When you have got both csms-core and kryaslis-centipede you should be
>>able to cd into the csms-core directory and type
>>
>>cent run
>>
>>This should build the latest version and execute it.
>>
>>If this works great, we can progress, if it doesn;t send me the last 20
>>lines or so of the output from "cent run". Let me know what happens
>>either way.
>>
>>Ross
>>
>>
>>
>>-------------------------------------------------------
>>This sf.net email is sponsored by: Influence the future
>>of Java(TM) technology. Join the Java Community
>>Process(SM) (JCP(SM)) program now.
>>http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com
>
> /javavote
> _______________________________________________
> CSMS-developer mailing list
> CSM...@li...
> https://lists.sourceforge.net/lists/listinfo/csms-developer
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Influence the future
> of Java(TM) technology. Join the Java Community
> Process(SM) (JCP(SM)) program now.
> http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javavote
> _______________________________________________
> CSMS-developer mailing list
> CSM...@li...
> https://lists.sourceforge.net/lists/listinfo/csms-developer
|
|
From: Mike L. <mi...@fa...> - 2002-10-24 16:28:54
|
Okay, downloaded csms-core and centipede using anon logins and have set the
CENTIPEDE_HOME variable (to C:\krysalis-centipede), but don't think I've got
the next bit right. I have added the line (%CENTIPEDE_HOME%\bin) to the Path
variable in Sytem Variables. After a PC reboot to ensure the path is
actually set I ran cent from the csms-core directory, but the build failed
with 74 errors :
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
on.j
ava:72: java.util.logging.Logger is not public in java.util.logging; cannot
be a
ccessed from outside package
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:55:
java
.util.logging.Logger is not public in java.util.logging; cannot be accessed
from
outside package
private Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:61:
cann
ot resolve symbol
symbol : class Pattern
location: class org.fanfoot.scoring.EventPattern
private Pattern regexPattern;
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:169:
can
not resolve symbol
symbol : class Pattern
location: class org.fanfoot.scoring.EventPattern
public Pattern getRegexPattern() {
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:180:
can
not resolve symbol
symbol : class Pattern
location: class org.fanfoot.scoring.EventPattern
public void setRegexPattern(Pattern regexPattern) {
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:121:
cannot
resolve symbol
symbol : variable Logger
location: class org.fanfoot.gui.ControlCentre
final Logger logger = Logger.getLogger("org.fanfoot.gui");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:158:
cannot
resolve symbol
symbol : variable Preferences
location: class org.fanfoot.gui.ControlCentre
prefs = Preferences.userNodeForPackage(ControlCentre.class);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:195:
cannot
resolve symbol
symbol : method setMaximizedBounds (java.awt.Rectangle)
location: class org.fanfoot.gui.ControlCentre
setMaximizedBounds(new java.awt.Rectangle(0, 0, 800, 800));
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:313:
cannot
resolve symbol
symbol : class BackingStoreException
location: class org.fanfoot.gui.ControlCentre
} catch(BackingStoreException bse) {
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:315:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.SEVERE, "Unable to create Preferences Editor", bse);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:334:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.SEVERE,
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:414:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.SEVERE, "Cannot configure event parser", io);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:417:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.SEVERE, "Cannot configure event parser", epce);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:549:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.WARNING,
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:560:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.WARNING,
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:594:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.SEVERE, "XML Parser configuration error", pce);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\gui\ControlCentre.java:610:
cannot
resolve symbol
symbol : variable Level
location: class org.fanfoot.gui.ControlCentre
logger.log(Level.WARNING, "Unable to calculate scores", sce);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:67:
canno
t resolve symbol
symbol : variable Logger
location: class org.fanfoot.scoring.EventParser
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:189:
cann
ot resolve symbol
symbol : class Matcher
location: class org.fanfoot.scoring.EventParser
Matcher m = p.getRegexPattern().matcher(strData);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:236:
cann
ot resolve symbol
symbol : class Matcher
location: class org.fanfoot.scoring.EventParser
Matcher m;
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:352:
cann
ot resolve symbol
symbol : variable Level
location: class org.fanfoot.scoring.EventParser
logger.log(Level.WARNING,
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParser.java:357:
cann
ot resolve symbol
symbol : variable Level
location: class org.fanfoot.scoring.EventParser
logger.log(Level.WARNING,
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
ava:
57: java.util.logging.Logger is not public in java.util.logging; cannot be
acces
sed from outside package
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
ava:
57: cannot resolve symbol
symbol : method getLogger (java.lang.String)
location: class java.util.logging.Logger
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
ava:
113: cannot resolve symbol
symbol : variable Level
location: class org.fanfoot.scoring.ScoringConfiguration
logger.log(Level.SEVERE, strError, pce);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
ava:
118: cannot resolve symbol
symbol : variable Level
location: class org.fanfoot.scoring.ScoringConfiguration
logger.log(Level.SEVERE, strError, se);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\ScoringConfiguration.j
ava:
123: cannot resolve symbol
symbol : variable Level
location: class org.fanfoot.scoring.ScoringConfiguration
logger.log(Level.SEVERE, strError, ioe);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:55:
java.util.
logging.Logger is not public in java.util.logging; cannot be accessed from
outsi
de package
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:55: cannot
res
olve symbol
symbol : method getLogger (java.lang.String)
location: class java.util.logging.Logger
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:139:
cannot re
solve symbol
symbol : method entering (java.lang.String,java.lang.String)
location: class java.util.logging.Logger
logger.entering("org.fanfoot.scoring.scores", "calculate()");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:144:
cannot re
solve symbol
symbol : method finest (java.lang.String)
location: class java.util.logging.Logger
logger.finest(
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:150:
cannot re
solve symbol
symbol : variable Level
location: class org.fanfoot.scoring.Scores
logger.log(Level.WARNING, "Unable to calculate scores", e);
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:156:
cannot re
solve symbol
symbol : method finest (java.lang.String)
location: class java.util.logging.Logger
logger.finest(
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Scores.java:159:
cannot re
solve symbol
symbol : method exiting (java.lang.String,java.lang.String)
location: class java.util.logging.Logger
logger.exiting("org.fanfoot.scoring.scores", "calculate()");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Events.java:76:
java.util.
logging.Logger is not public in java.util.logging; cannot be accessed from
outsi
de package
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Events.java:76: cannot
res
olve symbol
symbol : method getLogger (java.lang.String)
location: class java.util.logging.Logger
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:71:
java.util.l
ogging.Logger is not public in java.util.logging; cannot be accessed from
outsid
e package
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:71: cannot
reso
lve symbol
symbol : method getLogger (java.lang.String)
location: class java.util.logging.Logger
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:181: cannot
res
olve symbol
symbol : method entering (java.lang.String,java.lang.String)
location: class java.util.logging.Logger
logger.entering("org.fanfoot.scoring.Event", "toXMLDoc()");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:186: cannot
res
olve symbol
symbol : method finest (java.lang.String)
location: class java.util.logging.Logger
logger.finest("Root element of document is named "
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\Event.java:188: cannot
res
olve symbol
symbol : method exiting (java.lang.String,java.lang.String)
location: class java.util.logging.Logger
logger.exiting("org.fanfoot.scoring.Event", "toXMLDoc()");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
on.j
ava:72: java.util.logging.Logger is not public in java.util.logging; cannot
be a
ccessed from outside package
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
on.j
ava:72: cannot resolve symbol
symbol : method getLogger (java.lang.String)
location: class java.util.logging.Logger
final Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
on.j
ava:90: cannot resolve symbol
symbol : variable Level
location: class org.fanfoot.scoring.EventParserConfiguration
logger.log(Level.WARNING,
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
on.j
ava:184: cannot resolve symbol
symbol : method finest (java.lang.String)
location: class java.util.logging.Logger
logger.finest(
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
on.j
ava:199: cannot resolve symbol
symbol : method finest (java.lang.String)
location: class java.util.logging.Logger
logger.finest(
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventParserConfigurati
on.j
ava:203: cannot resolve symbol
symbol : method finest (java.lang.String)
location: class java.util.logging.Logger
logger.finest(
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:55:
java
.util.logging.Logger is not public in java.util.logging; cannot be accessed
from
outside package
private Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:55:
cann
ot resolve symbol
symbol : method getLogger (java.lang.String)
location: class java.util.logging.Logger
private Logger logger = Logger.getLogger("org.fanfoot.scoring");
^
C:\fanfoot-dev\csms-core\src\java\org\fanfoot\scoring\EventPattern.java:83:
cann
ot resolve symbol
symbol : variable Pattern
location: class org.fanfoot.scoring.EventPattern
regexPattern = Pattern.compile(createREPattern(node));
^
74 errors
BUILD FAILED
file:C:/krysalis-centipede/tools/cents/centipede.cent/xbuild.xml:77: Compile
fai
led; see the compiler error output for details.
Total time: 6 seconds
C:\fanfoot-dev\csms-core>
----------------------------------------------------------------------------
----
> -----Original Message-----
> From: csm...@li...
> [mailto:csm...@li...]On Behalf Of Ross
> Gardler
> Sent: 24 October 2002 15:22
> To: csm...@li...
> Subject: [csms-dev] Getting CVS working
>
>
> OK So I spent a half day trying to work out what is going on with
> WinCVS/Putty to get write access to the CVS. I failed to work it out.
> Everything works lovely on my Linux setup here. I did some extensive
> searches of the support requests for sourceforge and all I found was "be
> patient" it will work. Well we've waited well over the six hours we are
> supposed to (probably more like 36) but it still doesn;t work.
>
> The strange thing is that I can log in via SSH without a password, this
> means that, the key is working as is pageant. Aghhhh....
>
> Anyway, I have a release ready and need you people to test it for me
> before actually releasing it so we need to get you working with CVS even
> if only on read only basis for now. We can return to the Read/Write
> problem later (which has the same effect as "being patient" too).
>
> You can get read only access through the anonymous pserver. Whilst with
> Stuart yesterday I took the opportunity of learning a little of WinCVS
> so here are my instructions for getting a pserver connection (from
> emmmory so not 100% accurate) or alternatively we can try setting up the
> CVS client I have been testing over recent weeks. This is a java app and
> should work on both linux and windows. This would be a good idea since I
> can then give precise instructions for future tasks - up to you. I have
> already set this up on Stuarts machine, Mike is about 50% into setting
> it up as it is a JEdit plugin and he already has Jedit installed. Let me
> know if you would prefer to do this first (we can switch at a later date
> if you would prefer, or we can stick to WinCVS)
>
> In WinCVS open the Admin/Preferences menu
>
> Fill in the following details:
>
> CVSROOT: ano...@cv...:/cvsroot/csms
>
> AUTHENTICATION: pserver
>
> Click OK
>
> Select the Admin/Login menu option
>
> When asked for a password click OK (no password)
>
> You should now be connected (look for errors in the log window at the
> bottom).
>
> Now we need to checkout the module we want so select the checkout module
> menu option (not sure which menu item it is in)
>
> You want the csms-core module and you should (obviously) select where on
> your machine you want to store the local copies of the files).
>
> Once you click OK you should get a report from WinCVS telling you it is
> checking ut the files, you will get a list of files with a U at the
> beginnning, the U indicates that it is updating the file. Some of the
> files are quite large so it may appear that it is not doing anything on
> occasion, just be patient.
>
> You then need to get Centipede as well (see a previous mail telling you
> how to get this, it is essentially the same process as above but with a
> CVSROOT of ano...@cv...:/cvsroot/krysalis and a module
> name of krysalis-centipede).
>
> When you both of these you need to set up Centipede by doing the
> following two things (if you don't know how to then ask)
>
> * set the CENTIPEDE_HOME variable to where /krysalis-centipede is
> * add the %CENTIPEDE_HOME%/bin directory to the system path
>
> When you have got both csms-core and kryaslis-centipede you should be
> able to cd into the csms-core directory and type
>
> cent run
>
> This should build the latest version and execute it.
>
> If this works great, we can progress, if it doesn;t send me the last 20
> lines or so of the output from "cent run". Let me know what happens
> either way.
>
> Ross
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Influence the future
> of Java(TM) technology. Join the Java Community
> Process(SM) (JCP(SM)) program now.
> http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com
/javavote
_______________________________________________
CSMS-developer mailing list
CSM...@li...
https://lists.sourceforge.net/lists/listinfo/csms-developer
|
|
From: Ross G. <ro...@sa...> - 2002-10-24 14:22:55
|
OK So I spent a half day trying to work out what is going on with WinCVS/Putty to get write access to the CVS. I failed to work it out. Everything works lovely on my Linux setup here. I did some extensive searches of the support requests for sourceforge and all I found was "be patient" it will work. Well we've waited well over the six hours we are supposed to (probably more like 36) but it still doesn;t work. The strange thing is that I can log in via SSH without a password, this means that, the key is working as is pageant. Aghhhh.... Anyway, I have a release ready and need you people to test it for me before actually releasing it so we need to get you working with CVS even if only on read only basis for now. We can return to the Read/Write problem later (which has the same effect as "being patient" too). You can get read only access through the anonymous pserver. Whilst with Stuart yesterday I took the opportunity of learning a little of WinCVS so here are my instructions for getting a pserver connection (from emmmory so not 100% accurate) or alternatively we can try setting up the CVS client I have been testing over recent weeks. This is a java app and should work on both linux and windows. This would be a good idea since I can then give precise instructions for future tasks - up to you. I have already set this up on Stuarts machine, Mike is about 50% into setting it up as it is a JEdit plugin and he already has Jedit installed. Let me know if you would prefer to do this first (we can switch at a later date if you would prefer, or we can stick to WinCVS) In WinCVS open the Admin/Preferences menu Fill in the following details: CVSROOT: ano...@cv...:/cvsroot/csms AUTHENTICATION: pserver Click OK Select the Admin/Login menu option When asked for a password click OK (no password) You should now be connected (look for errors in the log window at the bottom). Now we need to checkout the module we want so select the checkout module menu option (not sure which menu item it is in) You want the csms-core module and you should (obviously) select where on your machine you want to store the local copies of the files). Once you click OK you should get a report from WinCVS telling you it is checking ut the files, you will get a list of files with a U at the beginnning, the U indicates that it is updating the file. Some of the files are quite large so it may appear that it is not doing anything on occasion, just be patient. You then need to get Centipede as well (see a previous mail telling you how to get this, it is essentially the same process as above but with a CVSROOT of ano...@cv...:/cvsroot/krysalis and a module name of krysalis-centipede). When you both of these you need to set up Centipede by doing the following two things (if you don't know how to then ask) * set the CENTIPEDE_HOME variable to where /krysalis-centipede is * add the %CENTIPEDE_HOME%/bin directory to the system path When you have got both csms-core and kryaslis-centipede you should be able to cd into the csms-core directory and type cent run This should build the latest version and execute it. If this works great, we can progress, if it doesn;t send me the last 20 lines or so of the output from "cent run". Let me know what happens either way. Ross |
|
From: Stuart G. <st...@wk...> - 2002-10-23 10:27:13
|
I am still not getting the correct response for the key, all day yesterday. All I get when running the command c:\putty\plink.exe smg...@sh... echo "SSH public key is in place" is SSH-1.99-OpenSSH_3.4p1 Debian 1:3.4p1-0.0potato1 Stuart ----- Original Message ----- From: "Ross Gardler" <ro...@sa...> To: <csm...@li...> Sent: Monday, October 21, 2002 10:18 PM Subject: Configuring Centipede (was Re: [csms-dev] Getting CVS running) > > > Mike L. wrote: > > I made the same mistake as you, Stuart - perhaps we're not the only ones to > > have done this....now just waiting for my new public key to be transferred. > > Don't you just love good clear instructions! > > There is another CVS repository you will need to connect to. This one > will be for read only access, which uses the pserver protocol (don't > worry about what it is other than it is not a secure protocol). Since > you will only read from this project there is no need to use a GUI > client to retrieve the data from the repository. > > Anyway, we are using a system called Centipede as a build tool. Don't > worry for now what this means, all will become clear as you progress. > Centipede is an Open Source tool. It is a project I am a commiter on and > so we will generally be using the latest version of it since I can fix > bugs as they become apparent. Therefore, you need to install the CVS > version of it rather than the released version. > > There are very few docs for Centipede at the moment, so I'm going to > walk you through the installation and write some docs at the same time. > > The first thing you need to do is get the latest CVS version. To do > this, cd to the directory in which you want to store the downloaded > files and use the commands shown under the "Anonymous CVS Access) > heading on the Centipede projects CVS page > (https://sourceforge.net/cvs/?group_id=36516) the modulename you want is > krysalis-centipede. > > If these commands fail it is probably because the CVS command line tools > are not installed on your computer. If this is the case then you can use > winCVS instead, using the info provided on the above page. I can;t tell > you exactly how to do it as I do not use winCVS but hopefully it will be > fairly self explanatory. > > Once you've done this we need to configure centipede to run properly by > doing the follwoing two simple steps (simple if you know how to set > environmnet variables, otherwise ask how to do it): > > * set the CENTIPEDE_HOME variable to where /krysalis-centipede is > * add the %CENTIPEDE_HOME%/bin directory to the system path > > If everything is OK you should be able to type cent and get an error > about not being able to find a centibuild.xml file. Any other error is a > config problem and you need to ask a question here. > > Ross > > > > > > > Mike L. > > > > > >>-----Original Message----- > >>From: csm...@li... > >>[mailto:csm...@li...]On Behalf Of Stuart > >>Gardler > >>Sent: 21 October 2002 15:58 > >>To: csm...@li... > >>Subject: Re: [csms-dev] Getting CVS running > >> > >> > >>I have only just now been able to get round to testing the CVS from the > >>stage at last Friday. > >>It is still not running because I think I made an error when saving the > >>Private Key in the PuTTY Key Generator. > >> > >>When reading the section "Generating a SSH key pair" Step 7 (link to > >>document below) > >>"Click on the 'Save private key' button. Save your new key to > >>'C:\PUTTY\SOURCEFORGE.NET.KEY' > >>I saved the file as PUTTY\SOURCEFORGE.NET.KEY' and not to a folder named > >>SOURCEFORGE.NET.KEY. > >>I have now redone this exercise and when saving the key I get the > >>extension > >>PPK file and it is viewable as a PuTTY Private Key File, where > >>the previous > >>saved one was not. > >> > >>Basic error I think but hopefully this will work after the key data is > >>synchronised from the SourceForge.net web site. > >>Mike, > >>You are probably up and running unless you have been waiting on > >>my progress > >>report! > >> > >>http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > >>#download > >> > >>Stuart > >> > >>----- Original Message ----- > >>From: "Mike L." <mi...@fa...> > >>To: <csm...@li...> > >>Sent: Friday, October 18, 2002 4:22 PM > >>Subject: RE: [csms-dev] Getting CVS running > >> > >> > >> > >>>I'm now at the same stage as Stuart was when he sent this mail - let me > >> > >>kno > >> > >>>when you proceed, please, Stuart, because I guess it will mean I will be > >>>able to do so too. Cheers. > >>> > >>>Mike L. > >>> > >>> > >>>>-----Original Message----- > >>>>From: csm...@li... > >>>>[mailto:csm...@li...]On Behalf Of Stuart > >>>>Gardler > >>>>Sent: 18 October 2002 14:40 > >>>>To: csm...@li... > >>>>Subject: Re: [csms-dev] Getting CVS running > >>>> > >>>> > >>>>Just thought I would keep you upto speed on my progress with the CVS > >>>>clients. > >>>>I am apparently now required to wait 6 hours. > >>>> > >>>>Seems to be going ok so far! > >>>> > >>>>Stuart > >>>> > >>>>----- Original Message ----- > >>>>From: "Ross Gardler" <ro...@sa...> > >>>>To: "csms-developer" <csm...@li...> > >>>>Sent: Friday, October 18, 2002 10:38 AM > >>>>Subject: [csms-dev] Getting CVS running > >>>> > >>>> > >>>> > >>>>>Now that you have joined the project you need to set yourselves up > >>>> > >>with > >> > >>>>>CVS clients. > >>>>> > >>>>>What is CVS? > >>>>> > >>>>>Take a look at > >>>>>http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html > >>>> > >>for > >> > >>>>>a brief intro. > >>>>> > >>>>>If you want a more indepth look there is a fantastic free > >>>> > >>book on Open > >> > >>>>>Source development using CVS at > >>>> > >>http://cvsbook.red-bean.com/ (see the > >> > >>>>>links to free chapters half way down the page) > >>>>> > >>>>>There are instructions on sourceforge on how to get things set up at > >>>>>http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > >>>>>(there are more documents about this and other SF related topics at > >>>>>http://sourceforge.net/docman/?group_id=1) > >>>>> > >>>>>I am in the process of setting up the repository at the > >>>> > >>moment so you > >> > >>>>>can connect to our CVS space (see sourceforge instructions) > >>>> > >>and "check > >> > >>>>>out" our module called csms-core. > >>>>> > >>>>>Let me know when you are set up and I'll let you know the next step > >>>>>(only one more after that and we are up and running). > >>>>> > >>>>>Ross > >>>>> > >>>>> > >>>>> > >>>>>------------------------------------------------------- > >>>>>This sf.net email is sponsored by:ThinkGeek > >>>>>Welcome to geek heaven. > >>>>>http://thinkgeek.com/sf > >>>>>_______________________________________________ > >>>>>CSMS-developer mailing list > >>>>>CSM...@li... > >>>>>https://lists.sourceforge.net/lists/listinfo/csms-developer > >>>> > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>This sf.net email is sponsored by:ThinkGeek > >>>>Welcome to geek heaven. > >>>>http://thinkgeek.com/sf > >>>>_______________________________________________ > >>>>CSMS-developer mailing list > >>>>CSM...@li... > >>>>https://lists.sourceforge.net/lists/listinfo/csms-developer > >>>> > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>This sf.net email is sponsored by:ThinkGeek > >>>Welcome to geek heaven. > >>>http://thinkgeek.com/sf > >>>_______________________________________________ > >>>CSMS-developer mailing list > >>>CSM...@li... > >>>https://lists.sourceforge.net/lists/listinfo/csms-developer > >> > >> > >> > >>------------------------------------------------------- > >>This sf.net email is sponsored by:ThinkGeek > >>Welcome to geek heaven. > >>http://thinkgeek.com/sf > >>_______________________________________________ > >>CSMS-developer mailing list > >>CSM...@li... > >>https://lists.sourceforge.net/lists/listinfo/csms-developer > >> > > > > > > > > > > ------------------------------------------------------- > > This sf.net emial is sponsored by: Influence the future > > of Java(TM) technology. Join the Java Community > > Process(SM) (JCP(SM)) program now. > > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote > > _______________________________________________ > > CSMS-developer mailing list > > CSM...@li... > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer |
|
From: <no...@so...> - 2002-10-22 19:05:06
|
Bugs item #627052, was opened at 2002-10-22 19:05 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=627052&group_id=65029 Category: Interface (example) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Lever (leverm) Assigned to: Nobody/Anonymous (nobody) Summary: No vertical scrollbar Initial Comment: The window, in which the results of parsing a file or url with FantasyFootballSportsModule-0.0.1-alpha1-dev- 200210211904 is produced, has no scrollbars. The lack of a vertical scrollbar prevents the user from viewing the whole of the output, in particular the errors at the bottom of the page. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=509508&aid=627052&group_id=65029 |
|
From: Ross G. <ro...@sa...> - 2002-10-21 21:19:11
|
Mike L. wrote: > I made the same mistake as you, Stuart - perhaps we're not the only ones to > have done this....now just waiting for my new public key to be transferred. Don't you just love good clear instructions! There is another CVS repository you will need to connect to. This one will be for read only access, which uses the pserver protocol (don't worry about what it is other than it is not a secure protocol). Since you will only read from this project there is no need to use a GUI client to retrieve the data from the repository. Anyway, we are using a system called Centipede as a build tool. Don't worry for now what this means, all will become clear as you progress. Centipede is an Open Source tool. It is a project I am a commiter on and so we will generally be using the latest version of it since I can fix bugs as they become apparent. Therefore, you need to install the CVS version of it rather than the released version. There are very few docs for Centipede at the moment, so I'm going to walk you through the installation and write some docs at the same time. The first thing you need to do is get the latest CVS version. To do this, cd to the directory in which you want to store the downloaded files and use the commands shown under the "Anonymous CVS Access) heading on the Centipede projects CVS page (https://sourceforge.net/cvs/?group_id=36516) the modulename you want is krysalis-centipede. If these commands fail it is probably because the CVS command line tools are not installed on your computer. If this is the case then you can use winCVS instead, using the info provided on the above page. I can;t tell you exactly how to do it as I do not use winCVS but hopefully it will be fairly self explanatory. Once you've done this we need to configure centipede to run properly by doing the follwoing two simple steps (simple if you know how to set environmnet variables, otherwise ask how to do it): * set the CENTIPEDE_HOME variable to where /krysalis-centipede is * add the %CENTIPEDE_HOME%/bin directory to the system path If everything is OK you should be able to type cent and get an error about not being able to find a centibuild.xml file. Any other error is a config problem and you need to ask a question here. Ross > > Mike L. > > >>-----Original Message----- >>From: csm...@li... >>[mailto:csm...@li...]On Behalf Of Stuart >>Gardler >>Sent: 21 October 2002 15:58 >>To: csm...@li... >>Subject: Re: [csms-dev] Getting CVS running >> >> >>I have only just now been able to get round to testing the CVS from the >>stage at last Friday. >>It is still not running because I think I made an error when saving the >>Private Key in the PuTTY Key Generator. >> >>When reading the section "Generating a SSH key pair" Step 7 (link to >>document below) >>"Click on the 'Save private key' button. Save your new key to >>'C:\PUTTY\SOURCEFORGE.NET.KEY' >>I saved the file as PUTTY\SOURCEFORGE.NET.KEY' and not to a folder named >>SOURCEFORGE.NET.KEY. >>I have now redone this exercise and when saving the key I get the >>extension >>PPK file and it is viewable as a PuTTY Private Key File, where >>the previous >>saved one was not. >> >>Basic error I think but hopefully this will work after the key data is >>synchronised from the SourceForge.net web site. >>Mike, >>You are probably up and running unless you have been waiting on >>my progress >>report! >> >>http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 >>#download >> >>Stuart >> >>----- Original Message ----- >>From: "Mike L." <mi...@fa...> >>To: <csm...@li...> >>Sent: Friday, October 18, 2002 4:22 PM >>Subject: RE: [csms-dev] Getting CVS running >> >> >> >>>I'm now at the same stage as Stuart was when he sent this mail - let me >> >>kno >> >>>when you proceed, please, Stuart, because I guess it will mean I will be >>>able to do so too. Cheers. >>> >>>Mike L. >>> >>> >>>>-----Original Message----- >>>>From: csm...@li... >>>>[mailto:csm...@li...]On Behalf Of Stuart >>>>Gardler >>>>Sent: 18 October 2002 14:40 >>>>To: csm...@li... >>>>Subject: Re: [csms-dev] Getting CVS running >>>> >>>> >>>>Just thought I would keep you upto speed on my progress with the CVS >>>>clients. >>>>I am apparently now required to wait 6 hours. >>>> >>>>Seems to be going ok so far! >>>> >>>>Stuart >>>> >>>>----- Original Message ----- >>>>From: "Ross Gardler" <ro...@sa...> >>>>To: "csms-developer" <csm...@li...> >>>>Sent: Friday, October 18, 2002 10:38 AM >>>>Subject: [csms-dev] Getting CVS running >>>> >>>> >>>> >>>>>Now that you have joined the project you need to set yourselves up >>>> >>with >> >>>>>CVS clients. >>>>> >>>>>What is CVS? >>>>> >>>>>Take a look at >>>>>http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html >>>> >>for >> >>>>>a brief intro. >>>>> >>>>>If you want a more indepth look there is a fantastic free >>>> >>book on Open >> >>>>>Source development using CVS at >>>> >>http://cvsbook.red-bean.com/ (see the >> >>>>>links to free chapters half way down the page) >>>>> >>>>>There are instructions on sourceforge on how to get things set up at >>>>>http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 >>>>>(there are more documents about this and other SF related topics at >>>>>http://sourceforge.net/docman/?group_id=1) >>>>> >>>>>I am in the process of setting up the repository at the >>>> >>moment so you >> >>>>>can connect to our CVS space (see sourceforge instructions) >>>> >>and "check >> >>>>>out" our module called csms-core. >>>>> >>>>>Let me know when you are set up and I'll let you know the next step >>>>>(only one more after that and we are up and running). >>>>> >>>>>Ross >>>>> >>>>> >>>>> >>>>>------------------------------------------------------- >>>>>This sf.net email is sponsored by:ThinkGeek >>>>>Welcome to geek heaven. >>>>>http://thinkgeek.com/sf >>>>>_______________________________________________ >>>>>CSMS-developer mailing list >>>>>CSM...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/csms-developer >>>> >>>> >>>> >>>>------------------------------------------------------- >>>>This sf.net email is sponsored by:ThinkGeek >>>>Welcome to geek heaven. >>>>http://thinkgeek.com/sf >>>>_______________________________________________ >>>>CSMS-developer mailing list >>>>CSM...@li... >>>>https://lists.sourceforge.net/lists/listinfo/csms-developer >>>> >>> >>> >>> >>>------------------------------------------------------- >>>This sf.net email is sponsored by:ThinkGeek >>>Welcome to geek heaven. >>>http://thinkgeek.com/sf >>>_______________________________________________ >>>CSMS-developer mailing list >>>CSM...@li... >>>https://lists.sourceforge.net/lists/listinfo/csms-developer >> >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by:ThinkGeek >>Welcome to geek heaven. >>http://thinkgeek.com/sf >>_______________________________________________ >>CSMS-developer mailing list >>CSM...@li... >>https://lists.sourceforge.net/lists/listinfo/csms-developer >> > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer |
|
From: Mike L. <mi...@fa...> - 2002-10-21 20:50:30
|
I made the same mistake as you, Stuart - perhaps we're not the only ones to have done this....now just waiting for my new public key to be transferred. Mike L. > -----Original Message----- > From: csm...@li... > [mailto:csm...@li...]On Behalf Of Stuart > Gardler > Sent: 21 October 2002 15:58 > To: csm...@li... > Subject: Re: [csms-dev] Getting CVS running > > > I have only just now been able to get round to testing the CVS from the > stage at last Friday. > It is still not running because I think I made an error when saving the > Private Key in the PuTTY Key Generator. > > When reading the section "Generating a SSH key pair" Step 7 (link to > document below) > "Click on the 'Save private key' button. Save your new key to > 'C:\PUTTY\SOURCEFORGE.NET.KEY' > I saved the file as PUTTY\SOURCEFORGE.NET.KEY' and not to a folder named > SOURCEFORGE.NET.KEY. > I have now redone this exercise and when saving the key I get the > extension > PPK file and it is viewable as a PuTTY Private Key File, where > the previous > saved one was not. > > Basic error I think but hopefully this will work after the key data is > synchronised from the SourceForge.net web site. > Mike, > You are probably up and running unless you have been waiting on > my progress > report! > > http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > #download > > Stuart > > ----- Original Message ----- > From: "Mike L." <mi...@fa...> > To: <csm...@li...> > Sent: Friday, October 18, 2002 4:22 PM > Subject: RE: [csms-dev] Getting CVS running > > > > I'm now at the same stage as Stuart was when he sent this mail - let me > kno > > when you proceed, please, Stuart, because I guess it will mean I will be > > able to do so too. Cheers. > > > > Mike L. > > > > > -----Original Message----- > > > From: csm...@li... > > > [mailto:csm...@li...]On Behalf Of Stuart > > > Gardler > > > Sent: 18 October 2002 14:40 > > > To: csm...@li... > > > Subject: Re: [csms-dev] Getting CVS running > > > > > > > > > Just thought I would keep you upto speed on my progress with the CVS > > > clients. > > > I am apparently now required to wait 6 hours. > > > > > > Seems to be going ok so far! > > > > > > Stuart > > > > > > ----- Original Message ----- > > > From: "Ross Gardler" <ro...@sa...> > > > To: "csms-developer" <csm...@li...> > > > Sent: Friday, October 18, 2002 10:38 AM > > > Subject: [csms-dev] Getting CVS running > > > > > > > > > > Now that you have joined the project you need to set yourselves up > with > > > > CVS clients. > > > > > > > > What is CVS? > > > > > > > > Take a look at > > > > http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html > for > > > > a brief intro. > > > > > > > > If you want a more indepth look there is a fantastic free > book on Open > > > > Source development using CVS at > http://cvsbook.red-bean.com/ (see the > > > > links to free chapters half way down the page) > > > > > > > > There are instructions on sourceforge on how to get things set up at > > > > http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > > > > (there are more documents about this and other SF related topics at > > > > http://sourceforge.net/docman/?group_id=1) > > > > > > > > I am in the process of setting up the repository at the > moment so you > > > > can connect to our CVS space (see sourceforge instructions) > and "check > > > > out" our module called csms-core. > > > > > > > > Let me know when you are set up and I'll let you know the next step > > > > (only one more after that and we are up and running). > > > > > > > > Ross > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > CSMS-developer mailing list > > > > CSM...@li... > > > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > CSMS-developer mailing list > > > CSM...@li... > > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > CSMS-developer mailing list > > CSM...@li... > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer > |
|
From: Mike L. <mi...@fa...> - 2002-10-21 18:09:05
|
Gotcha...added comments to task. I'll let you close it, in case you think there's anything else needed. Mike L. > -----Original Message----- > From: csm...@li... > [mailto:csm...@li...]On Behalf Of Ross > Gardler > Sent: 21 October 2002 19:03 > To: csm...@li... > Subject: Re: [csms-dev] RE: [Task #64096] Agree constitution > > > > > Mike L. wrote: > > Errmm, give me a chance to take a look ;-) you only released > the document at > > 3:30!....Okay, I've looked now it all seems fair and quite > straightforward > > and it's fine by me. > > > > Sorry I should have made it clear - I meant lack of additional comments > from stuart. I left the task at 85% complete because you hadn't aproved > it yet. In this kind of development I wait a good week or so before > hassling people to do something. > > Ross > > > Mike L. > > > > > >>-----Original Message----- > >>From: no...@so... [mailto:no...@so...] > >>Sent: 21 October 2002 18:04 > >>To: ro...@sa...; st...@wk...; ro...@sa...; mi...@fa...; > >>ro...@sa... > >>Subject: [Task #64096] Agree constitution > >> > >> > >>Task #64096 has been updated. > >> > >>Project: Community Sports Management System > >>Subproject: Community > >>Summary: Agree constitution > >>Complete: 85% > >>Status: Open > >>Authority : rgardler > >>Assigned to: smgardler, rgardler, leverm > >> > >>Description: The project needs a constitution describing how the > >>project is managed. As a starting point I suggest the krysalis > >>community constitution (http://www.krysalis.org/constitution.html) > >> > >>Follow-Ups: > >> > >>------------------------------------------------------- > >>Date: 2002-10-21 18:03 > >>By: rgardler > >> > >>Comment: > >>I've fixed the incorrect project title (not petty - pretty > >>importand really!). I'll take the lack of other concerns as an > >>acceptance of the document as it stands. > >> > >>------------------------------------------------------- > >>Date: 2002-10-21 17:52 > >>By: smgardler > >> > >>Comment: > >>The only thing I would comment on is that in the opening > >>paragraph the project is not given its full name. > >>"This document defines the guidelines of the Community Sports > >>Management Project > >>(CSMS). It includes definitions of the various categories of membership, > >>who is able to vote, how conflicts are resolved by voting, and > >>the procedures > >>to follow for proposing and making changes to the codebase of the > >>Project." > >>It seems petty to highlight it but that's all I could come up with > >> > >> > >>------------------------------------------------------- > >>Date: 2002-10-21 15:30 > >>By: rgardler > >> > >>Comment: > >>I've uploaded a modified version of the Krysalis constitution to > >>our docs section here on SF (click on the docs link on the > >>navigation bar of any of our pages). Please take a look at it and > >>let me know of any changes you think we need. > >> > >>Most of the differences between this and the Krysalis one are > >>related to the development of the community side of things since > >>the Krysalis one was focussed on software development alone. > >> > >>Once this document is approved we can ove it to the main webiste. > >> > >>------------------------------------------------------- > >>Date: 2002-10-18 17:14 > >>By: smgardler > >> > >>Comment: > >>Must have been me that delected it, probably left the Status drop > >>down selected and moved the mouse wheel before de-selecting it! > >> > >> > >>------------------------------------------------------- > >>Date: 2002-10-18 17:09 > >>By: rgardler > >> > >>Comment: > >>I've re-opened this task (someone had deleted it). Becasue we > >>need to get the constitution on the web site. Since we are in > >>agreement that the Krysalis constitution is OK (it's based on the > >>APache one anyway). We can simply take that one, change the words > >>etc. and place it in the site I have created in CVS. > >> > >> > >>------------------------------------------------------- > >>Date: 2002-10-18 16:23 > >>By: smgardler > >> > >>Comment: > >>The document for krysalis seems to cover all aspects with a good > >>degree of flexibility thus allowing other people to join in, at > >>what ever level . Having little experience to draw on at present > >>it seems a good starting point, therefore I agree. > >> > >>------------------------------------------------------- > >>Date: 2002-10-18 15:44 > >>By: leverm > >> > >>Comment: > >>I agree. > >> > >>------------------------------------------------------- > >>For more info, visit: > >> > >>http://sourceforge.net/pm/task.php?func=detailtask&project_task_id > > > > =64096&group_id=65029&group_project_id=23939 > > > > > > > > ------------------------------------------------------- > > This sf.net emial is sponsored by: Influence the future of > > Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) > > program now. http://ad.doubleclick.net/clk;4699841;7576298;k? > > http://www.sun.com/javavote > > _______________________________________________ > > CSMS-developer mailing list > > CSM...@li... > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future of > Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) > program now. http://ad.doubleclick.net/clk;4699841;7576298;k? > http://www.sun.com/javavote > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer > |
|
From: Ross G. <ro...@sa...> - 2002-10-21 18:03:25
|
Mike L. wrote: > Errmm, give me a chance to take a look ;-) you only released the document at > 3:30!....Okay, I've looked now it all seems fair and quite straightforward > and it's fine by me. > Sorry I should have made it clear - I meant lack of additional comments from stuart. I left the task at 85% complete because you hadn't aproved it yet. In this kind of development I wait a good week or so before hassling people to do something. Ross > Mike L. > > >>-----Original Message----- >>From: no...@so... [mailto:no...@so...] >>Sent: 21 October 2002 18:04 >>To: ro...@sa...; st...@wk...; ro...@sa...; mi...@fa...; >>ro...@sa... >>Subject: [Task #64096] Agree constitution >> >> >>Task #64096 has been updated. >> >>Project: Community Sports Management System >>Subproject: Community >>Summary: Agree constitution >>Complete: 85% >>Status: Open >>Authority : rgardler >>Assigned to: smgardler, rgardler, leverm >> >>Description: The project needs a constitution describing how the >>project is managed. As a starting point I suggest the krysalis >>community constitution (http://www.krysalis.org/constitution.html) >> >>Follow-Ups: >> >>------------------------------------------------------- >>Date: 2002-10-21 18:03 >>By: rgardler >> >>Comment: >>I've fixed the incorrect project title (not petty - pretty >>importand really!). I'll take the lack of other concerns as an >>acceptance of the document as it stands. >> >>------------------------------------------------------- >>Date: 2002-10-21 17:52 >>By: smgardler >> >>Comment: >>The only thing I would comment on is that in the opening >>paragraph the project is not given its full name. >>"This document defines the guidelines of the Community Sports >>Management Project >>(CSMS). It includes definitions of the various categories of membership, >>who is able to vote, how conflicts are resolved by voting, and >>the procedures >>to follow for proposing and making changes to the codebase of the >>Project." >>It seems petty to highlight it but that's all I could come up with >> >> >>------------------------------------------------------- >>Date: 2002-10-21 15:30 >>By: rgardler >> >>Comment: >>I've uploaded a modified version of the Krysalis constitution to >>our docs section here on SF (click on the docs link on the >>navigation bar of any of our pages). Please take a look at it and >>let me know of any changes you think we need. >> >>Most of the differences between this and the Krysalis one are >>related to the development of the community side of things since >>the Krysalis one was focussed on software development alone. >> >>Once this document is approved we can ove it to the main webiste. >> >>------------------------------------------------------- >>Date: 2002-10-18 17:14 >>By: smgardler >> >>Comment: >>Must have been me that delected it, probably left the Status drop >>down selected and moved the mouse wheel before de-selecting it! >> >> >>------------------------------------------------------- >>Date: 2002-10-18 17:09 >>By: rgardler >> >>Comment: >>I've re-opened this task (someone had deleted it). Becasue we >>need to get the constitution on the web site. Since we are in >>agreement that the Krysalis constitution is OK (it's based on the >>APache one anyway). We can simply take that one, change the words >>etc. and place it in the site I have created in CVS. >> >> >>------------------------------------------------------- >>Date: 2002-10-18 16:23 >>By: smgardler >> >>Comment: >>The document for krysalis seems to cover all aspects with a good >>degree of flexibility thus allowing other people to join in, at >>what ever level . Having little experience to draw on at present >>it seems a good starting point, therefore I agree. >> >>------------------------------------------------------- >>Date: 2002-10-18 15:44 >>By: leverm >> >>Comment: >>I agree. >> >>------------------------------------------------------- >>For more info, visit: >> >>http://sourceforge.net/pm/task.php?func=detailtask&project_task_id > > =64096&group_id=65029&group_project_id=23939 > > > > ------------------------------------------------------- > This sf.net emial is sponsored by: Influence the future of > Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) > program now. http://ad.doubleclick.net/clk;4699841;7576298;k? > http://www.sun.com/javavote > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer |
|
From: Mike L. <mi...@fa...> - 2002-10-21 17:50:03
|
Errmm, give me a chance to take a look ;-) you only released the document at 3:30!....Okay, I've looked now it all seems fair and quite straightforward and it's fine by me. Mike L. > -----Original Message----- > From: no...@so... [mailto:no...@so...] > Sent: 21 October 2002 18:04 > To: ro...@sa...; st...@wk...; ro...@sa...; mi...@fa...; > ro...@sa... > Subject: [Task #64096] Agree constitution > > > Task #64096 has been updated. > > Project: Community Sports Management System > Subproject: Community > Summary: Agree constitution > Complete: 85% > Status: Open > Authority : rgardler > Assigned to: smgardler, rgardler, leverm > > Description: The project needs a constitution describing how the > project is managed. As a starting point I suggest the krysalis > community constitution (http://www.krysalis.org/constitution.html) > > Follow-Ups: > > ------------------------------------------------------- > Date: 2002-10-21 18:03 > By: rgardler > > Comment: > I've fixed the incorrect project title (not petty - pretty > importand really!). I'll take the lack of other concerns as an > acceptance of the document as it stands. > > ------------------------------------------------------- > Date: 2002-10-21 17:52 > By: smgardler > > Comment: > The only thing I would comment on is that in the opening > paragraph the project is not given its full name. > "This document defines the guidelines of the Community Sports > Management Project > (CSMS). It includes definitions of the various categories of membership, > who is able to vote, how conflicts are resolved by voting, and > the procedures > to follow for proposing and making changes to the codebase of the > Project." > It seems petty to highlight it but that's all I could come up with > > > ------------------------------------------------------- > Date: 2002-10-21 15:30 > By: rgardler > > Comment: > I've uploaded a modified version of the Krysalis constitution to > our docs section here on SF (click on the docs link on the > navigation bar of any of our pages). Please take a look at it and > let me know of any changes you think we need. > > Most of the differences between this and the Krysalis one are > related to the development of the community side of things since > the Krysalis one was focussed on software development alone. > > Once this document is approved we can ove it to the main webiste. > > ------------------------------------------------------- > Date: 2002-10-18 17:14 > By: smgardler > > Comment: > Must have been me that delected it, probably left the Status drop > down selected and moved the mouse wheel before de-selecting it! > > > ------------------------------------------------------- > Date: 2002-10-18 17:09 > By: rgardler > > Comment: > I've re-opened this task (someone had deleted it). Becasue we > need to get the constitution on the web site. Since we are in > agreement that the Krysalis constitution is OK (it's based on the > APache one anyway). We can simply take that one, change the words > etc. and place it in the site I have created in CVS. > > > ------------------------------------------------------- > Date: 2002-10-18 16:23 > By: smgardler > > Comment: > The document for krysalis seems to cover all aspects with a good > degree of flexibility thus allowing other people to join in, at > what ever level . Having little experience to draw on at present > it seems a good starting point, therefore I agree. > > ------------------------------------------------------- > Date: 2002-10-18 15:44 > By: leverm > > Comment: > I agree. > > ------------------------------------------------------- > For more info, visit: > > http://sourceforge.net/pm/task.php?func=detailtask&project_task_id =64096&group_id=65029&group_project_id=23939 |
|
From: Stuart G. <st...@wk...> - 2002-10-21 15:00:24
|
I have only just now been able to get round to testing the CVS from the stage at last Friday. It is still not running because I think I made an error when saving the Private Key in the PuTTY Key Generator. When reading the section "Generating a SSH key pair" Step 7 (link to document below) "Click on the 'Save private key' button. Save your new key to 'C:\PUTTY\SOURCEFORGE.NET.KEY' I saved the file as PUTTY\SOURCEFORGE.NET.KEY' and not to a folder named SOURCEFORGE.NET.KEY. I have now redone this exercise and when saving the key I get the extension PPK file and it is viewable as a PuTTY Private Key File, where the previous saved one was not. Basic error I think but hopefully this will work after the key data is synchronised from the SourceForge.net web site. Mike, You are probably up and running unless you have been waiting on my progress report! http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1#download Stuart ----- Original Message ----- From: "Mike L." <mi...@fa...> To: <csm...@li...> Sent: Friday, October 18, 2002 4:22 PM Subject: RE: [csms-dev] Getting CVS running > I'm now at the same stage as Stuart was when he sent this mail - let me kno > when you proceed, please, Stuart, because I guess it will mean I will be > able to do so too. Cheers. > > Mike L. > > > -----Original Message----- > > From: csm...@li... > > [mailto:csm...@li...]On Behalf Of Stuart > > Gardler > > Sent: 18 October 2002 14:40 > > To: csm...@li... > > Subject: Re: [csms-dev] Getting CVS running > > > > > > Just thought I would keep you upto speed on my progress with the CVS > > clients. > > I am apparently now required to wait 6 hours. > > > > Seems to be going ok so far! > > > > Stuart > > > > ----- Original Message ----- > > From: "Ross Gardler" <ro...@sa...> > > To: "csms-developer" <csm...@li...> > > Sent: Friday, October 18, 2002 10:38 AM > > Subject: [csms-dev] Getting CVS running > > > > > > > Now that you have joined the project you need to set yourselves up with > > > CVS clients. > > > > > > What is CVS? > > > > > > Take a look at > > > http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html for > > > a brief intro. > > > > > > If you want a more indepth look there is a fantastic free book on Open > > > Source development using CVS at http://cvsbook.red-bean.com/ (see the > > > links to free chapters half way down the page) > > > > > > There are instructions on sourceforge on how to get things set up at > > > http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > > > (there are more documents about this and other SF related topics at > > > http://sourceforge.net/docman/?group_id=1) > > > > > > I am in the process of setting up the repository at the moment so you > > > can connect to our CVS space (see sourceforge instructions) and "check > > > out" our module called csms-core. > > > > > > Let me know when you are set up and I'll let you know the next step > > > (only one more after that and we are up and running). > > > > > > Ross > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > CSMS-developer mailing list > > > CSM...@li... > > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > CSMS-developer mailing list > > CSM...@li... > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer |
|
From: Mike L. <mi...@fa...> - 2002-10-18 15:22:28
|
I'm now at the same stage as Stuart was when he sent this mail - let me kno when you proceed, please, Stuart, because I guess it will mean I will be able to do so too. Cheers. Mike L. > -----Original Message----- > From: csm...@li... > [mailto:csm...@li...]On Behalf Of Stuart > Gardler > Sent: 18 October 2002 14:40 > To: csm...@li... > Subject: Re: [csms-dev] Getting CVS running > > > Just thought I would keep you upto speed on my progress with the CVS > clients. > I am apparently now required to wait 6 hours. > > Seems to be going ok so far! > > Stuart > > ----- Original Message ----- > From: "Ross Gardler" <ro...@sa...> > To: "csms-developer" <csm...@li...> > Sent: Friday, October 18, 2002 10:38 AM > Subject: [csms-dev] Getting CVS running > > > > Now that you have joined the project you need to set yourselves up with > > CVS clients. > > > > What is CVS? > > > > Take a look at > > http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html for > > a brief intro. > > > > If you want a more indepth look there is a fantastic free book on Open > > Source development using CVS at http://cvsbook.red-bean.com/ (see the > > links to free chapters half way down the page) > > > > There are instructions on sourceforge on how to get things set up at > > http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > > (there are more documents about this and other SF related topics at > > http://sourceforge.net/docman/?group_id=1) > > > > I am in the process of setting up the repository at the moment so you > > can connect to our CVS space (see sourceforge instructions) and "check > > out" our module called csms-core. > > > > Let me know when you are set up and I'll let you know the next step > > (only one more after that and we are up and running). > > > > Ross > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > CSMS-developer mailing list > > CSM...@li... > > https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer > |
|
From: Ross G. <ro...@sa...> - 2002-10-18 13:59:19
|
Stuart Gardler wrote: > Just thought I would keep you upto speed on my progress with the CVS > clients. > I am apparently now required to wait 6 hours. > > Seems to be going ok so far! Excellent, Mike knows who he can ask if he gets into trouble then. I have never set up WinCVS so probably can;t help. The reason you need to wait six hours is the cron jobs (that means timed execution events) on the server happen every six hours. Your security certificate will be waiting to be installed in the necessary directories by these cron jobs. Things may happen in much less than six hours, yesterday the mailing lists took about ten minutes. Still there is no rush. Ross > > Stuart > > ----- Original Message ----- > From: "Ross Gardler" <ro...@sa...> > To: "csms-developer" <csm...@li...> > Sent: Friday, October 18, 2002 10:38 AM > Subject: [csms-dev] Getting CVS running > > > >>Now that you have joined the project you need to set yourselves up with >>CVS clients. >> >>What is CVS? >> >>Take a look at >>http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html for >>a brief intro. >> >>If you want a more indepth look there is a fantastic free book on Open >>Source development using CVS at http://cvsbook.red-bean.com/ (see the >>links to free chapters half way down the page) >> >>There are instructions on sourceforge on how to get things set up at >>http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 >>(there are more documents about this and other SF related topics at >>http://sourceforge.net/docman/?group_id=1) >> >>I am in the process of setting up the repository at the moment so you >>can connect to our CVS space (see sourceforge instructions) and "check >>out" our module called csms-core. >> >>Let me know when you are set up and I'll let you know the next step >>(only one more after that and we are up and running). >> >>Ross >> >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by:ThinkGeek >>Welcome to geek heaven. >>http://thinkgeek.com/sf >>_______________________________________________ >>CSMS-developer mailing list >>CSM...@li... >>https://lists.sourceforge.net/lists/listinfo/csms-developer > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer |
|
From: Ross G. <ro...@sa...> - 2002-10-18 13:56:23
|
I said I'd explain what the CVS mailing list was for., Since you will get a barrage of mails from it today I best tell you now. Whenever someone makes a change in CVS a mail will be sent out to the CVS mailing list. The purpose of this is so that you can keep track of what is happening to the code. The problem is there are often loads of them and you need to learn how to read them quickly. Here are a few tips: Set up filters so they aren't mised in with your normal mail. This way you can ignore them until you are about to do some work with the software. Take notice of the subjects. Often this will tell you if you need to read the rest of the mail or not. The subject tells you what file has been changed. All the mails are in a standard format. There is some meaningless info at the top (actually it isn't meaningless but you can ignore it at first). Then it tells you which files have changed then there is a comment written by the committer that explains why the change is made. This is the important bit! The rest of the mail contains what is called a diff of the changes (stands for difference). At first it may look a little cryptic but it tells you what lines have changed in the file and in what way. You will learn to interpret these over time (or by asking on this list, or by reading the CVS book I referred to in a previous mail). I guarentee you will start off by ignoring these mails, however, I recomend you spend some time learning to read them quickly. I get about 80-120 of these a day from verious projects, but it only takes about 15 minutes to read them (there won't be anything like that many on this project). Why do I read them? Simply because they teach me how to do stuff. Imagine the problem Mike has with wanting player ID's displayed in the final output of the application. When it is done he will commit it to CVS. If I spot this going through and look at how he did it there are three benifits, firstly I can check the code and possibly suggest an improvement, secondly I may learn a clever trick I wasn;t aware of, thirdly I know that if I ever want to do something similar I can search the CVS mail archives and find those changes as an example. In other words, reading the CVS mails regular is much faster than reading the whole source file. You will get your first barage of these today. There will be many at first as I commit the work already done to the repository, then the number will reduce drastically. Ross |
|
From: Stuart G. <st...@wk...> - 2002-10-18 13:42:19
|
Just thought I would keep you upto speed on my progress with the CVS clients. I am apparently now required to wait 6 hours. Seems to be going ok so far! Stuart ----- Original Message ----- From: "Ross Gardler" <ro...@sa...> To: "csms-developer" <csm...@li...> Sent: Friday, October 18, 2002 10:38 AM Subject: [csms-dev] Getting CVS running > Now that you have joined the project you need to set yourselves up with > CVS clients. > > What is CVS? > > Take a look at > http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html for > a brief intro. > > If you want a more indepth look there is a fantastic free book on Open > Source development using CVS at http://cvsbook.red-bean.com/ (see the > links to free chapters half way down the page) > > There are instructions on sourceforge on how to get things set up at > http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 > (there are more documents about this and other SF related topics at > http://sourceforge.net/docman/?group_id=1) > > I am in the process of setting up the repository at the moment so you > can connect to our CVS space (see sourceforge instructions) and "check > out" our module called csms-core. > > Let me know when you are set up and I'll let you know the next step > (only one more after that and we are up and running). > > Ross > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > CSMS-developer mailing list > CSM...@li... > https://lists.sourceforge.net/lists/listinfo/csms-developer |
|
From: Ross G. <ro...@sa...> - 2002-10-18 09:38:50
|
Now that you have joined the project you need to set yourselves up with CVS clients. What is CVS? Take a look at http://searchvb.techtarget.com/sDefinition/0,,sid8_gci211874,00.html for a brief intro. If you want a more indepth look there is a fantastic free book on Open Source development using CVS at http://cvsbook.red-bean.com/ (see the links to free chapters half way down the page) There are instructions on sourceforge on how to get things set up at http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 (there are more documents about this and other SF related topics at http://sourceforge.net/docman/?group_id=1) I am in the process of setting up the repository at the moment so you can connect to our CVS space (see sourceforge instructions) and "check out" our module called csms-core. Let me know when you are set up and I'll let you know the next step (only one more after that and we are up and running). Ross |
|
From: Ross G. <ro...@sa...> - 2002-10-17 15:57:13
|