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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]