I used the m2eclipse plugin which has gotten quite a bit better to 
handle its dependencies. 

Once I get it working I'll be checking in a new version which will 
depend other 1.5-SNAPSHOT jars for jackrabbit.  This is necessary to use 
the webdav protocol to talk to the remote server.  So many of the 
dependencies will change.

If you don't want to use m2eclipse you have a few options:
- run mvn eclipse:eclipse which will generate eclipse project files.  
You'll probably need to set an eclipse classpath variable so those 
project files can find your local maven repo.
- run mvn dependency:copy-dependencies  which will copy all the 
dependencies to target/dependency then you can add them from there to 
your eclipse project.  Several of the dependencies are already in CC's 
thirdparty-jars project so they can be used from there.

If you just want to see a nice list of its dependencies you can run:
mvn dependency:tree

Scott

Stephen Bannasch wrote:
> At 12:54 PM -0400 5/19/08, Scott Cytacki wrote:
>   
>> I started this page:
>> http://confluence.concord.org/display/CSP/OTrunk+Jackrabbit
>>     
>
> I got this error building it:
>
> "The project was not built since its build path is incomplete. Cannot find 
> the class file for org.doomdark.uuid.UUID. "
>
> What other libraries does it require?
>
> >
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to