The following comment has been added to this issue:

     Author: Martin Skopp
    Created: Tue, 19 Aug 2003 2:13 AM
       Body:
See also thread  "About Javadoc links"  @maven-user mailinglist.
---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-693


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-693
    Summary: add self-referencing properties
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven
 Components: 
             core
             plugin-javadoc
   Versions:
             maven-new-unreleased
             1.0-final
             1.0-rc1
             1.1

   Assignee: 
   Reporter: Martin Skopp

    Created: Tue, 19 Aug 2003 2:09 AM
    Updated: Tue, 19 Aug 2003 2:09 AM
Environment: every

Description:
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.


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to