#255
precompileTemplatesAction can run before prepareWebapp, which deletes its output
-
-
Created on:
Wed, Aug 24 2011 (9 months ago)
-
Reported by:
drewp
-
Assigned to:
-
-
Milestone:
-
-
Estimate:
None/Small/Medium/Large
None
-
Status:
New
-
Priority:
Normal (3)
-
Component:
sbt-scalate-plugin
-
Permission type:
None
-
-
Followers

drewp
No file chosen
You have an empty file field. Please select or remove it.
Associations
| # |
Relation |
Summary |
Status |
Action |
| No tickets |
No associations
Time Expenditure
Loading
The fine folks on #scalatra channel suggested this line in my Project:
This seems to successfully order the PCT step after the prepare-webapp step, and my builds have been working since.
casualjim also suggested
override def runAction = task { args => super.runAction(args) dependsOn(precompileTemplatesAction) }, which I did not try.