I am pretty new to James, but understand most of the concepts (although Avalon is a little confusing).
The best way (for me) to learn something is to step through it in a debugger and see what happens. Therefore, I am trying to get IntelliJ IDEA (3.0) to debug James (2.0a3). Can anyone give me a short description (or point me to one) on how this is accomplished. What I am getting stuck on is the run.bat file where it the phoenix loader is called somehow from this line: java -Djava.ext.dirs="d:\projects\james\lib" -jar "d:\projects\james\bin\phoenix-loader.jar" (the above is all on one line) How does it know how to start James and what does the -jar command do? Is there a way I can reproduce this so I can debug James (say when an SMTP connection is made, I can set a breakpoint, etc.) Will this require compiling everything? Thanks so much... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
