-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support file globs and/or @file in java-sources stanza #74
Comments
Would love this as well! |
Well, there is a workaround and moreover i am not sure if file globs is enough cause in windows the call to javac fails with 20 files or so. If we use file globs to extract names and then pass them to javac we will hit the issue quickly (javac does not support file globs.. sic!) The way to pass multiple java files to javac is to create a file with the list of java sources to be compiled, then refer to that file using So if you set |
We can take in account that |
Maybe we can reuse haskell/cabal#5996 |
@jneira That looks pretty cool. Do you mean to include that feature in the Eta compiler itself or Etlas? |
Mmmm, good question, it would be helpful in eta too |
src/main/java/**
for example)The text was updated successfully, but these errors were encountered: