Update of /cvsroot/jwebunit/jWebUnit/fitplugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27741/fitplugin

Added Files:
        maven.xml 
Log Message:
Added executable class that runs the sample site. Added maven task to run that 
class. Replaced the old bat file so that the classpath can be managed by maven.

--- NEW FILE: maven.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:j="jelly:core"
         xmlns:ant="jelly:ant">

        <!-- run the sample site with jetty -->
        <goal name="runsite">
                <attainGoal name="test:compile"/>
                <ant:java fork="false"
                classname="net.sourceforge.jwebunit.fit.RunSite">
                <ant:classpath>
                <ant:path refid="maven.dependency.classpath"/>
                <ant:pathelement path="${maven.build.dest}"/>
                <ant:pathelement path="${maven.test.dest}"/>
            </ant:classpath>
        </ant:java>
    </goal>
         
</project>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to