if you ran it with the same set of options but got a different output, then I would blame asdoc internal API.
Flexmojos just invokes Asdoc.asdoc() http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/compiler/src/java/flex2/tools/ASDoc.java If that behaves different from Asdoc.main() I really have no clue on what to do =/ I must ask, did you really use the exact same configuration set? VELO On Wed, Jan 26, 2011 at 10:35 AM, Martino Piccinato <[email protected]> wrote: > yes, I already did that, I used mvn -X and collected all options > flexmojos is declaring for asdoc and running this from command line > generates asdocs correctly (without html entity encoded) I know it's > strange but from my point of view it seems to be a flexmojos problem > (here below the flexmojos derived command line to generate asdoc. > > Martino > > asdoc -load-config= > > -output=/Users/martino/Documents/workspace-3.6/as3-commons-logging-martin/target/site/asdoc > -tools-locale=en_US > > -compiler.source-path=/Users/martino/Documents/workspace-3.6/as3-commons-logging-martin/src/main/actionscript > > -compiler.theme=/Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/themes/Spark/spark.css > > -compiler.theme+=/Users/martino/Documents/workspace-3.6/as3-commons-logging-martin/target/classes/halo.swc > > -compiler.fonts.local-fonts-snapshot=/Users/martino/Documents/workspace-3.6/as3-commons-logging-martin/target/classes/fonts.ser > > -compiler.external-library-path=/Users/martino/.m2/repository/com/adobe/flex/framework/airglobal/4.5.0.17855/null/airglobal.swc > > -compiler.library-path=/Users/martino/.m2/repository/com/adobe/flex/framework/aircore/4.5.0.17855/aircore-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/airframework/4.5.0.17855/airframework-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/airspark/4.5.0.17855/airspark-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/applicationupdater/4.5.0.17855/applicationupdater-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/applicationupdater_ui/4.5.0.17855/applicationupdater_ui-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/servicemonitor/4.5.0.17855/servicemonitor-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/datavisualization/4.5.0.17855/datavisualization-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/flash-integration/4.5.0.17855/flash-integration-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/flex/4.5.0.17855/flex-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/framework-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/mx/4.5.0.17855/mx-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/osmf/4.5.0.17855/osmf-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/rpc/4.5.0.17855/rpc-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/spark/4.5.0.17855/spark-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/sparkskins/4.5.0.17855/sparkskins-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/spark_dmv/4.5.0.17855/spark_dmv-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/textLayout/4.5.0.17855/textLayout-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/com/adobe/flex/framework/utilities/4.5.0.17855/utilities-4.5.0.17855.swc > > -compiler.library-path+=/Users/martino/.m2/repository/nl/demonsters/debugger/monsterdebugger/2.0.3/monsterdebugger-2.0.3.swc > -compiler.headless-server=false -compiler.namespaces.namespace > http://ns.adobe.com/mxml/2009 > > /Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/mxml-2009-manifest.xml > -compiler.namespaces.namespace library://ns.adobe.com/flex/spark > > /Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/spark-manifest.xml<http://ns.adobe.com/flex/spark%0A/Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/spark-manifest.xml> > -compiler.namespaces.namespace library://ns.adobe.com/flex/mx > > /Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/mx-manifest.xml<http://ns.adobe.com/flex/mx%0A/Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/mx-manifest.xml> > -compiler.namespaces.namespace http://www.adobe.com/2006/mxml > > /Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/mxml-manifest.xml<http://www.adobe.com/2006/mxml%0A/Users/martino/.m2/repository/com/adobe/flex/framework/framework/4.5.0.17855/configs_zip/mxml-manifest.xml> > -metadata.date="1/26/11 11:44 AM" -metadata.description "Library > providing a logging API for ActionScript 3.0" > -metadata.title="AS3Commons Logging" -licenses.license > flexbuilder4.displayedStartPageAtLeastOneTime true > > -doc-sources=/Users/martino/Documents/workspace-3.6/as3-commons-logging-martin/src/main/actionscript > -footer "Generated by Flexmojos" -main-title="AS3Commons Logging > Documentation" > -templates-path="/Users/martino/Documents/workspace-3.6/as3-commons-logging-martin/target/templates" > -window-title="AS3Commons Logging Documentation" > > On Wed, Jan 26, 2011 at 1:31 PM, Marvin Froeder <[email protected]> wrote: > > Hrmmm, no clue at all..... mvn -X may show you any relevant parameter. > > > > VELO > > > > On Wed, Jan 26, 2011 at 10:28 AM, Martino Piccinato <[email protected]> > wrote: > >> > >> it works ok, html tags are not entity encoded. > >> > >> On Wed, Jan 26, 2011 at 1:13 PM, Marvin Froeder <[email protected]> > wrote: > >> > Does it work when you use adobe asdoc? > >> > > >> > VELO > >> > > >> > On Wed, Jan 26, 2011 at 8:52 AM, Martino Piccinato <[email protected]> > >> > wrote: > >> >> > >> >> Hi, > >> >> > >> >> We are having problems genearting ASDOC with flexmojos-4-beta-3: docs > >> >> are generated correctly apart form the fact that html comments are > >> >> entities encoded, e.g. if we have > >> >> > >> >> <p>Important note</p> > >> >> > >> >> in an asdoc comment > >> >> > >> >> this will generate > >> >> > >> >> <p>Important note</> > >> >> > >> >> in the final asdoc > >> >> > >> >> Trying to understand where is the problem we tried to use some > "debug" > >> >> options for asdoc like keepXml and others but these options seem not > >> >> to be taken by the report generator (differently from other options > >> >> specified in the report). > >> >> > >> >> You can see our pom here: > >> >> > >> >> > >> >> > >> >> > http://as3-commons.googlecode.com/svn/branches/martin.heidegger/as3-commons-logging/pom.xml > >> >> > >> >> Any help would be appreciated. > >> >> > >> >> Thnx > >> >> > >> >> > >> >> Martino Piccinato > >> >> > >> >> -- > >> >> You received this message because you are subscribed to the Google > >> >> Groups "Flex Mojos" group. > >> >> To post to this group, send email to [email protected] > >> >> To unsubscribe from this group, send email to > >> >> [email protected]<flex-mojos%[email protected]> > >> >> For more options, visit this group at > >> >> http://groups.google.com/group/flex-mojos > >> >> > >> >> http://flexmojos.sonatype.org/ > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "Flex Mojos" group. > >> > To post to this group, send email to [email protected] > >> > To unsubscribe from this group, send email to > >> > [email protected]<flex-mojos%[email protected]> > >> > For more options, visit this group at > >> > http://groups.google.com/group/flex-mojos > >> > > >> > http://flexmojos.sonatype.org/ > >> > > >> > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Flex Mojos" group. > >> To post to this group, send email to [email protected] > >> To unsubscribe from this group, send email to > >> [email protected]<flex-mojos%[email protected]> > >> For more options, visit this group at > >> http://groups.google.com/group/flex-mojos > >> > >> http://flexmojos.sonatype.org/ > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Flex Mojos" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<flex-mojos%[email protected]> > > For more options, visit this group at > > http://groups.google.com/group/flex-mojos > > > > http://flexmojos.sonatype.org/ > > > > -- > You received this message because you are subscribed to the Google > Groups "Flex Mojos" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<flex-mojos%[email protected]> > For more options, visit this group at > http://groups.google.com/group/flex-mojos > > http://flexmojos.sonatype.org/ > -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
