Jazz Build Engine problem

View: New views
1 Messages — Rating Filter:   Alert me  

Jazz Build Engine problem

by Csaba Koncz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I have (almost) successfully  converted a multi-project ANT build to Gradle.

The last problem I ran into was that I could not use the Jazz Build Toolkit ANT taks from the Gradle build (version 0.8). I use ant.taskdef to import them.

The annoying thing is that these tasks work fine with Gradle 0.5.2 (I have this version accidentally on my machine). Also they work from Gant (1.8.1).

I am unable to use Gradle 0.5.2 for the whole build because I also need ant.importBuild (what version was it introduced?).

I do not really know the Jazz (RTC) Build toolkit, so finding a possible bug there is rather hopeless. I only want to let you know that something has changed between the two mentioned Gradle versions and no longer can one expect a Gradle file with the content

ant.importBuild 'test.xml'

behave exactly like "ant -f test.xml".

Csaba