Hi,

Now I can build all the projects except "runtime/standalone" (same problem as I reported before).

The databinding-sdo project already has everthing from sdo project so the sdo folder can be safely removed. With the databinding-sdo referencing the incubating-M1 version of SDO, I can build it successfully as well (as expected, I need to have the SDO jars in local maven repo).

Now it seems that we fetch SDO projects (except the spec one) into the sandbox, but they are not in the main build. What's the intension here?

Thanks,
Raymond

----- Original Message ----- From: "Jeremy Boynes" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, July 11, 2006 11:00 AM
Subject: Re: Build problems


This should be fixed now. I have still commented out the databinding and sdo stuff.

The tree builds for me after I remove the local m2 repository. It does take a couple of goes due to problems with downloads and plugins.
Please let me know if there are still issues.

--
Jeremy

On Jul 11, 2006, at 10:51 AM, Raymond Feng wrote:

Hi,

We have the following dependency in jboynes/sca/pom.xml

           <dependency>
                <groupId>org.apache.geronimo.specs</groupId>
                <artifactId>geronimo-commonj_1.1_spec</artifactId>
                <version>1.0.1-SNAPSHOT</version>
                <scope>provided</scope>
            </dependency>

I found that http://people.apache.org/repository/ org.apache.geronimo.specs/poms/geronimo-commonj_1.1_spec-1.0.1- SNAPSHOT.pom has the following section:

<parent>
      <artifactId>specs</artifactId>
      <groupId>org.apache.geronimo.specs</groupId>
      <version>1.2-SNAPSHOT</version>
</parent>

And http://people.apache.org/repository/org.apache.geronimo.specs/ poms/specs-1.2-SNAPSHOT.pom does NOT exist.

I tried org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0.- SNAPSHOT and it works.

Thanks,
Raymond


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to