You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/11/03 10:10:41 UTC

svn commit: r1197008 - /incubator/jena/site/trunk/content/jena/getting_involved/index.mdtext

Author: castagna
Date: Thu Nov  3 09:10:40 2011
New Revision: 1197008

URL: http://svn.apache.org/viewvc?rev=1197008&view=rev
Log:
As pointed out by Richard Cyganiak here http://markmail.org/thread/zlte764pxob2vlut.

JenaTop has the parent pom.xml file for all the Jena modules. 
JenaTop has not been published on the Maven central repository.
Therefore there it needs to be checked out together with the module a user want to compile or work with.

Modified:
    incubator/jena/site/trunk/content/jena/getting_involved/index.mdtext

Modified: incubator/jena/site/trunk/content/jena/getting_involved/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/getting_involved/index.mdtext?rev=1197008&r1=1197007&r2=1197008&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/getting_involved/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/getting_involved/index.mdtext Thu Nov  3 09:10:40 2011
@@ -37,12 +37,15 @@ You can also check the state of each Jen
 You can find the Jena source code in the Apache subversion repository: [http://svn.apache.org/repos/asf/incubator/jena/Jena2/](http://svn.apache.org/repos/asf/incubator/jena/Jena2/).
 This is now the authoritative, active repository for Jena code. The historical Jena sources are still available from [SourceForge](http://sf.net/projects/jena).
 
-Each Jena module uses Maven, here is how you can check out, build and test a Jena module:
+Each Jena module uses Maven, here is how you can check out, build and test a Jena module (TDB in this case):
 
+    svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/trunk JenaTop
     svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/trunk TDB
     cd TDB
     mvn clean package
 
+JenaTop (i.e. which has the Jena parent pom.xml for all the Jena modules) is currently necessary but it will not be as soon as it is published to Maven central.
+
 ### Open issues
 
 You can find a list of the [open issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide) on JIRA (sorted by priority) or the [popular issues](https://issues.apache.org/jira/browse/JENA#selectedTab=com.atlassian.jira.plugin.system.project%3Apopularissues-panel) (sorted by votes).