Hi there,
to all of you working with Maven: we've just moved our Maven repository to the basex.org domain. The new address is:
We've also updated the Maven artifacts in our documentation:
http://docs.basex.org/wiki/Maven
Next, we're currently working on automating the Maven deployment to guarantee that the latest snapshots can be integrated in your projects as well. And, last but not least, BaseX will soon be available via Debian and APT.
Christian ___________________________
Christian Grün Uni KN, Box 188 78457 Konstanz, Germany http://www.inf.uni-konstanz.de/~gruen
Hi Christian I am looking forward to see the Debian APT for BaseX. This might easy deployment to wider community and of course to all of us.
Thanks in advance
Jan
2011/2/6 Christian Grün christian.gruen@gmail.com
Hi there,
to all of you working with Maven: we've just moved our Maven repository to the basex.org domain. The new address is:
We've also updated the Maven artifacts in our documentation:
http://docs.basex.org/wiki/Maven
Next, we're currently working on automating the Maven deployment to guarantee that the latest snapshots can be integrated in your projects as well. And, last but not least, BaseX will soon be available via Debian and APT.
Christian ___________________________
Christian Grün Uni KN, Box 188 78457 Konstanz, Germany http://www.inf.uni-konstanz.de/~gruen _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
Hi all,
today I finished some Debian packaging.
Before I search for an official sponsor to get the package included to Debian, I would like to have it tested by some brave Ubuntu/Debian users out there. It would be nice to get some feedback if the package works for you.
You can find the package on
http://www.inf.uni-konstanz.de/dbis/basex/debian/index.php
It provides:
$ apt-cache show basex Package: basex Status: install ok installed Priority: optional Section: database Installed-Size: 2260 Maintainer: Alexander Holupirek alex@holupirek.de Architecture: all Version: 6.5-1 Depends: java-wrappers Description: XML database and XPath/XQuery processor BaseX is a very fast and light-weight, yet powerful XML database and XPath/XQuery processor, including support for the latest W3C Full Text and Update Recommendations. It supports large XML instances and offers a highly interactive front-end (basexgui). Apart from two local standalone modes, BaseX offers a client/server architecture. . The package provides following commands: * basexgui ....... Standalone local XML database. Graphical User Interface (GUI) mode. Includes data visualizations and XQuery editor. * basex .......... Standalone local XML database. Command line mode. * basexserver .... XML database server * basexclient .... XML database client Homepage: http://basex.org
Getting it to work could involve steps such as:
$ wget http://www.inf.uni-konstanz.de/dbis/basex/debian/basex_6.5-1_all.deb $ sudo dpkg -i basex_6.5-1_all.deb $ man basex $ basex -q 19+23 42 $ basexgui
Getting rid of it:
$ sudo dpkg --purge basex
Thx, Alex
On 07.02.2011, at 06:41, Jan Vlčinský (CAD) wrote:
Hi Christian I am looking forward to see the Debian APT for BaseX. This might easy deployment to wider community and of course to all of us.
Thanks in advance
Jan
2011/2/6 Christian Grün christian.gruen@gmail.com Hi there,
to all of you working with Maven: we've just moved our Maven repository to the basex.org domain. The new address is:
We've also updated the Maven artifacts in our documentation:
http://docs.basex.org/wiki/Maven
Next, we're currently working on automating the Maven deployment to guarantee that the latest snapshots can be integrated in your projects as well. And, last but not least, BaseX will soon be available via Debian and APT.
Christian ___________________________
Christian Grün Uni KN, Box 188 78457 Konstanz, Germany http://www.inf.uni-konstanz.de/~gruen _______________________________________________ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
-- Ing. Jan Vlčinský CAD programy Slunečnicová 338/3, 734 01 Karviná Ráj, Czech Republic tel: +420-597 602 024; mob: +420-608 979 040 skype: janvlcinsky; GoogleTalk: jan.vlcinsky@gmail.com http://cz.linkedin.com/in/vlcinsky
On 02/11/2011 05:55 PM, Alexander Holupirek wrote:
[BaseX Debian packaging]
Getting it to work could involve steps such as:
$ wget http://www.inf.uni-konstanz.de/dbis/basex/debian/basex_6.5-1_all.deb $ sudo dpkg -i basex_6.5-1_all.deb $ man basex $ basex -q 19+23 42 $ basexgui
Getting rid of it:
$ sudo dpkg --purge basex
Works for me (Ubuntu 10.10)
johannes@luna:~$ sudo dpkg -i basex_6.5-1_all.deb [sudo] password for johannes: Selecting previously deselected package basex. (Reading database ... 302542 files and directories currently installed.) Unpacking basex (from basex_6.5-1_all.deb) ... Setting up basex (6.5-1) ... Processing triggers for man-db ... johannes@luna:~$ man basex johannes@luna:~$ basex -q 19+23 Saving properties in "/home/johannes/.basex"... 42johannes@luna:~$ basexgui Saving properties in "/home/johannes/.basexgui"... johannes@luna:~$ sudo dpkg --purge basex [sudo] password for johannes: (Reading database ... 302567 files and directories currently installed.) Removing basex ... Purging configuration files for basex ... Processing triggers for man-db ... johannes@luna:~$ basexgui basexgui: command not found johannes@luna:~$ basex basex: command not found
Now reinstalling... :D
Maybe a simple newline is missing after the results to queries (-q parameter, which is not related to the packaging after all ;-)).
regards, Johannes
basex-talk@mailman.uni-konstanz.de