Pavel Tankov wrote:
> Hello,
>
> I've noticed that at several places in the main
build.xml file the comment
>
> <!--internal-target- -->
>
> is used to denote that a target is meant for internal
call by other targets only (or for
> dependance).
>
> Maybe we can make the names of those tasks start with a
dash ("-") to ensure that they will remain
> internal and won't be called from the command line?
>
Unless the behaviour of ant has changed recently, I think
there was a
good reason for NOT giving targets names that start with a
minus sign.
I can't remember the reason any more, but I think it will
still be on
the sip-comm dev archive. We definitely discussed the issue
and tested
what ant did before choosing the current rather strange
approach.
Perhaps these targets still get listed with
"-projecthelp" - if you feel
strongly enough, you could make a test with the latest ant
version.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
For additional commands, e-mail: dev-help sip-communicator.dev.java.net
|