AW: ant task mail fails on jdk10

2018-07-02 Thread jhm
We already have something: mail: "This task may depend on external libraries that are not included in the Ant distribution. See Library Dependencies for more information." dependencies: "mail.jar Mail task with Mime encoding, and the MimeMail task

Re: ant task mail fails on jdk10

2018-07-02 Thread Stefan Bodewig
Thank you, Simon On 2018-07-02, Simon IJskes - QCG wrote: > As bugzilla is unreachable for now: > > subject="Testemail" > > > > > $ JAVA_HOME=/usr/lib/jvm/java-8-oracle/ > ~/opt/apache-ant-1.10.4/bin/ant _testmail > runs ok. > _testmail: >

ant task mail fails on jdk10

2018-07-02 Thread Simon IJskes - QCG
As bugzilla is unreachable for now: subject="Testemail" > $ JAVA_HOME=/usr/lib/jvm/java-8-oracle/ ~/opt/apache-ant-1.10.4/bin/ant _testmail runs ok. _testmail: [mail] Sending email: Testemail [mail] Sent email with 0 attachments $

Jenkins-Builds failing

2018-07-02 Thread Jan Matèrne
Several of our Jenkins builds are failing: IvyDE: https://builds.apache.org/view/A/view/Ant/job/IvyDE/ https://builds.apache.org/view/A/view/Ant/job/IvyDE/lastBuild/console Can't get http://download.eclipse.org/webtools/downloads/drops/R3.4.2/R-3.4.2-20130208

AW: Testing IvyDE

2018-07-02 Thread jhm
Due the update the permission for cancelling a job is gone. https://jenkins.io/changelog-stable/ Notable changes since 2.107.3: * It is no longer possible to rename jobs from their configuration page. Jobs now have a link in the side panel titled "Rename" that links to a page specifically

JDK 11 is now in Rampdown Phase one

2018-07-02 Thread Rory O'Donnell
Hi Stefan, *JDK 11 is now in Rampdown Phase one*** The overall feature set is frozen. No further JEPs will be targeted to this release.We’ve forked the main-line source repository, jdk/jdk, to the jdk/jdk11 stabilization repository. Any changes pushed to jdk/jdk or jdk/client are now bound

Re: FileUtils.normalize/isLeadingPath have bitten me

2018-07-02 Thread Stefan Bodewig
Hi Nicolas many thanks for lending an extra pair of eyes. I'll add a few more tests. Stefan On 2018-07-01, Nicolas Lalevée wrote: > At my first read of the code I wondered if paths ending with slash are > properly handled in every case. After more careful reading, it is seems ok. > Maybe

Re: FileUtils.normalize/isLeadingPath have bitten me

2018-07-02 Thread Stefan Bodewig
On 2018-07-02, Jaikiran Pai wrote: > Sorry that I couldn't get to this earlier. My plan to spend more time > on this during the weekend didn't work out. It's been a weekend :-) No worries. > I just checked the commits related to this and it looks mostly > correct. However, I am still not 100%

Re: FileUtils.normalize/isLeadingPath have bitten me

2018-07-02 Thread Jaikiran Pai
Hi Stefan, Sorry that I couldn't get to this earlier. My plan to spend more time on this during the weekend didn't work out. I just checked the commits related to this and it looks mostly correct. However, I am still not 100% sure we have covered it all with this new method that was