Re: ant with jdk 17

2022-04-19 Thread Dave Brosius
Sorry, never mind, i'm a big dummy. ant uses JAVA_HOME. On 4/19/22 12:17, Dave Brosius wrote: Hi folks, Kind of stumped here, i am testing moving from jdk8 to 17, and have changed my 's task to have attribute target="17". When i do so, i get     [javac] javac: invali

ant with jdk 17

2022-04-19 Thread Dave Brosius
Hi folks, Kind of stumped here, i am testing moving from jdk8 to 17, and have changed my 's task to have attribute target="17". When i do so, i get     [javac] javac: invalid target release: 17     [javac] Usage: javac Which is emitted from javac itself. Oddly, if i run ant with -v, i get

seemingly infinite loop in Project class

2006-11-23 Thread Dave Brosius
protected void fireMessageLogged(Project project, String message, int priority) { fireMessageLogged(project, message, priority); } - To unsubscribe, e-mail: [EMAIL PROTECTED] For a