Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Automatic project changes resolution

One example is here:

https://github.com/sonatype/onboarding/blob/master/onboarding-m2e/com.sonatype.s2.publisher/META-INF/MANIFEST.MF

Search for "[0.13.0,0.14.0)" under https://github.com/sonatype/onboarding/blob/master/onboarding-m2e gives 20 more matches. Are you going to update all of those as well?

Thanks,
Andrii

On Mon, Oct 10, 2011 at 2:53 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
Where do you see this version range? Dependencies on m2e should be
[1.0,1.1) and we probably should change them to [1.0,1.2) to allow Juno.

--
Regards,
Igor


On 11-10-10 8:48 AM, Java Questions wrote:
Yep, that helped a lot.

Now I'm wondering about things like:

org.eclipse.m2e.maven.runtime;bundle-version="[0.13.0,0.14.0)",

Sources which I got from http://git.eclipse.org/gitroot/m2e/m2e-core.git
have version "1.1.0.qualifier"... Am I using the wrong m2e-core repository?

Thanks,
Andrii

On Mon, Oct 10, 2011 at 2:22 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx
<mailto:igor@xxxxxxxxxxxxxx>> wrote:

   I believe this comes from eclipse-commons source tree

   https://github.com/sonatype/__eclipse-commons

   <https://github.com/sonatype/eclipse-commons>

   --
   Regards,
   Igor


   On 11-10-10 7:02 AM, Java Questions wrote:

       I still have some compile errors which I'm not able to resolve. For
       instance:

       import
       org.maven.ide.eclipse.ui.__common.editor.__AbstractFileEditor;


       where/how do I get this one?

       On Wed, Oct 5, 2011 at 3:19 PM, Matthew Piggott
       <mpiggott@xxxxxxxxxxxx <mailto:mpiggott@xxxxxxxxxxxx>
       <mailto:mpiggott@xxxxxxxxxxxx <mailto:mpiggott@xxxxxxxxxxxx>>__>

       wrote:



           On 5 October 2011 03:21, Java Questions
       <for.java.questions@xxxxxxxxx
       <mailto:for.java.questions@gmail.com>
       <mailto:for.java.questions@__gmail.com

       <mailto:for.java.questions@gmail.com>>>

           wrote:

               I discussed this with my team and they were quite
       interested. If
               it really suits our needs and we'll see that it makes
       sense to
               work in that direction, we could even contribute back
       anything
               we would need to tune to make it work for us.

               But I need some additional help from you in order to proceed
               with the investigation, since my experience with Eclipse
       plugins
               is very basic. For now I need to know/do the following
       things:

               1) Be able to run/debug the Onboarding project

               I looked at
       https://docs.sonatype.org/__display/M2ECLIPSE/Developer+__Guide

       <https://docs.sonatype.org/display/M2ECLIPSE/Developer+Guide> and
               tried to import the Onboarding project in a similar way.
       That
               helped me to get rid of some errors, but I still get tons of
               them (for instance, for some reason I have problems with
               resolving/downloading s2-e36.target - could it be because I
               tried it with e3.7.1?). Do you have somewhere up-to-date
       wiki
               somewhere describing how to get started? Every mistake with
               setup costs a lot of time (when it starts
       verifying/downloading
               something it takes a lot of time and then shows an error).


           The target platform would be fine with 3.7.1, the most
       likely cause
           is that one of the update sites has had content removed.  Its
           probably easier to see what using the command line.


           _________________________________________________

           m2e-users mailing list
       m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>
       <mailto:m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>>
       https://dev.eclipse.org/__mailman/listinfo/m2e-users
       <https://dev.eclipse.org/mailman/listinfo/m2e-users>





       _________________________________________________

       m2e-users mailing list
       m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>
       https://dev.eclipse.org/__mailman/listinfo/m2e-users
       <https://dev.eclipse.org/mailman/listinfo/m2e-users>

   _________________________________________________

   m2e-users mailing list
   m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>
   https://dev.eclipse.org/__mailman/listinfo/m2e-users

   <https://dev.eclipse.org/mailman/listinfo/m2e-users>




_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top