Alex Valentine wrote:

Just a quick questions for you folks, recently I tried out java 1.5.0
but I was having trouble building some libs for one of my apps. Becuase
the lib I was trying to compile used some old classes, I needed to add
the "-source 1.4" modifier to javac.

How would I would I add this to my compile task? When I tried <arg value="-source 1,4"/>

I got an error message telling me:

/home/asv/src/java/hibernate-2.1/build.xml:157: The <javac> type doesn't
support the nested "arg" element.



<javac source="1.4" target="1.4"/>

--
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    [EMAIL PROTECTED]


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



Reply via email to