oops patch lost. here is the diff:

Index: core/pom.xml
===================================================================
--- core/pom.xml        (revision 1209222)
+++ core/pom.xml        (working copy)
@@ -261,6 +261,14 @@
        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</developerConnection>
        <url>http://svn.apache.org/viewvc/oodt/trunk/core</url>
     </scm>
+    <repositories>
+      <repository>
+        <id>maven2-repository.dev.java.net</id>
+        <name>Java.net Repository for Maven</name>
+        <url>http://download.java.net/maven/2/</url>
+        <layout>default</layout>
+      </repository>
+    </repositories>
     <build>
         <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
         <testSourceDirectory>${basedir}/src/test</testSourceDirectory>


On Dec 1, 2011, at 12:45 PM, Nguyen, Ricky wrote:

> Hi all,
> 
> I'm getting this error with a fresh checkout of oodt/trunk:
> 
> [ERROR] Failed to execute goal on project oodt-commons: Could not resolve 
> dependencies for project org.apache.oodt:oodt-commons:jar:0.4-SNAPSHOT: Could 
> not find artifact javax.transaction:jta:jar:1.0.1B in central 
> (http://repo1.maven.org/maven2) -> [Help 1]
> 
> Googled it. Jta is needed by the following dependencies:
> spring-hibernate3 2.0.8 -> org.hibernate 3.2.5ga -> jta 1.0.1B
> 
> Here is the workaround:
> http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html
> 
> I've attached a patch to include the java.net maven2 repo into the oodt super 
> pom. I'm not sure if this patch is needed, since the jenkins build seems to 
> be unaffected. It is strange that my local build worked previously, but only 
> today I ran into this problem. Any ideas what happened?
> 
> -Ricky
> 
> 
> 
> 
> ---------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, 
> is for the sole use of the intended recipient(s) and may contain confidential
> or legally privileged information. Any unauthorized review, use, disclosure
> or distribution is prohibited. If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of this original 
> message.  
> 
> ---------------------------------------------------------------------
> 




---------------------------------------------------------------------
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, 
is for the sole use of the intended recipient(s) and may contain confidential
or legally privileged information. Any unauthorized review, use, disclosure
or distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of this original 
message.  

---------------------------------------------------------------------

Reply via email to