Reactor Ant Build

They say Laziness is the mother of all invention, well it strikes again. I've created another Ant build file for use with Doug Hughes Reactor. The build file will download the lastest set of Reactor files the Doug's SVN server, which at the moment has just reached a beta candidate.

The code for build.xml is below.

Posted: 25-May-2006

View: 3461

Permalink: here

Comments

Andy, just to clarify, Reactor is not yet in beta. It's meeryly a beta candidate.

Thanks for the ant script!

Doug

#1 Doug Hughes
25/May/06 11:58 AM

Tried to run this and got the following error message:

Buildfile: /Library/WebServer/Documents/mglesson/build.xml

BUILD FAILED
/Library/WebServer/Documents/mglesson/build.xml:13: Unexpected text "   "

What does this mean?

I changed the line as such: <project name="Reactor_build" default="build" basedir="/Library/WebServer/Documents/mglesson">

And I'm running OSX. Build.xml is within the mglesson directory.

#2 Lola Lee Beno
25/May/06 12:55 PM

@ Doug, sorry about that, i read it a little wrong :o)

@Lola, from the look of your error it looks like the xml might be malformed? If not I don't really know what could be generating that?

#3 Andy J
25/May/06 1:15 PM

HI,
I had to change the following line to make it work:
<property name="reactor.svn" value="svn://www.alagad.com/reactor/trunk/reactor"/>;

with:
<property name="reactor.svn" value="http://svn.reactorframework.com/reactor/trunk/reac...;

-Dipak

#4 Dipak
30/Oct/06 6:55 PM