I am trying to help my boss set up a Flex project which works fine for me. He 
is on Mac, I am on PC. He can't compile in our properties files, even though he 
has them on his computer.

I access these files via a compiler variable pointing to an absolute path on my 
machine, ie: "C:\my\folder\etc\etc\locales\{locale}"

Below is the info from my boss's setup: 
("-source-path=/Users/doe/Documents/code/amp/trunk/locales/src/main/resources/locales/{locale}"
 is the bad part, everything else works fine!

Thanks!

------------------------------------------------

Compiler argument:

-show-unused-type-selector-warnings=false -locale=en_US 
-source-path=/Users/doe/Documents/code/amp/trunk/locales/src/main/resources/locales/{locale};
 
-services=/Users/doe/Documents/code/amp/trunk/platform/platform-client/src/main/resources/services-config_LOCAL.xml
 -context-root=platform -default-background-color #FFFFFF

Error message
unable to open 
'/Users/doe/Documents/code/amp/trunk/locales/src/main/resources/locales/en_US;'

Test on OS:

$ cd 
/Users/doe/Documents/code/amp/trunk/locales/src/main/resources/locales/en_US
$ ls
platformResources.properties
$

So the path is valid per the OS. 

Reply via email to