Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
/ overthere-ant Public archive

Ant tasks for xebialabs/overthere. Allows execution and file copy in cross-platform fashion from ant script.

License

Notifications You must be signed in to change notification settings

wizecore/overthere-ant

Repository files navigation

overthere-ant

Ant tasks for xebialabs/overthere.

Declaring task

In build.xml specify:

<taskdef name="overexec" classpathref="taskclasspath" classname="com.wizecore.overthere.ant.OverthereExecute" />

Add to ''taskclasspath'' overthere-ant.jar and all otherthere dependencies (Look in release).

Example usage

You can copy a file and execute it, or simply copy file. Example 1 - copy and execute script.

<overexec host="testwinvm" username="Administrator" password="123" os="WINDOWS" file="install.bat"> <cmd>install.bat </overexec>

About

Ant tasks for xebialabs/overthere. Allows execution and file copy in cross-platform fashion from ant script.

Ant task

Resources

License

Stars

Watchers

Forks

Packages

No packages published