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>

Cleanup of 'connectfour' directories in the build look strange to me :)

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]

Reply via email to