In our project setup we use a common build file for many different 
projects, and then
for each project we specialise this build file by sometinhg like:

<!DOCTYPE project [
 <!ENTITY common SYSTEM "file:../commonbuild.xml">
]>

<project name="someName" default="main" basedir=".">
  <property name="name" value="someName"/>
   <!-- More property entities -->
 
   &common
</project>

Is there any way for Ariadna to show the targets in commonbuild.xml ?


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to