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/06/30 22:09:11 UTC

[jira] Created: (MPDOCBOOK-2) Plugin should check for availability of source folder before attempting to run

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPDOCBOOK-2

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPDOCBOOK-2
    Summary: Plugin should check for availability of source folder before attempting to run
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-docbook-plugin
 Components: 
             default

   Assignee: 
   Reporter: Webb Morris

    Created: Wed, 30 Jun 2004 4:08 PM
    Updated: Wed, 30 Jun 2004 4:08 PM

Description:
The plugin should check for the existance of the maven.docbook.src directory before attempting the transformation. This will allow the property to be specified at a high level and the plugin will only execute if the lower level projects have the directory present. Here is a quick hack, perhaps there is a better way:

    <ant:available file="${maven.docbook.src}" type="dir" property="maven.docbook.src.available"/>
    <j:if test="${maven.docbook.src.available}">

....the rest of the script....

    </j:if>



---------------------------------------------------------------------
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