Re: Maven Optimism
Re: Maven Optimism
- Subject: Re: Maven Optimism
- From: Lachlan Deck <email@hidden>
- Date: Thu, 10 Jul 2008 11:00:05 +1000
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden