Re: JSCH Help

2008-06-13 Thread Chris Strzelczyk
Thank you for your prompt reply. I have solved my issue. I didn't have ant-jsch.jar loaded and thus I didn't have the Scp class it needed. Here is a copy of the working code: On Thu, Jun 12, 2008 at 5:15 PM, Anderson, Rob (G

Re: native2ascii in build.xml

2008-06-13 Thread Niranjan Deshpande
I think ant has a seprate task in ant hth On 6/13/08, Raghuveer <[EMAIL PROTECTED]> wrote: > > How to implement in my ant buil.xml > > > > native2ascii -encoding utf-8 d:\t\utf\1.txt d:\t\utf\\2.txt > > -- Regards, Niranjan Deshpande "Shut yourself from the world and create the reality you

native2ascii in build.xml

2008-06-13 Thread Raghuveer
How to implement in my ant buil.xml native2ascii -encoding utf-8 d:\t\utf\1.txt d:\t\utf\\2.txt