|
GNU-PaperclipsJava Servlet 2.2 Container |
![]() |
Downloading GNU-Paperclips
Right now you can only download the source code release. A binary only release will come soon but whilst we're in the middle of the current development there isn't much point.
Source code released on 24th August 2000
This is stable enough for use but is missing some Servlet API 2.2 functionality, notably a method of using a WAR file.
Those interested in development may wish to use our read only CVS (developers who join the project get write access to the CVS in order to change the source code).
To checkout paperclips from CVS follow these instructions:
1. ask the the CVS server for an anonymous login:
2. press the RETURN or ENTER key to login to the servercvs -d :pserver:anoncvs@subversions.gnu.org:/home/cvs login3. check out the Paperclips module (includes the GNU-SocketServer module)
cvs -d :pserver:anoncvs@subversions.gnu.org:/home/cvs co -P gnu-paperclips
The CVS server will then download the whole of the distribution to your computer.Updates can be obtained by changing directory to the root of the CVS module and typing:
This will merge and patch changes you have made or noitfy you of conflicts.cvs update -d -PFor more information about CVS see the CVS Home website.