mvn-eclipse-plugin problem with pde projects and linked resources

2013-10-23 Thread Jennifer Vendetti
Hello, I just took over the maintenance of several OSGi bundles. I added the mvn-eclipse-plugin to the POM files for each of the bundles because I'd like to generate the necessary Eclipse project files to work with the source code and use the OSGi Framework launcher in the Eclipse IDE

Re: mvn-eclipse-plugin problem with pde projects and linked resources

2013-10-23 Thread Alejandro . Endo
I use pde + maven-bundle-plugin + osgi framework launcher but i don't use mvn-eclipse-plugin. You should be using m2e, which works completely different than m-eclipse-p. Just do a final eclipse:clean and forget about that plugin. Then make sure that your eclipse has m2e (comes by default

Re: mvn-eclipse-plugin problem with pde projects and linked resources

2013-10-23 Thread Jennifer Vendetti
is very much appreciated. Best, Jennifer On 10/23/2013 12:56 PM, alejandro.e...@miranda.com wrote: I use pde + maven-bundle-plugin + osgi framework launcher but i don't use mvn-eclipse-plugin. You should be using m2e, which works completely different than m-eclipse-p. Just do a final

Re: mvn-eclipse-plugin problem with pde projects and linked resources

2013-10-23 Thread Alejandro . Endo
: mvn-eclipse-plugin problem with pde projects and linked resources Hello Alejandro, Thank you very much for the reply, but there is something I don't understand. I'm using Eclipse Kepler, which has m2e. I tried what you suggested. Importing as existing Maven projects works very well

Re: mvn-eclipse-plugin problem with pde projects and linked resources

2013-10-23 Thread Barrie Treloar
Oddly, the bundles run fine outside of the Eclipse environment. My first few attempts at using the OSGi Framework launcher has left me with a slew of ClassNotFoundException errors at runtime. Will need to investigate this further. Thanks for your help in getting me this far along. Please

Re: mvn eclipse plugin for multimodule proyect

2011-04-27 Thread Fernando Wermus
Barrie and Roland, I discused with my boss about not doing this work as you explained to me in this thread. We finally decided not to include the instructions that copy eclipse and weblogic into pom.xml, but into a script sh that it is called from outside. The point was that our script is

Re: mvn eclipse plugin for multimodule proyect

2011-04-26 Thread Barrie Treloar
Its always helpful to be over-specific in emails. I'm having to make assumptions about your environment that are likely incorrect and so the advice is not as good as it could be. In your original email you say it doesn't create any. referring to eclipse project files (like .project, .classpath,

Re: mvn eclipse plugin for multimodule proyect

2011-04-25 Thread Fernando Wermus
thanks a lot for replaying your answer are really helpful. I am going to replay you below. 2011/4/20 Barrie Treloar baerr...@gmail.com On Wed, Apr 20, 2011 at 10:24 PM, Fernando Wermus fwer...@odeasrl.com.ar wrote: [del] I am trying to run mvn eclipse:eclipse in parent pom.xml without any

Re: mvn eclipse plugin for multimodule proyect

2011-04-20 Thread Fernando Wermus
Asmann, I will explain everything We have a pom.xml for constructing all the developer environment separate from the pom's projects. We have, 1. use scm to checkout all proyects and bootstrap it. 2. copy eclipse to developer machine. 3. copy app server to developer machine 4. run

Re: mvn eclipse plugin for multimodule proyect

2011-04-20 Thread Asmann, Roland
Hello Fernando, You can call me 'Roland', that is my first name. ;-) If I understand correctly, you have a POM-file on your computer and run Maven on it. This will download/checkout/copy/... everything to your computer. Now, I presume that the POM you are using is *not* the one you call

Re: mvn eclipse plugin for multimodule proyect

2011-04-20 Thread Barrie Treloar
On Wed, Apr 20, 2011 at 10:24 PM, Fernando Wermus fwer...@odeasrl.com.ar wrote: [del] I am trying to run mvn eclipse:eclipse in parent pom.xml without any success. I am not sure if pom.xml for constructing developer environment run mvn eclipse:eclipse in pom.xml parent or in itself. I am

mvn eclipse plugin for multimodule proyect

2011-04-19 Thread Fernando Wermus
Hi all, I have a pom which is a multimodule proyect. I am using maven plugin eclipse for generating all the eclipse's proyects. But for reason, it doesn't create any. any help would be really appreciated

Re: mvn eclipse plugin for multimodule proyect

2011-04-19 Thread Asmann, Roland
Doesn't it create the files or are your projects not in Eclipse? You must import the projects yourself after the build, the plugin does *not* do this for you! On 19.04.2011 17:14, Fernando Wermus wrote: Hi all, I have a pom which is a multimodule proyect. I am using maven plugin eclipse for

Re: mvn eclipse plugin for multimodule proyect

2011-04-19 Thread Fernando Wermus
What it does not create are the files for each eclipse project. Thus I cannot make the import. 2011/4/19 Asmann, Roland roland.asm...@adesso.at Doesn't it create the files or are your projects not in Eclipse? You must import the projects yourself after the build, the plugin does *not* do

Re: mvn eclipse plugin for multimodule proyect

2011-04-19 Thread Asmann, Roland
Can you post your configuration (if any) and the command you issue to run Maven? On 19.04.2011 17:44, Fernando Wermus wrote: What it does not create are the files for each eclipse project. Thus I cannot make the import. 2011/4/19 Asmann, Roland roland.asm...@adesso.at Doesn't it create

mvn eclipse plugin -- Too many files (linux)

2008-06-17 Thread Karan Malhi
I have added the two elements to the pom (downloadSources and downloadJavadocs), the eclipse:eclipse goal does not run to completion and errors out after 6 minutes or so. It says there are too many open files. I knew I had seen this error before and it is because there is a limit of total number

mvn eclipse plugin missing required source folder

2007-04-16 Thread Davis Ford
Hello, I have a problem getting the mvn eclipse plugin recognizing a relative path resource directory. Using mvn 2.0.6. The project structure looks like this: editor subprojecta -pom.xml -src -subprojectb -pom.xml -src

mvn eclipse plugin

2006-08-16 Thread Nazar Stasiv (Lohika, Inc)
Hello I'm worried about eclipse plugin. I am using it to generate project files for my favorite ide, everything goes fine, build successfull, but when opened project in eclipse all classpath entries which have form of M2_REPO/commons/etc/etc are missing first letter after variable_name/ i.e

Antwort: mvn eclipse plugin [Virus checked]

2006-08-16 Thread gernot . eger
The eclipse pugin assumes that the eclipse variable points to th location of your local maven repo, depeinding on yoour installation. 2 ways to fix it: 1. just add the variable manually inside eclipse : Project - Properties - Java Build Path - Libraries - Add Variable... 2. use the