int128 / int128/gradle-ssh-plugin
[bug] execute failed when command contains = character
Nobody has claimed this yet.
- Dominant language
- Groovy
- Stars
- 325
- Forks
- 59
- Avg merge
- 5h 29m
- Merged PRs (30d)
- 6
Description
Environment info
os : Darwin foxMac.local 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
target os: Linux CM1.MDP 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
gradle-ssh-plugin version :2.5.0
java : java version "1.8.0_77" Java(TM) SE Runtime Environment (build 1.8.0_77-b03) Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
- execute failed when the command contains '='
eg: -XX:PermSize**=**256m
ss.run {
session(...){
execute ('java -XX:PermSize=256m -jar xxxx.jar')
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure through the execute entry point with a command containing =, using the Gradle SSH plugin environment described in the issue. Trace how the command is passed to the remote session and add regression coverage; done means java -XX:PermSize=256m -jar xxxx.jar executes without losing or misparsing the = character.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100