You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Dewaelheyns (Jira)" <ji...@apache.org> on 2023/01/30 12:18:00 UTC

[jira] [Updated] (DAEMON-453) Add support for wildcard classpath in java mode

     [ https://issues.apache.org/jira/browse/DAEMON-453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Dewaelheyns updated DAEMON-453:
--------------------------------------
    Description: 
Classpaths with wildcards are currently supported only in jvm mode of the launcher according to this [mail list|https://lists.apache.org/thread/xz3v6p6xcw8hcp0rm1yt9gd7xg9oryvf]. The jvm mode support was implemented in DAEMON-166.

Since the code to expand the wildcard to actual references to jar files was already written, wouldn't it make sense to expand this to also include java mode?

 

Relevant commits:

Windows: [https://github.com/apache/commons-daemon/commit/6c0758fc052188dead563e4ce776a5da6e34acb9]

Unix: https://github.com/apache/commons-daemon/commit/5997b1355ecc2fe0bcf3608e33195e5c2968931e

  was:
Classpaths with wildcards are currently supported only in jvm mode of the launcher according to this [mail list|https://lists.apache.org/thread/xz3v6p6xcw8hcp0rm1yt9gd7xg9oryvf]. The jvm mode support was implemented in [DAEMON-166|https://issues.apache.org/jira/browse/DAEMON-166].

Since the code to expand the wildcard to actual references to jar files was already written, wouldn't it make sense to expand this to also include java mode?


> Add support for wildcard classpath in java mode
> -----------------------------------------------
>
>                 Key: DAEMON-453
>                 URL: https://issues.apache.org/jira/browse/DAEMON-453
>             Project: Commons Daemon
>          Issue Type: Improvement
>          Components: Procrun
>    Affects Versions: 1.3.3
>            Reporter: Thomas Dewaelheyns
>            Priority: Minor
>
> Classpaths with wildcards are currently supported only in jvm mode of the launcher according to this [mail list|https://lists.apache.org/thread/xz3v6p6xcw8hcp0rm1yt9gd7xg9oryvf]. The jvm mode support was implemented in DAEMON-166.
> Since the code to expand the wildcard to actual references to jar files was already written, wouldn't it make sense to expand this to also include java mode?
>  
> Relevant commits:
> Windows: [https://github.com/apache/commons-daemon/commit/6c0758fc052188dead563e4ce776a5da6e34acb9]
> Unix: https://github.com/apache/commons-daemon/commit/5997b1355ecc2fe0bcf3608e33195e5c2968931e



--
This message was sent by Atlassian Jira
(v8.20.10#820010)