I have commented out lines 83-86 BuildClasspathUtil:
// for (Iterator it = project.getResources().iterator();
it.hasNext();) {
// Resource r = (Resource) it.next();
// items.add(new File(r.getDirectory()));
// }
And this solved my problems. Are there any reasons why this lines are
necessarry ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---