Hi, you can use subclipse with RC3, you have to use the update manager of Eclipse and enter http://www.loonsoft.com/updates as an update site url and can then install subclipse. It works but you can only update, commit, checkout and edit properties. Now comparing or syncing yet :(
Unfortunately the eclipse support of Maven is only for simple projects afaik, so multiprojects are out of question. Currently I'm doing both: sometimes I add each sub project of a multiproject as an eclipse project, so I can use "maven eclipse". And sometimes I edit the project files of Eclipse by hand which means I add all jars by hand which is in the case of Excalibur a lot of work to do. If I ever get time I will try to add the multiproject support to the Eclipse plugin for Maven, but who knows when that will be :( Now, we could add the Eclipse project files to our svn if we want. If we use variables for the paths in the eclipse project then this should work for everyone using eclipse. Carsten > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Shash Chatterjee > Sent: Wednesday, June 23, 2004 5:49 AM > To: [EMAIL PROTECTED] > Subject: Eclipse, Maven and Excalibur - Carsten? > > Carsten, > > Since I read your posts regarding using Maven to define > Eclipse projects, hoping you can answer this. > > I am using Eclipse 3.0RC3, and since subclipse is not > supported on this version yet, I used command-line svn to > check out excalibur-trunk, which went just fine. Then "maven > multiproject:install" was going fine, until hit a snag with > building PooledComponentHandler. > > Now I want to import Excalibur into Eclipse and start some > looking. I first imported excalibur-trunk dir. into Eclipse, > which defined the nested Java source dirs just fine, but of > course, no JARs were added from the Maven repo. I then did > "maven eclipse", refreshed my project, and all my source-dirs > disappeared, and still no JARs from maven repo were added. > > How are you doing this? Are you going into each nested module > and doing a "maven eclipse" and then importing each into > Eclipse? I have done this successfully before with other > projects, but never a multiproject one. Can the multiproject > plugin help out here? I so wish there were lib dirs with > dependency JARs already there, so I could multi-select and > add those quickly, but that's not the Maven way :-) > > Thanks, > Shash > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] Apache Excalibur Project -- > URL: http://excalibur.apache.org/ > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/
