Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000086 [Resin] minor always 04-07-05 00:00 05-11-05 00:00
Reporter sam View Status public  
Assigned To
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.13 Product Version 3.0.12
  Product Build 3.0.12
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
Attached Files

- Relationships

- Notes
(0000091)
ferg
04-07-05 00:00

server/13ji, server/13jj
 

- Issue History
Date Modified Username Field Change
04-07-05 00:00 sam New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.13


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