Assuming CONFIG::debugging is a boolean, your defines declaretion
seems invalid.

On Dec 21, 8:52 am, thomas <[email protected]> wrote:
> Hello,
>
> I have a littel problem to define compilator variable. In the pom when
> I use this in my configuration mojos :
> <definesDeclaration>
>                   <property>
>                         <name>CONFIG::debugging</name><value>"false"</value>
>                 </property>
>  </definesDeclaration>
>
> it doesn't work for me.
>
> If I use:
> <defines>
>   <CONFIG::debugging>false</CONFIG::debugging>
> </defines>
>
> It works...
>
> My problem is when i use that, some plugins such as "to update my pom
> version" don't work cause they don't really like the
> "CONFIG::debugging" element.
>
> is it a good way to define flex compilator variables?
>
> Thanks in advance,
> Thomas

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to