Re: Maven Optimism

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Wed Jul 09 2008 - 21:00:05 EDT

  • Next message: Lachlan Deck: "Re: Maven Optimism"

    On 10/07/2008, at 10:11 AM, Pierce T. Wetter III wrote:

    >>> How would Maven handle it if the package name for the Application
    >>> were changed in Eclispe?
    >>
    >> Huh?
    >
    > I think he means lets say you have your Application.java in a
    > package thusly:
    >
    > com.twinforces.myCoolApp.Application
    >
    > And you change it to:
    >
    > com.twinforces.myCoolerApp.Application
    >
    > What do you have to edit so that the new value ends up in
    > MacOSClassPath.txt.

    <project>
            <...>
            <properties>
                    <mainclass>your.appserver.Application</mainclass>
            </properties>
    </project>

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Wed Jul 09 2008 - 21:00:54 EDT