On 31 Oct 2011, at 19:54, Robert Vesse wrote:

> Hi All

Hi Rob,

> Is there any documentation on importing the maven projects into Eclipse, when 
> I try and do this I get a bunch of errors about dependencies.

IIRC you can just do:

$ mvn eclipse:eclipse

but I'm not an eclipse user, and have not enjoyed the maven / eclipse 
experience in the past. See [1] and [2]? They appear to think eclipse IAM shows 
promise.

(Netbeans and IntelliJ can just open maven projects directly)

> I also find that even from the command line I cannot do a mvn install easily 
> because the artifacts appear to be referring to variables e.g ${ver.jena}
> When did this change because a few weeks ago I could run mvn install etc from 
> the command line fine without any issues just based on a fresh checkout which 
> is what I've just done today.
> 
> Is there any documentation on how to get all these variables set 
> appropriately?

You need to check out JenaTop:

$ svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/trunk 
JenaTop

Damian

[1] <http://maven.apache.org/guides/mini/guide-ide-eclipse.html>
[2] <http://maven.apache.org/eclipse-plugin.html>

Reply via email to