2008/9/17 Brad Cox <[EMAIL PROTECTED]> > Just tried it again and same thing happened. .project disappeared from all > the pom modules, and in the others, MANIFEST.MF was completely empty. >
well I'd expect the .project files to disappear from the pom projects, because the default setup is to *not* generate .project files for any intermediate pom projects - basically because Eclipse doesn't like hierarchical projects Also something seems to be deleting the META-INF directories and recreating > them (.svn suybdirectories are now missing). > this is because of pax:clean which removes all generated content including .project files and the top-level META-INF directories - I've tried to tell Maven not to remove any .svn subdirectories if they're there, but it still deletes them :( ...but if you don't call pax:clean then these files won't go missing ps. where I work we tend to discourage checking in generated files especially IDE files, because our developers all use different IDEs References to org.jdom seemed to resolve successfully, but the eclipse > manifest wizard can't find them. I'm totally confused. Obviously. > hard to know what's going on without an example to play with - do you mean the manifest viewer reports errors/warnings? -- Cheers, Stuart

