Re: (ant) branch master updated: allow JavaEnvUtils class to be loaded without loading FileUtils explicitly
Stefan Bodewig <[email protected]> Fri, 03 Apr 2026 10:26:13 +0200
| Newsgroups | gmane.comp.jakarta.ant.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2026-04-03, Jaikiran Pai wrote: > One additional thing to consider is whether we can completely get rid > of this field from the JavaEnvUtils class. Yes, I initially considered that as well. For some reason I thought the FILE_UTILS field was protected, so dismissed the thought. I'll change the fix to take you suggested approach. Stefan