DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22080>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22080 VAJImport task fails with NullPointerException when using DirectoryScanner Summary: VAJImport task fails with NullPointerException when using DirectoryScanner Product: Ant Version: 1.6Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED],[EMAIL PROTECTED] The VAJImport task fails with a NullPointerException in DirectoryScanner.getIncludedFiles. The reason for this is that FileSet.setupDirectoryScanner does not call DirectoryScanner.scan (anymore?); leaving attributes uninitialized, causing the NullPointerException later on. This bug most likely breaks the task no matter what circumstances (os, etc.). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]