Re: How to convert back slashes to forward slashes

2007-08-16 Thread Qazwart
Instead of doing external calls to Perl, Python, or grep, why not use filterChains and filterReaders. You can use the string filter ReplaceString in the TokenFilter. See . On Aug 16, 2007, at 7:03 AM, Mike Stewart wrote:

Re: mail task failure

2007-08-16 Thread Qazwart
I bet you're missing a JAR file. I had the same problem with the task. Take a look at this page: and search for the word "mail.jar". You'll notice that the is dependent upon this jar file, and it is not installed by default.

Re: how to delete a file that matches a particular pattern?

2007-08-16 Thread Qazwart
Won't a fileset take care of this for you? Take a look at the manpage of the task: ant.apache.org/manual/CoreTasks/delete.html> and see how they use a fileset in the examples. Also take a look at the concept of a fileset:

mail task failure

2007-08-16 Thread Erica A Ramsey
hi, i am trying to mail file via ant. I wrote a simple test and it hangs. here it is. Latest binaries for ${application.name} version ${version} OS: Windows XP SP2 Ant version: Apach

how to delete a file that matches a particular pattern?

2007-08-16 Thread Erica A Ramsey
Hello, I have a file that I want to periodically delete from system. I don't know it's exact name but I do know it's parent directory and pattern for it's name. The pattern for it's name is 'DBS_*#*-' and let's just say that it's location is somewhere under "${nokia.sdk.dir}". how do I find and del

Re: Java task, classpath problem

2007-08-16 Thread Peter Reilly
The task does strange things with the classloader. My advice would be to use fork="yes" unless there is a reason not to. As regards the exception you are seeing, this is as far as I can see behaviour as designed. If one gives a classpath to the task, the classname *must* be in the classpath, fo

Help with using Ant Project API through Java.

2007-08-16 Thread Marc Farrow
I have a build script (which just happens to be maintained by NetBeans) that I am trying to execute targets on in java programmatically. One of the targets is called "dist" which will build a web project and create the distributable jar. I have code that programmatically retrieves all dependent p

Re: Ant Pass/Fail notification on Web Page

2007-08-16 Thread David Weintraub
I use CruiseControl. It is very easy to setup for Ant. Your Ant script needs a target for labeling. You also need to put your output into a single directory, and CruiseControl will copy these files to a publishing area. On 8/16/07, Rajesh Kumar (IN4774) <[EMAIL PROTECTED]> wrote: > Hi, > > > > I

Re: How to convert back slashes to forward slashes

2007-08-16 Thread Mike Stewart
You can use exec like: Might have to experiment with the single quotes not sure they are required. Mike S. >>> [EMAIL PROTECTED] 09/08/2007 19:04:25 >>> perl ?? I don' t have perl installedso how would the exec call that

RE: RE: Javadoc error

2007-08-16 Thread dtoch
undefined

RE: Ant Pass/Fail notification on Web Page

2007-08-16 Thread Jukka Uusisalo
> -Original Message- > From: Rajesh Kumar (IN4774) [mailto:[EMAIL PROTECTED] > Sent: 16. elokuuta 2007 13:45 > To: [EMAIL PROTECTED]; user@ant.apache.org > Subject: Ant Pass/Fail notification on Web Page > > > Hi, > > > > I want to display ant Pass/fail notification on web page. Can

RE: Ant Pass/Fail notification on Web Page

2007-08-16 Thread Rebhan, Gilbert
-Original Message- From: Rajesh Kumar (IN4774) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 12:45 PM To: [EMAIL PROTECTED]; user@ant.apache.org Subject: Ant Pass/Fail notification on Web Page /* Hi, I want to display ant Pass/fail notification on web page. Can I get an

Ant Pass/Fail notification on Web Page

2007-08-16 Thread Rajesh Kumar \(IN4774\)
Hi, I want to display ant Pass/fail notification on web page. Can I get any help or ideas from group member? Thanks in Advance! Regards, Rajesh DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them

problem with SVN checkout

2007-08-16 Thread meenakshi sundaram
Could anyone of you tell me the solution to this problem. I am able to use svn checkout from commandline from a url. But the same task when i add in my ant build file, the build file fails telling me that the [EMAIL PROTECTED] does not exist.