Hi Claudius,

I do not know if I understood your questing correctly, but if you ask
if it is possible to use the maven eclipse plugin to generate
.classpath and .project files, the answer i yes. I have been using it
for quite some time, and frankly cannot see myself getting by without
it. ;)

Invoking "maven eclipse" from the command line in a folder with a
project.xml file should do the trick.

If you ask if it is possible to use the maven eclipse plugin to
generate a general .project and .classpath file for several projects
using the multiproject plugin, I'm not sure. I have never found myself
in a situation where this was an issue. However, I don't think it
would be a major undertaking to merge the multiple .classpath files,
as you observed, into one. Perhaps you should look into that as a post
goal to the target you invoke or something.

Hope this helps.

Best regards,
Bent Andr�


On Tue, 21 Dec 2004 12:05:01 +0100, Claudius Spellmann
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Is it actually possible to generate eclipse classpath files in maven
> like the .project files ???
> When I use the eclipse plugin maven is generating an empty classpath
> file and when i fiddle around with the multiproject plugin maven is
> generating multiple classpath files for each subproject. But I need one
> general classpath file that contains all the classpath entries.
> 
> Is it actually possible or has anybody done this before ?
> 
> thanks
> Claudius
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to