|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
how to remove project in cruise-control?we have a project out of time and want to remove it from cruise control, so remote it from config.xml, but the project still in on the front-page of cruise control. how to totally remote it ?
someone can tell me that?
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|||||||||||
|
|
Re: how to remove project in cruise-control?Remove the folder from the logs file too.
ie. rmdir logs/<project> On Thu, Sep 25, 2008 at 10:58 PM, 陈思淼 <chensimiao@...> wrote:
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|||||||||||
|
|
Re: how to remove project in cruise-control?got it ,thanks
2008/10/8 Alan Guth <alanguth@...>
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
|||||||||||
|
|
Re: how to remove project in cruise-control?Another way is to use a filter - I have my configuration directory as part of a CVS project so that CC checkout it's on project files and updates itself. Inside the index.jsp I changed this: String[] projectDirs = logDir.list(new java.io.FilenameFilter() { public boolean accept(File dir, String name) { return (new File(dir, name).isDirectory() && !name.startsWith("CVS")); } }); I just added the short circuit flag to keep the CVS checkout properties from showing up
got it ,thanks 2008/10/8 Alan Guth <alanguth@...> Remove the folder from the logs file too. ie. rmdir logs/<project> On Thu, Sep 25, 2008 at 10:58 PM, 陈思淼 <chensimiao@...> wrote: we have a project out of time and want to remove it from cruise control, so remote it from config.xml, but the project still in on the front-page of cruise control. how to totally remote it ? someone can tell me that? ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
| Free Forum Powered by Nabble | Forum Help |