Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002538 [Resin] minor always 03-19-08 08:17 03-20-08 12:50
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.5
Summary 0002538: <redeploy-mode> and <redeploy-check-interval> not recognized in <host-default> and <resin:if>
Description (rep by G. Perales)

<redeploy-mode> does not work in <host-default> and <resin:if> (under <host>)

though it does work in <web-app> fine

<host>
  <resin:if test="...">
    <redeploy-check-interval>60s</redeploy-check-interval>
Additional Information
Attached Files

- Relationships

- Notes
(0002859)
nam
03-20-08 10:13

The workaround for conditional redeploy-mode/redeploy-check-interval is to use inline conditionals:

<redeploy-mode>
  ${mode=='dev' ? 'automatic' : 'manual'}
</redeploy-mode>

<redeploy-check-interval>
  ${mode=='dev' ? '2s' : '60s'}
</redeploy-check-interval>
 
(0002860)
ferg
03-20-08 12:50

server/10v8
 

- Issue History
Date Modified Username Field Change
03-19-08 08:17 nam New Issue
03-19-08 08:21 nam Summary <redeploy-mode> is an unexpected tag (parent <host>) => <redeploy-mode> is an unexpected tag of <host-default> (and <resin:if>)
03-19-08 08:21 nam Description Updated
03-19-08 08:25 nam Summary <redeploy-mode> is an unexpected tag of <host-default> (and <resin:if>) => <redeploy-mode> and <redeploy-check-interval> not recognized in <host-default> and <resin:if>
03-19-08 08:25 nam Description Updated
03-19-08 09:40 nam Project Quercus => Resin
03-20-08 10:13 nam Note Added: 0002859
03-20-08 12:50 ferg Note Added: 0002860
03-20-08 12:50 ferg Assigned To  => ferg
03-20-08 12:50 ferg Status new => closed
03-20-08 12:50 ferg Resolution open => fixed
03-20-08 12:50 ferg Fixed in Version  => 3.1.6
04-29-09 11:38 hans Issue Monitored: hans


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
35 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker