Skip to content

//SOURCES **.*.java behaves differently for local and remote execution #1621

Answered by quintesse
Sandared asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Sandared , well it's not so much intended behaviour but simply the fact that's the only behaviour possible when dealing with remote sources because most of the time there's no way to turn **/*.java into an actual list. (Now, we might add support for sites like GitHub where we can list files at some point in the future, but there are no real plans for that yet).

So is there a work-around? Yes: don't use patterns, simply explicitly list all the files one by one. This will then work both locally and remotely.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Sandared
Comment options

@maxandersen
Comment options

@Sandared
Comment options

@Sandared
Comment options

Answer selected by Sandared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants