Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by ErikVullings:
http://wiki.apache.org/tapestry/HowToSetupEclipseCallistoJetty

------------------------------------------------------------------------------
  = How to set up Eclipse/Callisto/Jetty for Developing Tapestry =
  
  Download and extract all of the following to a directory (I use 
{{{C:\java\}}})
+  *{{{apache-ant-1.6.5}}}
+  *{{{hivemind.1.1.1}}}
+  *{{{tapestry-4.0.2}}}
+  *{{{jetty-5.1.10}}}
  
-  *{{{hivemind.1.1.1}}}
-  *{{{tapestry-4.0.3}}}
-  *{{{jetty-5.1.10}}}
+ Edit your system environment PATH variable to include 
{{{c:\java\apache-ant-1.6.5\bin}}} [[BR]]
+ 
+ Open {{{tapestry-4.0.3/config/build.properties}}} and change the 
hivebuild.dir to the following:
+ {{{
+ hivebuild.dir=C:/java/hivemind-1.1.1/hivebuild
+ }}}
+ 
+ From a terminal window, cd to the {{{c:\java\tapestry-4.0.2\framework}}} 
directory and type the following:
+ {{{
+ C:\java\tapestry-4.0.2\framework>ant compile-dependencies
+ }}}
+ This will download Tapestry's supporting libraries..
  
  Download the latest Eclipse http://www.eclipse.org (I'm using 3.2)
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to