You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/07/23 09:21:50 UTC

[jira] Commented: (DAEMON-166) Support for wildcards in classpath equivalent to Java 6 launcher

    [ https://issues.apache.org/jira/browse/DAEMON-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891502#action_12891502 ] 

Mladen Turk commented on DAEMON-166:
------------------------------------

Implemented for jsvc. Will do the same for procrun.

> Support for wildcards in classpath equivalent to Java 6 launcher
> ----------------------------------------------------------------
>
>                 Key: DAEMON-166
>                 URL: https://issues.apache.org/jira/browse/DAEMON-166
>             Project: Commons Daemon
>          Issue Type: Improvement
>          Components: Procrun
>    Affects Versions: 1.0.2
>         Environment: Any
>            Reporter: Antony Scerri
>            Priority: Minor
>
> As of Java 6 the launcher supports basic wildcards in the classpath, at the end of a path a '*' will match any jar found in that directory, and it will be expanded appropriately before the java application is launched. It would be nice to have this support in procrun (and probably the unix version if not already). A modification to the apxJavaInitialize method in javajni.c could do similar expansion to that found in the java launcher code prior to setting the VM option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.