You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ta...@jakarta.apache.org on 2005/01/09 16:00:48 UTC

[Jakarta Tapestry Wiki] Updated: BuildingTapestry31

   Date: 2005-01-09T07:00:48
   Editor: HowardLewisShip
   Wiki: Jakarta Tapestry Wiki
   Page: BuildingTapestry31
   URL: http://wiki.apache.org/jakarta-tapestry/BuildingTapestry31

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -34,3 +34,14 @@
 After building the site target the first time, if you just change some xdoc documentation, you can use the target fast-site.  That skips the middle step, which is much faster (a few seconds for the copy, about a minute to run Forrest).
 
 Don't fear ... this process will improve.  Eventually, Tapestry will be stable, HiveMind will be stable, the HiveMind libraries will be up at ibiblio and this whole process will be nice. It's already better than Tapestry 3.0's kludgey build system.
+
+----
+
+If you are using Eclipse, you probably want to be able to debug with source.  From the jakarta-hivemind directory execute two commands:
+
+{{{
+ant dist-build
+cp target/dist/*.zip ../jakarta-tapestry/ext-package
+}}}
+
+The Eclipse .classpath attaches source for the HiveMind libraries to ext-package/hivemind-xxx.zip; these commands build that file and move it into place.

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org