Re: Build error: PLAYERGLOBAL used as directory

2012-05-09 Thread Carol Frampton
On 5/9/12 3 :17AM, "Christophe Herreman" wrote: >I did a complete build after updating SVN and using the env.properties >file >based on env-template.properties. Everything builds fine now. > >Just FYI, there is an "i" character at the beginning of line 22 in >env-template.properties. > Thanks

Re: Build error: PLAYERGLOBAL used as directory

2012-05-09 Thread Christophe Herreman
I did a complete build after updating SVN and using the env.properties file based on env-template.properties. Everything builds fine now. Just FYI, there is an "i" character at the beginning of line 22 in env-template.properties. regards, Christophe 2012/5/8 Christophe Herreman > No worries Ca

Re: Build error: PLAYERGLOBAL used as directory

2012-05-08 Thread Christophe Herreman
No worries Carol. I'm curious to know how you will fix this though. I prefer having as little properties as possible so IMO the PLAYERGLOBAL_HOME property + the fixed playerglobal.swc name seems like the best option. What's your take on this? regards, Christophe 2012/5/8 Carol Frampton > You

Re: Build error: PLAYERGLOBAL used as directory

2012-05-08 Thread Carol Frampton
You are correct. I blew it. Sorry about that. Will work on fixing that right now. Caorl On 5/8/12 8 :59AM, "Christophe Herreman" wrote: >Hi, > >with the renaming of PLAYERGLOBAL_HOME to PLAYERGLOBAL, there are various >places in the project build files where PLAYERGLOBAL is used as a >direct

Build error: PLAYERGLOBAL used as directory

2012-05-08 Thread Christophe Herreman
Hi, with the renaming of PLAYERGLOBAL_HOME to PLAYERGLOBAL, there are various places in the project build files where PLAYERGLOBAL is used as a directory. Some examples are framework, mx, rpc, charts, ... Usages with issues: a) b) ... ... Some pos