Add test project with Howards issues.

The test is commented out, as it currently fails


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-24 08:35:33 +00:00
parent 5f2cc65dad
commit af961e1cde
6 changed files with 149 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
*.log
target

View File

@@ -0,0 +1,64 @@
<!-- $Id: links.xml,v 1.1 2003/09/24 08:35:33 dion Exp $ -->
<!ENTITY _module '<code>&lt;module&gt;</code>'>
<!ENTITY module '<a href="descriptor.html#module">&_module;</a>'>
<!ENTITY _service '<code>&lt;service&gt;</code>'>
<!ENTITY service '<a href="descriptor.html#service">&_service;</a>'>
<!ENTITY _extension-point '<code>&lt;extension-point&gt;</code>'>
<!ENTITY extension-point '<a href="descriptor.html#extension-point">&_extension-point;</a>'>
<!ENTITY _create-instance '<code>&lt;create-instance&gt;</code>'>
<!ENTITY create-instance '<a href="descriptor.html#create-instance">&_create-instance;</a>'>
<!ENTITY _invoke-factory '<code>&lt;invoke-factory&gt;</code>'>
<!ENTITY invoke-factory '<a href="descriptor.html#invoke-factory">&_invoke-factory;</a>'>
<!ENTITY _interceptor '<code>&lt;interceptor&gt;</code>'>
<!ENTITY interceptor '<a href="descriptor.html#interceptor">&_interceptor;</a>'>
<!ENTITY _description '<code>&lt;description&gt;</code>'>
<!ENTITY description '<a href="descriptor.html#description">&_description;</a>'>
<!ENTITY _extension '<code>&lt;extension&gt;</code>'>
<!ENTITY extension '<a href="descriptor.html#extension">&_extension;</a>'>
<!ENTITY _extend-service '<code>&lt;extend-service&gt;</code>'>
<!ENTITY extend-service '<a href="descriptor.html#extend-service">&_extend-service;</a>'>
<!ENTITY _schema '<code>&lt;schema&gt;</code>'>
<!ENTITY schema '<a href="descriptor.html#schema">&_schema;</a>'>
<!ENTITY _parameters-schema '<code>&lt;parameters-schema&gt;</code>'>
<!ENTITY parameters-schema '<a href="descriptor.html#schema">&_parameters-schema;</a>'>
<!ENTITY _element '<code>&lt;element&gt;</code>'>
<!ENTITY element '<a href="descriptor.html#element">&_element;</a>'>
<!ENTITY _attribute '<code>&lt;attribute&gt;</code>'>
<!ENTITY attribute '<a href="descriptor.html#attribute">&_attribute;</a>'>
<!ENTITY _rules '<code>&lt;rules&gt;</code>'>
<!ENTITY rules '<a href="descriptor.html#rules">&_rules;</a>'>
<!-- XML entities for the XML processing rules (documented seperately from the rest). -->
<!ENTITY _create-object '<code>&lt;create-object&gt;</code>'>
<!ENTITY create-object '<a href="rules.html#create-object">&_create-object;</a>'>
<!ENTITY _invoke-parent '<code>&lt;invoke-parent&gt;</code>'>
<!ENTITY invoke-parent '<a href="rules.html#invoke-parent">&_invoke-parent;</a>'>
<!ENTITY _read-attribute '<code>&lt;read-attribute&gt;</code>'>
<!ENTITY read-attribute '<a href="rules.html#read-attribute">&_read-attribute;</a>'>
<!ENTITY _read-content '<code>&lt;read-content&gt;</code>'>
<!ENTITY read-content '<a href="rules.html#read-content">&_read-content;</a>'>
<!ENTITY _set-parent '<code>&lt;set-parent&gt;</code>'>
<!ENTITY set-parent '<a href="rules.html#set-parent">&_set-parent;</a>'>

View File

@@ -0,0 +1,11 @@
<project xmlns:util="jelly:util"
xmlns:j="jelly:core">
<goal name="testPlugin" prereqs="clean,test-xdoc">
<!-- bad xdoc leaves files open <attainGoal name="clean"/> -->
</goal>
<goal name="test-xdoc">
<!--<attainGoal name="xdoc"/>-->
</goal>
</project>

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<id>test-maven-xdoc-plugin</id>
<name>Test project for Maven Xdoc Plugin</name>
<groupId>maven</groupId>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
</organization>
<inceptionYear>2001</inceptionYear>
<package>org.apache.maven</package>
<logo>http://maven.apache.org/images/maven.jpg</logo>
<description>Test for Maven Xdoc plugin</description>
<shortDescription>Test for Maven Xdoc plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
<siteDirectory>/www/maven.apache.org/reference/plugins/xdoc/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/xdoc/</connection>
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/xdoc/</url>
</repository>
<developers>
<developer>
<name>dIon Gillard</name>
<id>dion</id>
<email>dion@multitask.com.au</email>
<organization>Multitask Consulting</organization>
<roles>
<role>Documentation</role>
</roles>
</developer>
</developers>
<build>
</build>
</project>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Test Maven xdoc Plugin">
<title>Test Maven xdoc Plugin</title>
<body>
<links>
<item name="Maven" href="http://maven.apache.org/"/>
</links>
<menu name="Overview">
<item name="Test" href="/test.html"/>
</menu>
</body>
</project>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<!-- $Id: test.xml,v 1.1 2003/09/24 08:35:33 dion Exp $ -->
<!DOCTYPE document [
<!ENTITY % common-links SYSTEM "../common/links.xml">
%common-links;
]>
<document>
<properties>
<title>Introduction to HiveMind</title>
<author email="hlship@apache.org">Howard M. Lewis Ship</author>
</properties>
<body>
<section name="test1">
&_module;
</section>
</body>
</document>