[
https://issues.apache.org/jira/browse/SAMZA-372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini updated SAMZA-372:
----------------------------------
Attachment: SAMZA-372-1.patch
Accidentally had ' instead of " for the quotes, which means that $buildDir was
not properly resolved. Fixed and committed as a follow on patch.
> lesscss is improperly hardcoding the build directory
> ----------------------------------------------------
>
> Key: SAMZA-372
> URL: https://issues.apache.org/jira/browse/SAMZA-372
> Project: Samza
> Issue Type: Bug
> Components: build
> Affects Versions: 0.8.0
> Reporter: Chris Riccomini
> Assignee: Chris Riccomini
> Labels: newbie
> Fix For: 0.8.0
>
> Attachments: SAMZA-372-0.patch, SAMZA-372-1.patch
>
>
> The lesscss task needs to be configured this way in the open source samza:
> {code}
> //correct:
> dest = "$buildDir/resources/main/scalate/css"
> //instead of:
> dest = "build/resources/main/scalate/css"
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)