[
https://issues.apache.org/jira/browse/ROL-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Johnson resolved ROL-1883.
-------------------------------
Resolution: Fixed
Author: snoopdave
Date: Sun Oct 3 15:46:19 2010
New Revision: 1003979
URL: http://svn.apache.org/viewvc?rev=1003979&view=rev
Log:
Fix for https://issues.apache.org/jira/browse/ROL-1883. The ${user.home}
variable was being substituted via the Maven Copy Resources operation so I
turned filtering off.
Also, some tweaks that allow Roller to build with Maven 3.0 beta 3
Modified:
roller/trunk/planet-business/pom.xml
roller/trunk/weblogger-business/pom.xml
roller/trunk/weblogger-web/src/test/resources/roller-custom.properties
> Some roller.properties reference "/home/dave"
> ---------------------------------------------
>
> Key: ROL-1883
> URL: https://issues.apache.org/jira/browse/ROL-1883
> Project: Roller
> Issue Type: Bug
> Components: Installation
> Reporter: Dave Johnson
> Assignee: Dave Johnson
> Fix For: 5.0
>
>
> The roller.properties in the roller-weblogger-business-5.0.0-RC2.jar
> has these values hard coded:
> #-----------------------------------------------------------------------------
> # Directory settings
> #-----------------------------------------------------------------------------
> # The directory in which Roller will upload files
> mediafiles.storage.dir=/home/dave/roller_data/mediafiles
> # The context path under which resoures will be made available
> mediafile.resource.url=/resources
> # The directory in which Roller will upload files
> uploads.dir=/home/dave/roller_data/uploads
> whilst the roller.properties in
> weblogger-business/src/main/resources/org/apache/roller/weblogger/config/roller
> looks ok.
> Need to update the jar with the correct version.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.