Hello how can print current setting from xml.

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

Hello how can print current setting from xml.

by David Ignjic :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 ?

Re: Hello how can print current setting from xml.

by Nicolas Lalevée :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


Re: Hello how can print current setting from xml.

by Tim Brown-12 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Or add an echoproperties.  It won't show the setting, but will show
any current values.

On Nov 15, 2009, at 7:51 AM, Nicolas Lalevée
<nicolas.lalevee@...> wrote:

>
> 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
>