Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Key with equal sign in it

This is a limitation in the tycho compiler.
I opened bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=393387 and
attached a patch.

Pascal

On Thu, November 1, 2012 22:40, Pascal Rapicault wrote:
>
> In the context of using the tycho compiler with anno processing, I need to
> pass to the compiler an argument contains an equal sign ( e.g -Afoo=bar).
> Unfortunately Maven does not like the presence of the equal sign (even
> escaped) in the compilerArguments flag and the compilerArgument does not
> work with an annotation processor because the args are not split.
> Is there a trick that I'm missing?
>
> Thx
>
> Pascal
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
>




Back to the top