Code Search for Developers
 
 
  

project.xml from Jameleon at Krugle


Show project.xml syntax highlighted

<?xml version="1.0"?>
<!--
    Jameleon HtmlUnit plug-in - A plug-in that uses HtmlUnit to drive web sites
    Copyright (C) 2006 Christian W. Hargraves (engrean@hotmail.com)
    
    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.
    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
    Lesser General Public License for more details.
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-->
<project>
  <pomVersion>3</pomVersion>
  <name>Jameleon - HtmlUnit Plug-in</name>
  <id>htmlunit-plugin</id>
  <inceptionYear>2006</inceptionYear>
  <package>net.sf.jameleon.plugin.htmlunit</package>
  <organization>
    <logo>/images/jameleon-logo.jpg</logo>
    <url>http://jameleon.sourceforge.net</url>
  </organization>
  <shortDescription>HtmlUnit Plug-in for Jameleon</shortDescription>

  <description/>

  <currentVersion>${version}</currentVersion>
  <url>http://jameleon.sourceforge.net/htmlunit-plugin</url>
  <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=84246&amp;atid=572239&amp;func=browse</issueTrackingUrl>
  <siteAddress/>
  <siteDirectory/>
  <distributionDirectory/>

  <repository>
    <connection>
      scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jameleon:htmlunit-plugin
    </connection>
    <url>
      http://cvs.sourceforge.net/viewcvs.py/jameleon/htmlunit-plugin/
    </url>
  </repository>

  <reports>
    <report>maven-changes-plugin</report>
    <report>maven-license-plugin</report>
    <report>maven-javadoc-plugin</report>
    <report>maven-jxr-plugin</report>
    <report>maven-faq-plugin</report>
  </reports>

  <mailingLists>
    <mailingList>
      <name>Jameleon Users List</name>
      <subscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-users</subscribe>
      <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-users</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=34319</archive>
    </mailingList>
    <mailingList>
      <name>Jameleon Developers List</name>
      <subscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-developers</subscribe>
      <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/jameleon-developers</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=34553</archive>
    </mailingList>
    <mailingList>
      <name>Jameleon CVS Commits List</name>
      <subscribe>http://lists.sourceforge.net/lists/listinfo/jameleon-cvscommits</subscribe>
      <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jameleon-cvscommits</unsubscribe>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=35231</archive>
    </mailingList>
  </mailingLists>

  <developers>
    <developer>
      <name>Christian Hargraves</name>
      <id>engrean</id>
      <email>engrean@hotmail.com</email>
    </developer>
  </developers>

  <contributors>

  </contributors>

  <dependencies>
    <!-- these dependencies are overwritten in the project.properties file to be taken from the lib dir -->
       <dependency>
         <groupId>htmlunit</groupId>
         <version>1.10</version>
         <artifactId>htmlunit</artifactId>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
         <version>3.0.1</version>
         <artifactId>commons-httpclient</artifactId>
       </dependency>

    <!-- dependencies for the jameleon-core -->

       <dependency>
         <groupId>jaxen</groupId>
         <artifactId>jaxen</artifactId>
         <version>1.1-beta-11</version>
       </dependency>
       <dependency>
         <groupId>jameleon-core</groupId>
         <artifactId>jameleon-core</artifactId>
       </dependency>
       <dependency>
           <groupId>commons-jelly</groupId>
           <artifactId>commons-jelly</artifactId>
           <version>1.0</version>
       </dependency>
       <dependency>
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
           <version>3.8.2</version>
       </dependency>
  </dependencies>


  <build>
    <sourceDirectory>src/java</sourceDirectory>
  </build>

</project>




See more files for this project here

Jameleon

Jameleon is a data-driven automated testing tool that is easily extensible via plug-ins. Features of applications are automated in Java and tied together independently in XML, creating self-documenting automated test cases.

Project homepage: http://sourceforge.net/projects/jameleon
Programming language(s): Java,XML
License: other

  data/
    set-input-field.csv
  lib/
    commons-codec-1.3.jar
    commons-httpclient-3.0.1.jar
    commons-io-1.3.jar
    commons-lang-2.2.jar
    htmlunit-1.11.jar
    js-1.6R5.jar
    nekohtml-0.9.5.jar
    saxpath-1.0-FCS.jar
  src/
    java/
      net/
        sf/
          jameleon/
            plugin/
              htmlunit/
                tags/
                  AbstractHtmlUnitCheckFieldTag.java
                  AbstractHtmlUnitSetFormFieldTag.java
                  AbstractHtmlUnitSetInputFieldTag.java
                  HtmlUnitClickTag.java
                  HtmlUnitNavigateTag.java
                  HtmlUnitRecordAlertsTag.java
                  HtmlUnitSetCheckBoxTag.java
                  HtmlUnitSetFileFieldTag.java
                  HtmlUnitSetHiddenFieldTag.java
                  HtmlUnitSetPasswordFieldTag.java
                  HtmlUnitSetRadioButtonTag.java
                  HtmlUnitSetSelectFieldTag.java
                  HtmlUnitSetTextAreaTag.java
                  HtmlUnitSetTextFieldTag.java
                  HtmlUnitValidateTag.java
                util/
                  HtmlUnitDelegate.java
                  HtmlUnitHelper.java
                  TrustEverythingSSLProtocolSocketFactory.java
                HtmlUnitFunctionTag.java
                HtmlUnitSessionTag.java
  tst/
    html/
      actions.html
      basic.html
      forms.html
      onLoad.html
      sessionTag.html
      tables.html
    java/
      net/
        sf/
          jameleon/
            plugin/
              htmlunit/
                acceptance/
                  FormTestTag.java
                util/
                  HtmlUnitHelperTest.java
                  MockHtmlUnitHelper.java
                HtmlUnitFunctionTagTest.java
                HtmlUnitSessionTagTest.java
                MockHtmlUnitFunctionTag.java
                MockHtmlUnitSessionTag.java
            MockTestCaseTag.java
    lib/
    res/
      jameleon.conf
    xml/
      acceptance/
        fineGrainedTests.xml
        htmlunit-click-success.xml
        htmlunit-custom-tag-test.xml
        htmlunit-navigate-success.xml
        htmlunit-record-alerts.xml
        htmlunit-set-checkbox-success.xml
        htmlunit-set-file-field-success.xml
        htmlunit-set-hidden-field-success.xml
        htmlunit-set-password-field-success.xml
        htmlunit-set-radio-button-success.xml
        htmlunit-set-select-field-success.xml
        htmlunit-set-text-area-success.xml
        htmlunit-set-text-field-success.xml
        htmlunit-test-on-load.xml
        htmlunit-validate-textPresent-success.xml
        htmlunit-validate-title-success.xml
        htmlunit-validate-xpath-success.xml
        sampleTest.xml
      framework/
        htmlunit-click-fail01.xml
        htmlunit-click-fail02.xml
        htmlunit-navigate-bad-path.xml
        htmlunit-navigate-bad-url.xml
        htmlunit-set-file-field-non-existent.xml
        htmlunit-set-file-field-non-file-field.xml
        htmlunit-validate-textPresent-fail.xml
        htmlunit-validate-title-fail.xml
        htmlunit-validate-xpath-fail.xml
  xdocs/
    forms/
    getting-started/
    images/
    changes.xml
    faq.xml
    globalSettings.xml
    htmlunit-plugin-header.txt
    index.xml
    install.xml
    issue-tracking.xml
    navigation.xml
    samples.xml
  LICENSE.txt
  build.bat
  build.properties
  build.sh
  build.xml
  htmlunit-plugin.iml
  jameleon.bat
  project.properties
  project.xml