Go 4.1-beta and check maven docs...

On Dec 21, 1:46 pm, thomas <[email protected]> wrote:
> <definesDeclaration>
>                   <property>
>                         <name>CONFIG::debugging</name><value>false</
> value>
>                 </property>
>  </definesDeclaration>
>
> I have this issue during the compilation:
> Main.mxml(109):  Error: Access of undefined property debugging.
>
> I am using the 4.0RC2 flex mojos plugin.
>
> Seems strange, like "debugging" wasn't defined. but with the previous
> declaration  <CONFIG::debugging>false</CONFIG::debugging> all works
> fine, only some problem with other maven plugins, but no problem with
> the flex compilation.
>
> On 21 déc, 15:51, Marvin Froeder <[email protected]> wrote:
>
>
>
>
>
>
>
> > 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- Masquer le texte des messages précédents -
>
> > - Afficher le texte des messages précédents -

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