If you need to specify specific annotation processors, or mess with the annotation processors that are on the path, these two javac options might help you:
*-processor* *class1[,class2,class3...]*Names of the annotation processors to run. This bypasses the default discovery process.*-processorpath* *path*Specify where to find annotation processors; if this option is not used, the class path will be searched for processors. https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javac.html On Sunday, August 28, 2016 at 3:45:22 PM UTC-7, Marian S wrote: > > Hi, > > Im write a annotation processor for shared package and need remove this > in gwt compilation process ? > Im try with "super source" but I take only error ...... ( have maybe > someone example project for "super source " ?) > e.g. expected package not the same like ......... > Im using gwt 2.8 from eclipse ! > For moment I comment this for compilation but this is not really solution > ! I miss preprocessor like in C or C++ .... > > Have someone a ideea ? or solution better as my ? > > Greeting > Marian > > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
