dion 2003/09/24 01:35:33
Added: src/plugins-build/xdoc/src/plugin-test/xdocs navigation.xml
test.xml
src/plugins-build/xdoc/src/plugin-test maven.xml project.xml
.cvsignore
src/plugins-build/xdoc/src/plugin-test/common links.xml
Log:
Add test project with Howards issues.
The test is commented out, as it currently fails
Revision Changes Path
1.1
maven/src/plugins-build/xdoc/src/plugin-test/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?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>
1.1 maven/src/plugins-build/xdoc/src/plugin-test/xdocs/test.xml
Index: test.xml
===================================================================
<?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="[EMAIL PROTECTED]">Howard M. Lewis Ship</author>
</properties>
<body>
<section name="test1">
&_module;
</section>
</body>
</document>
1.1 maven/src/plugins-build/xdoc/src/plugin-test/maven.xml
Index: maven.xml
===================================================================
<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>
1.1 maven/src/plugins-build/xdoc/src/plugin-test/project.xml
Index: project.xml
===================================================================
<?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:[EMAIL
PROTECTED]:/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>[EMAIL PROTECTED]</email>
<organization>Multitask Consulting</organization>
<roles>
<role>Documentation</role>
</roles>
</developer>
</developers>
<build>
</build>
</project>
1.1 maven/src/plugins-build/xdoc/src/plugin-test/.cvsignore
Index: .cvsignore
===================================================================
*.log
target
1.1 maven/src/plugins-build/xdoc/src/plugin-test/common/links.xml
Index: links.xml
===================================================================
<!-- $Id: links.xml,v 1.1 2003/09/24 08:35:33 dion Exp $ -->
<!ENTITY _module '<code><module></code>'>
<!ENTITY module '<a href="descriptor.html#module">&_module;</a>'>
<!ENTITY _service '<code><service></code>'>
<!ENTITY service '<a href="descriptor.html#service">&_service;</a>'>
<!ENTITY _extension-point '<code><extension-point></code>'>
<!ENTITY extension-point '<a
href="descriptor.html#extension-point">&_extension-point;</a>'>
<!ENTITY _create-instance '<code><create-instance></code>'>
<!ENTITY create-instance '<a
href="descriptor.html#create-instance">&_create-instance;</a>'>
<!ENTITY _invoke-factory '<code><invoke-factory></code>'>
<!ENTITY invoke-factory '<a
href="descriptor.html#invoke-factory">&_invoke-factory;</a>'>
<!ENTITY _interceptor '<code><interceptor></code>'>
<!ENTITY interceptor '<a href="descriptor.html#interceptor">&_interceptor;</a>'>
<!ENTITY _description '<code><description></code>'>
<!ENTITY description '<a href="descriptor.html#description">&_description;</a>'>
<!ENTITY _extension '<code><extension></code>'>
<!ENTITY extension '<a href="descriptor.html#extension">&_extension;</a>'>
<!ENTITY _extend-service '<code><extend-service></code>'>
<!ENTITY extend-service '<a
href="descriptor.html#extend-service">&_extend-service;</a>'>
<!ENTITY _schema '<code><schema></code>'>
<!ENTITY schema '<a href="descriptor.html#schema">&_schema;</a>'>
<!ENTITY _parameters-schema '<code><parameters-schema></code>'>
<!ENTITY parameters-schema '<a
href="descriptor.html#schema">&_parameters-schema;</a>'>
<!ENTITY _element '<code><element></code>'>
<!ENTITY element '<a href="descriptor.html#element">&_element;</a>'>
<!ENTITY _attribute '<code><attribute></code>'>
<!ENTITY attribute '<a href="descriptor.html#attribute">&_attribute;</a>'>
<!ENTITY _rules '<code><rules></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><create-object></code>'>
<!ENTITY create-object '<a href="rules.html#create-object">&_create-object;</a>'>
<!ENTITY _invoke-parent '<code><invoke-parent></code>'>
<!ENTITY invoke-parent '<a href="rules.html#invoke-parent">&_invoke-parent;</a>'>
<!ENTITY _read-attribute '<code><read-attribute></code>'>
<!ENTITY read-attribute '<a href="rules.html#read-attribute">&_read-attribute;</a>'>
<!ENTITY _read-content '<code><read-content></code>'>
<!ENTITY read-content '<a href="rules.html#read-content">&_read-content;</a>'>
<!ENTITY _set-parent '<code><set-parent></code>'>
<!ENTITY set-parent '<a href="rules.html#set-parent">&_set-parent;</a>'>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]