pvcs ant task for making the files writable

2011-03-11 Thread chandu uppu
HI, I am able to retrieve files from PVCS using pvcs ant task, but the some of the files are read only. Could you please let me know, how to make all the files writable after retrieving the files from PVCS. Thanks, Chandra

Re: Regular expression to match non-breaking spaces

2011-03-11 Thread Brian Agnew
You might want to try XMLTask, which reads XML natively and handles the specified character encodings. It'll do regexp replacements. http://www.oopsconsultancy.com/software/xmltask On 11/03/2011 18:26, Peter Desjardins wrote: Hi. I'm trying to replace every non-breaking space character in a fi

Regular expression to match non-breaking spaces

2011-03-11 Thread Peter Desjardins
Hi. I'm trying to replace every non-breaking space character in a file with a normal space character. The source file is encoded using UTF-8. I can't get this to work using the replaceregexp task. Here's the syntax I'm using: I've tried other ways to match non-breaking spaces (  \0240 U+00A0)

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
Hey Vimil, Thank you very much. The solution was in what you suggest. I make the url = "http://localhost:8080/manager/"; and now is working. I have tried it before but was trying wit "http://localhost:8080/manager"; without "/" and wasn’t work. Thanks again. Best regards, Marseldi -Original

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
Have tried it before and no results :( I am really stack. Thanks -Original Message- From: Vimil Saju [mailto:vimils...@yahoo.com] Sent: Friday, March 11, 2011 4:46 PM To: Ant Users List Subject: RE: antlib.xml could not be found Try using '/ikub_MainInstance' as the path in the build.

RE: antlib.xml could not be found

2011-03-11 Thread Vimil Saju
Try using '/ikub_MainInstance' as the path in the build.xml instead of 'ikub_MainInstance' and see if that works. :) --- On Fri, 3/11/11, Marseld Dedgjonaj wrote: > From: Marseld Dedgjonaj > Subject: RE: antlib.xml could not be found > To: "'Ant Users List'" > Date: Friday, March 11, 2011, 7

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
If I open http://localhost:8080/manager/html, I see "ikub_MainInstance" in list of Applications and if I click "Reload" from it works but I need to reload it by calling a shell script. And if I open http://localhost:8080/ikub_MainInstance/ I see my application is working. Does this mean that the ap

RE: antlib.xml could not be found

2011-03-11 Thread Vimil Saju
The url needs to be "http://localhost:8080/manager";. The url to access the manager console is different from the url that needs to be passed to tomcat ant tasks. The error below is because the webapp "ikub_MainInstance" has not been installed. Access the manager console and see if the webapp

RE: Change the Java Compiler

2011-03-11 Thread Urena, Jose M
ant -Dbuild.executable=c:/jdk170/bin/javac -Dsource=1.7 -Dtarget=1.7 -f build.xml build.xml or use -Dbuild.compiler=javac1.7 http://ant.apache.org/manual/Tasks/javac.html -Original Message- From: Thomas Kluge [mailto:m6kl...@uni-jena.de] Sent: Wednesday, March 09, 2011 12:56 PM

RE: antlib.xml could not be found

2011-03-11 Thread Marseld Dedgjonaj
Thanks Vimil, As I see is not the problem of url because the url to access manager on the browser in my tomcat congifuration is http://localhost:8080/manager/html. I try to set the url to http://localhost:8080/manager as you suggest and I got the same error but with a diference when the system trie