This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/10894] Valid import statements are rejected.


------- Additional Comments From dann at broadjam dot com  2004-03-26 02:51 -------
Was there any resolution to this or possible workarounds?  I'm encountering a 
very similar problem except it's happening with my own packages.  Oddly, it 
only happens with imports using a wildcard, such as:

import mypackage.*;

The code is valid and I'm building using the Ant GCJ support.  No issues 
building with javac.

Thanks,
Dan

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10894


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]