AdWords API Re: Java Client Library Updated (v2.1.0)

2008-08-31 Thread Achal Rastogi
j2ee dependency might be removed but it still exist in includelib folder and become part of full jar when built from source. On Aug 28, 10:54 am, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > An updated version of Java client library is available > fromhttp://code.google.com/p/google-api-adwo

AdWords API Re: source code and compiled .jar do not appear to be the same in awapi_java_lib_1.0.1

2008-08-31 Thread Achal Rastogi
I compiled the source on my own and am successfully using it right now. I faced similar issues, quick summary below: 1) Problem is this line : ((AdWordsService) obj).setServiceAccountant(new ServiceAccountant((Stub) obj)); this is line 173 of BaseCredentials.java - if you are not aware of aspe