« Return to Thread: Ruby and CruiseControl

Re: Ruby and CruiseControl

by Johan Nilsson-4 :: Rate this Message:

Reply to Author | View in Thread

Jeffrey Fredrick wrote:
> On 6/29/06, Johan Nilsson <r.johan.nilsson@...> wrote:
>> Jeffrey Fredrick wrote:

[snip]

>>>
>>> wrt the xslt why not just use the ant xslt and then merge the
>>> transformed file?
>>
>> <grin>Because I'm a C++ programmer and don't know ant?</grin>
>
>
> ah!  I thought you were doing your exec from ant!  :)
>
> you might try using antbuild to do the exec and then run the xslt task
> on the output.

Maybe it's just me, but wouldn't it be nice to be able to define an 'inline'
antbuilder task - e.g. contain ant <project> tags directly within the CC
config.xml file?

<schedule ...>
    <ant type="inline">
        <project ...>
            <exec .../>
            <xslt .../>
        </project>
    </ant>
</schedule>

As I said, I don't know ant (besides what I've just tested with the xslt
task), so this might not make much sense.

[snip rest]

// Johan



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cruisecontrol-user mailing list
Cruisecontrol-user@...
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user

 « Return to Thread: Ruby and CruiseControl