Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Logging in m2e

I think a warning marker on pom.xml is more appropriate to communicate
information about potential project misconfiguration. This is where
Eclipse users are expected to see it.

Log, maven or not, is for troubleshooting on m2e/maven/configurators
behaviour, imho.

--
Regards,
Igor

On 11-02-14 11:16 AM, olivier nouguier wrote:


On Mon, Feb 14, 2011 at 5:05 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx
<mailto:igor@xxxxxxxxxxxxxx>> wrote:

    What do you want to write to Maven console?

I'm writing configurator to force some eclipse settings (encoding,
formatting ...) from a shared maven artifact.
For instance I'd like to put some WARN messages if encoding is not
specified in the maven-compiler-plugin configuration.


    Our current thinking is that all code should use slf4j and what shows in
    the console will be decided based on logback configuration.

    What do you think?

I think that I have to learn logback :) and how to plug my
"log4j.properties" in it.
Thanks.

    --
    Regards,
    Igor


    On 11-02-14 10:44 AM, olivier nouguier wrote:

        Hi,
           Since the last update, the MavenConsole has disappeared (at least
        from API).
           How can we log in the MavenConsole from now?
        Thanks.

        Regards,
        Olivier

        --
        "Computers are useless. They can only give you answers."
        - Pablo Picasso -



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

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




--
"Computers are useless. They can only give you answers."
- Pablo Picasso -



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


Back to the top