RE: [flexcoders] Relative paths in IDE compiler args

2006-10-10 Thread Matt Chotin
IL PROTECTED]ups.com >>> >> 40yahoogroups.com>] On Behalf Of Paul Spitzer >> >>> Sent: Monday, October 09, 2006 8:42 AM >>> To: [EMAIL PROTECTED]ups.com 40yahoogroups.com> >>> Subject: Re: [flexcoders] Relative paths in IDE compiler args >>

RE: [flexcoders] Relative paths in IDE compiler args

2006-10-10 Thread Matt Chotin
Behalf 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

Re: [flexcoders] Relative paths in IDE compiler args

2006-10-09 Thread Paul Spitzer
oogroups.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: [flexcod

Re: [flexcoders] Relative paths in IDE compiler args

2006-10-09 Thread Daniel Wabyick
coders@yahoogroups.com <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

RE: [flexcoders] Relative paths in IDE compiler args

2006-10-09 Thread Dirk Eismann
m > 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... > -loa

Re: [flexcoders] Relative paths in IDE compiler args

2006-10-08 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 di