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

Bug 422143

Summary: [releng] Remove shell scripts from tools build
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RelengAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.2   
Target Milestone: 2.3 M1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2013-11-20 08:55:18 EST
The rap tools build (org.eclipse.rap.tools/releng/org.eclipse.rap.tools.build) currently uses shell scripts to create the reference documentation. We should try to integrate this build step into the maven build, so that the complete tools build becomes platform-independent.

The README file should be updated to explain the extra parameter that refers to the rap repository.
Comment 1 Ralf Sternberg CLA 2013-12-09 15:41:05 EST
Tycho/CBI doesn't offer a replacement for the ant task "pde.convertSchemaToHTML" (bug 350735). However, we can use the tycho-eclipse-run plugin to run the ant tasks instead of an external eclipse installation.

As of commit 15d68fcff22ea99f1738d53a642c1f31337d9d39, the reference documentation is created by the pom of the doc bundle itself. Removed outdated todo and readme files. The rap repository is expected next to the rap.tools repository, a parameter is not required.