I don't get it anymore. This morning I started my eclipse workbench and the warnings were gone. Yesterday when I closed my eclipse they were still present. Strange behavior.
I don't get it anymore. This morning I started my eclipse workbench and the warnings were gone. Yesterday when I closed my eclipse they were still present. Strange behavior.
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan
That is definitly the best news for today. Thanks for your patience. Let me know if the error comes back.I don't get it anymore. This morning I started my eclipse workbench and the warnings were gone. Yesterday when I closed my eclipse they were still present. Strange behavior.
Christian
Christian Dupuis
SpringSource, a division of VMware
Lead, SpringSource Tools Team
http://www.springsource.com
http://twitter.com/cdupuis
First of all thanks for all those nightly builds and I love the Web Flow Editor.
I have a different error now. The behavior isn't very predictable but I'll try to describe it.
In my applicationContext.xml files I import some resources
Now sometimes, mostly when starting Eclipse I get a nice error stating that the parsing of the xml failed because it cannot locate the above mentioned files. Sometimes it concerns both of them, sometimes one of them.Code:<import resource="classpath:nl/ctb/common/applicationcontext/listeners.xml"/> <import resource="classpath:nl/ctb/common/applicationcontext/processors.xml"/>
It looks like that sometimes the dependencies aren't checked very well.
Also maybe a enhancement/feature request. The files mentioned above normally aren't in the locations where they are, but for the import to work I copied them into that location. It would be great if I could just create a link in eclipse and that Spring IDE would pick that up and use it for the classpath reference.
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan