You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2005/08/22 13:41:42 UTC

[jira] Updated: (MPJAVADOC-4) add self-referencing properties

     [ http://jira.codehaus.org/browse/MPJAVADOC-4?page=all ]

Arnaud Heritier updated MPJAVADOC-4:
------------------------------------

    Assign To:     (was: Arnaud Heritier)

> add self-referencing properties
> -------------------------------
>
>          Key: MPJAVADOC-4
>          URL: http://jira.codehaus.org/browse/MPJAVADOC-4
>      Project: maven-javadoc-plugin
>         Type: Improvement
>  Environment: every
>     Reporter: Martin Skopp

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> Add the ability to set self-referencing properties in the *.properties files of maven.  This could be useful e.g. for javadoc plugin for a (hypothetical) javadoc.offlineUrl property, which points to where the offline javadocs are located:
> project.properties could contain such locations which are part of the project, e.g.
> javadoc.offlineUrl=apidoc/package1/apidoc/packages.html:apidoc/package2/apidoc/packages.html
> $HOME/build.properties then should be able to _extend_ the property by adding further offline URLs, e.g.
> javadoc.offlineUrl=${javadoc.offlineUrl}:/usr/share/j2sdk1.4.1/docs/api/
> Of course, a general "self-referencing properties" could be useful for several other cases.
> As far as I was able to test this feature, a self-referencing properties -used like above- causes a Exception.
> I have no idea which code needs to be changed, so sorry, there's no patch attached.

-- 
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
-
For more information on JIRA, 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