Bug#969154: basex: Should look for Saxon-HE.jar

2020-08-28 Thread Alexander Holupirek
Hi Harri,

this is a good suggestion.
I'll have a look, when upgrading the package to the latest version.

Thanks,
Alex

> On 28. Aug 2020, at 11:26, Harri Kiiskinen  wrote:
> 
> Package: basex
> Version: 9.0.1+ds-1
> Severity: normal
> 
> Dear Maintainer,
> 
> I would suggest that the jar Saxon-HE.jar should be added 
> to the list of jar-files looked for in all four files /usr/bin/basex*
> 
> BaseX uses Saxon in xslt-transforms, if available, and since 
> Debian includes the libsaxonhe-java package, it would be easy 
> to integrate the advanced XSLT support of Saxon 9.9 by adding 
> the corresponding jar library to the list of jars searched for.
> 
> This line seems to do the trick:
> 
> find_jars /usr/share/java/Saxon-HE.jar
> 
> Best,
> 
> Harri K.
> 
> -- System Information:
> Debian Release: 10.5
>  APT prefers stable-updates
>  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
> 'stable')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 4.19.0-10-amd64 (SMP w/4 CPU cores)
> Locale: LANG=fi_FI.utf8, LC_CTYPE=fi_FI.utf8 (charmap=UTF-8), 
> LANGUAGE=fi_FI.utf8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> Versions of packages basex depends on:
> ii  default-jre [java8-runtime] 2:1.11-71
> ii  java-wrappers   0.3
> ii  openjdk-11-jre [java8-runtime]  11.0.8+10-1~deb10u1
> ii  openjdk-8-jre [java8-runtime]   8u212-b03-2~deb9u1
> 
> Versions of packages basex recommends:
> ii  libjline2-java  2.14.6-3
> 
> Versions of packages basex suggests:
> pn  libjing-java 
> ii  libtagsoup-java  1.2.1+-1
> ii  libxml-commons-resolver1.1-java  1.2-9
> 
> -- no debconf information



Bug#873210: FTBFS with Java 9

2018-03-28 Thread Alexander Holupirek
New package with fix is available:

 https://mentors.debian.net/debian/pool/main/b/basex/basex_9.0-1.dsc

Cheers,
Alex



Bug#828138: [warning] /usr/bin/basex: Unable to locate /usr/share/java/jline2.jar in /usr/share/java

2016-06-27 Thread Alexander Holupirek
This is expected behaviour.

It indicates a warning (not an error) that some functionality (that some user 
may expect reading the documentation of basex) is not available because some 
recommended/suggested is not installed.

What do you think, does it make sense to you?


Bug#720353: basex: /etc/init.d script

2013-10-19 Thread Alexander Holupirek
That's is a good point!

I'm considering to refine the packaging in the future.
Currently we have a single package 'basex', that provides four commands 'basex, 
basexgui, basexclient, basexserver'.

In one of the next packaging cycles, I like to change this to something like:

• a core 'libbasex-java' package

… and packages that depend on libbasex-java, each using it in a special way.

• 'basex' - console standalone package
• 'basexgui' - graphical standalone
• 'basexserver' - database server, here a unix-like /etc/init.d script could be 
placed in
• 'basexclient' - database client
• 'basexhttp' - restxq facade in front of basexserver using jetty:// 

Let's see what time permits.

Cheers,
Alex


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#726610: libjts-java: New version 1.13 is available upstream.

2013-10-17 Thread Alexander Holupirek
Package: libjts-java
Version: 1.11-1
Severity: wishlist

Package could use a newer upstream version.
http://sourceforge.net/p/jts-topo-suite/code/HEAD/tree/tags/Version_1.13/
Thx!

-- System Information:
Debian Release: jessie/sid
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libjts-java depends on:
ii  default-jre   1:1.7-49
ii  default-jre-headless  1:1.7-49
ii  libjdom1-java 1.1.3-1
ii  libxerces2-java   2.11.0-7

libjts-java recommends no packages.

Versions of packages libjts-java suggests:
pn  libjts-java-doc  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#726609: maven-debian-helper: Using wrong path to mvnDebug when checking if apt-file

2013-10-17 Thread Alexander Holupirek
Package: maven-debian-helper
Version: 1.6.5
Severity: normal
Tags: patch

mh_make checks if apt-file is configured.
For that purpose it searches for /usr/bin/mvnDebug using apt-file.
However, mvnDebug can never be found that way as it is nowadays available at 
/usr/share/maven/bin/mvnDebug.
As such, mh_make always issues an update just to recognize that its 'Index is 
up-to-date.'
The following patch resolves the issue.

--- /usr/bin/mh_make  2013-08-17 20:26:36.0 +0200
+++ /tmp/mh_make  2013-10-17 09:15:56.0 +0200
@@ -132,7 +132,7 @@
exit 1
else
res=ok
-apt-file search /usr/bin/mvnDebug | grep maven  /dev/null || res=failed
+apt-file search /usr/share/maven/bin/mvnDebug | grep maven  /dev/null || 
res=failed
if [ $? != 0 ] || [ $res == failed ]; then
echo Warning: apt-file doesn't seem to be configured
apt-file update

-- System Information:
Debian Release: jessie/sid
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk 1:1.7-49
ii  libmaven-clean-plugin-java  2.5-1
ii  libmaven-compiler-plugin-java   2.0.2-6
ii  libmaven-jar-plugin-java2.2-6
ii  libmaven-resources-plugin-java  2.3-7
ii  libmaven-site-plugin-java   2.1-2
ii  libplexus-velocity-java 1.1.8-1
ii  libsurefire-java2.10-4
ii  maven-repo-helper   1.8.4
ii  maven2  2.2.1-14
ii  velocity1.7-4

maven-debian-helper recommends no packages.

Versions of packages maven-debian-helper suggests:
ii  apt-file  2.5.2
ii  devscripts2.13.4
ii  libmaven-javadoc-plugin-java  2.6.1-2
ii  subversion1.7.9-1+nmu6

-- no debconf information

--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#726611: /usr/bin/mh_make: NPE while resolving dependencies

2013-10-17 Thread Alexander Holupirek
Package: maven-debian-helper
Version: 1.6.5
Severity: important
File: /usr/bin/mh_make

Oct 17, 2013 9:38:48 AM
org.debian.maven.packager.DependenciesSolver$ToResolve resolve
SEVERE: Cannot resolve dependencies in ./basex-api/pom.xml: Not a valid
package name: null
java.lang.IllegalArgumentException: Not a valid package name: null
 at 
org.debian.maven.packager.DebianDependency.checkPackageName(DebianDependency.java:44)
 at org.debian.maven.packager.DebianDependency.init(DebianDependency.java:15)
 at org.debian.maven.packager.DebianDependency.init(DebianDependency.java:20)
 at 
org.debian.maven.packager.util.PackageScanner.searchPkg(PackageScanner.java:124)
 at 
org.debian.maven.packager.util.PackageScanner.searchPkgContainingJar(PackageScanner.java:87)
 at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:657)
 at 
org.debian.maven.packager.DependenciesSolver.access$100(DependenciesSolver.java:56)
 at 
org.debian.maven.packager.DependenciesSolver$ToResolve.resolve(DependenciesSolver.java:176)
 at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:268)
 at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:900)

$ cat ./basex-api/pom.xml

?xml version=1.0?
project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd;
 modelVersion4.0.0/modelVersion

 artifactIdbasex-api/artifactId

 parent
   groupIdorg.basex/groupId
   artifactIdbasex-parent/artifactId
   version7.7.2/version
   relativePath../relativePath
 /parent

 nameBaseX API/name

 dependencies
   dependency
 groupIdorg.basex/groupId
 artifactIdbasex/artifactId
 version${project.version}/version
   /dependency
   dependency
 groupIdnet.xqj/groupId
 artifactIdbasex-xqj/artifactId
   /dependency
   dependency
 groupIdorg.xmldb/groupId
 artifactIdxmldb-api/artifactId
   /dependency
   dependency
 groupIdorg.eclipse.jetty/groupId
 artifactIdjetty-server/artifactId
   /dependency
   dependency
 groupIdorg.eclipse.jetty/groupId
 artifactIdjetty-servlet/artifactId
   /dependency
   dependency
 groupIdorg.eclipse.jetty/groupId
 artifactIdjetty-webapp/artifactId
   /dependency
   dependency
 groupIdcom.ettrema/groupId
 artifactIdmilton-api/artifactId
   /dependency
   dependency
 groupIdcommons-fileupload/groupId
 artifactIdcommons-fileupload/artifactId
   /dependency
   dependency
 groupIdorg.slf4j/groupId
 artifactIdslf4j-nop/artifactId
   /dependency
   dependency
 groupIdjunit/groupId
 artifactIdjunit/artifactId
   /dependency
   dependency
groupIdcom.vividsolutions/groupId
artifactIdjts/artifactId
   /dependency
 /dependencies

 build
   finalName${project.artifactId}-${project.version}/finalName
   plugins
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-compiler-plugin/artifactId
   configuration
 useIncrementalCompilationfalse/useIncrementalCompilation
   /configuration
 /plugin
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-jar-plugin/artifactId
 /plugin
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-surefire-plugin/artifactId
 /plugin
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-source-plugin/artifactId
 /plugin
 plugin
   groupIdorg.mortbay.jetty/groupId
   artifactIdjetty-maven-plugin/artifactId
   configuration
 jettyXml${basedir}/src/main/webapp/WEB-INF/jetty.xml/jettyXml
 !-- Key and port for stopping Jetty
 stopKeykeyToStopJetty/stopKey 
 stopPort8985/stopPort --
   /configuration
 /plugin
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-deploy-plugin/artifactId
 /plugin
 !--plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-javadoc-plugin/artifactId
 /plugin--
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-dependency-plugin/artifactId
   configuration
 includeScopecompile/includeScope
 excludeArtifactIdsxstream/excludeArtifactIds
   /configuration
 /plugin
 !-- Temporarily removed (takes some time)
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-checkstyle-plugin/artifactId
 /plugin--
   /plugins
 /build
/project

-- System Information:
Debian Release: jessie/sid
 APT prefers unstable
 APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk 1:1.7-49
ii  

Bug#710907: maintain libtagsoup-java

2013-10-16 Thread Alexander Holupirek

On 16.10.2013, at 23:06, Emmanuel Bourg ebo...@apache.org wrote:

 Tagsoup has returned:
 
 http://packages.qa.debian.org/t/tagsoup.html
 
 Emmanuel Bourg

Thumbs up ;-)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#696796: -q not explained

2013-01-15 Thread Alexander Holupirek
Please report such things upstream.

Did so:

https://github.com/BaseXdb/basex/issues/620


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671805: The discrepancy in size makes this package uninstallable via apt

2012-05-07 Thread Alexander Holupirek
On 07.05.2012, at 13:13, Adam D. Barratt wrote:

 On Mon, 2012-05-07 at 08:45 +0800, jida...@jidanni.org wrote:
 The discrepancy in size makes this package uninstallable via apt.
 
 # apt-cache show basex
 Version: 7.2.1-1
 Size: 2319378
 # wget http://ike.egr.msu.edu/debian/pool/main/b/basex/basex_7.2.1-1_all.deb
 2012-05-07 08:31:41 (105 KB/s) - `basex_7.2.1-1_all.deb' saved 
 [2317708/2317708]
 
 I'm not sure how you've managed to get apt reporting that size, but the
 i386 and amd64 Packages files on ftp-master both say 2317708, i.e. the
 same size as the .deb.  Checking one of my local amd64 sid machines also
 shows that size, as does a manual download of the amd64 and i386
 Packages files from ike.egr.

jidanni, maybe you still have files.basex.org in your sources.list?


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#661297: html roundtrip example on man page

2012-04-20 Thread Alexander Holupirek

On 20.04.2012, at 04:04, jida...@jidanni.org wrote:

   o  Parse non well-formed HTML (needs libtagsoup-java installed):
 Say good HTML is fine too.
 
  $ cat bad.html
  html
ul
  liA
  liB
/ul
  /html
 
  $ basex -c 'set parser html; create db html bad.html'
 
 Did you have to use the exact db name 'html'? So confusing.
 
  $ basex -q doc('html')
  html xmlns=http://www.w3.org/1999/xhtml;
 
 Say there how to get rid of that xmlns=... or else one cannot do an exact 
 roundtrip.

Thanks for your suggestions. BaseX 7.2.1 will be released next week
by upstream, when packaging it, i'll add the man page updates.

Thanks,
Alex


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#650170: Upstream request is filed

2012-02-14 Thread Alexander Holupirek
Is added as feature request by upstream

https://github.com/BaseXdb/basex/issues/376



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#637952: Please provide some more input

2012-02-14 Thread Alexander Holupirek
Hi,

can please provide some more input what is needed to adress this issue?
A step-by-step description of what is necessary to do to reproduce the problem 
would be nice.
If you also could specify the format of an apt error message that would be 
great.

Thx,
Alex




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#658042: python-llfuse: I/O error in example.py

2012-01-30 Thread Alexander Holupirek
Package: python-llfuse
Version: 0.37.1-2
Severity: normal
Tags: upstream

Hi,

i have a problem when trying to run the example filesystem:

$ wget http://python-llfuse.googlecode.com/files/llfuse-0.37.1.tar.bz2
--2012-01-30 22:53:01--  
http://python-llfuse.googlecode.com/files/llfuse-0.37.1.tar.bz2
Resolving python-llfuse.googlecode.com (python-llfuse.googlecode.com)... 
173.194.65.82
Connecting to python-llfuse.googlecode.com 
(python-llfuse.googlecode.com)|173.194.65.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 223919 (219K) [application/x-bzip2]
Saving to: `llfuse-0.37.1.tar.bz2'

100%[=]
 223,919 --.-K/s   in 0.1s

2012-01-30 22:53:01 (1.79 MB/s) - `llfuse-0.37.1.tar.bz2' saved [223919/223919]
$ tar xjf llfuse-0.37.1.tar.bz2
$ shasum llfuse-0.37.1/contrib/example.py
d7f0e8157e46442ffb61b5daa949956e2ac5d5eb  llfuse-0.37.1/contrib/example.py
$ python2.7 llfuse-0.37.1/contrib/example.py /var/tmp/mnt
[ ... other shell ... ]
$ touch /var/tmp/mnt/foo
touch: cannot touch `/var/tmp/mnt/foo': Input/output error
Traceback (most recent call last):
  File llfuse-0.37.1/contrib/example.py, line 408, in module
llfuse.main(single=True)
  File fuse_api.pxi, line 213, in llfuse.main (src/llfuse.c:18034)
  File handlers.pxi, line 617, in llfuse.fuse_create (src/llfuse.c:13023)
  File handlers.pxi, line 618, in llfuse.fuse_create (src/llfuse.c:12922)
TypeError: create() takes exactly 5 arguments (6 given)

Kind regards,
Alex

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-llfuse depends on:
ii  libc6  2.13-24
ii  libfuse2   2.8.6-4
ii  python 2.7.2-10
ii  python2.6  2.6.7-4
ii  python2.7  2.7.2-13

python-llfuse recommends no packages.

Versions of packages python-llfuse suggests:
ii  python-llfuse-doc  0.37.1-2

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#649960: use a more real life example file

2011-11-26 Thread Alexander Holupirek

On 26.11.2011, at 22:26, jida...@jidanni.org wrote:

 OK, maybe there should be two example files. One easy, one hard.

Right.  With the next release I'll provide an additional example file and 
update the man page accordingly.

Thanks,
Alex


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#649966: colons not properly escaped

2011-11-26 Thread Alexander Holupirek
Reported it upstream:

https://github.com/BaseXdb/basex/issues/288

Thanks,
Alex

On 25.11.2011, at 03:36, jida...@jidanni.org wrote:

 Package: basex
 Version: 7.0.2-1
 File: /usr/bin/basexgui
 
 $ F=1ADE82BB5C96D594?prettyprint=true; 
 P=http://gdata.youtube.com/feeds/api/playlists/$F
 $ wget $P
 
 Gentlemen, you will observe the content has
 media:content ... lines
 
 Well, when we load it into
 
 $ basexgui $F
 
 We see 'Explore (72 entries)
 
 Well, when we pick media:content out of the selector that the program
 provides us, In the Query Info we see an Unknown Prefix error.
 
 That is certainly because colons are not properly escaped when preparing
 the query. Can't blame the user here! He never got his fingers in
 between anything.
 
 You might Google all day to figure out how to deal with it...
 And then implement it.
 Thank you.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#649964: no way to copy text out of the GUI

2011-11-26 Thread Alexander Holupirek
Reported to upstream: https://github.com/BaseXdb/basex/issues/289

Thanks,
Alex

On 25.11.2011, at 02:57, jida...@jidanni.org wrote:

 Package: basex
 Version: 7.0.2-1
 File: /usr/bin/basexgui
 
 No matter if one selects text with the mouse, and even clicks 'select
 all' and 'copy', there is no way to e.g., copy it into this mail
 message, or anywhere outside of the application.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#649962: why doesn't it work for me?

2011-11-26 Thread Alexander Holupirek

On 25.11.2011, at 02:32, jida...@jidanni.org wrote:

 Package: basex
 Version: 7.0.2-1
 
 All I know is it works for your provided simple example file, but not my real
 life things.
 
 $ cd /tmp; basex -c OPEN input; XQUERY /|head
 html
  !-- Header --
  head id=0
titleXML/title
  /head
  !-- Body --
  body id=1 bgcolor=#FF text=#00 link=#CC
h1Databases amp; XML/h1
div align=right
  bAssignments/b
 $ cd /tmp; basex -c OPEN input; XQUERY //li|head
 liExercise 1/li
 liExercise 2/li$ 
 $ cd $r; basex -c OPEN input; XQUERY /|head
 feed xmlns=http://www.w3.org/2005/Atom; 
 xmlns:app=http://purl.org/atom/app#; 
 xmlns:media=http://search.yahoo.com/mrss/; 
 xmlns:openSearch=http://a9.com/-/spec/opensearchrss/1.0/; 
 xmlns:gd=http://schemas.google.com/g/2005; 
 xmlns:gml=http://www.opengis.net/gml; 
 xmlns:yt=http://gdata.youtube.com/schemas/2007; 
 xmlns:georss=http://www.georss.org/georss;
  idhttp://gdata.youtube.com/feeds/api/playlists/1ADE82BB5C96D594/id
  updated2011-11-22T07:44:03.000Z/updated
  category scheme=http://schemas.google.com/g/2005#kind; 
 term=http://gdata.youtube.com/schemas/2007#playlist/
  title type=text浩室、舞 House, Dance/title
  subtitle type=text/
  logohttp://www.youtube.com/img/pic_youtubelogo_123x63.gif/logo
  link rel=alternate type=text/html 
 href=http://www.youtube.com/view_play_list?p=1ADE82BB5C96D594/
  link rel=http://schemas.google.com/g/2005#feed; 
 type=application/atom+xml 
 href=http://gdata.youtube.com/feeds/api/playlists/1ADE82BB5C96D594/
  link rel=http://schemas.google.com/g/2005#batch; 
 type=application/atom+xml 
 href=http://gdata.youtube.com/feeds/api/playlists/1ADE82BB5C96D594/batch/
 $ cd $r; basex -c OPEN input; XQUERY //id|head
 $ 
 
 Why doesn't my query work?
 
 If you need the file I used,
 $ cat makefile
 F=1ADE82BB5C96D594?prettyprint=true
 P=http://gdata.youtube.com/feeds/api/playlists/$F
 b:$F;basex -Vc CREATE DB input $?; XQUERY /
 
 Maybe my lines are too long?


No, it a namespace issue:

Create DB from URL:
$ basex -c 'create database playlist 
http://gdata.youtube.com/feeds/api/playlists/1ADE82BB5C96D594?prettyprint=true'
Spill out complete document:
$ basex -q 'doc(playlist)'
Retrieve id's:
$ basex -q 'doc(playlist)//*:id'

Thanks,
Alex


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#649960: use a valid example XML file

2011-11-25 Thread Alexander Holupirek

On 25.11.2011, at 02:13, jida...@jidanni.org wrote:

 Package: basex
 Version: 7.0.2-1
 Severity: wishlist
 File: /usr/share/doc/basex/examples/input.xml
 
 http://www.validome.org/ says /usr/share/doc/basex/examples/input.xml is
 not valid... Same with Emacs' nXML mode.
 
 Something about the 2nd line.
 
 All above my level.
 
 All I know is it would be nice to use a valid file.
 
 This would also affect the quote of the file on the man page.

Hi jidanni,

thanks for reporting.

Well, the XML file is correct, i.e., the file is 'well-formed'.  Alas, it has 
no DTD or XML Schema attached against which one could test its validity. So 
this is why validome.org can not verify and reports an error. [1]

A good command line tool to use for that purpose is xmllint(1) from the libxml2 
GNOME XML library.

$ xmllint /usr/share/doc/basex/examples/input.xml
?xml version=1.0 encoding=UTF-8?
html
  !-- Header --
  head id=0
titleXML/title
  /head
  !-- Body --
  body id=1 bgcolor=#FF text=#00 link=#CC
h1Databases amp; XML/h1
div align=right
  bAssignments/b
  ul
liExercise 1/li
liExercise 2/li
  /ul
/div
  /body
  ?pi bogus?
/html

--- XML file is well-formed

Since we do not have a Document Type Definition (DTD) the following will fail:

$ xmllint --valid /usr/share/doc/basex/examples/input.xml
/usr/share/doc/basex/examples/input.xml:2: validity error : Validation failed: 
no DTD found !

I'll think about including a simple DTD in the next release.

Thanks,
Alex

[1] http://en.wikipedia.org/wiki/XML#Schemas_and_validation




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647422: basex: embeds igo, lucene-stemmers, tagsoup and xml-resolver

2011-11-02 Thread Alexander Holupirek
Should that be resolved by repackaging the upstream tarball?

Thanks,
Alex




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#637952: basex should make standard emacs-style error messags

2011-10-19 Thread Alexander Holupirek
Hi,

i've reported the issue to upstream:
https://github.com/BaseXdb/basex/issues/240

Thanks,
Alex



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604476: libimage-exiftool-perl: New maintainer needed

2011-07-12 Thread Alexander Holupirek
Hi Mari,

On 12.07.2011, at 15:46, Phil Harvey wrote:

 Welcome back!

I do appreciate this as well.

Thanks to all for contributing to open source,
Alex



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604476: libimage-exiftool-perl: Now we already have version 8.60

2011-07-08 Thread Alexander Holupirek
Package: libimage-exiftool-perl
Followup-For: Bug #604476

Since June 25, 2011 exiftool is available in version 8.60
Would really be cool to get the package updated.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libimage-exiftool-perl depends on:
ii  perl  5.12.4-1   Larry Wall's Practical Extraction 

Versions of packages libimage-exiftool-perl recommends:
ii  perl [libcompress-zlib-perl]  5.12.4-1   Larry Wall's Practical Extraction 

libimage-exiftool-perl suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588216: RFS: BaseX - Native XML Database

2011-04-12 Thread Alexander Holupirek
Hi,

I updated my Debian package for BaseX to the new upstream version 6.6.1
BaseX is a native XML database written in Java without any further dependencies.
I have done packaging using the maven-helper tools.

In first place, I would appreciate any feedback on how I could improve the 
package.
Furthermore I'm looking for a sponsor for the package, if there is any interest.

The files are available from both

http://files.basex.org/debian/
and
http://mentors.debian.net/debian/pool/main/b/basex/

The upstream sources are hosted on github
https://github.com/BaseXdb/basex

The debian files can be cloned from
https://github.com/BaseXdb/basex-dist/tree/master/linux/debian

In case you are visiting the Linuxtag 2011 in Berlin, there is an 1 hour talk 
on BaseX, it is scheduled May 13, 11:00 - 12:00 (Room Europa II) [1].
Getting in touch with DDs there would be awesome.

Kind regards,
Alex

[1]
http://www.linuxtag.org/2011/de/program/freies-vortragsprogramm/rednerliste/vortragsdetails.html?talkid=383


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588216: RFC: First attempt to package BaseX XML Database

2011-02-21 Thread Alexander Holupirek
Hi Ludovic,

thanks for having a look at the package.  I have incorporated your suggestions 
to the package files on

http://www.inf.uni-konstanz.de/dbis/basex/debian/index.php

Thx!
Alex

On 20.02.2011, at 22:31, Ludovic Claude wrote:

 
 
 Hello Alexander,
 
 Your package looks good, can you add 3 little changes and it will be
 perfect:
 - add this line to maven.cleanIgnoreRules to get the clean target to
 work without failures:
 org.apache.maven.plugins maven-source-plugin * * * *
 - add this line to maven.rules to have a safer upgrade path - here, we
 assume that the next releases in the 6.x branch will remain compatible,
 but major version changes (7.x and more) will require some adjustments:
 org.basex basex jar s/6\..*/6.x/ * *
 - the patch did not apply cleanly, I have refreshed it.
 
 The updated packaging is in
 https://code.launchpad.net/~ludovicc/uj/basex
 
 Ludovic
 
 On 20/02/11 14:47, Alexander Holupirek wrote:
 
 Hi,
 
 i tried to package 'BaseX - An XML Database' [1],[2] for Debian and produced 
 a first set of package files that can be found on 
 
  http://www.inf.uni-konstanz.de/dbis/basex/debian/index.php
 
 The maven-*-helper tools from Ludovic Claude were of great help. Thanks for 
 those!
 
 Since this is my first packaging experience, I would like to ask for some 
 comments if I could improve something before I try to find a sponsor.
 
 The package provides:
 
 $ apt-cache show basex
 Package: basex
 Status: install ok installed
 Priority: optional
 Section: database
 Installed-Size: 2272
 Maintainer: Alexander Holupirek a...@holupirek.de
 Architecture: all
 Version: 6.5.1-1
 Depends: java-wrappers, default-jre | java6-runtime
 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
 
 Thanks,
  Alex
 
 [1] http://basex.org
 [2] ITP 588216 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588216
 
 
 

-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Alexander Holupirek
|-- Mosbrugger Strasse 9
|-- 78462 Konstanz
`-- 07531 80 4 80 65 / 0176 600 25 949




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588216: RFS: basex - XML database and XPath/XQuery processor

2011-02-21 Thread Alexander Holupirek
Hi all,

I am looking for a sponsor for the package basex.

BaseX is a native XML database and XPath/XQuery processor written entirely in 
Java.
Besides it supports the latest W3C Full Text and Update Recommendations.
BaseX can be operated from command line, in client/server mode, or using a GUI.

  Package name: basex
  Version : 6.5.1-1ubuntu1~ppa3
  Upstream Author : Christian Gruen et al.
  URL : http://www.basex.org
  License : BSD
  Section : database

The package appears to be lintian clean.


My motivation for maintaining this package is:

* apt-cache search xquery 
  should provide more results than just galax, saxon, and xqilla.
  http://en.wikipedia.org/wiki/XML_database gives an overview and this package 
fills a gap.

* BaseX is especially useful when learning XPath/XQuery.
  BaseX offers a very nice and interactive XQuery Editor and XML visualizations
  Screenshots: http://basex.org/products/gui/

* I'm part of the developer team and I'm sure I can convince the guys to make 
BaseX as Debian compliant as possible.


The package can be found on mentors.debian.net:
* URL: http://mentors.debian.net/debian/pool/main/b/basex
* Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
* dget 
http://mentors.debian.net/debian/pool/main/b/basex/basex_6.5.1-1ubuntu1~ppa3.dsc


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

I would be glad if someone uploaded this package for me.

Kind regards
Alex




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588216: basex: changing back from RFP to ITP

2011-02-20 Thread Alexander Holupirek
retitle 588216 ITP: basex -- XML database and XPath/XQuery processor with W3C 
Full Text and Update capabilities
owner 588216 !
thanks

... i finished the packaging for BaseX 5 days ago.  Debian files are available 
for the latest BaseX version 6.5.1 on

http://www.inf.uni-konstanz.de/dbis/basex/debian/index.php

$ apt-cache show basex
Package: basex
Status: install ok installed
Priority: optional
Section: database
Installed-Size: 2260
Maintainer: Alexander Holupirek alex at 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


However, I will have to look for a sponsor asap.

thx,
Alex

On 19.02.2011, at 18:08, Lucas Nussbaum wrote:

 retitle 588216 RFP: basex -- XML database and XPath/XQuery processor with W3C 
 Full Text and Update capabilities
 noowner 588216
 thanks
 
 Hi,
 
 This is an automatic email to change the status of basex back from ITP
 (Intent to Package) to RFP (Request for Package), because this bug hasn't seen
 any activity during the last 6 months.
 
 If you are still interested in adopting basex, please send a mail to
 cont...@bugs.debian.org with:
 
 retitle 588216 ITP: basex -- XML database and XPath/XQuery processor with W3C 
 Full Text and Update capabilities
 owner 588216 !
 thanks
 
 However, it is not recommended to keep ITP for a long time without acting on
 the package, as it might cause other prospective maintainers to refrain from
 packaging that software. It is also a good idea to document your progress on
 this ITP from time to time, by mailing 588...@bugs.debian.org.
 
 Thank you for your interest in Debian,
 -- 
 Lucas, for the QA team debian...@lists.debian.org



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588216: RFC: First attempt to package BaseX XML Database

2011-02-20 Thread Alexander Holupirek
Hi,

i tried to package 'BaseX - An XML Database' [1],[2] for Debian and produced a 
first set of package files that can be found on 

http://www.inf.uni-konstanz.de/dbis/basex/debian/index.php

The maven-*-helper tools from Ludovic Claude were of great help. Thanks for 
those!

Since this is my first packaging experience, I would like to ask for some 
comments if I could improve something before I try to find a sponsor.

The package provides:

$ apt-cache show basex
Package: basex
Status: install ok installed
Priority: optional
Section: database
Installed-Size: 2272
Maintainer: Alexander Holupirek a...@holupirek.de
Architecture: all
Version: 6.5.1-1
Depends: java-wrappers, default-jre | java6-runtime
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

Thanks,
Alex

[1] http://basex.org
[2] ITP 588216 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588216




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#591513: maven-debian-helper: mh_make just fails for livetribe-jsr223

2010-08-26 Thread Alexander Holupirek
Hi Ludovic,

I encounter the same problem when trying to package basex.
Are you planning to commit your patch anytime soon?

Don't want to put you under pressure, just bump the issue ;-)

Thanks for your work,
Alex

In pom.xml:
This plugin is not useful for the build or its use is against Debian policies. 
Ignore this plugin?
  org.apache.maven.plugins:maven-source-plugin:maven-plugin:2.1.1
[y]/n  
Exception in thread main java.lang.NullPointerException
at org.debian.maven.repo.Repository.scan(Repository.java:326)
at org.debian.maven.repo.Repository.scan(Repository.java:145)
at org.debian.maven.repo.Repository.scanOnce(Repository.java:140)
at 
org.debian.maven.repo.POMTransformer.usePluginVersionsFromRepository(POMTransformer.java:106)
at org.debian.maven.repo.POMTransformer.main(POMTransformer.java:898)


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588216: ITP: basex -- XML database and XPath/XQuery processor with W3C Full Text and Update capabilities

2010-07-06 Thread Alexander Holupirek
Package: wnpp
Severity: wishlist
Owner: Alexander Holupirek a...@holupirek.de

* Package name: basex
  Version : 6.1
  Upstream Author : Christian Gruen christian.gr...@gmail.com
* URL : http://www.basex.org/
* License : ISC / BSD
  Programming Lang: Java
  Description : XML database and XPath/XQuery processor with W3C Full Text 
and Update capabilities

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 frontend.

Features

   * Compact, high-performance database storage with text, attribute, full-text 
and path indexes.
   * Efficient support of the W3C XPath/XQuery Recommendations and Full Text 
and Update Extensions. BaseX offers one of the highest available compliance 
rates for all supported specs.
   * Client/Server architecture, supporting ACID safe transactions, user 
management, logging.
   * Highly interactive visualizations, supporting very large XML documents.
   * XQuery editor with syntax highlighting and error feedback.
   * Support of various APIs: REST/JAX-RX, XQJ, XML:DB, Language bindings.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org