I have checked out the project to the file system using the scm plugin, but I am having difficulty using the projecttransfer eclipse plugin. The directions for importing multiple projects seem to be very brief. How do even start using the project transfer for this? Thanks for all of your help! Karl
________________________________ From: Ryan Sonnek [mailto:[EMAIL PROTECTED] Sent: Fri 10/1/2004 2:46 PM To: Maven Users List Subject: RE: multiproject eclipse compatibility no problem. I was going to elaborate on the wiki, but I can't figure out how to login. =) here's how I setup my projects: /myproject/ --parentproject/ --childproject1/ --childproject2/ To checkout the projects, I use the maven scm plugin. The syntax to use the plugin is described well at http://maven.apache.org/cvs-usage.html. Just substitute the variables you need to for your environment to checkout the whole cvs module. to import all of the projects into eclipse, use the project-transfer plugin found at http://eclipse-tools.sourceforge.net/projecttransfer/. this will import all of the projects you've checked out. Feel free to ask if you have any other questions. If someone can tell me how the wiki works now that it's locked down, I can post this there too. Ryan -----Original Message----- From: Alex Karasulu [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:38 PM To: Maven Users List Subject: RE: multiproject eclipse compatibility Ryan, Can you explain/outline this process a little more in detail. I'm very curious about how you do this. I also guess i have to look at this maven plugin you're talking about too: project-transfer. I could not find any maven plugins that are called project-transfer. Forgive me if I'm confusing something. Thanks, Alex On Fri, 2004-10-01 at 14:21, Ryan Sonnek wrote: > I'm in the same scenerio and should post something on the wiki. I suggest using > maven to checkout everything from cvs, then using the project-transfer plugin to > import all of the projects. this allows you to keep all projects in parrellel, and > import them into eclipse with one step. > > -----Original Message----- > From: Baum, Karl [mailto:[EMAIL PROTECTED] > Sent: Friday, October 01, 2004 12:50 PM > To: Maven Users List > Subject: multiproject eclipse compatibility > > > I was wondering what solutions there are available to the maven > subproject eclipse compatibility issue. The link below proposes placing > the parent project parrelel to the child project. > > http://wiki.codehaus.org/maven/CreatingJ2eeApplications > > This works but presents a problem when using eclipse for checking out > the entire module as a java project. Using eclipse as a cvs gui has > many ease of use advantages. > > Is there a way to use eclipse to checkout a project with many > subprojects while still solving the maven and eclipse compatibility > issue? Thanks. > > Karl > > --------------------------------------------------------------------- > 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] > --------------------------------------------------------------------- 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
