Hi All,

Need input for creating multiple target in ANT build.
I am having jar file with below methods.
StartPort- this method find a port and start a recorder method on this port.
StopPort- this method ll stop recorder on the same port. 

I want to build a ANT build.xml, which should first call StartPort method, then 
use another target which ll start recorder(this is not from jar file),third 
target should be to StopPort, which will call StopPort method using same port 
as in StartPort.

How can I achieve this?

Appreciate any inputs

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ed13c035-fb52-4f80-a68d-db8e34771d55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to