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

Reply via email to