Not able to run tests
Able to buid the prooject with Maven in flex Builder ... but not able to run the tests but i have test methods in my project ... needed help ..
------------------------------------------------------------------------------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - SampleProject:SampleProject:jar:0.0.1-SNAPSHOT 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ SampleProject ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory C:\Documents and Settings\mmkrishna\My Documents\Flex Builder 3\SampleProject\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ SampleProject ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ SampleProject ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory C:\Documents and Settings\mmkrishna\My Documents\Flex Builder 3\SampleProject\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ SampleProject ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ SampleProject ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.971s
[INFO] Finished at: Mon Mar 29 17:07:40 GMT+05:30 2010
[INFO] Final Memory: 2M/4M
[INFO] ------------------------------------------------------------------------
