Another old email... If ant was a bit more scriptable then this would be easy todo. Currently there is no way short of a custom copy task or a seperate target to 'touch' files which would do this... assuming that you mean redeploy everything.
If you mean redeploy changed stuff (like an mbean in a .sar changed), then this should work by the default target... unless you need the .xml file to be touched too. If this is still something that you want I will need some more information about the desired behavor of this wish. Assuming it is possible and will not complicate the build system... then I will add it to my list of things todo. again, sorry for the old mail. --jason On Tue, 18 Sep 2001, Julian Gosnell wrote: > > Probably one for Jason, > > > Something I think would speed a lot of peoples development cycle: > > a 'redeploy' target for each service, which rebuilds the relevant > components (excepting javadoc - because we want it to be as fast as > possible) and the redeploys the service (e.g. for Jetty, touches > deploy/jetty-service.xml). > > > Or is it already there ?! > > Jules > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
