Re: auto dependency generation?

2002-04-11 Thread Jeff Sahol
You read me right. That is exactly what I need. Conor MacNeill wrote: From: Jeff Sahol [mailto:[EMAIL PROTECTED]] So yes, javac picks up the dependencies quite well, but it's not suited for determining jar file contents. Check out the new type classfileset which should help you here

Re: auto dependency generation?

2002-04-10 Thread Jeff Sahol
I think I know what the original post is about, or maybe it's just similar to my own situation. Mine is with creating EJB jar files for hot deployment. In general, though, if (1) you are creating many different jarfiles off of one build, (2) each jarfile has a core class or classes, and (3)

Re: Hot Deploying EJBs on Weblogic 6.1

2002-02-20 Thread Jeff Sahol
We use the FTP task to hot deploy. Ajay Chitre wrote: Hello, Has anyone developed an Ant task that runs weblogic.deploy program? If nobody has then I would like to, but unfortunately, I can't get weblogic.deploy program to hot deploy EJBs. Please help... After reading the Weblogic

synchronize directory task

2001-11-14 Thread Jeff Sahol
Is there a task for synchronizing a directory structure from one location to another? I don't want to do a delete and then copy, I want to minimize the need for copying files. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: synchronize directory task

2001-11-14 Thread Jeff Sahol
directory task Have you checked out move? -Original Message- From: Jeff Sahol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 9:22 AM To: [EMAIL PROTECTED] Subject: synchronize directory task Is there a task for synchronizing a directory structure from one location to another