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





-- 
View this message in context: 
http://www.nabble.com/Jazz-Build-Engine-problem-tp25908049p25908049.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to