Hello flexcomponents,

    I try to use Adobe Labs Flex Ant tasks to compile my Flex library to
  SWC format. I created the following script ( simplified version
  follows):

------------------------------------------
<target name="compile CustomFlexLibrary SWC">
   <compc
      output="${CustomFlexLibraryBin.dir}/CustomFlexLibrary.swc"
      locale="en_US"
   <source-path
      path-element="${CustomFlexLibrarySource.dir}"/>
   <namespace
      uri="http://www.company.com/2007/mxml";
      manifest="${CustomFlexLibrarySource.dir}/customFlexLibrary-manifest.xml"/>
   <include-namespaces
      uri="http://www.company.com/2007/mxml"/>
  </compc>
</target>
------------------------------------------

   When I run this Ant task, I receive the followin error in Error log
console: Error: unknown namespace 'http://www.company.com/2007/mxml'

   I do not understand, what is wrong with mine 'include-namespaces'
directive to compc standalone compiler...


-- 
Best regards,
 Andriy                          mailto:[EMAIL PROTECTED]

Reply via email to