CONTENTS DELETED
The author has deleted this message.
|
I have this same error. Everything works from the command line, but not from Intellij. Furthermore, if I revert back to previous versions of Intellij project files (such as *.iws) in which the compilation worked, the problem remains. Therefore I don't know what change could have caused this error. If I get it I will post back here, but for now I am just doing everything from the command line. If you solved this in the meantime, please post a solution. Dave |
I figured out the cause of this in my project. For some reason (I don't know what), once when I started Intellij, it asked me if I would like to add a newly detected "facet". I clicked through, and it resulted in some XML being written to my project .iml file that specified the need for a staging/WEB-INF/web.xml.
Click on Settings->Project Settings->Modules, and find the facet (listed in the second pane from the left) that is referencing this nonexistent xml file, and remove that facet. This fixed my error.' Dave On Wed, Aug 6, 2008 at 11:40 AM, pexatus <[hidden email]> wrote: I have this same error. Everything works from the command line, but not from Intellij. Furthermore, if I revert back to previous versions of Intellij project files (such as *.iws) in which the compilation worked, the problem remains. Therefore I don't know what change could have caused this error. If I get it I will post back here, but for now I am just doing everything from the command line. If you solved this in the meantime, please post a solution. Dave -- Dave |
Free forum by Nabble | Edit this page |