scriptdef unable to load an Ant API class

2009-01-02 Thread Mitch Gitman
I have a *scriptdef *to do some customization of the *javadoc *Ant task. What I want to do is pass to the *scriptdef *a tag element precisely like the tag element that can be a child of the javadoc task element. The class that corresponds to the tag element is *Javadoc.TagArgument*. Below is the r

RE: email question

2009-01-02 Thread Martin Gainty
Chun- way too many necessary details she is hiding from you to determine what the exact problem is you need to specify smtp server, pop3 server, authentication details in other words one wrong entry and nothing works and if she has a firewall setup you have even more problems as she has the ne

Ant - copy existing files from one folder to other folder (and all it's subfolders)

2009-01-02 Thread Alexei Alexei
Hi! In "myfolder1" I have many files. I need to find (by name) all files that are exist in the folder "myfolder1" AND folder "myfolder2" (and all it's subfolders) and copy finded files from "myfolder1" to "myfolder2"(and all it's subfolders). E.g. in the folder "myfolder1" I have the next file

email question

2009-01-02 Thread Chun Ji
Hi follows, I have an ant script that runs perfectly on a linux machine. The last step of that script is to send out the output by email. The ANT script I have is: " ... ". Now my boss told me that SHE is going to copy everything to a new staging machine to run the script. Do you s