Le 12 nov. 2009 à 10:35, David Ignjic a écrit : > My problem is i use eclipse and IvyDE and clasicall build with ant > and aj setted property in ivy.setting > <ivysettings> > <property name="dir.projects" value="./../../.." /> > > > When i use iviDe i can see setting in console output, but i can find how can > do it under ant ?
There are printed in the debug level. So you would have to turn ant log log level to debug: ant -d mytarget Nicolas
