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=40839>.
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=40839


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.7.0




------- Additional Comments From [EMAIL PROTECTED]  2006-10-29 18:57 -------
fixed in SVN. Workaround is to set the Project attribute to FileSet in
Path#addFileset. Did the same for FileList, Path, and DirSet.
Root cause of the problem is org.eclipse.jdt.core.JDTCompilerAdapter.java . In
the version 3.1 of Eclipse, a FileSet is created in the method addExtDirs(Path,
Path). The Project attribute is not set on this FileSet, but it is added to a
Path. When Path.toString() is called, this leads to a NullPointerException. I
suppose that this is done differently in Eclipse 3.2.

-- 
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]

Reply via email to