qickrooms / flex-mojos

Automatically exported from code.google.com/p/flex-mojos
0 stars 0 forks source link

asdoc:asdoc broken #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In pom.xml configure asdoc-mojo like:
<plugin>
    <groupId>info.flex-mojos</groupId>
    <artifactId>asdoc-mojo</artifactId>
    <version>2.0M5</version>
    <configuration>
        <docNamespaces>
          <namespace>
            <uri>http://www.adobe.com/2006/mxml</uri>
            <manifest>mxml-manifest.xml</manifest>
          </namespace>
        </docNamespaces>
    </configuration>
</plugin>

So you will need to copy the mxml-manifest.xml from the Flex SDK\frameworks
directory to the root directory of your project.

What steps will reproduce the problem?
1. Execute: mvn asdoc:asdoc

What is the expected output? What do you see instead?
asdoc's to be generated.  Instead I see error like:

Error: could not find source for class mx.formatters:PhoneFormatter in
namespace http://www.adobe.com/2006/mxml

What version of the product are you using? On what operating system?
Product Version: asdoc-mojo, version 2.0M5
OS Version: Windows XP Pro 

Original issue reported on code.google.com by codecr...@gmail.com on 18 Sep 2008 at 2:09

GoogleCodeExporter commented 9 years ago
Fixed at revision 832.

No longer needs to declare adobe's namespaces.

Original comment by velo...@gmail.com on 22 Oct 2008 at 1:24

GoogleCodeExporter commented 9 years ago
Fixed at revision 832.

No longer needs to declare adobe's namespaces.

Original comment by velo...@gmail.com on 22 Oct 2008 at 1:32