Anonymous | Login | Signup for a new account | 12-17-2024 08:50 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 3.0.19 | ||||||
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 |
||||||||
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 | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
26 total queries executed. 24 unique queries executed. |