RE: Ant introspection and property resolution

2004-06-01 Thread Ashwin S.
-projecthelp Could only make nonsense if you have only some targets with description attributes. But I think I had read something about that on dev or users list ... But it might give some technical information? But I agree with you. > b) > > cmdline> ant -dependencies [build.xml] > >

RE: Ant introspection and property resolution

2004-06-01 Thread Peter Bulford
June 01, 2004 1:39 AM To: [EMAIL PROTECTED] Subject: Ant introspection and property resolution Is there a way of actually introspecting a build file via ant. The introspection should help expose details such as a) all targets in an build file b) dependency trees for targets and many other such

RE: Ant introspection and property resolution

2004-06-01 Thread Jose Alberto Fernandez
[EMAIL PROTECTED] > Sent: 01 June 2004 06:39 > To: [EMAIL PROTECTED] > Subject: Ant introspection and property resolution > > > Is there a way of actually introspecting a build file via > ant. The introspection should help expose details such as > a) all targets in an build

RE: Ant introspection and property resolution

2004-06-01 Thread Jan . Materne
> Is there a way of actually introspecting a build file via > ant. The introspection should help expose details such as > a) all targets in an build file > b) dependency trees for targets > > and many other such details that might be useful to seasoned > ant-users. > > I am envisaging its use a

Ant introspection and property resolution

2004-06-01 Thread Ashwin S.
Is there a way of actually introspecting a build file via ant. The introspection should help expose details such as a) all targets in an build file b) dependency trees for targets and many other such details that might be useful to seasoned ant-users. I am envisaging its use as follows: a) cmd