Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 489072

Summary: Headless build fails on Windows with J2SE-1.8 JDK because of Javadoc problem
Product: [Tools] GEF Reporter: Alexander Nyßen <nyssen>
Component: RelEngAssignee: Alexander Nyßen <nyssen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.2.0   
Target Milestone: 4.0.0 (Neon) M6   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Alexander Nyßen CLA 2016-03-05 06:21:02 EST
When executing the headless build with JDK 8 on Windows, it fails because of a problem with javadoc. See https://www.eclipse.org/forums/index.php/t/1075209/ for details.
Comment 1 Alexander Nyßen CLA 2016-03-05 14:03:53 EST
It seems this had to do with different path separators being used in the @rt@ classpath tokens. I replace this with a path entry, so path convert can be used for the javafx libs as well. I verified that the build works on Windows 7 and MacOS. 

Resolving as fixed in 4.0.0 M6.