Hi Saravanan,
could you just use union mounts / bind mounts under Linux, to combine
all the source directories as to appear as one ?
Cheers,
mg
Am 09.06.2025 um 20:26 schrieb Saravanan Palanichamy:
Thank you Eric
I dont know if I want incremental compilation. I'll state the problem
differ
Thank you Eric
I dont know if I want incremental compilation. I'll state the problem
differently
- I have a file to compile. It imports a bunch of other files and types
- I want to start compiling this file and as the resolver is kicking in,
I want to give the compiler additional files t
I think what you are describing is "incremental compilation".
There are open issue items about incremental compilation:
* https://issues.apache.org/jira/browse/GROOVY-11666
* https://issues.apache.org/jira/browse/GROOVY-10932
This feature is not mentioned in the docs for groovyc.
https://gro
Thank you Jochen for your reply
some followup
- My source files may be in different locations (I want to say here's
three different source directories, they form the source closure. But
compile only foo.groovy and let the compiler decide what other files in
what locations need to be p
+1 (binding)
Den man. 9. jun. 2025 kl. 02.37 skrev Daniel Sun :
> +1 (binding)
>
> Cheers,
> Daniel Sun
>
> On 2025/06/07 09:24:06 James Daugherty wrote:
> > Hi Everyone,
> >
> >
> > The Apache Grails podling has voted to approve the release of Apache
> Grails
> > (incubating) 7.0.0-M4. Please no
On 09.06.25 09:21, Saravanan Palanichamy wrote:
Hello Groovy devs
I am trying to understand how to do this with the Groovy Compiler
* I have say 20 files in my project
* I know I have to compile just one of those files
groovyc foo.groovy
will compile foo.groovy and potentially its depend
Hello Groovy devs
I am trying to understand how to do this with the Groovy Compiler
- I have say 20 files in my project
- I know I have to compile just one of those files
- This one file imports other files (maybe 3 and those 3 import another
2 lets say). But not all 20 files are use