Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2051 | trivial | always | 10-09-07 14:14 | 10-31-07 10:21 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.3 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002051: Minor build issues | ||||
Description: |
Can't build Resin as is under Eclipse due to a few minor directory layout glitches. Eclipse is more strict than javac about files being in directories that match their packages. I know you guys don't build using Eclipse but it's convenient to debug stuff in an IDE that knows about the source code to the app server. 1. com.caucho.jsf.cfg.DummyFacesContext source file is in the com/caucho/jsf/context directory (fix: move to ../cfg) 2. com/caucho/jsf/render/HtmlRenderer.java claims a package of "test.jsf" (my fix: move to ../../../../test/jsf, but maybe better to change the package name here) 3. BasicDependencyContainer.java occurs twice: once in modules/util and once in modules/resin (my fix: remove the one in modules/util) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |