Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] DLTK and JDT

Hi all,
  I'm working in ANTLRv3 IDE Eclipse Plugin. I just updated from version R1.0-I-I200801110748 to version R1.0-S-1.0M5-200802221152.
  And I have this problem:

  When I put a *.g3 resource in a "java source folder" the JDT move my resource to the "output folder" and DLTK start to parsing the resources again (the output folder copy).
  In version R1.0-I-I200801110748 I can ignore this resouces with "IStatus IDLTKLanguageToolkit.validateSourceModule(IResource)", but  I can't find this method in version R1.0-S-1.0M5-200802221152. There is a method "boolean IDLTKLanguageToolkit.validateSourcePackage(IPath)" in version R1.0-S-1.0M5-200802221152 I move my logic here but It seems is never called.
 
  How can I ignore the *.g3 resource allocated in JDT output folder?

BR

Edgar

 
 



Back to the top