[jdom-interest] [ANN] Fink description for installing JDOM b7 on OS X

Bill Bumgarner bbum at codefab.com
Thu Dec 27 12:41:14 PST 2001


I created a jdom.info file for Fink such that installation on OS X is 
completely painless [via Fink, anyway].

Until it hits the archive, copy/paste the following into 
/sw/fink/dists/local/main/finkinfo/jdom-b7-1.info

Once in place, simply type 'fink install jdom' to have Fink install the b7 
version of the jar file and the javadocs.

As my experience with JDOM is limited to the last 24 hours, the 
dependencies may be incorrect, but it is working well for me [at least, I 
think it is].   If you notice any problems, please let me know.

b.bum

----  cut here ----
Package: jdom
Version: b7
Revision: 1
Depends: ant, xerces-j, xalan-j
Source: http://jdom.org/dist/binary/%n-%v.tar.gz
CompileScript: chmod 755 build.sh ; sh ./build.sh compile javadoc
InstallScript: <<
mkdir -p %i/lib/%n
cp build/*.jar %i/lib/%n
mkdir -p %i/share/doc/%n
cp -r build/apidocs %i/share/doc/%n/javadoc
<<
DocFiles: LICENSE.txt README.txt
Description: Alternative DOM processing API for java.
DescDetail: <<
A complete, Java-based solution for accessing, manipulating, and 
outputting XML data from Java code.
<<
DescPort: <<
Invokes ant style build.sh to build and copies stuff by hand to install.
<<
DescPackaging: <<
ATM the install target is not supported :
	- copy the jars in lib/jdom
	- copy the documentation in share/doc
Ripped from xalan-j and xerces-j packages.
<<
Homepage: http://www.jdom.org/
Maintainer: bbum at codefab.com
License: Derived from Apache license; less restrictive.
---- cut here ----




More information about the jdom-interest mailing list