I added a new target's attribute(named "type") so you
cant specify the visibility.

In this case the target is "private" and you canīt run
it directly but you can call it from another target:

        <target name="telnetVIP" type="private">
                ...
        </target>

C:\JDevWorkSpaces\ComunicacionBeta4\ant>ant telnetVIP
Buildfile: build.xml

BUILD FAILED
Private target(telnetVIP).

Total time: 0 seconds

I'm adding new types like "public", "protected", ...
Do you find this useful?

Zurdo



        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to