This worked... thanx.
--- Jeffrey E Care <[EMAIL PROTECTED]> wrote:
> source="1.4"
>
> --
> Jeffrey E. Care ([EMAIL PROTECTED])
> WebSphere v7 Release Engineer
> WebSphere Build Tooling Lead (Project Mantis)
>
>
> Ninju Bohra <[EMAIL PROTECTED]> wrote on
> 08/18/2005 01:17:04 PM:
>
> > Hello all,
> >
> > We are (finally !!!) starting to look at Java 1.5
> at
> > our project site. And the first step is to build
> our
> > code using the 1.5 JDK but in 1.4 compliant mode.
> >
> > After installing jdk1.5.0_04, I modified my
> <javac> to
> > the following:
> >
> > <javac
> > destdir="${classes.dir}"
> > includes="**/*.java"
> > memoryMaximumSize="512m"
> > debug="true"
> > compiler="javac1.4"
> > target="1.4"
> > fork="true"
> > deprecation="false">
> > .
> > .
> > </javac>
> >
> > Note, the compiler and target attributes.
> >
> > When I run it I get the follow error:
> >
> > cybere_compile:
> > [javac] Since fork is true, ignoring compiler
> > setting.
> > [javac] Compiling 1605 source files to
> > C:\Projects\classes
> > [javac] Since fork is true, ignoring compiler
> > setting.
> > [javac] javac: target release 1.4 conflicts
> with
> > default source release 1.5
> >
> > What's up with that?
> >
> > How do I get 1.4 bytecode emitting using the
> <javac>
> > task with jdk1.5.0_04
> >
> > Thanx,
> >
> > Ninju
> >
> >
> >
> >
> >
> >
> > __________________________________
> > Yahoo! Mail
> > Stay connected, organized, and protected. Take the
> tour:
> > http://tour.mail.yahoo.com/mailtour.html
> >
> >
> >
>
---------------------------------------------------------------------
> > 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]