Community
Participate
Working Groups
Build Identifier: wtp 3.2.5 I have a web project. I added an additional source folder to it. I use the project properties to modify the build path properties to allow output to the source folder and specify the output to that source folder. When I call the members() method on the folder, I get both the class files and the java files back. It should return only the class files. Reproducible: Always