Skip to main content

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


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

Back to the top