I now resolve most of the errors after Wonder import and Eclipse Dance.
Thanks for your help.
But I am still not able to get my first ponder based app to compile properly because of this error:
...
...
... (Here i got INFO & DEBUG Messages)
WARN (ERXNSLogLog4jBridge.java:44) - Principal class '' not found in bundle WOLips
WARN (ERXResourceManager.java:113) - Application project found: Will locate resources in '/home/test/git/ponder/ERAddressBookExample/build/ERAddressBookExample.woa' rather than '/home/test/git/ponder/ERAddressBookExample/build/ERAddressBookExample.woa' .
WARN (ERXNSLogLog4jBridge.java:44) - Application project found: Will locate resources in '/home/test/git/ponder/ERAddressBookExample/build/ERAddressBookExample.woa' rather than '/home/test/git/ponder/ERAddressBookExample/build/ERAddressBookExample.woa' .
WARN (ERXResourceManager.java:113) - Application project found: Will locate resources in '/home/test/git/ponder/ERAddressBookExample/build/ERAddressBookExample.woa' rather than '/home/test/git/ponder/ERAddressBookExample/build/ERAddressBookExample.woa' .
WARN (ERXNSLogLog4jBridge.java:44) - A fatal exception occurred: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property.
[2015-3-24 21:20:5 WAT] <main> java.lang.IllegalArgumentException: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property.
at er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:139)
at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:116)
at er.extensions.ERXFrameworkPrincipal$Observer.willFinishInitialization(ERXFrameworkPrincipal.java:94)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.webobjects.foundation.NSSelector._safeInvokeMethod(NSSelector.java:122)
at com.webobjects.foundation.NSNotificationCenter$_Entry.invokeMethod(NSNotificationCenter.java:588)
at com.webobjects.foundation.NSNotificationCenter.postNotification(NSNotificationCenter.java:532)
at er.extensions.appserver.ERXApplication.<init>(ERXApplication.java:1162)
at er.addressbookexample.Application.<init>(Application.java:14)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at java.lang.Class.newInstance(Class.java:374)
at com.webobjects.appserver.WOApplication.main(WOApplication.java:547)
at er.extensions.appserver.ERXApplication.main(ERXApplication.java:866)
at er.addressbookexample.Application.main(Application.java:18)
APPLICATION SHUTDOWN SEQUENCE COMPLETE