I use the equivalent of: svn co http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main httpcore-main
and svn co http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio httpcore-nio to create the separate directories in Eclipse. I've not had much luck with the Maven plugin, so I just configure Eclipse manually. On 18/03/2008, Johannes Koch <[EMAIL PROTECTED]> wrote: > Hi, > > I have an off-topic question: How do I create separate projects for the > HttpComponents modules using Eclipse, Maven integration and Subclipse. > When I do the steps as in > <http://docs.codehaus.org/display/M2ECLIPSE/Integration+with+Subclipse> > checking out http-components/httpcore/trunk I get the following projects: > > httpcomponents-core > httpcore > httpcore-nio > > Unfortunately the projects httpcore and httpcore-nio are empty. I'd like > to have separate projects in order to have httpcore built with Java 1.3 > and httpcore-nio with Java 1.5. > > -- > Johannes Koch > BIKA Web Compliance Center - Fraunhofer FIT > Schloss Birlinghoven, D-53757 Sankt Augustin, Germany > Phone: +49-2241-142628 Fax: +49-2241-142065 > > --------------------------------------------------------------------- > 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]
