You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2015/12/20 01:56:46 UTC

[jira] [Updated] (DOXIASITETOOLS-125) getDecorationModel() change siteDirectory from String to File

     [ https://issues.apache.org/jira/browse/DOXIASITETOOLS-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated DOXIASITETOOLS-125:
-----------------------------------------
    Description: 
code using this method always has siteDirectory as File, and makes voodoo to calculate relative path from project basedir
then the first thing {{getDecorationModel()]] does is computing back the File reference...

just avoid this and pass File from user to code

  was:
code using this method always has siteDirectory as File, and makes voodoo to calculate relative path from project basedir
then the first thing getDecorationModel() does is computing back the File reference...

just avoid this and pass File :)


> getDecorationModel() change siteDirectory from String to File
> -------------------------------------------------------------
>
>                 Key: DOXIASITETOOLS-125
>                 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-125
>             Project: Maven Doxia Sitetools
>          Issue Type: Task
>          Components: Integration Tools
>    Affects Versions: doxia-integration-tools-1.6
>            Reporter: Hervé Boutemy
>            Assignee: Hervé Boutemy
>
> code using this method always has siteDirectory as File, and makes voodoo to calculate relative path from project basedir
> then the first thing {{getDecorationModel()]] does is computing back the File reference...
> just avoid this and pass File from user to code



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)