Re: Relative Paths in Imported Files

2008-08-26 Thread Peter Reilly
On Sun, Aug 17, 2008 at 9:18 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > I have a common.xml file that I import in all my build.xml throughout my > project (subdirectories included). One of the tasks defined in this > common.xml has to reference a file in a java task, as so: > > > >

Re: Relative Paths in Imported Files

2008-08-18 Thread Stefan Bodewig
On Sun, 17 Aug 2008, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: Before I answer the original question let me state that I have seen a bug with a combination of , and that manifested itself as -elements using the wrong basedir - I was able to work around it by using instead of . Unfortunatel

RE: Relative paths

2006-01-13 Thread Paulo Jorge Guedes
> -Original Message- > From: Clifton Craig [mailto:[EMAIL PROTECTED] > Sent: sexta-feira, 13 de Janeiro de 2006 14:04 > To: Ant Users List > Subject: Re: Relative paths > > > One more suggestion, maybe you could clean it up a little by using: > >

Re: Relative paths

2006-01-13 Thread Clifton Craig
On Friday 13 January 2006 8:53 am, Paulo Jorge Guedes wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: sexta-feira, 13 de Janeiro de 2006 13:20 > > To: Ant Users List > > Subject: RE: Relative paths > >

RE: Relative paths

2006-01-13 Thread Paulo Jorge Guedes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: sexta-feira, 13 de Janeiro de 2006 13:20 > To: Ant Users List > Subject: RE: Relative paths > > >It looks on the nbproject path... > > I thought, that is what you want. > Tha

RE: Relative paths

2006-01-13 Thread harnackf
age- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: sexta-feira, 13 de Janeiro de 2006 12:38 > > To: Ant Users List > > Subject: RE: Relative paths > > > > OK, > > inheritall="false" > > is better than using the dir at

RE: Relative paths

2006-01-13 Thread Paulo Jorge Guedes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: sexta-feira, 13 de Janeiro de 2006 12:38 > To: Ant Users List > Subject: RE: Relative paths > > OK, > inheritall="false" > is better than using the dir attribute. And

RE: Relative paths

2006-01-13 Thread harnackf
2006 11:57 > > To: Ant Users List > > Subject: RE: Relative paths > > > > Something like this maybe help you in your root build.xml: > > > > > > target="compileApp1" > > inheritall="true" inheritrefs=&q

RE: Relative paths

2006-01-13 Thread harnackf
Sorry, a little mistake. It should be Regards, Frank Quoting [EMAIL PROTECTED]: > Something like this maybe help you in your root build.xml: > > > inheritall="true" inheritrefs="true"/> > > > > inheritall="true" inheritrefs="true"/> > > > >

RE: Relative paths

2006-01-13 Thread Paulo Jorge Guedes
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: sexta-feira, 13 de Janeiro de 2006 11:57 > To: Ant Users List > Subject: RE: Relative paths > > Something like this maybe help you in your root build.xml: > > >

RE: Relative paths

2006-01-13 Thread harnackf
Something like this maybe help you in your root build.xml: It isn't nice, but it should work. Regards, Frank Quoting Paulo Jorge Guedes <[EMAIL PROTECTED]>: > I already discovered why: > http://ant.apache.org/manu

RE: Relative paths

2006-01-13 Thread Paulo Jorge Guedes
I already discovered why: http://ant.apache.org/manual/CoreTasks/import.html The problem is I can't touch on the nbproject build file as it is automatically generated by the IDE. Is there any way to workaround it instead of overriding the targets in the app1 folder? Paulo > -Original Message

Re: Relative paths

2006-01-13 Thread Petar Tahchiev
On 13/01/06, Paulo Jorge Guedes <[EMAIL PROTECTED]> wrote: > > Hi, > > I have this directory structure: > > Root > Apps > App1 > Nbproject > Src > > The build.xml files just import the files in the inner directories. The > buil