File: README.txt

package info (click to toggle)
maven-ant-tasks 2.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 944 kB
  • ctags: 443
  • sloc: java: 3,135; xml: 1,560; sh: 11; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Maven Ant Tasks
$Id: README.txt 885617 2009-11-30 23:26:45Z pgier $

Building the Ant Tasks
----------------------
The Maven Ant Tasks can be build with Maven 2.x (2.2.1 is recommended).  From the root directory run
"mvn install"

The resulting output will be generated to the "target" directory.

Running the tests
-----------------
The test suite is contained in the file "build-tests.xml".  This can be run using Ant 1.6.x or 1.7.x.
"ant -f build-tests.xml"

Note: some of the tests require a running ssh server.  How you start sshd will depend on your system.  
      For example on Fedora Linux, you can start the ssh deamon using "service sshd start"