Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7847557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:56:21+00:00 2026-06-02T17:56:21+00:00

We have an existing cc configuration that was setup by someone before I got

  • 0

We have an existing cc configuration that was setup by someone before I got here.

We’ve converted our repository from cvs to mercurial stored on bitbucket.

Everything in my question below is basically just wondering, where do I point to the bitbucket repository in my setup to check for changes? And information about my specific setup.

Looking at how the cvs projects were set up, we have a config.xml and a projectbuild.xml file that contain information about the repository.

I’ve found the documentation for tag options for the config.xml here :
http://cruisecontrol.sourceforge.net/main/configxml.html

but I’m not sure where I can actually look at the bitbucket repository to check for changes. I assume this would be in the projectbuild.xml file, but I’m not sure what the tag options would be for mercurial. I’m more than happy to be pointed toward some documentation, all I’ve been able to find is stuff on the config.xml.

Here is part of my config.xml and my projectbuild, or build-tnl-default.xml file as it’s called for my specific case:

config.xml (Notice I don’t have bootstrappers in this file, I’ve seen this in other examples and am not sure if this would help me.

<modificationset quietperiod="900">
<mercurial localworkingcopy="projects/${project.name}">
</modificationset>
<schedule interval="100">
    <ant anthome="C:\usr\local\apache-ant"
  antworkingdir="projects/${project.name}"
          buildfile="build-tnl-default.xml"
  uselogger="true"
          usedebug="false"
  propertyfile="C:\usr\local\ia\build.properties"/>
</schedule>

build-tnl-default.xml:

<project name="build-tnl-default"
        default="build">
    <target name="build">
        <!-- Get the latest from mercurial -->
        <mercurial>
        <!-- Call the target that does everything -->
        <ant antfile="build.xml" dir="tnl" target="all"/>
    </target>
</project>

Here I have no idea what options are available to me in the mercurial tag. I assume I just need to point this to the repository on bitbucket? In the previous version, it looked like this was pointing to the cvs repository here. I’m just not sure what the mercurial attributes are.

I’m sorry about my newness with this stuff, I might require a little more explanation than many other users. Any help is appreciated. Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:56:22+00:00Added an answer on June 2, 2026 at 5:56 pm

    You check for updates in your repository (regardless whereever it is hosted) via

    <modificationset quietperiod="900">
      <mercurial localworkingcopy="projects/${project.name}">
    </modificationset>
    

    These tags say, that you query the repository you’ve checked out under projects/${project.name} and that a build is triggered if within a time frame of 15 minutes (900 seconds) no further changes occured. (I think that 15 minutes is a bit much, btw)
    Simply make sure that projects/${project.name} is a Mercurial project that was checked out via hg clone http://repositoryAtBitbucketAsAnExample projects/${project.name} (make sure to expand ${project.name}).

    I did not fully understand what build-tnl-default.xml is supposed to do, but if it should grab the newest build.xml, you should think about doing it with an Execootstrapper running something like hg pull ${path.to}/build.xml.

    I have no idea what options are available to me in the mercurial tag.

    You should determine the <taskdef .../> is used that loads the mercurial tag. This should be somewhere in build-tnl-default.xml or a file that is imported by it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have existing Intellij IDEA projects that are tied to the SVN repository.
I have existing code that uses CMNewProfileSearch to find then iterate over the color
I have existing java code and need to create Design Document based on that.
I have an existing website running on IIS6 that has only static HTML pages.
I have an existing system that I do not wish to change where I
I have successfully setup castle windsor using an xml configuration file and everything works
I have an existing ASP.NET application that implements Forms Authentication site-wide. The application is
We have an existing web app built with jQuery Mobile. Our goal is to
We have an existing certificate (global sign) that works fine when a Windows Mobile
I have a J2SE program that I'm moving over to use JPA. The existing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.