Re: import file inside target

2007-09-19 Thread David Weintraub
You sort of have the task backwards... Think of it as a master build.xml file that contains the basic methods such as how something is compiled and deployed. Then each sub-project would import these master methods. For example, the build.xml master might say when something is deployed, it is com

AW: AW: import file inside target

2007-09-19 Thread Jan.Materne
achricht- >Von: Mitja B. [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 19. September 2007 10:05 >An: Ant Users List >Betreff: Re: AW: import file inside target > >Hi, > >thx boath > >Maybe i did not write ok what i want. Inside name="compile" ../> i >

Re: AW: import file inside target

2007-09-19 Thread Mitja B.
Hi, i use task for now and works nice Thx -- L.P. Mitja B. - Original Message From: Ant Users List To: user@ant.apache.org Subject: AW: import file inside target Date: 19/09/07 09:07 > <project name="main"> > <import file="build_Model

Re: AW: import file inside target

2007-09-19 Thread Mitja B.
: user@ant.apache.org Subject: AW: import file inside target Date: 19/09/07 09:07 > <project name="main"> > <import file="build_ModelIRC200.xml"/> > <import file="build_Model.xml"/> > <import file="build_View.xml"/> &

AW: import file inside target

2007-09-19 Thread Jan.Materne
... ... ... Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 19. September 2007 08:41 >An: Ant Users List; Mitja B. >Betreff: RE: import file inside target > > >Hi, > >--

RE: import file inside target

2007-09-18 Thread Rebhan, Gilbert
Hi, -Original Message- From: Mitja B. [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 7:50 AM To: user@ant.apache.org Subject: import file inside target /* g i get error that import is only allowed as a top-level task. I need to call this files inside compile

import file inside target

2007-09-18 Thread Mitja B.
hi, g i get error that import is only allowed as a top-level task. I need to call this files inside compile target. How can i make this? thx Message sent using UebiMiau 2.7.10