From 5af0968d8548920c3e5655046af80b25549382b0 Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 1 Oct 2003 12:42:15 +0000 Subject: [PATCH] Only process html files if the source directory exists git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114143 13f79535-47bb-0310-9956-ffa450edef68 --- html2xdoc/plugin.jelly | 71 +++++++++++++++++++------------------ html2xdoc/xdocs/changes.xml | 3 ++ 2 files changed, 40 insertions(+), 34 deletions(-) diff --git a/html2xdoc/plugin.jelly b/html2xdoc/plugin.jelly index 7236cb36..5120318d 100644 --- a/html2xdoc/plugin.jelly +++ b/html2xdoc/plugin.jelly @@ -19,6 +19,7 @@ + @@ -29,53 +30,55 @@ - - + + + - - - + + + - - + + - - + + - - - - - - - + + + + + + + - + - - + + - - - + + + - - - + + + - Generating ${outFile} from ${file} + Generating ${outFile} from ${file} - - + + - - + + - - - - + + + + + diff --git a/html2xdoc/xdocs/changes.xml b/html2xdoc/xdocs/changes.xml index f9fe95c3..a3d844f3 100644 --- a/html2xdoc/xdocs/changes.xml +++ b/html2xdoc/xdocs/changes.xml @@ -8,6 +8,9 @@ + + Only try to find files if the source directory exists +