Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Jena CP CVS"

(Jena Context Provider Projects)
(Redirecting to Jena Context Provider CVS)
 
Line 1: Line 1:
== General CVS Information ==
+
#REDIRECT [[Jena Context Provider CVS]]
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
+
| rowspan="2" | Connection Type
+
| Committers
+
| :ext:
+
|-
+
| Anonymous access
+
| :pserver:
+
|-
+
| colspan="2" | Host
+
| dev.eclipse.org
+
|-
+
| colspan="2" | Repository Path
+
| /cvsroot/technology
+
|-
+
|} 
+
 
+
 
+
== Jena Context Provider Projects ==
+
Main Jena Context Provider project is
+
 
+
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
+
|-style="background:#d6dee9; color:black" 
+
! border="1" align="left" valign="top" | Project
+
! border="1" align="left" valign="top" | Module Location
+
! border="1" align="left" valign="top" | Eclipse PSF
+
! border="1" align="left" valign="top" | ViewCVS
+
|-
+
|rowspan="2" |Jena Context Provider
+
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.jena2
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.jena2/anonymous.psf?root=Technology_Project&view=co anonymous]
+
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.jena2/?cvsroot=Technology_Project viewcvs]
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.jena2/committer.psf?root=Technology_Project&view=co committer]
+
|-
+
|}
+
 
+
Please note that CVS repository doesn't contain third party libraries described at [[Jena Context Provider Dependencies]]. You will need to download them manualy and place into "lib" subfolder.
+
 
+
 
+
The Jena Context Provider project depends on several other Higgins projects
+
 
+
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
+
|-style="background:#d6dee9; color:black" 
+
! border="1" align="left" valign="top" | Project
+
! border="1" align="left" valign="top" | Module Location
+
! border="1" align="left" valign="top" | Eclipse PSF
+
! border="1" align="left" valign="top" | ViewCVS
+
|-
+
|rowspan="2" |IdAS
+
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/anonymous.psf?root=Technology_Project&view=co anonymous]
+
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/?cvsroot=Technology_Project viewcvs]
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/committer.psf?root=Technology_Project&view=co committer]
+
|-
+
|}
+
 
+
== Build Instructions ==
+
* '''Building within Eclipse IDE:'''
+
** The normal project build method will compile the source
+
** How to produce an Eclipse plugin:
+
*** '''Run->External Tools->Build Jena Context Provider plugin'''. This will run Ant build script to produce Eclipse plugin. Resulting plugin's jar along with the build's log file will be placed in "build/plugins" folder. See also: <sup>1</sup>.
+
** How to produce a standalone jar:
+
*** '''Run->External Tools->Build Jena Context Provider jar'''. This will run Ant build script to produce standalone jar. Resulting jar file will be placed in "build/lib" folder. See also: <sup>1</sup>.
+
** How to produce javadoc:
+
*** '''Run->External Tools->Build Jena Context Provider javadoc'''. This will run Ant build script to produce javadoc. Javadocs will be generated in "build/doc" folder. See also: <sup>1</sup>.
+
 
+
 
+
* '''Command-line builds:'''
+
** How to produce an Eclipse plugin:
+
*** From the project directory, run '''"ant plugin -Declipse.home=<path to eclipse installation>"''' Resulting plugin's jar along with the build's log file will be placed in "build/plugins" folder.
+
** How to produce a standalone jar:
+
*** From the project directory, run '''"ant"'''. Resulting jar file will be placed in "build/lib" folder. See also: <sup>2</sup>.
+
** How to produce javadoc:
+
*** From the project directory, run '''"ant javadoc"'''. Javadoc will be generated in "build/doc" folder. See also: <sup>2</sup>.
+
 
+
 
+
* '''Builds notes:'''
+
** <sup>1</sup> Provided Eclipse launch configuration runs ant using the same JRE as the workspace. If you need to change JRE for some reason you will need to provide "-Declipse.home=<path to eclipse installation>" VM argument.
+
** <sup>2</sup> In order to process plugin specific files you will need to add "-Declipse.home=<path to eclipse installation>" option to the command line.
+
 
+
== See Also ==
+
* [http://www.eclipse.org/higgins Higgins Home]
+
* [[Components]]
+

Latest revision as of 03:41, 10 October 2007

Back to the top