Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
663 | minor | always | 01-03-06 10:01 | 04-05-06 16:03 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.17 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
Summary: | 0000663: compiling class loader for an expanded JAR file | ||||
Description: |
3 -- compiling class loader for an expanded JAR file for expanded JAR files inside an expanded EAR file, I would like to be able to define a compiling class loader. The only nuance here is that JAR files do not have the same structure as .WAR files and WEB-INF/ directories as in src and classes directories. The top level of the JAR file is the root of that element of the classpath. <resin ...> <server ...> <class-loader ...> <host-default> <class-loader ...> <ear-deploy path='deploy/ear/' expand-path='deploy/ear/'/> <rar-deploy path='deploy/rar/' expand-path='deploy/rar/'/> <war-deploy path='deploy/war/' expand-path='deploy/war/'/> <ear-default> <class-loader ...> <!-- ear class loader shares rars within .ear --> <rar-default> <class-loader ...> <war-default> <class-loader ...> </host-default> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|