Ant Online Docs Not Available?

2003-08-27 Thread billy . bacon
Is anyone having issues accessing the manual online from the ant.apache.org web site? I'm trying to get to the task documentation but it's giving me a Forbidden error - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: New Task and Classpath

2003-08-27 Thread Aloizio Pereira da Silva
My apologize. Yes, I am invoking a Java class from the ant task code. How I can solve this problem? * * Federal University of Minas Gerais* * Department of Computer Science

Reading password from .cvspass file

2003-08-27 Thread Vikas Phonsa
I am using ant for doing cvs imports and have made a small gui that allows the user to enter the cvsroot and password.Is there any way I can read the password that's stored in encrypted form in the pass.cvspass file. I want that when the user uses the gui for the second time , he should see the cvs

RE: character replacement from a file content

2003-08-27 Thread Nagarajan Murugesan
Hai Antoine Its working fine now. Thanks, Nagarajan -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 8:39 PM To: Ant Users List Subject: Re: character replacement from a file content If you are talking about litteral ampersands, y

Regarding Classpath

2003-08-27 Thread Abhay Kulkarni
Hi All, I'm quite new to Ant Can anybody guide me about the usage of javac task of Ant I've a task javac like I want to use the system environment variable CLASSPATH which is already set. CLASSPATH is set to value "c:\MCraftFileServer\Common\*.jar;c:\MCraft\third_party\*.jar;and lot more j

Re: New Task and Classpath

2003-08-27 Thread Matt Benson
Normal message list etiquette is to keep the discussion on the list unless it is agreed to take the discussion private. This is for everyone's benefit including your own. Anyway, the problem still remains that we don't know what it is you intend to do with a classpath. Your task still has to DO

Re: character replacement from a file content

2003-08-27 Thread Antoine Levy-Lambert
If you are talking about litteral ampersands, you need to type & so try - Original Message - From: "Nagarajan Murugesan" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 2:59 PM Subject: RE: character replacement from a file content Jan, My