[
https://issues.apache.org/jira/browse/ANY23-371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324259#comment-17324259
]
Andy Seaborne edited comment on ANY23-371 at 4/17/21, 1:43 PM:
---------------------------------------------------------------
Any reason not to use classpath feature that "*" is interpreted by java to mean
all jars in directory? This is a java feature independent of the windows/linux
shell.
{{"%REPO%\*"}} (with quoting so the * is passed to java).
[https://docs.oracle.com/javase/8/docs/technotes/tools/windows/classpath.html#JSWOR586]
was (Author: andy.seaborne):
Any reason not to use classpath feature that "*" is interpreted by java to mean
all jars in directory? This is a java feature independent of the windows/linux
shell.
{{"%REPO%*"}} (with quoting so the * is passed to java).
https://docs.oracle.com/javase/8/docs/technotes/tools/windows/classpath.html#JSWOR586
> Any23 cannot start in CMD in Windows 10
> ---------------------------------------
>
> Key: ANY23-371
> URL: https://issues.apache.org/jira/browse/ANY23-371
> Project: Apache Any23
> Issue Type: Bug
> Components: CLI
> Affects Versions: 2.2
> Environment: Windows 10, CMD and PowerShell
> Reporter: Jacek Grzebyta
> Priority: Major
> Fix For: 2.5
>
>
> When I run either {{any23}} or {{any23.bat}} in windows terminal I have error:
> {code}
> The input line is too long.
> The syntax of the command is incorrect.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)