Date: 2005-03-07T14:49:55
Editor: BryanChe
Wiki: Apache Beehive Wiki
Page: For Beehive Developers
URL: http://wiki.apache.org/beehive/For Beehive Developers
update eclipse instructions to reflect new build-schema.xml files in beehive
Change Log:
------------------------------------------------------------------------------
@@ -150,7 +150,7 @@
* `wsm/lib/wsdltypes.jar`
== Eclipse ==
-Tested with eclipse 3.1-M4
+Tested with eclipse 3.1-M5
You must first setup Eclipse 3.1 to use Java 5:
* Start Eclipse with a Java 5 JVM.
@@ -164,14 +164,11 @@
Each of these projects will have certain source paths, project dependencies,
and library dependencies that you need to setup.
=== Handling XMLBeans ===
-Because Eclipse 3.1 M4 does not have any native or plugin support for
+Because Eclipse 3.1 M5 does not have any native or plugin support for
Apache XMLBeans, you will need to generate a couple jars from Beehive
XML Schemas.
-First, download the patch for generating these jars from
-http://issues.apache.org/jira/browse/BEEHIVE-147
-
-Then, apply the patch and run the following:
+To create the schemas jars, run the following:
{{{
$ ant -f ${beehive.home}/netui/ant/build-schema.xml
$ ant -f ${beehive.home}/wsm/build-schema.xml