Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WTP/Build/WTP Batch Build"

< WTP‎ | Build
(How to setup WTP batch Build locally)
(How to setup WTP batch Build locally)
Line 1: Line 1:
 
== How to setup WTP batch Build locally ==
 
== How to setup WTP batch Build locally ==
  
1. Setup prereqs and place them in a <BUILD HOME> dir
+
1. Setup prereqs
a. apache ant => http://ant.apache.org/
+
a. apache ant 1.7 => http://ant.apache.org/
b. IBM or Sun JAVA both 1.4 and 1.5
+
b. Java SDK 1.4 and 1.5
 +
 
 
2. Check out build files from HEAD
 
2. Check out build files from HEAD
  
 
[[Category:Eclipse Web Tools Platform Project]]
 
[[Category:Eclipse Web Tools Platform Project]]

Revision as of 17:15, 31 January 2008

How to setup WTP batch Build locally

1. Setup prereqs a. apache ant 1.7 => http://ant.apache.org/ b. Java SDK 1.4 and 1.5

2. Check out build files from HEAD

Back to the top