Hello,
First, this may be related to FLEXMOJOS-430 "Using more than one
docClasses value causes asdoc compiler error"
Essentially, if I use more than one "loadExtern" in my configuration,
the build fails with:
[ERROR] command line:[-1,-1] default arguments may not be interspersed
with other options
If I remove one extern, the build will compile just fine.
If it helps, on the command line, if I call mxmlc with
-load-extern=file1 file2
It will fail with the same error. If I instead call mxmlc with
-load-extern=file1,file2
It will fail with a different error (Error: configuration variable
'load-externs' expected 1 argument(s), got 2). It seems the solution
then is to call mxmlc like so
-load-extern=file1 -load-extern+=file2
Should I file a bug report on this?
--
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/