I'll look into it tonight; I believe that Glassfish provides open
implementations of these APIs and if necessary we can declare the
Glassfish jars as dependencies in optional or provided scope.

Kris

On Mon, Oct 6, 2008 at 5:48 PM, David Pollak
<[EMAIL PROTECTED]> wrote:
>
>
> On Mon, Oct 6, 2008 at 4:01 PM, Kris Nuttycombe <[EMAIL PROTECTED]>
> wrote:
>>
>> This artifact cannot legally be distributed in any Maven repository;
>> you have to download and install it locally.
>
> I've removed the JPA stuff from the sites pom.xml file pending resolving
> this issue.  Basically, Lift should not install or require anything that's
> not open source as part of the default build process.
>
>>
>> Hopefully Sun will get the licensing sorted out, but it's been that way
>> forever.
>>
>> Kris
>>
>> On Mon, Oct 6, 2008 at 4:50 PM, David Pollak
>> <[EMAIL PROTECTED]> wrote:
>> > Missing:
>> > ----------
>> > 1) javax.transaction:jta:jar:1.0.1B
>> >
>> >   Try downloading the file manually from:
>> >       http://java.sun.com/products/jta
>> >
>> >   Then, install it using the command:
>> >       mvn install:install-file -DgroupId=javax.transaction
>> > -DartifactId=jta
>> > -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>> >
>> >   Alternatively, if you host your own repository you can deploy the file
>> > there:
>> >       mvn deploy:deploy-file -DgroupId=javax.transaction
>> > -DartifactId=jta
>> > -Dversion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
>> > -DrepositoryId=[id]
>> >
>> >   Path to dependency:
>> >       1) net.liftweb:JPADemo-spa:jar:0.10-SNAPSHOT
>> >       2) org.hibernate:hibernate-entitymanager:jar:3.3.1.ga
>> >       3) org.hibernate:hibernate:jar:3.2.4.ga
>> >       4) javax.transaction:jta:jar:1.0.1B
>> >
>> > ----------
>> > 1 required artifact is missing.
>> >
>> >
>> >
>> > --
>> > Lift, the simply functional web framework http://liftweb.net
>> > Collaborative Task Management http://much4.us
>> > Follow me: http://twitter.com/dpp
>> > Git some: http://github.com/dpp
>> >
>> > >
>> >
>>
>>
>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Collaborative Task Management http://much4.us
> Follow me: http://twitter.com/dpp
> Git some: http://github.com/dpp
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to