scr.ant task does not consider the <include> and <exclude> file patterns of its
classpathref property
-----------------------------------------------------------------------------------------------------
Key: FELIX-3076
URL: https://issues.apache.org/jira/browse/FELIX-3076
Project: Felix
Issue Type: Bug
Components: SCR Annotations
Affects Versions: scr generator 1.1.0
Environment: win7 + eclipse Helios jee + ant 1.7.0 + scr generator
1.1.0 (org.apache.felix.scr.ant-1.1.0.jar)
Reporter: Yuval Zilberstein
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
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira