You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/14 09:36:21 UTC

[jira] Created: (MAVEN-1465) Incorrect transformation of xdoc xml file to HTML file

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1465

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1465
    Summary: Incorrect transformation of xdoc xml file to HTML file
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0

   Assignee: 
   Reporter: Atluri Satish

    Created: Thu, 14 Oct 2004 3:36 AM
    Updated: Thu, 14 Oct 2004 3:36 AM
Environment: Windows XP, 1GB RAM,2 GHZ Processor, JDK 1.3.1 (IBM)

Description:
I am encountering a strange behavior, Maven 1.0 some times doesn't
transform xdoc xml file to HTML. it just renames xdoc.xml to .Html
extension with all xdoc tags.

The subject document is a well formed XML, This behavior is isolated to only a document and when used with dist:build goal. However the HTML is rendered is corrected for "xdoc" goal

--- Xdoc xml file ------------------

<?xml version="1.0"?>
<document>

	<properties>
		<author email="atlurisatish@gmail.com">Atluri Satish</author>
		<title>Tool Reference</title>
	</properties>

	<meta name="keyword" content="somebay java UnitTest Testing" />

	<body>

		<section name="Overview">
			
		
			<p>This document provides basic reference to the tools usage</p>
			
				<subsection>
			
				<p>ESTestHarness comprises of the following command line productivity tools to create test cases and test data</p>
				<table>
					<tr>
						<td>Tool Name</td>
						<td>Description</td>
					</tr>
					<tr>
						<td>MavenDependencyCreator</td>
						<td>This tool generates Maven Dependency tags for jars/zips in a specified folder</td>
					</tr>
					<tr>
						<td>ESResultsetXMLGenerator</td>
						<td>This tool generates XML template for ESResultset using Command Object invocation</td>
					</tr>
					<tr>
						<td>ESObjectXMLGenerator</td>
						<td>This tool generates XML template for ES Resultset or any other Java Object</td>
					</tr>
					<tr>
						<td>Castor CodeGenerator</td>
						<td>This tool generates Castor objects for a given XML Schema file</td>
					</tr>
					<tr>
						<td>XML DTD Generator for Database Schema</td>
						<td>This tool generates XML DTD for all the tables in a database schema</td>
					</tr>
					<tr>
						<td>XML Data Generator for Database Schema</td>
						<td>This tool generates XML Dataset files from given SQL Statement or Schema</td>
					</tr>
					 <tr>
						<td>JUNIT code generator</td>
						<td>This tool generates JUNIT code from a XML file</td>
					</tr>
				</table>
				
			</subsection>	
			
			
				<subsection name="Maven Dependency Tag Creator">
				 <p>This tool is creates XML Maven Dependency Tags for list of jars supplied. This tool can be used
				    to create depedencies tags for existing projects and this generated XML dependency tags are specified in
				    in maven project.xml file 
				   </p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.MavenDependencyCreator
usage: MavenDependencyCreator [-m] -v <arg> -g <arg> -f <arg> [-p <arg>] [-o <arg>]
     -p <arg>  Pattern example- "J2*.jar,Xyz.zip"
     -f <arg>  FolderPath
     -g <arg>  Group ID
     -m        Use Maven Naming Convensions
     -o <arg>  Output File
     -v <arg>  Version]]>
				</source>
				</subsection>
				
				<subsection name="ES Resultset XML Template Generator">
				<p> This tool generates XML Template for ESResultset obtained after executing a Command Object</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
					<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESResultsetXMLGenerator
usage: ESResultsetXMLGenerator [-m <arg>] -x <arg> -o <arg> -c <arg>
     -m <arg>  Target Map Properties- Format:
               key1:value1,key2:value2,keyn:valuen
     -c <arg>  Target Command Object
     -o <arg>  Output File
     -x <arg>  Target Context Name
]]>
				
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESResultsetXMLGenerator
usage: ESResultsetXMLGenerator -o <arg> -c <arg>
    -c <arg>  Target ClassName
    -o <arg>  Output File]]>			
				
				</source>
				</subsection>
				
				<subsection name="ES Object XML Template Generator">
				<p> This tool generates XML Template for ESResultset or any other Java Object</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESObjectXMLGenerator
usage: ESResultsetXMLGenerator -o <arg> -c <arg>
    -c <arg>  Target ClassName
    -o <arg>  Output File]]>			
				
				</source>
				</subsection>
				
				
				<subsection name="Castor CodeGenerator">
				<p> This tool generates Castor Objects for supplied XML Schema file.</p>
				<p>user profile:Developer</p>
				<p><i>usage</i> - For Generating Castor Classes for TestScenario.xsd file</p>	
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.CodeGenerator
usage: -i  .\resources\TestScenarios.xsd -dest .\src -package com.somebay.hhhh.es.testharness.xmlhandlers.testscenario]]>	
				</source>
				<p><i>usage</i> - For Generating Castor Classes for DataSources.xsd file</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.CodeGenerator
usage: -i  .\resources\DataSources.xsd -dest .\src -package com.somebay.hhhh.es.testharness.xmlhandlers.datasources]]>		
				</source>
				</subsection>
			
				<subsection name="DBXMLDTDGenerator">
				<p> This tool generates XML DTD for supplied database schema</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i> - For Generating DTD for given Database Schema</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDTDGenerator
usage: DBXMLDTDGenerator -o <arg> [-d <arg>]
     -d <arg>  DataSource ID - DS ID refer to default DataSource Id in DataSources.xml file
     -o <arg>  Output File]]>		
				</source>
				</subsection>
				
	 		 <subsection name="DBXMLDataGenerator">
				<p> This tool generates XML Dataset files from given SQL Statement or Schema</p>
				<p>user profile:Developer/User</p>
				
				<p><i>usage</i> - For Generating XML Dataset files</p>
				
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m <arg> [-u <arg>] [-t <arg>] [-s <arg>] -o <arg> [-d <arg>]
     -d <arg>  DataSource ID
     -m <arg>  Mode (full | partial)
     -o <arg>  Output File
     -s <arg>  SQL statement
     -t <arg>  Table Name
     -u <arg>  Schema Name]]>
				</source>
				<p>Example - For Generating XML Dataset files for a schema</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m full -u xyzschema -o .\testrepository\fulldata.xml]]>
				</source>
				
				<p>Example - For Generating XML Dataset files for a SQL Statement</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m partial -s select * from bank -o .\testrepository\bankdata.xml]]>
				</source>
				</subsection>
				<subsection name="JUNIT Code Generator">
				<p> This tool generates JUNIT code from a XML file following TestScenarios.dtd or TestScenarios.xsd definition</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESObjectXMLGenerator
usage: ESResultsetXMLGenerator [-m <arg>] -x <arg> -o <arg> -c <arg>
     -m <arg>  Target Map Properties- Format:
               key1:value1,key2:value2,keyn:valuen
     -c <arg>  Target Command Object
     -o <arg>  Output File
     -x <arg>  Target Context Name]]>			
				</source>
				</subsection>
		</section>
	</body>
</document>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MAVEN-1465) Incorrect transformation of xdoc xml file to HTML file

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Sat, 23 Oct 2004 10:30 PM

need a complete test case project for this. I followed the steps, and got it correctly as xdoc.html in target/docs and target/app-1.0/bin/docs
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1465

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1465
    Summary: Incorrect transformation of xdoc xml file to HTML file
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: CANNOT REPRODUCE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: 
   Reporter: Atluri Satish

    Created: Thu, 14 Oct 2004 3:36 AM
    Updated: Sat, 23 Oct 2004 10:30 PM
Environment: Windows XP, 1GB RAM,2 GHZ Processor, JDK 1.3.1 (IBM)

Description:
I am encountering a strange behavior, Maven 1.0 some times doesn't
transform xdoc xml file to HTML. it just renames xdoc.xml to .Html
extension with all xdoc tags.

The subject document is a well formed XML, This behavior is isolated to only a document and when used with dist:build goal. However the HTML is rendered is corrected for "xdoc" goal

--- Xdoc xml file ------------------

<?xml version="1.0"?>
<document>

	<properties>
		<author email="atlurisatish@gmail.com">Atluri Satish</author>
		<title>Tool Reference</title>
	</properties>

	<meta name="keyword" content="somebay java UnitTest Testing" />

	<body>

		<section name="Overview">
			
		
			<p>This document provides basic reference to the tools usage</p>
			
				<subsection>
			
				<p>ESTestHarness comprises of the following command line productivity tools to create test cases and test data</p>
				<table>
					<tr>
						<td>Tool Name</td>
						<td>Description</td>
					</tr>
					<tr>
						<td>MavenDependencyCreator</td>
						<td>This tool generates Maven Dependency tags for jars/zips in a specified folder</td>
					</tr>
					<tr>
						<td>ESResultsetXMLGenerator</td>
						<td>This tool generates XML template for ESResultset using Command Object invocation</td>
					</tr>
					<tr>
						<td>ESObjectXMLGenerator</td>
						<td>This tool generates XML template for ES Resultset or any other Java Object</td>
					</tr>
					<tr>
						<td>Castor CodeGenerator</td>
						<td>This tool generates Castor objects for a given XML Schema file</td>
					</tr>
					<tr>
						<td>XML DTD Generator for Database Schema</td>
						<td>This tool generates XML DTD for all the tables in a database schema</td>
					</tr>
					<tr>
						<td>XML Data Generator for Database Schema</td>
						<td>This tool generates XML Dataset files from given SQL Statement or Schema</td>
					</tr>
					 <tr>
						<td>JUNIT code generator</td>
						<td>This tool generates JUNIT code from a XML file</td>
					</tr>
				</table>
				
			</subsection>	
			
			
				<subsection name="Maven Dependency Tag Creator">
				 <p>This tool is creates XML Maven Dependency Tags for list of jars supplied. This tool can be used
				    to create depedencies tags for existing projects and this generated XML dependency tags are specified in
				    in maven project.xml file 
				   </p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.MavenDependencyCreator
usage: MavenDependencyCreator [-m] -v <arg> -g <arg> -f <arg> [-p <arg>] [-o <arg>]
     -p <arg>  Pattern example- "J2*.jar,Xyz.zip"
     -f <arg>  FolderPath
     -g <arg>  Group ID
     -m        Use Maven Naming Convensions
     -o <arg>  Output File
     -v <arg>  Version]]>
				</source>
				</subsection>
				
				<subsection name="ES Resultset XML Template Generator">
				<p> This tool generates XML Template for ESResultset obtained after executing a Command Object</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
					<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESResultsetXMLGenerator
usage: ESResultsetXMLGenerator [-m <arg>] -x <arg> -o <arg> -c <arg>
     -m <arg>  Target Map Properties- Format:
               key1:value1,key2:value2,keyn:valuen
     -c <arg>  Target Command Object
     -o <arg>  Output File
     -x <arg>  Target Context Name
]]>
				
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESResultsetXMLGenerator
usage: ESResultsetXMLGenerator -o <arg> -c <arg>
    -c <arg>  Target ClassName
    -o <arg>  Output File]]>			
				
				</source>
				</subsection>
				
				<subsection name="ES Object XML Template Generator">
				<p> This tool generates XML Template for ESResultset or any other Java Object</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESObjectXMLGenerator
usage: ESResultsetXMLGenerator -o <arg> -c <arg>
    -c <arg>  Target ClassName
    -o <arg>  Output File]]>			
				
				</source>
				</subsection>
				
				
				<subsection name="Castor CodeGenerator">
				<p> This tool generates Castor Objects for supplied XML Schema file.</p>
				<p>user profile:Developer</p>
				<p><i>usage</i> - For Generating Castor Classes for TestScenario.xsd file</p>	
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.CodeGenerator
usage: -i  .\resources\TestScenarios.xsd -dest .\src -package com.somebay.hhhh.es.testharness.xmlhandlers.testscenario]]>	
				</source>
				<p><i>usage</i> - For Generating Castor Classes for DataSources.xsd file</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.CodeGenerator
usage: -i  .\resources\DataSources.xsd -dest .\src -package com.somebay.hhhh.es.testharness.xmlhandlers.datasources]]>		
				</source>
				</subsection>
			
				<subsection name="DBXMLDTDGenerator">
				<p> This tool generates XML DTD for supplied database schema</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i> - For Generating DTD for given Database Schema</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDTDGenerator
usage: DBXMLDTDGenerator -o <arg> [-d <arg>]
     -d <arg>  DataSource ID - DS ID refer to default DataSource Id in DataSources.xml file
     -o <arg>  Output File]]>		
				</source>
				</subsection>
				
	 		 <subsection name="DBXMLDataGenerator">
				<p> This tool generates XML Dataset files from given SQL Statement or Schema</p>
				<p>user profile:Developer/User</p>
				
				<p><i>usage</i> - For Generating XML Dataset files</p>
				
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m <arg> [-u <arg>] [-t <arg>] [-s <arg>] -o <arg> [-d <arg>]
     -d <arg>  DataSource ID
     -m <arg>  Mode (full | partial)
     -o <arg>  Output File
     -s <arg>  SQL statement
     -t <arg>  Table Name
     -u <arg>  Schema Name]]>
				</source>
				<p>Example - For Generating XML Dataset files for a schema</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m full -u xyzschema -o .\testrepository\fulldata.xml]]>
				</source>
				
				<p>Example - For Generating XML Dataset files for a SQL Statement</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m partial -s select * from bank -o .\testrepository\bankdata.xml]]>
				</source>
				</subsection>
				<subsection name="JUNIT Code Generator">
				<p> This tool generates JUNIT code from a XML file following TestScenarios.dtd or TestScenarios.xsd definition</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESObjectXMLGenerator
usage: ESResultsetXMLGenerator [-m <arg>] -x <arg> -o <arg> -c <arg>
     -m <arg>  Target Map Properties- Format:
               key1:value1,key2:value2,keyn:valuen
     -c <arg>  Target Command Object
     -o <arg>  Output File
     -x <arg>  Target Context Name]]>			
				</source>
				</subsection>
		</section>
	</body>
</document>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MAVEN-1465) Incorrect transformation of xdoc xml file to HTML file

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Brett Porter (mailto:brett@codehaus.org)
       Date: Thu, 14 Oct 2004 5:48 AM
    Changes:
             Fix Version changed to 1.0.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1465?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1465

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1465
    Summary: Incorrect transformation of xdoc xml file to HTML file
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.0.1
   Versions:
             1.0

   Assignee: 
   Reporter: Atluri Satish

    Created: Thu, 14 Oct 2004 3:36 AM
    Updated: Thu, 14 Oct 2004 5:48 AM
Environment: Windows XP, 1GB RAM,2 GHZ Processor, JDK 1.3.1 (IBM)

Description:
I am encountering a strange behavior, Maven 1.0 some times doesn't
transform xdoc xml file to HTML. it just renames xdoc.xml to .Html
extension with all xdoc tags.

The subject document is a well formed XML, This behavior is isolated to only a document and when used with dist:build goal. However the HTML is rendered is corrected for "xdoc" goal

--- Xdoc xml file ------------------

<?xml version="1.0"?>
<document>

	<properties>
		<author email="atlurisatish@gmail.com">Atluri Satish</author>
		<title>Tool Reference</title>
	</properties>

	<meta name="keyword" content="somebay java UnitTest Testing" />

	<body>

		<section name="Overview">
			
		
			<p>This document provides basic reference to the tools usage</p>
			
				<subsection>
			
				<p>ESTestHarness comprises of the following command line productivity tools to create test cases and test data</p>
				<table>
					<tr>
						<td>Tool Name</td>
						<td>Description</td>
					</tr>
					<tr>
						<td>MavenDependencyCreator</td>
						<td>This tool generates Maven Dependency tags for jars/zips in a specified folder</td>
					</tr>
					<tr>
						<td>ESResultsetXMLGenerator</td>
						<td>This tool generates XML template for ESResultset using Command Object invocation</td>
					</tr>
					<tr>
						<td>ESObjectXMLGenerator</td>
						<td>This tool generates XML template for ES Resultset or any other Java Object</td>
					</tr>
					<tr>
						<td>Castor CodeGenerator</td>
						<td>This tool generates Castor objects for a given XML Schema file</td>
					</tr>
					<tr>
						<td>XML DTD Generator for Database Schema</td>
						<td>This tool generates XML DTD for all the tables in a database schema</td>
					</tr>
					<tr>
						<td>XML Data Generator for Database Schema</td>
						<td>This tool generates XML Dataset files from given SQL Statement or Schema</td>
					</tr>
					 <tr>
						<td>JUNIT code generator</td>
						<td>This tool generates JUNIT code from a XML file</td>
					</tr>
				</table>
				
			</subsection>	
			
			
				<subsection name="Maven Dependency Tag Creator">
				 <p>This tool is creates XML Maven Dependency Tags for list of jars supplied. This tool can be used
				    to create depedencies tags for existing projects and this generated XML dependency tags are specified in
				    in maven project.xml file 
				   </p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.MavenDependencyCreator
usage: MavenDependencyCreator [-m] -v <arg> -g <arg> -f <arg> [-p <arg>] [-o <arg>]
     -p <arg>  Pattern example- "J2*.jar,Xyz.zip"
     -f <arg>  FolderPath
     -g <arg>  Group ID
     -m        Use Maven Naming Convensions
     -o <arg>  Output File
     -v <arg>  Version]]>
				</source>
				</subsection>
				
				<subsection name="ES Resultset XML Template Generator">
				<p> This tool generates XML Template for ESResultset obtained after executing a Command Object</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
					<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESResultsetXMLGenerator
usage: ESResultsetXMLGenerator [-m <arg>] -x <arg> -o <arg> -c <arg>
     -m <arg>  Target Map Properties- Format:
               key1:value1,key2:value2,keyn:valuen
     -c <arg>  Target Command Object
     -o <arg>  Output File
     -x <arg>  Target Context Name
]]>
				
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESResultsetXMLGenerator
usage: ESResultsetXMLGenerator -o <arg> -c <arg>
    -c <arg>  Target ClassName
    -o <arg>  Output File]]>			
				
				</source>
				</subsection>
				
				<subsection name="ES Object XML Template Generator">
				<p> This tool generates XML Template for ESResultset or any other Java Object</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESObjectXMLGenerator
usage: ESResultsetXMLGenerator -o <arg> -c <arg>
    -c <arg>  Target ClassName
    -o <arg>  Output File]]>			
				
				</source>
				</subsection>
				
				
				<subsection name="Castor CodeGenerator">
				<p> This tool generates Castor Objects for supplied XML Schema file.</p>
				<p>user profile:Developer</p>
				<p><i>usage</i> - For Generating Castor Classes for TestScenario.xsd file</p>	
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.CodeGenerator
usage: -i  .\resources\TestScenarios.xsd -dest .\src -package com.somebay.hhhh.es.testharness.xmlhandlers.testscenario]]>	
				</source>
				<p><i>usage</i> - For Generating Castor Classes for DataSources.xsd file</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.CodeGenerator
usage: -i  .\resources\DataSources.xsd -dest .\src -package com.somebay.hhhh.es.testharness.xmlhandlers.datasources]]>		
				</source>
				</subsection>
			
				<subsection name="DBXMLDTDGenerator">
				<p> This tool generates XML DTD for supplied database schema</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i> - For Generating DTD for given Database Schema</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDTDGenerator
usage: DBXMLDTDGenerator -o <arg> [-d <arg>]
     -d <arg>  DataSource ID - DS ID refer to default DataSource Id in DataSources.xml file
     -o <arg>  Output File]]>		
				</source>
				</subsection>
				
	 		 <subsection name="DBXMLDataGenerator">
				<p> This tool generates XML Dataset files from given SQL Statement or Schema</p>
				<p>user profile:Developer/User</p>
				
				<p><i>usage</i> - For Generating XML Dataset files</p>
				
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m <arg> [-u <arg>] [-t <arg>] [-s <arg>] -o <arg> [-d <arg>]
     -d <arg>  DataSource ID
     -m <arg>  Mode (full | partial)
     -o <arg>  Output File
     -s <arg>  SQL statement
     -t <arg>  Table Name
     -u <arg>  Schema Name]]>
				</source>
				<p>Example - For Generating XML Dataset files for a schema</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m full -u xyzschema -o .\testrepository\fulldata.xml]]>
				</source>
				
				<p>Example - For Generating XML Dataset files for a SQL Statement</p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.DBXMLDataGenerator
usage: DBXMLDataGenerator -m partial -s select * from bank -o .\testrepository\bankdata.xml]]>
				</source>
				</subsection>
				<subsection name="JUNIT Code Generator">
				<p> This tool generates JUNIT code from a XML file following TestScenarios.dtd or TestScenarios.xsd definition</p>
				<p>user profile:Developer/User</p>
				<p><i>usage</i></p>
				<source>
	<![CDATA[
main class: com.somebay.hhhh.es.testharness.util.ESObjectXMLGenerator
usage: ESResultsetXMLGenerator [-m <arg>] -x <arg> -o <arg> -c <arg>
     -m <arg>  Target Map Properties- Format:
               key1:value1,key2:value2,keyn:valuen
     -c <arg>  Target Command Object
     -o <arg>  Output File
     -x <arg>  Target Context Name]]>			
				</source>
				</subsection>
		</section>
	</body>
</document>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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