Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Source"

m (EclipseLink Source Downloads)
m (Replaced content with "page incorporated into other pages.")
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=EclipseLink Source Downloads=
+
page incorporated into other pages.
*The following methods and locations are available as methods for checking out, obtaining, linking or viewing EclipseLink source files.
+
*For example: The eclipselink-src.zip inside our [http://www.eclipse.org/eclipselink/downloads/index.php download zip bundles] in the jlib directory can be used to view the EclipseLink source in Eclipse by selecting this zip when the IDE asks for a source attachement during debugging.
+
 
+
==EclipseLink Source in Binary Releases==
+
* [http://www.eclipse.org/eclipselink/downloads/index.php EclipseLink download Zip contains jlib/eclipselink-src.zip]
+
 
+
==EclipseLink Source via Maven repository==
+
* [[EclipseLink/Maven|EclipseLink Maven repository]]
+
 
+
==EclipseLink Source Control Repositories==
+
The following two SVN URLs are used within an SVN tool like TortoiseSVN or Subclipse to checkout a revision of the EclipseLink view.
+
 
+
* EclipseLink source via SVN committer access
+
svn+ssh://user@eclipse/svnroot/rt/org.eclipse.persistence/trunk
+
 
+
* EclipseLink source via SVN anonymous access
+
svn://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk
+
 
+
==EclipseLink Online HTML links into Source==
+
The following link will put you at the root of the SVN tree using the online version of subclipse.
+
 
+
http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/
+
 
+
==EclipseLink Online HTML Javadoc links==
+
http://www.eclipse.org/eclipselink/api/1.0/
+
 
+
http://www.eclipse.org/eclipselink/api/1.0.1/
+
 
+
 
+
=References=
+
* [http://www.eclipse.org/eclipselink/downloads/index.php Downloads]
+
* [[EclipseLink/Building| Building EclipseLink]]
+
* [[EclipseLink/Building/Automate| Automated/Scripted SVN checkout ]]
+
* [[EclipseLink/Building/Optimize| Optimize SVN ]]
+
* [[EclipseLink/Testing|Testing]]
+
* [[EclipseLink/Development/Testing/Prereq| General prerequisites for building & running EclipseLink tests]]
+
* [[/Performance|Performance]]
+
* [http://fisheye2.atlassian.com/browse/eclipselink FishEye]
+

Latest revision as of 09:27, 23 July 2014

page incorporated into other pages.

Back to the top