X-Git-Url: https://git.openafs.org/?p=openafs-wiki.git;a=blobdiff_plain;f=AFSLore%2FJavaAdminAPI.mdwn;h=a5e5590e9d4fd5cbc0020d2cd15b7edf0bfb5493;hp=aa821c9c8b74c4d37267bffd47bc19343bf56808;hb=aead46b3031e8dfb7f3b3de76187f79d1d245f62;hpb=ba0575ede0535f52a990edeba88976eb12a6f981 diff --git a/AFSLore/JavaAdminAPI.mdwn b/AFSLore/JavaAdminAPI.mdwn index aa821c9..a5e5590 100644 --- a/AFSLore/JavaAdminAPI.mdwn +++ b/AFSLore/JavaAdminAPI.mdwn @@ -8,4 +8,32 @@ In addition to enhancing the overall documentation, this latest revision incorpo Note: below is only the documentation for the API. The actual API source is included with the [[OpenAFS]] source distribution and is viewable on the web at -- [[DanielClark]] - 08 Jan 2003 -- [openafs-jafs-API-v1.4.tar.gz](http://www.dementia.org/twiki//view/openafs-jafs-API-v1.4.tar.gz): Complete documentation for Java AFS API v1.4 +The Java AFS API (JAFS) has been updated, employing several fixes and improvements, with patches for [[OpenAFS]] 1.2.9 source and the current source (CVS/daily snapshots). The most recent API documents (v2) are posted below along with the recent source patches. -- [[ManuelPereira]] - 09 Jun 2003 + +The Java AFS API (JAFS) has been updated, including additional testing programs, with patches for [[OpenAFS]] 1.2.10a source. The most recent API documents (v2) are posted below along with the recent source patches. + +**Quick Steps** + +1. Download +2. Download +3. `tar �xzf openafs-1.2.10a.tar.gz` +4. `tar �xzf jafs-1.2.10a-diff.tar.gz` +5. `cd openafs-1.2.10a` +6. `patch �p1 < ../jafs-1.2.10a.diff` +7. `./configure --with-afs-sysname=i386_linux24 --enable-transarc-paths �-java-home=/usr/java/jdk` +8. `make` +9. `make jafs` + +-- [[ManuelPereira]] - 11 Nov 2003 + +---- + +- [README](http://www.dementia.org/twiki//view/README): JAFS v2 README file (read for patch instructions) + +- [openafs-jafs-API-v2.2.tar.gz](http://www.dementia.org/twiki//view/openafs-jafs-API-v2.2.tar.gz): API docs for Java AFS v2.2 (userspace and admin) + +- [jafs-1.2.9-diff.tar.gz](http://www.dementia.org/twiki//view/jafs-1.2.9-diff.tar.gz): Patch for [[OpenAFS]] 1.2.9 release source (updated 2003-11-11) + +- [jafs-1.2.10a-diff.tar.gz](http://www.dementia.org/twiki//view/jafs-1.2.10a-diff.tar.gz): Patch for [[OpenAFS]] 1.2.10a release source + +- [jafs-diff.tar.gz](http://www.dementia.org/twiki//view/jafs-diff.tar.gz): Patch for current source (CVS/daily snapshots)