Details
Description
The eclipse task checks for source directories' existence when generating the .classpath file. Source folders that get generated later (e.g., during the build) are missing from the .classpath file.
Proposed fix: remove the two "if File.exist? project.path_to(path)" lines in the FileTask for '.classpath' in eclipse.rb.