Re: MCF setup in Eclipse

2011-07-14 Thread tobr dev
I also tried to import mcf into eclipse but it does not work in an easy way. That's why I was looking for the maven integration. It is really easy to import the modules using maven and the m2eclipse plugin (Just import as maven project), but because of your project structure it is currently not

Build connectors using maven

2011-07-06 Thread tobr dev
Hi, we are currently testing manifold cf. I've seen that there are 2 ways for building the project. Using the ant build file works fine, but the maven poms does not seem to be correct. The project version is 0.1.0-SNAPSHOT. Shouldn't that be 0.3.0-SNAPSHOT? How about the dependencies? Are they up

Re: Build connectors using maven

2011-07-06 Thread tobr dev
/browse/CONNECTORS-92. I did some exploration recently setting up dependency management under ant, but if you can tell us how we should tackle maven, that's helpful too. Karl On Wed, Jul 6, 2011 at 4:12 AM, tobr dev d...@tobr.eu wrote: Hi, we are currently testing manifold cf