[JBoss JIRA] (SRAMP-185) Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-185?page=com.atlassian.jira.plugin.... ]
Eric Wittmann closed SRAMP-185.
-------------------------------
> Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
> ---------------------------------------------------------------------------------------------
>
> Key: SRAMP-185
> URL: https://issues.jboss.org/browse/SRAMP-185
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Client, Core
> Affects Versions: 0.1.1
> Reporter: Lukas Krejci
> Assignee: Eric Wittmann
> Fix For: 0.2.0 - Milestone 4
>
>
> Update
> ------
> The s-ramp Query CLI command should be updated to require a single argument (rather than accepting multiple arguments and concat'ing them). In addition, the tab-completion should be updated to add at least the leading " (so users don't forget it). Even better, if the tab-completion can add *both* the leading and trailing quotes and position the cursor between them, that would be ideal.
> Original Report (historical context)
> ------------------------------------
> s-ramp> query /s-ramp[xp2:matches(@contentType, '.*')]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, ".*")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, "a")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, a )]
> FAILED to query the repository.
> Expected a string literal as the argument (the only supported argument type for the argument).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (SRAMP-185) Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-185?page=com.atlassian.jira.plugin.... ]
Eric Wittmann updated SRAMP-185:
--------------------------------
Git Pull Request: https://github.com/Governance/s-ramp/pull/244
> Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
> ---------------------------------------------------------------------------------------------
>
> Key: SRAMP-185
> URL: https://issues.jboss.org/browse/SRAMP-185
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Client, Core
> Affects Versions: 0.1.1
> Reporter: Lukas Krejci
> Assignee: Eric Wittmann
> Fix For: 0.2.0 - Milestone 4
>
>
> Update
> ------
> The s-ramp Query CLI command should be updated to require a single argument (rather than accepting multiple arguments and concat'ing them). In addition, the tab-completion should be updated to add at least the leading " (so users don't forget it). Even better, if the tab-completion can add *both* the leading and trailing quotes and position the cursor between them, that would be ideal.
> Original Report (historical context)
> ------------------------------------
> s-ramp> query /s-ramp[xp2:matches(@contentType, '.*')]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, ".*")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, "a")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, a )]
> FAILED to query the repository.
> Expected a string literal as the argument (the only supported argument type for the argument).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (SRAMP-185) Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-185?page=com.atlassian.jira.plugin.... ]
Eric Wittmann resolved SRAMP-185.
---------------------------------
Resolution: Done
I was unable to easily add *both* quotes during tab-completion. However, tab-completion will automatically add the opening quote.
> Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
> ---------------------------------------------------------------------------------------------
>
> Key: SRAMP-185
> URL: https://issues.jboss.org/browse/SRAMP-185
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Client, Core
> Affects Versions: 0.1.1
> Reporter: Lukas Krejci
> Assignee: Eric Wittmann
> Fix For: 0.2.0 - Milestone 4
>
>
> Update
> ------
> The s-ramp Query CLI command should be updated to require a single argument (rather than accepting multiple arguments and concat'ing them). In addition, the tab-completion should be updated to add at least the leading " (so users don't forget it). Even better, if the tab-completion can add *both* the leading and trailing quotes and position the cursor between them, that would be ideal.
> Original Report (historical context)
> ------------------------------------
> s-ramp> query /s-ramp[xp2:matches(@contentType, '.*')]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, ".*")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, "a")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, a )]
> FAILED to query the repository.
> Expected a string literal as the argument (the only supported argument type for the argument).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (SRAMP-185) Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-185?page=com.atlassian.jira.plugin.... ]
Work on SRAMP-185 started by Eric Wittmann.
> Query CLI command - require the query to be in quotes (no more concat'ing multiple arguments)
> ---------------------------------------------------------------------------------------------
>
> Key: SRAMP-185
> URL: https://issues.jboss.org/browse/SRAMP-185
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Client, Core
> Affects Versions: 0.1.1
> Reporter: Lukas Krejci
> Assignee: Eric Wittmann
> Fix For: 0.2.0 - Milestone 4
>
>
> Update
> ------
> The s-ramp Query CLI command should be updated to require a single argument (rather than accepting multiple arguments and concat'ing them). In addition, the tab-completion should be updated to add at least the leading " (so users don't forget it). Even better, if the tab-completion can add *both* the leading and trailing quotes and position the cursor between them, that would be ideal.
> Original Report (historical context)
> ------------------------------------
> s-ramp> query /s-ramp[xp2:matches(@contentType, '.*')]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, ".*")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, .* )]
> FAILED to query the repository.
> Unterminated argument list.
> s-ramp> query /s-ramp[xp2:matches(@contentType, "a")]
> Querying the S-RAMP repository:
> /s-ramp[xp2:matches(@contentType, a )]
> FAILED to query the repository.
> Expected a string literal as the argument (the only supported argument type for the argument).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (SRAMP-139) Patch one-jar to expand /lib/*.jar
by Eric Wittmann (JIRA)
[ https://issues.jboss.org/browse/SRAMP-139?page=com.atlassian.jira.plugin.... ]
Eric Wittmann updated SRAMP-139:
--------------------------------
Fix Version/s: 0.3.0 - Future (Unscheduled)
(was: 0.2.0 - Milestone 4)
This has become less important since the shell.jar was trimmed down (it mistakenly had all the WARs in it!).
> Patch one-jar to expand /lib/*.jar
> ----------------------------------
>
> Key: SRAMP-139
> URL: https://issues.jboss.org/browse/SRAMP-139
> Project: S-RAMP
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Eric Wittmann
> Assignee: Eric Wittmann
> Fix For: 0.3.0 - Future (Unscheduled)
>
>
> Currently one-jar loads all of the JARs into heap space prior to executing the application. Instead, and to save heap space, I'd like it to copy the JAR files to a temporary location and build a runtime classpath from those.
> This applies to the interactive shell, which uses one-jar to package the shell JAR and all its myriad dependency JARs into a single one-jar to rule them all.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months