Write an ant script that confirms the necessary variables are set.
The best is to create the simplest hello world test and see where it
dies.
If you need a sample ant build file using the flex ant tasks get it
from here.
http://www.riapriority.com/flex/samples/flex_ant_test.zip
Let me know how you go.
Regards,
Bjorn
On 03/04/2007, at 5:08 AM, Bill Dawson wrote:
I've got FlexBuilder and the Flex SDK installed on my machine. I've
set the $PATH variable to include my SDK directory - and everything
appears to run correctly.
When I execute mxmlc against a valid MXML file, the compiler runs -
but never outputs a SWF file. I've put it in a root directory to
remove any problematic space characters in the file path, and I've
tried explicitly pointing the -output option to an SWF file -
nothing works.
You might be asking why I'm messing with the command line, when
I've got FlexBuilder? I'm trying to enable some of the Flex/Ant
functions and the Apache module.
Any help would be greatly appreciated!