hello,

  i believe that in the .classpath file generated by 'gradle eclipse'
(using the eclipse plugin),
  if a source path has an exclusion clause,
  i am noticing that eclipse will not index any files in the source
path (even if not excluded).

  manually revising the entry in .classpath by putting the 'excluding'
xml attribute after the
  'path' attribute appears to fix th problem.

  example:
        <classpathentry kind="src" excluding="org/apache/catalina/**"
path="core/src/main/java" />
  revised to:
        <classpathentry kind="src" path="core/src/main/java"
excluding="org/apache/catalina/**" />

thanks,
/ eitan

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to