--- Rajeev R <[EMAIL PROTECTED]> wrote:
> I am using ant 1.6(latest release avaliliable)
> 
> I tried this task but it doesnt work.
How does it now work? Does it outputs any errors and
if so what are they?

And just to be sure, can you post the output of 
java -version
command

Regards
Ivan

> 
> Please any more suggestions.I have tried these ,but
> both failed.
> 
>  <javac  srcdir="."  fork="yes" compiler="javac1.5" 
>  failonerror="false" debug="on" target="1.5">
> <classpath refid="classpath.test" /> 
>  </javac>
> 
> &
>                        
> <javac srcdir="."
> classpath="."
> debug="on"
> deprecation="off"
> optimize="on" >
> <classpath refid="classpath.test" /> 
> 
> 
> <exclude name="**/*.class" />
> <exclude name="**/*.properties" />
> </javac>
> 
> 
> 
> 
> Thanks,
> 
> Rajeev 
> 
> 
> 
> On Wed, 16 Mar 2005 14:15:44 +0100, Stefan Bodewig
> <[EMAIL PROTECTED]> wrote:
> > On Wed, 16 Mar 2005, Rajeev R.
> <[EMAIL PROTECTED]> wrote:
> > 
> > > Please give me the task javac for compiling a
> jdk 1.5 java file with
> > > complete attributes.
> > 
> > Depends on your version of Ant.
> > 
> > Probably just
> > 
> > <javac srcdir="src"/>
> > 
> > Stefan
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > 
> >
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to