|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Patch for new cc-config releaseGuys,
I have put out a new release of cc-config. Here is the change to the build script in cruisecontrol that will pick up the new release. Release notes: https://sourceforge.net/project/shownotes.php?release_id=611378 Thanks, -Al Index: C:/development/MyProjects/cruisecontrol/build.xml =================================================================== --- C:/development/MyProjects/cruisecontrol/build.xml (revision 3970) +++ C:/development/MyProjects/cruisecontrol/build.xml (working copy) @@ -190,7 +190,7 @@ <target name="prep-cc-config" unless="test.skip"> <mkdir dir="target"/> <setproxy proxyhost="${http.proxyHost}" proxyport="${http.proxyPort}" proxyUser="${http.proxyUser}" proxyPassword="${http.proxyPassword}"/> - <get src="http://internap.dl.sourceforge.net/sourceforge/cc-config/cc-config_1.7.2.zip" dest="${java.io.tmpdir}/cc-config.zip" verbose="on" usetimestamp="true"/> + <get src="http://internap.dl.sourceforge.net/sourceforge/cc-config/cc-config_1.8.zip" dest="${java.io.tmpdir}/cc-config.zip" verbose="on" usetimestamp="true"/> <unzip src="${java.io.tmpdir}/cc-config.zip" dest="target/cc-config" /> <ant antfile="build.xml" target="setup" dir="target/cc-config" inheritAll="false"> <property name="main.dir" value="../../main" /> ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Cruisecontrol-devel mailing list Cruisecontrol-devel@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel |
|
|
Re: Patch for new cc-config releaseI see that this was just committed. I'll put together another release
candidate w/this included when I get the chance. Jtf On Sat, Jul 5, 2008 at 4:48 PM, Al Wick <registerit@...> wrote: > Guys, > > I have put out a new release of cc-config. Here is the change to the > build script in cruisecontrol that will pick up the new release. > > Release notes: > https://sourceforge.net/project/shownotes.php?release_id=611378 > > Thanks, > > -Al > > Index: C:/development/MyProjects/cruisecontrol/build.xml > =================================================================== > --- C:/development/MyProjects/cruisecontrol/build.xml (revision 3970) > +++ C:/development/MyProjects/cruisecontrol/build.xml (working copy) > @@ -190,7 +190,7 @@ > <target name="prep-cc-config" unless="test.skip"> > <mkdir dir="target"/> > <setproxy proxyhost="${http.proxyHost}" > proxyport="${http.proxyPort}" proxyUser="${http.proxyUser}" > proxyPassword="${http.proxyPassword}"/> > - <get > src="http://internap.dl.sourceforge.net/sourceforge/cc-config/cc-config_1.7.2.zip" > > dest="${java.io.tmpdir}/cc-config.zip" verbose="on" usetimestamp="true"/> > + <get > src="http://internap.dl.sourceforge.net/sourceforge/cc-config/cc-config_1.8.zip" > > dest="${java.io.tmpdir}/cc-config.zip" verbose="on" usetimestamp="true"/> > <unzip src="${java.io.tmpdir}/cc-config.zip" > dest="target/cc-config" /> > <ant antfile="build.xml" target="setup" dir="target/cc-config" > inheritAll="false"> > <property name="main.dir" value="../../main" /> > > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Cruisecontrol-devel mailing list > Cruisecontrol-devel@... > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel > -- http://blog.jeffreyfredrick.com http://www.ohloh.net/accounts/JeffreyFredrick ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Cruisecontrol-devel mailing list Cruisecontrol-devel@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel |
| Free Forum Powered by Nabble | Forum Help |