fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
821 stars 220 forks source link

swc asdoc #1029

Open matrix3d opened 8 years ago

matrix3d commented 8 years ago

the fd some sdk not work

exec executable="${FLEX_HOME}/bin/asdoc.bat" failonerror="true"
             arg line="-source-path 'src'"
             arg line="-doc-sources 'src'"
             arg line="-output 'lib/tempDoc'"
             arg line="-keep-xml='true'"
             arg line="-skip-xsl='true'"
        exec

this is the working one,need change 2 this.

elsassph commented 8 years ago

Where does it have to be changed?

matrix3d commented 8 years ago

https://github.com/matrix3d/matrix3d.github.io/blame/master/_posts/2016-1-13-flashdevelop-ane-gcc-x86.md#L48

this line

elsassph commented 8 years ago

I don't understand where this build.xml comes from - the only FD template with a build.xml is different: https://github.com/fdorg/flashdevelop/blob/development/FlashDevelop/Bin/Debug/Projects/135%20ActionScript%203%20-%20AS3%20Library%20SWC/build.xml.template

matrix3d commented 8 years ago

you build.xml use the ant asdoc task.my xml use the asdoc.bat from the sdk/bin. a lot of pep can not work with the ant.

http://stackoverflow.com/questions/15377944/adobe-asc-2-0-and-asdoc

replace your xml 22-27 2 my.xml 48-55,will work good