Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
scr generator 1.1.0
-
None
-
win7 + eclipse Helios jee + ant 1.7.0 + scr generator 1.1.0 (org.apache.felix.scr.ant-1.1.0.jar)
Description
When adding the property of classpathref to the scr ant task it should take under account the include/exclude patterns of the fileset that is used in the classpathref.
The nice thing is that it populates the includes and excludes variables in the java code, but then it calls getSources(), a method that the scr task overrides.
This method returns all files in the "src" attribute of the scr task and does not take under account the includes and excludes variables