Hi,Hi all:
I would think it's a bug in the repo. Plug-in projects should not be imported as Maven projects because they're PDE-driven projects and there is no m2e-PDE integration. So instead of importing as a Maven project, I think you'd better copy-paste and adapt a .project file from another plugin project.I've cloned the repo git://github.com/jboss-switchyard/tools.git but for some reason I can't import the projects. They contain no .project file, so I assume I must import them as a maven project?
Sorry, can't help with it, and as I said, I don't think importing plugins as Maven projects will work.In a clean workspace, trying to import them as a maven project, the maven project importer wizard simply freezes. ANy ideas?
Ok, good luck!If anyone's curious why I'm trying to import this, it's because the project structure was forked / cloned / adapted from the esb project, which, as we've all seen lately, has tons of problems associated with it. So I'd like to get the jump on cleaning up the switchyard project structure before it reaches 1.0, to help avoid a lot of these issues, and to make use of all of the recent additions to API available in webtools which the esb project has NOT been using at all.