> -----Original Message----- > From: Anton Luht [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 5:32 AM > To: harmony-dev@incubator.apache.org > Subject: Re: [build-test-infra] Build Test Infrastructure > > Geir, > > I've managed to get CC running on Windows. I had no problems with > checkout of classlib - maybe you've stepped on the long paths problem > - I've made a testing build directory close to root. > > The start.win target didn't work for me - I've changed it > according to Ant FAQ. > > <target name="start-win" if="is.windows"> > <exec executable="cmd" dir="${target.dir}"> > - <arg line="cruisecontrol.bat"/> > + <arg line="/c cruisecontrol.bat"/> > </exec> > </target>
Perfect. I hadn't tried it on Windows. Because my windows laptop (a T43 w/ a 7200 RPM drive and 2G memory) is perceptably slower for same activities (checkout, build, etc) than my linux laptop (a T42 w/ 5300 RPM drive and 1G memory) I tend to gravitate to do things on linux... > > Cleanup of 'connectfour' directories in the build look > strange to me :) You mean that we're doing it, or how it's done? I thought it needed to be done as it's a standard CC distro that's automatically fetched and setup, and it's nice to have the unrelated drek removed. Geir > > On 7/11/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote: > > Thanks for all the comments - I know this will be an > exciting part of > > our project ;) > > > > (There were no comments...) > > > > Anyway, I checked in into enhanced/buildtest. In trunk, > you should be > > able to : > > > > ant setup > > > > and have the almost the thing install and > > > > ant > > > > just kicks it off and runs it. > > > > I say "almost" because > > > > 1) you need to manually get the IBM J9 VM and install it into > > cc/projects/classlib/trunk after you manually run 'ant' > once to setup > > the deploy/ directory. In fact, I think we should put the > > deploy/jdk/jre skeleton in place in SVN for this to make it easier. > > > > 2) there's a problem on windows - the full setup fails during the > > checkout of classlib, even though the 'subtarget' to do the checkout > > works just fine. I suspect there's some memory problem or > such, but I > > got tired of staring at it. > > > > This really is a 'proof of concept' sketch for comment. > Immediately, > > I'd like to set CC sending mail to our lists, and then > figure out some > > way of aggregating the information into a webpage or wiki > page. Maybe > > wiki is going to be easier to start.. > > > > > -- > Regards, > Anton Luht, > Intel Middleware Products Division > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]