DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35678>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35678 Summary: Multiple source directory in single package support. Product: Ant Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Core AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] Often in a Java project, one needs to separate the java sources of a package into different sub-directories to reflect some functional association. All the java sources are still part of the same package but they reside in different sub-directories (or ultimately some other directory). I find myself in this situation often when the number of java sources in a package grows, it is desirable to separate the sources of a package into sub-directories while keeping the same package. By keeping the same package one avoids multiple import statements. Java does not prevent this sort of configuration. I find that the problem is ANT itself. ANT forces the java source directory to be the same as the package directory. This is obviously not always the case. I suggest allowing the user to have different source directory and package directory for certain source files. This would be an additional feature used only in special cases. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]