How can I change my application name
How can I change my application name
- Subject: How can I change my application name
- From: Denis Stanton <email@hidden>
- Date: Wed, 26 Nov 2003 11:06:45 +1300
This should be easy, but I'm missing some detail.
I have a deployed project. I want to clone it with a different name so
that I can deploy two versions side by side on the same server. The
objective is to give the user a training or demonstration program,
accessing a separate copy of the database.
I also want to be able to make experimental changes to the interface
and logic of the test program without upsetting the other one.
I've copied the whole project folder under a new name, but I don't know
what values I need to change to make this project separate from its
brother. I renamed MyApp.pbproj as MyAppZ.pbproj. I opened Edit
Active Target and changed the product name from MyApp to MyAppZ. I
reindexed, cleaned and compiled to run. It fails with:
Can't load Application class, exiting...
java.lang.ClassNotFoundException: Application
I see that the Build folder contains only a stunted version of
MyAppZ.woa at 96k with a generic application icon.
Can anyone tell me what I missed?
Denis Stanton
email@hidden
Home: (09) 533 0391
mobile: 021 1433622
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.