From: Jens Ø. P. <oe...@gm...> - 2012-11-25 17:12:35
|
Hi, By the way: Has the math module disappeared from the public repo? Cheers, Jens On Oct 5, 2012, at 10:30 AM, Wolfgang Meier <wol...@ex...> wrote: > Claudius, > > .xar files are ordinary zip files and I usually create them from ant. The xar needs to have three descriptors: expath-pkg.xml, repo.xml and exist.xml. Copy the first two from another app (or generate one via eXide). exist.xml lists the jars, e.g. as follows: > > <package xmlns="http://exist-db.org/ns/expath-pkg"> > <jar>math-0.1.jar</jar> > <java> > <namespace>http://exist-db.org/xquery/math</namespace> > <class>org.exist.xquery.modules.math.MathModule</class> > </java> > </package> > > > Any jar files should be put into a directory having the same name as the abbreviated name of the project (see abbrev in expath-pkg.xml). eXist-db will pick up those jars without requiring a restart. > > Wolfgang > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |