суббота, 28 июля 2012 г.

How to buld OpenJDK projects from Eclipse

This instruction was tested on jaxp and jaxws projects from MS Windows.


0) Start Eclipse

1) Open File -> New -> Project

2) Select "Java Project from Existing Ant Buildfile"

3) Press "Browse" button and select "Ant buildfile" (for example D:\openjdk8\jdk8_tl\jaxp\build.xml)

4) Set checked "Link to the buildfile in the file system" checkbox and press "Finish"

5) Open build.xml and run "dist" or "build" Ant target

Комментариев нет:

Отправить комментарий