Glad to hear it! =20
FYI, I tried to help someone here at SAS set up CC w/Cygwin about a year =
ago and we never could get everything working... I never figured out =
what was wrong but apparently something in CC doesn't like Cygwin...
=20
> -----Original Message-----
> From: Matt Raible [mailto:lists@...
> Sent: Tuesday, November 02, 2004 2:58 AM
> To: Mike Clark
> Cc: Jared Richardson; cruisecontrol-user@...
> Subject: Re: [Cruisecontrol-user] CruiseControl with AppFuse
>=20
> Looks good Mike! I just tried your suggestions, along with=20
> Jared's on=20
> my PowerBook and it all worked with CC 2.2. Now I just need to setup=20
> some good publishers.
>=20
> Thanks for the help - you guys rock.
>=20
> Matt
>=20
> On Nov 1, 2004, at 4:52 PM, Mike Clark wrote:
>=20
> > Thanks, Jared.
> >
> > I finally got around to giving it whirl myself. It also worked for=20
> > me, using CruiseControl 2.2 on Mac OS X. Here is the=20
> relevant portion=20
> > of the config.xml file:
> >
> > <modificationset quietperiod=3D"60">
> > <!--
> > <cvs localworkingcopy=3D"checkout/appfuse"/>
> > -->
> > <filesystem folder=3D"checkout/appfuse"/>
> > </modificationset>
> >
> > <schedule interval=3D"10">
> > <ant antscript=3D"/Users/mike/tools/ant/bin/ant"/>
> > </schedule>
> >
> > I had to change the modification set from 'cvs' to=20
> 'filesystem' only=20
> > because I had to make changes to the build.xml file to get=20
> the build=20
> > to succeed (I didn't have all the Tomcat tasks for the web=20
> tests). I=20
> > didn't want to check in the modified build.xml file to the=20
> shared CVS=20
> > repo on java.net.
> >
> > I'm too am thinking the problem Matt observed is somehow related to=20
> > Cygwin. Matt, were you able to confirm this?
> >
> > Mike
> >
> > On Oct 28, 2004, at 11:52 AM, Jared Richardson wrote:
> >
> >> Worked for me! :)
> >>
> >> I noticed he was using Cygwin... No good reason to do that on=20
> >> Windows. I am using a tip of the tree CC version (from=20
> yesterday, so=20
> >> it should be the 2.2 release candidate).
> >>
> >> I used his config.xml with adjust times
> >>
> >>
> >> <bootstrappers>
> >> <currentbuildstatusbootstrapper
> >> file=3D"logs/appfuse/currentbuildstatus.txt"/>
> >> </bootstrappers>
> >>
> >> <modificationset quietperiod=3D"1">
> >> <cvs localworkingcopy=3D"checkout/appfuse"/>
> >> </modificationset>
> >>
> >> <schedule interval=3D"10">
> >> <ant/>
> >> </schedule>
> >>
> >>
> >> and commented out his publishers and used my own local=20
> simple email=20
> >> publisher.
> >>
> >>
> >> <email
> >> reportsuccess=3D"always"
> >> spamwhilebroken=3D"false"
> >> skipusers=3D"true"
> >> mailhost=3D"mymailserver"
> >> returnaddress=3D"jared.richardson@..."
> >> defaultsuffix=3D""
> >> buildresultsurl=3D"AppFuse just built/">
> >> <always address=3D"jared.richardson@..." />
> >> </email>=09
> >>
> >> My tests didn't pass because I don't have MySql on this box.
> >>
> >> I'd remove Cygwin from the mix and just run the=20
> CruiseControl batch=20
> >> file directly and see how it runs.
> >>
> >> Jared
> >>
> >>
> >>> -----Original Message-----
> >>> From: cruisecontrol-user-admin@...
> >>> [mailto:cruisecontrol-user-admin@...] On
> >>> Behalf Of Mike Clark
> >>> Sent: Thursday, October 28, 2004 12:11 PM
> >>> To: 'cruisecontrol-user@...'
> >>> Subject: [Cruisecontrol-user] CruiseControl with AppFuse
> >>>
> >>> Unfortunately, Matt Raible wasn't able to get AppFuse=20
> building under
> >>> CruiseControl:
> >>>
> >>> http://raibledesigns.com/page/rd/
> >>> 20041026#using_cruisecontrol_for_automating_appfuse
> >>>
> >>> That's unfortunate because AppFuse is a neat project that
> >>> gets a lot of
> >>> deserved attention. Plus, I think by using CruiseControl=20
> Matt could
> >>> help make it even better. That is, getting AppFuse and CC to play
> >>> nicely together seems to be a win-win.
> >>>
> >>> I'm planning to try to get CC working for Matt based on the
> >>> excellent
> >>> notes he wrote up. Not that I expect I know more about CC
> >>> than Matt,
> >>> but maybe another set of eyes will help. I'm tied up=20
> this week, but
> >>> hope to get to it next week. If anyone has time to start sooner,
> >>> please feel free.
> >>>
> >>> Mike
> >>>
> >>>
> >>>
> >>> -------------------------------------------------------
> >>> This Newsletter Sponsored by: Macrovision
> >>> For reliable Linux application installations, use the
> >>> industry's leading
> >>> setup authoring tool, InstallShield X. Learn more and evaluate
> >>> today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
> >>> _______________________________________________
> >>> Cruisecontrol-user mailing list
> >>> Cruisecontrol-user@...
> >>> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
> >>>
> >>
> >>
> >> -------------------------------------------------------
> >> This Newsletter Sponsored by: Macrovision
> >> For reliable Linux application installations, use the industry's=20
> >> leading
> >> setup authoring tool, InstallShield X. Learn more and evaluate
> >> today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/
> >> _______________________________________________
> >> Cruisecontrol-user mailing list
> >> Cruisecontrol-user@...
> >> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
> >>
> >>
> > Mike
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Sybase ASE Linux Express Edition - download now for FREE
> > LinuxWorld Reader's Choice Award Winner for best database on Linux.
> > http://ads.osdn.com/?ad_id=3D5588&alloc_id=3D12065&op=3Dclick
> > _______________________________________________
> > Cruisecontrol-user mailing list
> > Cruisecontrol-user@...
> > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
>=20
>=20
|