Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lyo-dev] Problem with installation

Hi Lyo Developers,

 

I have just downloaded the source for Lyo (and rio) and from GitHub (failed to use the Git repos provided by eclipse.org).

All components compile (and installs with Maven) except project:  org.eclipse.lyo.samples.bugzilla

This is the output from Maven:

[ERROR] Failed to execute goal on project bugzillaadapter-complete: Could not resolve dependencies for project org.eclipse.lyo.server:bugzillaadapter-complete:war:0.0.1-SNAPSHOT: The following artifacts could not be resolved: j2bugzilla:j2bugzilla:jar:1.0, org.eclipse.lyo.server:oauth-webapp:war:0.0.1-SNAPSHOT, org.eclipse.lyo.server:oauth-core:jar:0.0.1-SNAPSHOT: Could not find artifact j2bugzilla:j2bugzilla:jar:1.0 in Jenabean (http://jenabean.googlecode.com/svn/repo) -> [Help 1]

 

If I close the org.eclipse.lyo.samples.bugzilla project and launch the server anyway the server starts but when trying some action in the GUI I get a stack trace:

java.lang.NoClassDefFoundError: org/openrdf/query/algebra/evaluation/TripleSource

 

Think that these two issues are not related but any hints on how to get Lyo/Rio working appreciated!

 

//Lars

 

 

 


Back to the top