Hi Marc,

would you please add these documentation-lines to the building.xml

snip:
------------
<b>To create an eclilpse project that uses jdk 1.4, just use:</b>
<code>
    cd &lt;WEBTEST_HOME&gt;
    <n/>
    mvn -DjdkName=1.4 eclipse:eclipse
</code>
<b>Note that working with the generated project-files in eclipse requires to define a new classpath variable
named: M2_REPO you have to define under preferences -&gt; java -&gt; build path.
</b>
--------------

thanks;-)

Michael

Marc Guillemot wrote:
Hi Michael,

it's defined in the POM by

        <dependency>
            <groupId>com.agical.rmock</groupId>
            <artifactId>rmock</artifactId>
            <version>2.0.0-rc-6</version>
            <scope>test</scope>
        </dependency>

using mvn eclipse:eclipse should set (most of) the classpath for you.
[...]

--
Mit freundlichen Grüßen
------------------------------------------------------------------------
Michael Habbert

Senior Developer
Netpioneer GmbH, Beiertheimer Allee 18, D-76137 Karlsruhe
Geschäftsführer: Axel Jahn
HRB: 107521 Handelsregister Mannheim

Tel: 0721 / 920 60 21
Fax: 0721 / 920 60 30
E-Mail: [EMAIL PROTECTED]
www: http://www.netpioneer.de
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to