Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
The -link-report switch does not handle full file path information when it is specified in a config file. You can specify a full path via the command line but not in a config file.
Steps to reproduce:
1. get SDK-11314.zip file
2. compc -sp+=. -include-classes=bug -o foo.swc -load-config+=test.xml
FAILS
3. change the test.xml to have just the filename in the link-report and it will compile fine.
COMPILES
4. compc -sp+=. -include-classes=bug -o foo.swc -link-report=c:/flex/bugs/SDK-11314/link-report.xml
COMPILES
Actual Results:
Error: unable to export SWC foo.swx: C:\flex\bugs\SDK-11314\c:\flex\bugs\SDK-11314\link-report.xml (The filename, directory name, or volume label syntax is incorrect)
Expected Results:
Should gen swc without error and generate a link report