Your message dated Wed, 03 Apr 2013 10:46:45 +0200
with message-id <515bec75.60...@apache.org>
and subject line 
has caused the Debian Bug report #192800,
regarding libbcel-java: Executable to run org.apache.bcel.verifier.Verifier
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
192800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=192800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libbcel-java
Version: 5.0-1
Severity: wishlist
Tags: patch

The class verifier included in bcel is useful to me (I write a compiler
to Java bytecode). It would be very useul to be able to invoke it as
a standalone utility. 
A simple shell script in /usr/bin should do. Below is a proposal.
One important point is that it uses the user CLASSPATH when it is
set.
A possible name is '/usr/bin/justice', since that is the upstream 
name.

#! /bin/sh

CLASSPATH=/usr/share/java/bcel.jar:$CLASSPATH 
export CLASSPATH

java org.apache.bcel.verifier.Verifier "$@"


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux blanche 2.4.19 #2 Sat Mar 1 18:19:36 CET 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libbcel-java depends on:
ii  java-common                   0.19       Base of all Java packages



--- End Message ---
--- Begin Message ---

Attachment: smime.p7s
Description: Signature cryptographique S/MIME


--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to