You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Ralph Jocham (JIRA)" <ji...@apache.org> on 2008/06/16 17:41:44 UTC

[jira] Commented: (SHINDIG-327) Find a location to put CruiseControl configuration file

    [ https://issues.apache.org/jira/browse/SHINDIG-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605320#action_12605320 ] 

Ralph Jocham commented on SHINDIG-327:
--------------------------------------

<cruisecontrol>
   <project name="shindig">

        <listeners>
            <currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
        </listeners>

        <bootstrappers>
          <svnbootstrapper localWorkingCopy="../shindig"/>
        </bootstrappers>

        <modificationset quietperiod="30">
          <svn localWorkingCopy="../shindig"/>
        </modificationset>

        <schedule interval="300">
          <maven2 mvnscript="mvn" pomfile="../shindig/java/pom.xml" goal="clean package site-deploy -P reporting"/>
        </schedule>

        <log>
          <merge dir="projects/${project.name}/target/test-results"/>
          <merge dir="../shindig/java/gadgets/target/surefire-reports" pattern="TEST-*.xml" />
          <merge dir="../shindig/java/server/target/surefire-reports" pattern="TEST-*.xml" />
          <merge dir="../shindig/java/common/target/surefire-reports" pattern="TEST-*.xml" />
          <merge dir="../shindig/java/social-api/target/surefire-reports" pattern="TEST-*.xml" />
        </log>

        <publishers>
            <onsuccess>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/gadgets/target/shindig-gadgets-1-SNAPSHOT-sources.jar"/>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/gadgets/target/shindig-gadgets-1-SNAPSHOT.jar"/>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/server/target/shindig-server-1-SNAPSHOT-sources.jar"/>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/server/target/shindig-server-1-SNAPSHOT.war"/>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/common/target/shindig-common-1-SNAPSHOT-sources.jar"/>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/common/target/shindig-common-1-SNAPSHOT.jar"/>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/social-api/target/shindig-social-api-1-SNAPSHOT-sources.jar"/>
                <artifactspublisher dest="artifacts/${project.name}" file="../shindig/java/social-api/target/shindig-social-api-1-SNAPSHOT.jar"/>
            </onsuccess>
        </publishers>

    </project>
</cruisecontrol>


> Find a location to put CruiseControl configuration file
> -------------------------------------------------------
>
>                 Key: SHINDIG-327
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-327
>             Project: Shindig
>          Issue Type: New Feature
>          Components: Website
>         Environment: All
>            Reporter: Ralph Jocham
>            Priority: Minor
>
> As we get closer to use CruiseControl as our ci env it would be beneficial to find a home for the config file. It is only the configuration file and NOT the ci system itself.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.