RE: [flexcoders] Relative paths in IDE compiler args

2006-10-10 Thread Matt Chotin
Of Daniel Wabyick Sent: Monday, October 09, 2006 9:08 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Relative paths in IDE compiler args Thanks gents. Adding an extra ../ worked. I have my main source folder in a src directory off the project root, so this makes sense

RE: [flexcoders] Relative paths in IDE compiler args

2006-10-10 Thread Matt Chotin
mailto:flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Relative paths in IDE compiler args Hey Daniel, I've definitely had the same problem. I found that for the -load-config flag I had to climb up a directory ../ to get to my project root... so I had something like... -load-config+=../build

Re: [flexcoders] Relative paths in IDE compiler args

2006-10-09 Thread Paul Spitzer
Hey Daniel, I've definitely had the same problem. I found that for the -load-config flag I had to climb up a directory ../ to get to my project root... so I had something like... -load-config+=../build/project-config.xml. I'm not entirely sure but I think it was relative to my main source

RE: [flexcoders] Relative paths in IDE compiler args

2006-10-09 Thread Dirk Eismann
: [flexcoders] Relative paths in IDE compiler args Hey Daniel, I've definitely had the same problem. I found that for the -load-config flag I had to climb up a directory ../ to get to my project root... so I had something like... -load-config+=../build/project-config.xml. I'm not entirely

Re: [flexcoders] Relative paths in IDE compiler args

2006-10-09 Thread Daniel Wabyick
mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com] On Behalf Of Paul Spitzer Sent: Monday, October 09, 2006 8:42 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Relative paths in IDE compiler

Re: [flexcoders] Relative paths in IDE compiler args

2006-10-09 Thread Paul Spitzer
%40yahoogroups.com Subject: Re: [flexcoders] Relative paths in IDE compiler args Hey Daniel, I've definitely had the same problem. I found that for the -load-config flag I had to climb up a directory ../ to get to my project root... so I had something like... -load-config+=../build/project

[flexcoders] Relative paths in IDE compiler args

2006-10-08 Thread Daniel Wabyick
How do relative paths work in the IDE compiler arguments? In particular, what is the directory running from? For example, I would like to include a namespace manifest XML file that is outside of my project path. I should be able to use -namespace http://www.mynamespace.com/