2012/5/2 Ali Anil Sinaci <[email protected]>: > But I want to mention that I could only manage to install the OWL dependency > through the manual installation (getting from > http://www.apache.org/dist/incubator/stanbol/apache-stanbol-0.9.0-incubating-deps/ > and executing the shell script). Other alternatives (mvn package within the > deps folder and mvn install:install-file command) failed to execute on my > system (Linux sinaci 2.6.38-14-generic #58-Ubuntu SMP x86_64 x86_64 x86_64 > GNU/Linux).
And this is okay because this is not supposed to work. The deps project can just be used to create the -deps package but not to install the deps with 'mvn install:install-file' from this project. Instead, you have to extract the created -deps package and then run the shell script. But maybe this could be improved in the future. -- Fabian http://twitter.com/fctwitt
