>     <target name="reload" description="Does a light reload of the
> application">
>         <taskdef name="reload" classname="org.apache.catalina.ant.ReloadTask"
> classpath="${tomcat.home}/server/lib/catalina-ant.jar"/>
>         <echo message="Reloading Application ${ant.project.name}..."/>
>         <reload url="http://${tomcat.server}:${tomcat.port}/manager";
> username="${tomcat.username}" password="${tomcat.password}"
> path="/${webapp.name}"/>
>     </target>
> 

Thanks, I'll look into adding this soon - of course, patches are always
welcome. ;-)

> > > * Make a spot to specify supporting tag library jar files
> I just meant so that I could keep them in the library repository so
> that when they upgrade it grabs them as well.  Didn't really have a
> plan for it though.

Tag Libraries for Display, JSTL, etc are all in the lib directory and can be
easily upgraded. 

I don't think you really need the elaborate sandbox idea, unless you really do
want to edit multiple pages.  Usually, I only need to edit one at a time, so I
do the following:

1.  Run app and load the page in question.
2.  View Source, and save the resulting HTML in sandbox/file.html
3.  Replace /appfuse/ with ../web/
4.  Edit .css and .js files appropriately.  Since you're pointing to the
.css/.js files in your source tree (../web/scripts, etc.), you're editing them
"live" in the tree already. 

Matt

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Struts-apps mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/struts-apps

Reply via email to