Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-29 Thread rcbandit
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html


Would you explain in details what I need to change?


--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Unresolved-references-to-javax-activation-javax-annotation-tp5438593p5439261.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven - Unresolved references to [javax.activation, javax.annotation]

2012-01-29 Thread Robert Scholte

The title of this message indicates missing some specific dependencies.
The link to the page should tell you need to download them from the  
sun/oracle site and install them by hand (these dependencies are not  
available at Maven Central due to licenses)

The page should also tell you which groupId and artifactId you should use.

On the other hand, Ansgar analyzed your logging and it does look like a  
problem with Felix.
So follow his advice: contact the Felix-team; best chance they have the  
right answer.


-Robert

On Sun, 29 Jan 2012 11:59:00 +0100, rcbandit peter.pen...@gmail.com  
wrote:



http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html


Would you explain in details what I need to change?


--
View this message in context:  
http://maven.40175.n5.nabble.com/Maven-Unresolved-references-to-javax-activation-javax-annotation-tp5438593p5439261.html

Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi 

I have Old Project for Eclipse plug-in Development.I want to  bring that
in maven but not helping.

Is this possible?

I searched lot but not find much details\help.Please provide help me or
provide some reference link.

Thanks
Harsimran


Re: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Dan Tran
lookup tycho-maven-plugin from sonatype

-D

On Sun, Jan 29, 2012 at 7:31 PM, Singh, Harsimranjit (NSN -
IN/Bangalore) harsimranjit.si...@nsn.com wrote:
 Hi

 I have Old Project for Eclipse plug-in Development.I want to  bring that
 in maven but not helping.

 Is this possible?

 I searched lot but not find much details\help.Please provide help me or
 provide some reference link.

 Thanks
 Harsimran

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi 

Thanks for reply . I am using Maven 2.2.1

Is sonatype support maven 2?

Also I found:
http://mojo.codehaus.org/pde-maven-plugin/


So which one I should use?

thanks

-Original Message-
From: ext Dan Tran [mailto:dant...@gmail.com] 
Sent: Monday, January 30, 2012 9:32 AM
To: Maven Users List
Subject: Re: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

lookup tycho-maven-plugin from sonatype

-D

On Sun, Jan 29, 2012 at 7:31 PM, Singh, Harsimranjit (NSN -
IN/Bangalore) harsimranjit.si...@nsn.com wrote:
 Hi

 I have Old Project for Eclipse plug-in Development.I want to  bring that
 in maven but not helping.

 Is this possible?

 I searched lot but not find much details\help.Please provide help me or
 provide some reference link.

 Thanks
 Harsimran

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Barrie Treloar
On Mon, Jan 30, 2012 at 3:46 PM, Singh, Harsimranjit (NSN -
IN/Bangalore) harsimranjit.si...@nsn.com wrote:
 Hi

 Thanks for reply . I am using Maven 2.2.1

 Is sonatype support maven 2?

 Also I found:
 http://mojo.codehaus.org/pde-maven-plugin/


 So which one I should use?

pde-maven-plugin is dead, but usable.

Your options include:
* Upgrade to Maven 3+
* Upgrade to latest version of Eclipse PDE
* Dont use Maven

I'd recommend upgrading Eclipse PDE anyway as you not find any Eclipse
jars available for the older environment.

We are stuck on Eclipse RCP 3.2.2 and use pde-maven-plugin fine.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: Maven Setup for Existing Plugin Development Project(Eclipse Plugin)

2012-01-29 Thread Singh, Harsimranjit (NSN - IN/Bangalore)
Hi 

I have to use maven and that maven 2 only so option left

1) Upgrade to latest version of Eclipse PDE:
Can you explain about this I am not suire how it will help?

2) pde-maven-plugin:

Which approach you follow to use pde-maven-plugin?.Some reference apart
from that link?



-Original Message-
From: ext Barrie Treloar [mailto:baerr...@gmail.com] 
Sent: Monday, January 30, 2012 11:26 AM
To: Maven Users List
Subject: Re: Maven Setup for Existing Plugin Development Project(Eclipse
Plugin)

On Mon, Jan 30, 2012 at 3:46 PM, Singh, Harsimranjit (NSN -
IN/Bangalore) harsimranjit.si...@nsn.com wrote:
 Hi

 Thanks for reply . I am using Maven 2.2.1

 Is sonatype support maven 2?

 Also I found:
 http://mojo.codehaus.org/pde-maven-plugin/


 So which one I should use?

pde-maven-plugin is dead, but usable.

Your options include:
* Upgrade to Maven 3+
* Upgrade to latest version of Eclipse PDE
* Dont use Maven

I'd recommend upgrading Eclipse PDE anyway as you not find any Eclipse
jars available for the older environment.

We are stuck on Eclipse RCP 3.2.2 and use pde-maven-plugin fine.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org