Date: 2004-09-13T11:24:37
Editor: FumitadaHattori <[EMAIL PROTECTED]>
Wiki: Apache Beehive Wiki
Page: For Beehive Developers
URL: http://wiki.apache.org/beehive/For Beehive Developers
no comment
Change Log:
------------------------------------------------------------------------------
@@ -91,13 +91,29 @@
* `external/junit/junit.jar`
* Controls
* Source Paths
+ * `controls/src/api`
+ * `controls/src/runtime`
* Library Dependencies
* NetUI
* Source Paths
+ * `netui/src/bootstrap`
+ * `netui/src/compiler`
+ * `netui/src/pageflow`
+ * `netui/src/scoping`
+ * `netui/src/tags-databinding`
+ * `netui/src/tags-html`
+ * `netui/src/tags-template`
+ * `netui/src/util`
+ * `netui/src/tomcat-server/4x`
+ * `netui/src/tomcat-webapp/4x`
+ * `netui/src/tomcat-common/4x`
* Library Dependencies
== Eclipse ==
-Coming soon!
+Tested with eclipse 3.1-M1
+
+Please add junit.jar in ANT's classpath. (NOT eclipse's classpath)
+( window -> Preferences -> Runtime under Ant tree -> add
$BEEHIVE_HOME/external/junit/junit.jar in Global Entries in the Classpath tab)
== IDEA ==
Coming soon!