Not being terribly familar with Ivy, I am assuming there are times when the Ivy
ant tasks set ant properties which are then referenced elsewhere in the build
file. If a NAnt build calls ivy as an external process, how would such
information be easily communicated? (Lots of less elegant options
Is there any ongoing effort to produce a .NET/NAnt version of Ivy? (I suppose
this would be "NIvy".)
I find myself wondering if this can be easily done by using IKVM to convert the
Ivy bytecode to IL along with NAnt based clones of the Ivy Ant tasks.
Any guidance on the most practical/expedie