ah, that did it.

I'll commit that too.

On Dec 17, 2008, at 1:28 PM, Citron, David wrote:

Interestingly, to get it to compile I had to add the following to my
java/samples/pom.xml in the "repositories" section:

   <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>

Since nobody else seemed to have any trouble, I figured it was just me,
but maybe that change should be submitted (especially if it resolves
your build issue).

Thanks,
Dave

-----Original Message-----
From: Paul Lindner [mailto:[email protected]]
Sent: Wednesday, December 17, 2008 4:21 PM
To: [email protected]
Subject: Re: svn commit: r727448 - in
/incubator/shindig/trunk/java/samples/src:
main/java/org/apache/shindig/social/opensocial/jpa/
main/java/org/apache/shindig/social/opensocial/jpa/spi/
test/java/org/apache/shindig/social/opensocial/jpa/test/

thanks.  I was unable to build due to a missing jta library.  I'll get
those samples building before more such modifications.


On Dec 17, 2008, at 12:53 PM, Citron, David wrote:

It would appear that the following changes are still required in
java/samples:

src/main/java/org/apache/shindig/social/opensocial/jpa/spi/
PersonService
Db.java:
- add "import com.google.common.collect.Lists"

src/main/java/org/apache/shindig/social/opensocial/jpa/hibernate/
Bootstr
ap.java:
- change
    "import com.google.collect.common.Maps"
  to
    "import com.google.common.collect.Maps"

Thanks!
Dave


Paul Lindner
[email protected]




Paul Lindner
[email protected]



Reply via email to