kaby76 / Antlr4BuildTasks

Third-party build tool for 'Official' Antlr4 tool and runtime parsers using .Net. Drop-in replacement for 'Antlr4cs' Antlr4 tool and build rules.
MIT License
73 stars 10 forks source link

Move downloads of JRE and .jar to a standard directory. #35

Closed kaby76 closed 2 years ago

kaby76 commented 2 years ago

Right now, everything is downloaded to c:/users/name/.nuget/packages/antlr4buildtasks/10.5.0/build/, but it should be pan build tool, not specifically for Antlr4BuildTasks. See https://github.com/antlr/antlr4/pull/3702 The JRE is placed in c:/users/name/.jre for Windows, ~/.jre elsewhere. The .jar is place c:/users/name/.m2 for Windows, ~/.m2 elsewhere.

kaby76 commented 2 years ago

Fixed in version 10.6.