[jbosstools-dev] Tycho build/ JUnit tests

Denis Golovin dgolovin at exadel.com
Tue Oct 12 14:31:49 EDT 2010


Verified,

fixed couple errors in build/parent/pom.xml not related to this problem.
fixed systemProperties environment variable for seam.ui.test.

you need to do:
1. update build component from trunk
2. install build/parent/pom.xml like

mvn install -f build/parent/pom.xml 
-Dmaven.repo.local=/path/to/your/local/repo/here

3. Run the tests and check that, when maven starts seam.ui.test plug-in 
using /bin/sh, the command line has -Dusage_reporting_enabled=false.

it is added to the command line by default for all tests unless you have 
configured <argLine/> in seam.ui.test plugin pom.xml, which would 
override default <argLine> from build/parent/pom.xml

Denis

On 10/12/2010 10:15 AM, vrubezhny at exadel.com wrote:
> Den,
>
> When I try to run JUnit Tests against org.jboss,tools.seam.ui.test plug-in
> the Dialog "JBoss Tools Usage" appears and blocks the tests execution.
> This dialog appearance is to be disabled when running the tests.
>
> Is there a way to disable the Dialog when running the tests?
>
> Thanks in advance,
> Victor Rubezhny
>
> PS: as if it's important:
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.32-24-generic" arch: "amd64" Family: "unix"
>
>    



More information about the jbosstools-dev mailing list