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

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 target