Mantis - Resin
Viewing Issue Advanced Details
2051 trivial always 10-09-07 14:14 10-31-07 10:21
koreth  
ferg  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.4  
0002051: Minor build issues
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)

There are no notes attached to this issue.