It looks like the maven central repository only has the POM and not  
the JAR. Try adding this repository to your POM:

<repository>
        <id>java.net</id>
        <url>http://download.java.net/maven/2</url>
</repository


Or manually downloading JTA and putting it in your jre/lib directory.

-Ross

On Jul 18, 2009, at 9:49 PM, Wilson MacGyver wrote:

>
> Hi,
>
> I git clone the lift source from git hub. then run mvn install to  
> build it.
>
> It fails with
>
> Downloading: 
> http://scala-tools.org/repo-releases/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
> [INFO] Unable to find resource 'javax.transaction:jta:jar:1.0.1B' in
> repository scala-tools.org (http://scala-tools.org/repo-releases)
> Downloading: 
> http://scala-tools.org/repo-snapshots/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
> [INFO] Unable to find resource 'javax.transaction:jta:jar:1.0.1B' in
> repository scala-tools.org.snapshots
> (http://scala-tools.org/repo-snapshots)
> Downloading: 
> http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
> [INFO] Unable to find resource 'javax.transaction:jta:jar:1.0.1B' in
> repository central (http://repo1.maven.org/maven2)
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) javax.transaction:jta:jar:1.0.1B
>
>
> is this intentional due to some license issue with the jta jar?
>
> Thanks,
> Mac
>
> -- 
> Omnem crede diem tibi diluxisse supremum.
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to