following the website instruction:
$ git clone git://github.com/cbeust/testng.git
$ cd testng
$ ant
results in
Buildfile: /home/tomek/temp/testng/build.xml
retrieve-dependencies:
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: url =
jar:file:/home/tomek/bin/ant/lib/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
prepare:
validate:
copy-resources:
compile:
[echo] -- Compiling sources --
[echo] Src:/home/tomek/temp/testng/src/main/java
[javac] /home/tomek/temp/testng/build.xml:107: warning:
'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 288 source files to /home/tomek/temp/testng/target/classes
[javac] /home/tomek/temp/testng/src/main/java/org/testng/TestNG.java:3:
package com.beust.jcommander does not exist
[javac] import com.beust.jcommander.JCommander;
etc.
what should I do?
--
Regards / Pozdrawiam
Tomek Kaczanowski
--
You received this message because you are subscribed to the Google Groups "testng-dev" group.
To post to this group, send email to testn...@googlegroups.com.
To unsubscribe from this group, send email to testng-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-dev?hl=en.