Hi, If I get you right, you've got a problem with m2eclipse "workspace resolution" used with sysdeo tomcat launcher. If so, this problem resides in the sysdeo tomcat launcher code. The workaround we're currently using is to (temporary) disable the workspace resolution of m2e.
In fact, when m2e detects a matching project in the workspace, it's added to the special "maven dependencies" user library (btw, m2e seems to do something that's not possible with the ui: adding a project inside a user-lib). But it doesn't seem STL was tested with projects inside user-libs. The DevLoader class or the sysdeo plugin (or both) need to be patched to handle this. Cheers. 2008/4/8, Michael Mattox <[EMAIL PROTECTED]>: > > I'm trying to use the devloader with sysdeo's tomcat plugin and it > doesn't seem to be picking up the eclipse projects. Here's the error > I get: > > [DevLoader] Starting DevLoader > [DevLoader] > projectdir=C:\projects\X\projects\pam\workspace\mm-prestation-execution\src\main\webapp > [DevLoader] added > file:/C:/projects/X/projects/pam/workspace/mm-prestation-execution/bin/ > [DevLoader] Error: /mm-prestation-meb does not exist ! > [DevLoader] added > file:/C:/Users/michael/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar > > What I see is that it loads the webapp project's directory, and it > loads log4j from the maven repository, but it can't find another jar > project in my workspace (mm-prestation-meb). > > I searched but didn't find anyone reporting the same problem. Is > there a workaround? > > -Michael > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Baptiste <Batmat> MATHUS BMathus at Batmat point net - http://batmat.net Si chacun de nous a une idée et que nous les partageons, nous repartirons tous les deux avec deux idées... C'est ça le Libre.
