Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001211 [Resin] minor always 06-23-06 06:18 06-26-06 19:09
Reporter anonymous View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.20 Product Version 3.0.19
  Product Build
Summary 0001211: Support Java 5 command line options in bin/wrapper.pl
Description The resin java wrapper.pl does not recognize some new java 5 options, for example -javaagent. Please accept the new options in the wrapper. From what I see, these are new options. This list is not exhaustive, since I don't have an older java man page to compare to.
-javaagent
-agentlib
-agentpath
Steps To Reproduce
Additional Information --- wrapper.pl.orig 2006-06-23 15:11:45.972244168 +0200
+++ wrapper.pl 2006-06-23 15:10:47.244172192 +0200
@@ -242,6 +242,11 @@
 
     shift(@ARGV);
     }
+ elsif ($ARGV[0] =~ "^-javaagent:") {
+ $val = $ARGV[0];
+ $JAVA_ARGS .= " " . $val;
+ shift(@ARGV);
+ }
     
     elsif ($ARGV[0] eq "-h" || $ARGV[0] eq "-help" || $ARGV[0] eq "help") {
     &usage();
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
06-23-06 06:18 anonymous New Issue
06-26-06 19:09 ferg Assigned To  => ferg
06-26-06 19:09 ferg Status new => closed
06-26-06 19:09 ferg Resolution open => fixed
06-26-06 19:09 ferg Fixed in Version  => 3.0.20


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed.
24 unique queries executed.
Powered by Mantis Bugtracker