Working new language/project code when dealing with source data for the project and was hoping for some guidance.
In another project example, I see usage of an "AntProjectHelper" ( 1 ) for involved in dealing with Sources. However, this seems to imply an Ant related project is in use, which in this context is not. I find mention of a SourcesHelper (2) but this also seemed related to an Ant project in some way. I assume this is maybe an earlier attempt to standardize and generalize source handling but not sure. Anyone have any good usage of this or more generalized "project source" / "source helper" suggestions? Eric Bresie [email protected] (1) http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-project-ant/org/netbeans/spi/project/support/ant/AntProjectHelper.html (2) http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-project-ant/org/netbeans/spi/project/support/ant/SourcesHelper.html
