Re: [EXT] The groovyc ant task

2025-05-08 Thread Milles, Eric (TR Technology) via dev
Giving it a quick once over, I do not see any logging that is different from Javac. The listFiles property must be true for it to log out individual files. Otherwise it's just a simple message about the number of files. The command line argumetns are written out. Is it this that you are seei

Re: [EXT] The groovyc ant task

2025-05-08 Thread Milles, Eric (TR Technology) via dev
There are a few logging statements in Groovyc and GroovycTask. But very little is above the info level. There is a "verbose" flag. Nothing in Groovyc.java itself is using that before logging. Maybe a quick comparison to the Javac Ant Task to show which logging is hidden under the verbose opt