Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Antwort: [SPAM] Re: Antwort: [SPAM] Re: Having problems with M2Eclipse lately

Thanks for the patch... I noticed the link below (https://repository.sonatype.org/content/sites/forge-sites/m2e/1.2.0/N/) doesn't appear to be an update site.  How do we install the build when it's done... there is a plugins and features folders which you usually just copy the contents to eclipse plugins but what about the artifacts.jar and content.jar... are those just supposed to live in the eclipse folder?

Thanks.

Keith

On Wed, Jul 25, 2012 at 7:05 AM, Fred Bricon <fbricon@xxxxxxxxx> wrote:
I've pushed Mike's patches for  https://bugs.eclipse.org/bugs/show_bug.cgi?id=384510 

Hopefully, a new CI build will show up later today at  https://repository.sonatype.org/content/sites/forge-sites/m2e/1.2.0/N/ (one with today's date in its version)

Sascha, if the new build doesn't fix your issue, please open a one at  https://bugs.eclipse.org/bugs/enter_bug.cgi?product=m2e 

Regards,

Fred Bricon


On Wed, Jul 25, 2012 at 12:34 PM, Sascha Vujevic <sascha.vujevic@xxxxxxxxxxxxx> wrote:

No, this change is only local.


Freundliche Grüße

    Sascha Vujevic
    ERGO Direkt Versicherungen
    Software-Architektur & Technologie
    Karl-Martell-Straße 60
    90344 Nürnberg
    Deutschland
    Tel.: +49-911-148-2082




Von:        Igor Fedorenko <igor@xxxxxxxxxxxxxx>
An:        m2e-users@xxxxxxxxxxx
Datum:        25.07.2012 12:30
Betreff:        [SPAM] Re: [m2e-users] Antwort: [SPAM] Re: Having problems with M2Eclipse lately
Gesendet von:        m2e-users-bounces@xxxxxxxxxxx






On 12-07-25 1:57 AM, Sascha Vujevic wrote:
>
> I think the problem is in the *ProjectConfigurationManager**.class*.
>
> If i understand the code right, the methode "create" renames the
> project-folders if the name of the project differs
> from the entry of the modul-name in the pom.xml. Why this is implemented
> in the m2e-core modul and not in
> m2eeclipse-subclipse and why this behaviour is made in m2e 1.0/1.1 i
> don't understand.
>
> In one forum-post is written, that sontype has no interests any more
> about subversion because they are using git.
>
>
https://github.com/sonatype/m2eclipse-subclipse/issues/3

>
http://dev.eclipse.org/mhonarc/lists/m2e-users/msg02312.html
>
> I have already opened a post about that problem but had no reply.
>
> I have patched m2e-core, but the problem is, that every time m2e-core
> changes, an it change very often, i have
> to patch again.
>
> Here is my hack:
>
> Change
>
> *if*(!projectDir.equals(newProject))
>
> to
>
> *if*(!projectDir.equals(newProject) && *null*==projectInfo.getParent())
>

Did you submit your patch and corresponding regression tests?

--
Regards,
Igor

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



www.ergodirekt.de
www.facebook.com/ergodirekt
www.twitter.com/ergodirekt

_______________________

ERGO Direkt Lebensversicherung AG · Sitz: Fürth
Amtsgericht Fürth HRB 2787 · UST-ID-Nr. DE159593454
ERGO Direkt Versicherung AG · Sitz: Fürth
Amtsgericht Fürth HRB 2934 · UST-ID-Nr. DE159593438
ERGO Direkt Krankenversicherung AG · Sitz: Fürth
Amtsgericht Fürth HRB 4694 · UST-ID-Nr. DE159593446
Vorsitzender der Aufsichtsräte: Dr. Daniel von Borries
Vorstände: Peter M. Endres (Vorsitzender),
Ralf Hartmann, Dr. Jörg Stoffels
Adresse: Karl-Martell-Straße 60 · 90344 Nürnberg · Deutschland

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




--
"Have you tried turning it off and on again" - The IT Crowd

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




--
Keith Barlow

Software Engineer
Dell Boomi


Back to the top