Re: woproject on mac os x : Error in sample app xml ?

From: Andrus (andru..bjectstyle.org)
Date: Wed Jul 24 2002 - 23:22:30 EDT


At 10:45 PM 7/23/2002 -0400, Gavin Eadie wrote:

>Error in sample application "build.xml" ...
>
> I believe that the construct
>
> <target name="compile" depends="prepare" description="compile the java
> source">
> <javac srcdir="." destdir="${classes_temp}">
> <pathelement
> location="${apple_frwk_dir}/JavaFoundation.frame...undation.jar" />
> <pathelement
> location="${apple_frwk_dir}/JavaWebObjects.frame...awebobjects.jar" />
> <pathelement
> location="${apple_frwk_dir}/JavaEOControl.frame...ocontrol.jar" />
> <pathelement
> location="${apple_frwk_dir}/JavaEOAccess.frame...oaccess.jar" />
> </javac></target>
>
> is illegal because <javac> doesn't allow embedded <pathelements>
>
> I'm using ant 1.5 -- maybe something changed.

Maybe. It used to work before. I just recently migrated to Ant 1.5 from
1.4.1. So I guess everything needs to be retested.

Andrus



This archive was generated by hypermail 2.0.0 : Wed Jul 24 2002 - 23:22:00 EDT