You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Christofer Dutz (JIRA)" <ji...@apache.org> on 2012/07/10 20:16:35 UTC

[jira] [Created] (FLEX-33136) ASDoc no longer generates valid output when executed inside Flexmojos

Christofer Dutz created FLEX-33136:
--------------------------------------

             Summary: ASDoc no longer generates valid output when executed inside Flexmojos
                 Key: FLEX-33136
                 URL: https://issues.apache.org/jira/browse/FLEX-33136
             Project: Apache Flex
          Issue Type: Bug
          Components: ASDoc Tool
    Affects Versions: Apache Flex 4.8 (parity release)
         Environment: FDK: 4.8.0.1358354
Executed inside Flexmojos 6.0-SNAPSHOT
DefaultFlexCompiler (https://github.com/chrisdutz/flexmojos/blob/flexmojos-4.x/flexmojos-sandbox/flexmojos-flex-compiler/src/main/java/net/flexmojos/oss/compiler/DefaultFlexCompiler.java) Line 94
            Reporter: Christofer Dutz
            Priority: Minor


I am currently working on making Flexmojos compatible with Apache Flex 4.8.0.1358354
Allmost all tests are running smoothly, except the ones regarding ASDoc. In all of these casses the output directory for ASDoc only contains one directory "tempdita" and this contains one file "packages.dita" but nothing else. I'll attach the configuration passed to the ASDoc call to this issue. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLEX-33136) ASDoc no longer generates valid output when executed inside Flexmojos

Posted by "Christofer Dutz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLEX-33136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christofer Dutz updated FLEX-33136:
-----------------------------------

    Attachment: args.txt

Arguments passed to ASDoc
                
> ASDoc no longer generates valid output when executed inside Flexmojos
> ---------------------------------------------------------------------
>
>                 Key: FLEX-33136
>                 URL: https://issues.apache.org/jira/browse/FLEX-33136
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: ASDoc Tool
>    Affects Versions: Apache Flex 4.8 (parity release)
>         Environment: FDK: 4.8.0.1358354
> Executed inside Flexmojos 6.0-SNAPSHOT
> DefaultFlexCompiler (https://github.com/chrisdutz/flexmojos/blob/flexmojos-4.x/flexmojos-sandbox/flexmojos-flex-compiler/src/main/java/net/flexmojos/oss/compiler/DefaultFlexCompiler.java) Line 94
>            Reporter: Christofer Dutz
>            Priority: Minor
>         Attachments: args.txt
>
>
> I am currently working on making Flexmojos compatible with Apache Flex 4.8.0.1358354
> Allmost all tests are running smoothly, except the ones regarding ASDoc. In all of these casses the output directory for ASDoc only contains one directory "tempdita" and this contains one file "packages.dita" but nothing else. I'll attach the configuration passed to the ASDoc call to this issue. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLEX-33136) ASDoc no longer generates valid output when executed inside Flexmojos

Posted by "Christofer Dutz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLEX-33136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410679#comment-13410679 ] 

Christofer Dutz commented on FLEX-33136:
----------------------------------------

Ok ... I attached the sources for Flex to my IntelliJ and started debugging into the ASDoc code and it seems that the problems are related to a missing dependency on saxon, because I'm getting a "java.lang.NoClassDefFoundError: net/sf/saxon/Transform" exception. While tracking down the reason for this, I found out that all the missing files are included in the "external" directory. That's why my Maven FDK generator didn't pick them up automatically. Guess I can close this isssue.
                
> ASDoc no longer generates valid output when executed inside Flexmojos
> ---------------------------------------------------------------------
>
>                 Key: FLEX-33136
>                 URL: https://issues.apache.org/jira/browse/FLEX-33136
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: ASDoc Tool
>    Affects Versions: Apache Flex 4.8 (parity release)
>         Environment: FDK: 4.8.0.1358354
> Executed inside Flexmojos 6.0-SNAPSHOT
> DefaultFlexCompiler (https://github.com/chrisdutz/flexmojos/blob/flexmojos-4.x/flexmojos-sandbox/flexmojos-flex-compiler/src/main/java/net/flexmojos/oss/compiler/DefaultFlexCompiler.java) Line 94
>            Reporter: Christofer Dutz
>            Priority: Minor
>         Attachments: args.txt
>
>
> I am currently working on making Flexmojos compatible with Apache Flex 4.8.0.1358354
> Allmost all tests are running smoothly, except the ones regarding ASDoc. In all of these casses the output directory for ASDoc only contains one directory "tempdita" and this contains one file "packages.dita" but nothing else. I'll attach the configuration passed to the ASDoc call to this issue. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FLEX-33136) ASDoc no longer generates valid output when executed inside Flexmojos

Posted by "Christofer Dutz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLEX-33136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christofer Dutz resolved FLEX-33136.
------------------------------------

    Resolution: Invalid

The problem was related to the compiler libs being separated in a lib and lib/external directory. Therefore my deployment didn't pick them up automatically.
                
> ASDoc no longer generates valid output when executed inside Flexmojos
> ---------------------------------------------------------------------
>
>                 Key: FLEX-33136
>                 URL: https://issues.apache.org/jira/browse/FLEX-33136
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: ASDoc Tool
>    Affects Versions: Apache Flex 4.8 (parity release)
>         Environment: FDK: 4.8.0.1358354
> Executed inside Flexmojos 6.0-SNAPSHOT
> DefaultFlexCompiler (https://github.com/chrisdutz/flexmojos/blob/flexmojos-4.x/flexmojos-sandbox/flexmojos-flex-compiler/src/main/java/net/flexmojos/oss/compiler/DefaultFlexCompiler.java) Line 94
>            Reporter: Christofer Dutz
>            Priority: Minor
>         Attachments: args.txt
>
>
> I am currently working on making Flexmojos compatible with Apache Flex 4.8.0.1358354
> Allmost all tests are running smoothly, except the ones regarding ASDoc. In all of these casses the output directory for ASDoc only contains one directory "tempdita" and this contains one file "packages.dita" but nothing else. I'll attach the configuration passed to the ASDoc call to this issue. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira