Can anyone shed a light on my problem ?
The first time I ran this, it worked, I even tried to reinstall the Flex
Builder Plugin.
Just to make this clear, I'm working with the plugin version on top of
Eclipse.
Thanks !
I ran into this error when trying the example on a very simple mxml
application:
Buildfile: C:\Documents and Settings\user\workspace\XML
Tricks\docs\build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\user\workspace\XML
Tricks\docs\output\AppDocs
[mkdir] Created dir: C:\Documents and Settings\user\workspace\XML
Tricks\docs\output\AppDocs
compile:
[exec] Loading configuration file C:\Program Files\Adobe\Flex Builder 2
Plug-in\Flex SDK 2\frameworks\flex-config.xml
*[exec] Error: unable to open 'and'*
[exec] Use 'asdoc -help' for information about using the command line.
[exec] Total time: 578ms
*BUILD FAILED
C:\Documents and Settings\user\workspace\XML Tricks\docs\build.xml:14: exec
returned: 2*
Total time: 1 second
These are the lines of code on line 14
<target name="compile">
<exec executable="${AsDocs.dir}" failonerror="true">
<arg line='-doc-sources ${AppClasses.dir}'/>
<arg line='-window-title "My Application"'/>
<arg line='-output ${Output.dir}'/>
</exec>
</target>