You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ben Pillet <be...@yahoo.com> on 2004/07/24 00:44:49 UTC

test:ui and the maven.junit.dir property

Is there any reason why test:ui ignores the
maven.junit.dir property?  test:test includes

        <j:if
test="${!context.getVariable('maven.junit.fork').toString().trim().equalsIgnoreCase('no')}">
          <setProperty name="dir"
value="${maven.junit.dir}" />
        </j:if>


but test:ui does not.  I added that block to test:ui
and it fixed a problem I was having with relative
paths in a jetty.xml file.

Ben


	
		
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org