Andrew Lord

Results 58 comments of Andrew Lord

@jmfayard Okay sounds great! I think the combination of Gradle dependencies TOML file and refreshVersions to find new versions and apply them would be very powerful, so glad to hear...

Please can you provide more information, such as which version of Turtle you are using, how you are integrating it, which environment you are using it in? From the error,...

Okay I see. I've not tried using it on Windows if I'm honest. It may depend which shell environment it runs in and which commands you have access to.

Turtle is for launching external processes. Shell commands are commands you are running in your shell. For example if you run "git", it is running the Git program on your...

It launches a process and runs what you provide it. I believe it will run any shell or external command. I haven't tested it on Windows as I'm not a...

From the comments above, the error was due to running a non-Windows command on Windows.

Okay thanks. Sounds like maybe Windows doesn't work for some reason. I have reopened and made it clear in the title that there are issues running on Windows. I don't...

@jmfayard you beat me to it, I was going to check if this PR could change based on the other changes. Although the main reason this has sat open is...

This likely relates to reading all the output into a String for the return value. There is an API within Turtle to run a command with streaming output, maybe this...

Interesting idea. I actually investigated supporting piping in commands, but didn't get anywhere and actually realised it wouldn't be a good idea. You would be unable to use built-in commands...