Author: scottbw
Date: Mon Oct 3 13:21:38 2011
New Revision: 1178408
URL: http://svn.apache.org/viewvc?rev=1178408&view=rev
Log:
added doc for using parser as an included jar
Modified:
incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext
Modified:
incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext?rev=1178408&r1=1178407&r2=1178408&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext
(original)
+++ incubator/wookie/site/trunk/content/wookie/docs/developer/parser.mdtext Mon
Oct 3 13:21:38 2011
@@ -30,6 +30,10 @@ To use the parser with a Maven project,
<version>0.9.1-incubating-SNAPSHOT</version>
</dependency>
+# Using the parser as a jar download
+
+If you don't want to use Maven, you can [download the jar from the Apache
repository][1] or use a copy that is distributed in the latest [Wookie
release][2]. Just make sure you also include its dependencies (Jdom, icu4j,
slf4j, commons-httpclient, commons-logging, commons-compress, commons-io and
commons-lang).
+
# Building the parser
To build the parser as a standalone .jar, run `ant publish-local` from within
the parser folder; the jar will be saved in `parser/dist`. Dependencies are
described in the ivy.xml file that can also be found in the `parser/dist`
folder.
@@ -118,3 +122,7 @@ The base URL from which unpacked widgets
##features
The features supported by the implementation; this should be supplied as IRIs
e.g. "http://wave.google.com". The features are matched against features
requested by the widget; if the widget requires features that are unsupported,
an Exception will be thrown when parsing the widget package. The default
value of this property is an empty String array.
+
+
+ [1]:
https://repository.apache.org/content/groups/snapshots/org/apache/wookie/wookie-parser/
+ [2]: http://incubator.apache.org/wookie/docs/download.html
\ No newline at end of file