|
|
Index
| Recent Threads
| Who's Online
| User List
| Search
| Help
| |
|
Forum has been closed down This forum has been closed down due to extensive spamming activities. Please use the mailing list instead. |
![]() |
openRDF.org Forum » AliBaba & Elmo: Help » Thread: create an elmo concept jar from rdf file |
|
Total posts in this thread: 6 |
[Add To My Favorites] [Watch this Thread] |
| Author |
|
|
Feb 11, 2008 4:45:40 PM
jtheuer Sesame Addict
|
Hi, I tried to create an elmo concept jar from rdf file. I found: http://www.openrdf.org/doc/elmo/1.0-beta2/user-guide/x444.html#SEC.CREATING-CONCEPTS-50 and I want to compile: http://scot-project.org/scot/ns and ran
within eclipse (main class was: org.openrdf.elmo.codegen.OntologyConverter) Hope, that is correct. I used the 1.0-beta1 from your maven repository. ---------------------------------------- [Edit 1 times, last edit by jtheuer at Feb 11, 2008 4:48:15 PM] |
||
|
|
Feb 11, 2008 4:47:35 PM
jtheuer Sesame Addict
|
The result was:
Is there something broken in the maven dependencies? I updated an hour ago... Thanks, Jan |
||
|
|
Feb 11, 2008 7:30:50 PM
james OpenRDF.org Consultant Canada Joined: Jul 21, 2005 Posts: 650 Status: Offline |
Looks like the groovy and asm versions you are using are incompatible. Can you please post the versions/jars you have in the class-path. Are you using the Spring framework by chance - it uses an old version of ASM? It would also be good to try running this this from a command line to ensure the class-path is as you expected. What version of Elmo are you using beta2 or SVN? ---------------------------------------- Sesame Consultant http://leighnet.ca http://jamesrdf.blogspot.com |
||
|
|
Feb 11, 2008 8:38:41 PM
jtheuer Sesame Addict
|
Hi James. Here are my maven dependencies:
|
||
|
|
Feb 11, 2008 8:40:03 PM
jtheuer Sesame Addict
|
Here is the resulting classpath of eclipse: (filtered by asm|groovy):
Seems to be a maven dependency bug, then? Is beta2 going to be released as maven project? I could ran it from the commandline, but I'd rather not do this with the maven libs. They are too much... Is there a reason why posts must not exceed a given size? I always have to split them. Annoying... Jan ---------------------------------------- [Edit 1 times, last edit by jtheuer at Feb 11, 2008 8:42:52 PM] |
||
|
|
Feb 11, 2008 9:49:42 PM
james OpenRDF.org Consultant Canada Joined: Jul 21, 2005 Posts: 650 Status: Offline |
The sdk file on sourceforge.net contains an executable jar that you can use from the command line without the trouble of setting the classpath yourself. The versions you have look correct. You can also try explicitly adding ASM to your project and changing its order to be on top - in case another jar includes this class. The next release of Elmo will be included in our maven repository. ---------------------------------------- Sesame Consultant http://leighnet.ca http://jamesrdf.blogspot.com |
||
|
| [Show Printable Version of Thread] |