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 (EclipseLink Source Control Repositories)
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Category:EclipseLink|Source]]
 +
 
=EclipseLink Source Downloads=
 
=EclipseLink Source Downloads=
 
*The following methods and locations are available for checking out, obtaining, linking or viewing EclipseLink source files.  
 
*The following methods and locations are available for checking out, obtaining, linking or viewing EclipseLink source files.  
Line 14: Line 16:
  
 
* EclipseLink source via SVN committer access
 
* EclipseLink source via SVN committer access
svn+ssh://user@eclipse/svnroot/rt/org.eclipse.persistence/trunk  
+
svn+ssh://user@'''eclipse'''/svnroot/rt/org.eclipse.persistence/trunk  
  
* EclipseLink source via SVN anonymous access
+
<font color="red">Note: '''@eclipse''' is your putty session name</font>
 +
 
 +
* EclipseLink source via SVN anonymous access <!--(See bug# [http://bugs.eclipse.org/293355 293355] for any issues related to the recent pserver refactor).-->
 
svn://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk
 
svn://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk
  
Line 24: Line 28:
 
http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/
 
http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/
  
==EclipseLink Online HTML Javadoc links==
+
For example, you may also download the latest SVN version of eclipselink-src.zip built nightly from the following URL.
http://www.eclipse.org/eclipselink/api/1.0/
+
*http://dev.eclipse.org/svnroot/rt/org.eclipse.persistence/trunk/eclipselink-src.zip
 +
Or in the download zip in
 +
*eclipselink-2.1.2.v20101206-r8635\eclipselink\jlib
  
http://www.eclipse.org/eclipselink/api/1.0.1/
+
==EclipseLink Online HTML Javadoc links==
 +
*http://www.eclipse.org/eclipselink/api/1.0.1/
 +
*http://www.eclipse.org/eclipselink/api/2.0.2/
 +
*http://www.eclipse.org/eclipselink/api/2.1.2/
  
 
=References=
 
=References=
 
* [http://www.eclipse.org/eclipselink/downloads/index.php Downloads]
 
* [http://www.eclipse.org/eclipselink/downloads/index.php Downloads]
 
* [[EclipseLink/Building| Building EclipseLink]]
 
* [[EclipseLink/Building| Building EclipseLink]]
 +
* [[EclipseLink/Debugging| Debugging EclipseLink]]
 
* [[EclipseLink/Building/Automate| Automated/Scripted SVN checkout ]]
 
* [[EclipseLink/Building/Automate| Automated/Scripted SVN checkout ]]
 
* [[EclipseLink/Building/Optimize| Optimize SVN ]]
 
* [[EclipseLink/Building/Optimize| Optimize SVN ]]
 
* [[EclipseLink/Testing|Testing]]
 
* [[EclipseLink/Testing|Testing]]
 
* [[EclipseLink/Development/Testing/Prereq| General prerequisites for building & running EclipseLink tests]]
 
* [[EclipseLink/Development/Testing/Prereq| General prerequisites for building & running EclipseLink tests]]
 +
* [[EclipseLink/Development/Java6#Compile-Time_Support|Java 1.5 Compatible / Java 1.6 Compiled]]
 
* [[EclipseLink/Development/Performance|Performance]]
 
* [[EclipseLink/Development/Performance|Performance]]
 
* [http://fisheye2.atlassian.com/browse/eclipselink FishEye]
 
* [http://fisheye2.atlassian.com/browse/eclipselink FishEye]
 +
* [[EclipseLink/Development/Architecture/EclipseLink/ClassDiagram|EclipseLink UML Class Diagram]]
 +
* [[EclipseLink/Building/64bit| EclipseLink 64 Bit Development]]

Revision as of 10:14, 15 April 2011


EclipseLink Source Downloads

  • The following methods and locations are available for checking out, obtaining, linking or viewing EclipseLink source files.
  • For example: The eclipselink-src.zip inside our download zip bundles in the jlib directory can be used to view/debug the EclipseLink source in Eclipse by selecting this zip when the IDE asks for a source attachment during debugging.

EclipseLink Source in Binary Releases

The following page allows you to download Eclipelink Source (eclipselink-src.zip) either as a standalone zip or as part of the full binary download. Milestone and Nighly releases are available.

EclipseLink Source via 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

Note: @eclipse is your putty session name

  • 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/

For example, you may also download the latest SVN version of eclipselink-src.zip built nightly from the following URL.

Or in the download zip in

  • eclipselink-2.1.2.v20101206-r8635\eclipselink\jlib

EclipseLink Online HTML Javadoc links

References

Copyright © Eclipse Foundation, Inc. All Rights Reserved.