I'm Eclipse user and I did exactly the same in the same purpose a few weeks ago... As the "Build from source" J3 tuto said you should first import the project on eclipse as a Java project and then create a new Maven project "from existing project"... (you have m2eclipse plugin installed?)
L. Le 28 janv. 2011 à 23:27, Chuck Davis <[email protected]> a écrit : > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
