hello, I'm new to Maven. I've tried to build a project using maven, however, there are always compilation error due to that the classpath was not be found.
One thing I'm wondering is: is that ture I only need a "project.xml" to build a project (I know maven.xml is for deployment)? comparing with Ant's build file, the build section in "project.xml" is really simple, and I noticed there is no where to specify the classpath in this section ... so I'm wondering do I need some separate files besdies "project.xml" to build a project? Thanks for any quick answer. Steve
