Bug#347749: eclipse-platform-common: allow documented -vmargs for /usr/bin/eclipse

2006-01-12 Thread Bastian Kleineidam
Package: eclipse-platform-common
Version: 3.1.1-8
Severity: normal
Tags: patch

Hi,

the current /usr/bin/eclipse script does not allow the -vmargs option.
The patch scans for -vmargs and appends the custom options for the native
eclipse binary.
This way, I can run eclipse -vmargs -Xmx512 for example.

Regards,
  Bastian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-treasure2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
--- eclipse.orig2006-01-12 13:38:59.0 +0100
+++ eclipse 2006-01-12 13:44:17.0 +0100
@@ -7,6 +7,7 @@
 #unset JAVA_HOME; export JAVA_HOME
 
 CMDLINEARGS=
+VMARGS=
 
 # Make sure this directory exists.
 if [ ! -d ~/.eclipse ]; then
@@ -42,6 +43,13 @@
 shift
 JAVA_HOME=$1
 shift
+elif [ $1 = -vmargs ]; then
+shift
+# -vmargs must be last argument, so use all remaining args
+while [ $1 ]; do
+VMARGS=${VMARGS} $1
+shift
+done
 else
 CMDLINEARGS=${CMDLINEARGS} $1
 shift
@@ -106,6 +114,6 @@
 -vmargs -Djava.library.path=/usr/lib/jni \
 -Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.0/classmap.db \
 -Dgnu.gcj.runtime.VMClassLoader.library_control=never \
--Dosgi.locking=none
+-Dosgi.locking=none $VMARGS
 
 exit $?
___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#344129: fixed

2006-01-12 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

libtoolbutton-java |  0.2-2 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Bug#347749: eclipse-platform-common: allow documented -vmargs for /usr/bin/eclipse

2006-01-12 Thread Stephan Michels
On 1/12/06, Bastian Kleineidam [EMAIL PROTECTED] wrote:
 the current /usr/bin/eclipse script does not allow the -vmargs option.
 The patch scans for -vmargs and appends the custom options for the native
 eclipse binary.
 This way, I can run eclipse -vmargs -Xmx512 for example.

Thank you for the patch, should be fix in 3.1.1-9.
I fixed also -install, maybe it can be useful in some situations.

Stephan Michels.


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers


Processed: eclipse-platform-common: allow documented -vmargs for /usr/bin/eclipse

2006-01-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 347749 + pending
Bug#347749: eclipse-platform-common: allow documented -vmargs for 
/usr/bin/eclipse
Tags were: patch
Tags added: pending

 stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
pkg-java-maintainers mailing list
pkg-java-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers