Saxon:Zip
From EXPath
(Difference between revisions)
(Created page with 'The implementation of ZIP facility for [http://www.saxonica.com/ Saxon]. ==Setup project== TODO: Document how to setup the Java project within NetBeans.') |
|||
Line 3: | Line 3: | ||
==Setup project== | ==Setup project== | ||
- | TODO: | + | The project in the Zip module Subversion repository is a [http://www.netbeans.org/ Netbeans] project. It has the following dependencies: |
+ | |||
+ | * a Java library named <tt>tagsoup-1.2</tt> | ||
+ | * a Java library named <tt>saxon-he</tt> | ||
+ | * the project <tt>pkg-saxon</tt> (see instructions on the [[Saxon:Pkg|implementation page]]) | ||
+ | * a Java platform named <tt>JDK_1.5</tt> | ||
+ | |||
+ | TODO: Detail how to setup the deps. |
Revision as of 19:32, 24 January 2010
The implementation of ZIP facility for Saxon.
Setup project
The project in the Zip module Subversion repository is a Netbeans project. It has the following dependencies:
- a Java library named tagsoup-1.2
- a Java library named saxon-he
- the project pkg-saxon (see instructions on the implementation page)
- a Java platform named JDK_1.5
TODO: Detail how to setup the deps.