Hi all,

I'm trying to do the same to include a swc that I have locally in my
project under flexpackages/lib (it's a library that i created but not
yet disted).
 
<compiler.include-libraries dir="${flexant.mxmlc.swc.custom.dir}"
append="true">
    <include name="${flexant.mxmlc.swc.dynamicgrid.file}"/>
</compiler.include-libraries>

(this is defined inside a mxmlc tag)
 
Where in build.properties,

flexant.mxmlc.swc.custom.dir=${flex.src.dir}/lib
flexant.mxmlc.swc.dynamicgrid.file=dynamicdatagrid.swc
 
When I build it, the classes defined in dynamicdatagrid.swc cannot be
found.  If I just add this swc file using the flexbuilder to the flex
classpath, it works fine.
 
Should I be including this library differently?  Thanks.
 
Ban

Reply via email to