Issue, is not the right word, sorry.
I mean the possibility to remove the check on the include namespace in that
test:
if ( includeClasses == null && includeSources == null &&
includeNamespaces == null )
{
// Changed to relative paths to eliminate issues with
spaces.
additionalCompilerArguments.append( " -include-sources " +
plain( cleanSources( getSourceRoots() ) ) );
}
else if ( includeSources != null )
{
additionalCompilerArguments.append( " -include-sources " +
getPlainSources() );
}
This would allow to be able to include namespaces and keep the default
"include everything" at the same time.
On Thu, Sep 30, 2010 at 9:50 AM, Marvin Froeder <[email protected]> wrote:
> What issue???
>
> Sent from DROID
>
> Em 30/09/2010 04:48, "Nicolas Hurion" <[email protected]>escreveu:
>
>
> Yes, pom inherit could help a little, but not much.
>
> What about the inclusion of the namespace issue?
>
> Nicolas.
>
>
>
> On Wed, Sep 29, 2010 at 5:36 PM, Marvin Froeder <[email protected]> wrote:
> >
> > Flexbuilder goal ba...
>
> --
> 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]<flex-mojos%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/flex-mojos
>
> http://flexmojos.sonatype.org/
>
--
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/