(I thought this was the James forum rather than NetBeans, but never mind.) FYI I reposted the question to the server-dev list and got the following link that answered my question: http://james.apache.org/server/3/dev-build.html
<http://james.apache.org/server/3/dev-build.html>I still have a problem with the instructions in that I cannot find spring-beans.xml in the source tree even among the files generated by the build. But I will try to get that resolved in the dev list. On Fri, Jan 28, 2011 at 12:27 PM, Chuck Davis <[email protected]> wrote: > We're all Netbeans users in the Netbeans fora. You probably should be > asking your question in an eclipse forum. > > On Thu, Jan 27, 2011 at 4:27 PM, agks mehx <[email protected]> wrote: > > How does one step through source in Eclipse? What IDE do you all use? > How > > do you set it up? > > > > My failed attempt: > > - first, used mvn to successfully build > > james-server-3.0-M2-source-release.zip > > - second, created project in Eclipse based on the same folder as mvn > build > > - third, got *inexplicable* errors e. g. AbstractHasMailAttributeTest > > cannot be resolved to a type at line 32 > > in HasMailAttributeWithValueRegexTest.java > > - fourth, searched entire folder including inside all .jar files and > .java > > files but could not find AbstractHasMailAttributeTest anywhere > > - fifth, did not see any import for AbstractHasMailAttributeTest in > > HasMailAttributeWithValueRegexTest.java > > - finally, many similar inexplicable errors -- makes me wonder how mvn > was > > able to build it? > > > > My reason for wanting to step through code -- the config documentation is > > out of date and I want to set up a mailet-based mail server application. > > Since I am flying blind and don't know how to set up users, etc. I > decided > > to just step through code and understand what's going on. > > > > Any updates on ETA for a full release including documentation? > > > > Thanks!! > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
