On Wed, 21 Nov 2001, Rickard [ISO-8859-1] Öberg wrote:

> What I want to avoid is the copying and packaging that goes on. Do you
> have any idea of the time it takes to package 1500 JSP's into a JAR, and
> then have that 3-4Mb file copied and exploded into a tmp dir, and this
> for every time you make a change in a single JSP? Forever I can tell
> you. It adds up to *a lot* of time each day for just redeployment.

This is a problem I believe with ant.  It adds/updates ALL input files to the
jar, when the rule is called.  It should only add/update files that are newer
than the jar file.  Then the building would be fast.

For development, I run jboss locally, and symlink from jboss' deploy dir to my
build dir.  Then, you are only dealing with the rmdir and unpack stuff, when
undeploying/deploying.



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to