You will definately need maven 2.0.7 to build NMaven, as there are a number of missing method and class problems while compiling under earlier versions of the maven client.
Regards, Shane On 9/29/07, javed mandary <[EMAIL PROTECTED]> wrote: > > Hi Shane, > thanks will try to do as you say. > > I am using maven 2.0.4 and using mvn install. > > will do as you advise and let you know. > > cheers, > javed > > On 9/29/07, Shane Isbell <[EMAIL PROTECTED]> wrote: > > > > Hi Javed, > > > > It looks as though you are also missing: openrdf-sail-api (Sail) and > > openrdf-model (OpenRDFException). I cleaned my repo and did a build with > > maven 2.0.7 and it worked. Which version of maven are you using? Are you > > starting with the bootstrap script or an mvn install? > > > > Is anyone else on the list seeing this problem? I'll look into this > > somemore. It could be something wrong with the rdf profile in the > > components.xml pom. For now, try to put the aduna repo reference your > > settings.xml and turn it on by default to see if that solves your > problem. > > > > Best Regards, > > Shane > > > > On 9/29/07, javed mandary <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > I just checkouted out the latest version of NMaven from subversion > > and > > > i was getting compilation errors for the following jars: > > > > > > Missing: > > > --------- > > > 1. org.openrdf:openrdf-sail-memory:jar:2.0-beta5 > > > > > > 2. org.openrdf:openrdf-repository-api:jar:2.0-beta5 > > > > > > 3. org.openrdf:openrdf-repository-sail:jar:2.0-beta5 > > > > > > So i downloaded manually the jars from the following URL: > > > http://repository.aduna-software.org/maven2/org/openrdf > > > > > > Although that solved my missing jars problem I got the following > error: > > > [INFO] > > > > ------------------------------------------------------------------------ > > > [ERROR] BUILD FAILURE > > > [INFO] > > > > ------------------------------------------------------------------------ > > > [INFO] Compilation failure > > > > > > > > > > > > C:\devtools\NMaven\components\dotnet-registry\src\main\java\org\apache\maven\dot > > > net\registry\ConnectionsRepository.java:[61,28] cannot access > > > org.openrdf.sail.h > > > elpers.SailBase > > > file org\openrdf\sail\helpers\SailBase.class not found > > > MemoryStore store = new MemoryStore( dataDir ); > > > > > > > > > > > > C:\devtools\NMaven\components\dotnet-registry\src\main\java\org\apache\maven\dot > > > net\registry\ConnectionsRepository.java:[64,58] cannot access > > > org.openrdf.sail.S > > > ail > > > file org\openrdf\sail\Sail.class not found > > > org.openrdf.repository.Repository rdfRepository = new > > > SailRepository( st > > > ore ); > > > > > > > > > > > > C:\devtools\NMaven\components\dotnet-registry\src\main\java\org\apache\maven\dot > > > net\registry\ConnectionsRepository.java:[65,8] cannot access > > > org.openrdf.OpenRDF > > > Exception > > > file org\openrdf\OpenRDFException.class not found > > > try > > > > > > > > > > > > > > > ------------------------------------------------------------------------------------------------------------- > > > > > > Any one know what is wrong and whether am using the right openrdf jars > ? > > > > > > kind regards, > > > Javed Mandary > > > > > >
