DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39926>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39926





------- Additional Comments From [EMAIL PROTECTED]  2006-06-30 14:53 -------
I think it should build.  No symbols would need to be used that aren't present
in the 4.0 SDK.  The 'ClientApplication' class would be loaded via reflection
with Class.forName().  The method would be fetched from the class using
getMethod().  The method would then be invoked by calling invoke() on the Method
object.

In the event that the class is not found, a ClassNotFound exception would be
thrown.  In the event that the method is not found, a NoSuchMethod exception
would be thrown.  If these exceptions are properly caught, the feature the build
could continue whether or not ClientApplication.setName() is available.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to