I had working SWC Library projects for my component in Flex 2.0.0.

Now using those same project (svn) and also rebuilding them from scratch, my
xml configuration files are throwing an error.

unknown configuration variable 'include-classes'

Simplified file

<?xml version="1.0"?>
<flex-config xmlns="http://www.adobe.com/2006/flex-config";>
 <compiler>
   <keep-generated-actionscript>false</keep-generated-actionscript>
   <external-library-path append="true">
     <path-element>${flexlib}/libs/framework.swc</path-element>
   </external-library-path>
   <source-path>
     <path-element>../teoframework/</path-element>
   </source-path>
 </compiler>
 <include-classes>
   <class>com.teotiGraphix.managers.MoveManagerFX</class>

   .....

 </include-classes>
</flex-config>

This was working!?? Now it's not. Has anybody else run into this problem.

Peace, Mike


--
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to