-
1. Re: Error creating xhtml files
maxandersen Nov 5, 2007 11:55 AM (in response to delphi'sghost)This is an eclipse bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=207146
Found via http://jira.jboss.com/jira/browse/JBIDE-1057 which we have tried to workaround by forcing a programmatically refresh (which tend to be better because of the eclipse bug)
Latest builds has the workaround, but it can't be 100% fixed before eclipse 3.2.2 comes out with the fix.
If you don't want to run the unittests from within eclipse directly you can remove the WebContent from the classpath of the test project and you won't be affected by it....or you can close/open the package explorer view....or you can use the Project Explorer instead... -
2. Re: Error creating xhtml files
delphi'sghost Nov 5, 2007 2:32 PM (in response to delphi'sghost)Wonderful, and again, these two issues are about the only two I run into. Everything else seems to work excellently.
Cheers,