Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
86 | minor | always | 04-07-05 00:00 | 05-11-05 00:00 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.12 | ||
Product Build: | 3.0.12 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.13 | ||
|
|||||
Summary: | 0000086: <server> / <resin:choose> / <classloader> | ||||
Description: |
RSN-77 (rep by D Becker) I get an error when I try to use <resin:choose> to choose a <classloader> configuration. ... <server> <resin:import path="${Var['my.home']}/conf/resin/xml/code.xml"/> ... <resin:choose> <resin:when test="${ ... }"> <resin:log>Enabling compiling CODE loader for local/dev/mode...</resin:log> <class-loader> <compiling-loader batch="true" path="../code/classes" source="../code/src"/> <tree-loader path="../code/lib"/> <tree-loader path="$resin-home/lib"/> </class-loader> </resin:when> <resin:otherwise> <class-loader> <simple-loader path="../code/classes"/> <tree-loader path="../code/lib"/> <tree-loader path="$resin-home/lib"/> </class-loader> </resin:otherwise> </resin:choose> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|