On Fri, Jan 23, 2009 at 4:39 PM, Dan Becker <[email protected]> wrote:
> First, a word of congratulations to the developers heavily involved in the > 2.x bring up. I was able to build with minor issues (as expected), but I was > happy to be able to run and modify the calculator test case and several > others from command line with Maven. > > I do see the following build failure (from "mvn install"): > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: org.apache.tuscany.sca:tuscany-maven-osgi-junit > > Reason: POM 'org.apache.tuscany.sca:tuscany-maven-osgi-junit' not found in > repository: Unable to download the artifact from any repository > > org.apache.tuscany.sca:tuscany-maven-osgi-junit:pom:2.0-SNAPSHOT > > Anyone else seeing such an error? Is this expected for now? > > -- > Thanks, Dan Becker > Hi Dan I think you need to go an build the tuscany-maven-osgi-junit plugin in the tools folder. Maybe it's not in the build as Raymond has been looking to see if it's possible to run JUnit tests completely within a OSGi environment. The calculator-osgi sample is the one that tests this. It looks like that is in the build. So we either need to add the tooling or remove the sample. I'll let Raymond comment. Simon
