how to remove project in cruise-control?

View: New views
4 Messages — Rating Filter:   Alert me  

how to remove project in cruise-control?

by sean.chen(陈思淼) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Snap1.gif (13K) Download Attachment

Re: how to remove project in cruise-control?

by Alan Guth :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: how to remove project in cruise-control?

by sean.chen(陈思淼) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: how to remove project in cruise-control?

by David.Cate :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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




"陈思淼" <chensimiao@...>

10/07/2008 11:10 PM
Please respond to
cruisecontrol-user@...

To
cruisecontrol-user@...
cc
Subject
Re: [Cruisecontrol-user] how to remove project in cruise-control?





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
LightInTheBox - Buy quality products at wholesale price!