Frederick N. Brier wrote:

> Is this functioning syntax in Ant 1.4 beta?  It doesn't generate any 
> errors and based on the <echo> the property was never set.  Am I doing 
> something wrong?
>
> <property name="model-dist-path">
>    <classpath>
>       <pathelement location="dist/lib/"/>
>    </classpath>
> </property>
>
> <echo>${model-dist-path}</echo>
>
>
you cannot set properties to anything other than simple strings..


-- 
Matt Inger ([EMAIL PROTECTED])
Sedona Corporation
455 S. Gulph Road, Suite 300
King of Prussia, PA 19406
(484) 679-2213
"Self-respect - the secure feeling that no one,
 as yet, is suspicious." -H.L. Mencken 



Reply via email to