I think this is the documentaiton you're looking for: 
http://ant.apache.org/ivy/history/latest-milestone/standalone.html This 
documents how to call the various tasks with out using Ant and the Ivy Ant 
tasks. However, you'll need XML files for such things as the ivy.xml file and 
the ivysettings.xml file anyway. This is just how Ivy reads and  understands 
its data. You don't need the Ivy Ant tasks, and an Ant build.xml file, but if 
you delve into the source code, you'll probably see it needs its settings files 
in XML format.

You can look at the source at 
https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.3.0/, and see the source 
of the ant tasks at 
https://svn.apache.org/repos/asf/ant/ivy/core/tags/2.3.0/src/java/org/apache/ivy/ant/.
 Maybe that might be able to help you too.

--
David Weintraub
[email protected]

================================================
Sure, call me crazy. They called Eddie Antar crazy too, but
look at these low, low prices on all of these famous name brand appliances.


On Jul 23, 2013, at 8:49 AM, Matt Benson <[email protected]> wrote:

> The classes used for working with Ant should be contained in an 'ant'
> subpackage. A couple of ideas:
> 
> 1. Build Ivy's javadoc. It's buildfile almost certainly contains a target
> for this already, and you should easily be able to tweak the settings so
> that it documents all parts of the code if that seems like it could be
> helpful.
> 2. Figure out how to make Ivy do what you need *with* XML, then run it in a
> debugger so you can see what Ivy itself does.
> 
> HTH,
> Matt
> On Jul 23, 2013 2:44 AM, "Steffen Dziumbla" <[email protected]>
> wrote:
> 
>> Hello, my name is Steffen and I'm an German Student in Computer Science.
>> I have to configure Ivy without XML. Everything should be done with Java.
>> Is there anyone who can help me and answer my questions?
>> A huge problem for me is, which classes are used by running ant?
>> 
>> Greetings
>> 
>> Steffen:)
>> 

Reply via email to