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 fr

Re: need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
ot; attribute. What might be wrong? On 6/6/08, Sean Hennessy <[EMAIL PROTECTED]> wrote: > > > > > > failonerror="false" /> > > > > > > > > > -Original Message- &g

need help in ant's javadoc task (from maven)

2008-06-06 Thread Niranjan Deshpande
oclet class com.company.app.util.doclet.AppCodesDoclet [javadoc] 1 error Please help. Also can anyone tell me what the and elements are for? How are the paths relative to? My ant build file is: -- Regards, Nir