Hi All,

Novice question. I installed the following examples library to get the 
Adwords API working against a sandbox environment.
adwords-axis-examples-1.10.0.tar.gz 

1. I changed the ads.properties file with the google adwords account 
credentials (this is *not* the account that I used to signup for the API):

# Credentials to use for accessing the AdWords API
# Either email and password or clientLoginToken should be provided
api.adwords.email=my_em...@gmail.com
api.adwords.password=my_password
api.adwords.clientCustomerId=
# Optional, for cached AuthTokens.
#api.adwords.clientLoginToken=INSERT_AUTH_TOKEN_HERE
api.adwords.userAgent=Tester
api.adwords.developerToken=my_em...@gmail.com++USD
api.adwords.isPartialFailure=false
api.adwords.returnMoneyInMicros=true
# Valid options are sandbox and production
api.adwords.environment=sandbox

# Enable/disable automatic OAuth2 token refreshing. Default is enabled.
# api.adwords.refreshOAuth2Token=true

3. I then compiled the examples using the following command (as defined in 
README) and the build was successful.
 
$mvn -X compile

4. I then ran the following example:

$mvn -X exec:java -Dexec.mainClass="adwords.axis.v201109.GetAllCampaigns"

I am receiving an error: java.lang.ClassNotFoundException: 
adwords.axis.v201109.GetAllCampaigns

Please check the attached error.txt file for more details.

Can one of you please let me know what could be going wrong and how to 
resolve the issue?

Thanks
Madhav

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: C:\Program Files\apache-maven-3.0.4\bin\..
Java version: 1.7.0_07, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_07\jre
Default locale: en_GB, platform encoding: Cp1252
OS name: "windows xp", version: "5.1", arch: "x86", family: "windows"
[INFO] Error stacktraces are turned on.
[DEBUG] Reading global settings from C:\Program 
Files\apache-maven-3.0.4\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Documents and Settings\Embassy of 
India\.m2\settings.xml
[DEBUG] Using local repository at C:\Documents and Settings\Embassy of 
India\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for 
C:\Documents and Settings\Embassy of India\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project 
com.google.api-ads.examples:adwords-axis-examples:jar:1.10.0: (none)
[DEBUG] Looking up lifecyle mappings for packaging jar from 
ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix exec from [org.apache.maven.plugins, 
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix exec to org.codehaus.mojo:exec-maven-plugin from 
POM com.google.api-ads.examples:adwords-axis-examples:jar:1.10.0
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: com.google.api-ads.examples:adwords-axis-examples:jar:1.10.0
[DEBUG] Tasks:   [exec:java]
[DEBUG] Style:   Regular
[DEBUG] =======================================================================
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building AdWords Examples using Axis 1.10.0
[INFO] ------------------------------------------------------------------------
[DEBUG] Resolving plugin prefix exec from [org.apache.maven.plugins, 
org.codehaus.mojo]
[DEBUG] Resolved plugin prefix exec to org.codehaus.mojo:exec-maven-plugin from 
POM com.google.api-ads.examples:adwords-axis-examples:jar:1.10.0
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, 
process-sources, generate-resources, process-resources, compile, 
process-classes, generate-test-sources, process-test-sources, 
generate-test-resources, process-test-resources, test-compile, 
process-test-classes, test, prepare-package, package, pre-integration-test, 
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, 
process-sources, generate-resources, process-resources, compile, 
process-classes, generate-test-sources, process-test-sources, 
generate-test-resources, process-test-resources, test-compile, 
process-test-classes, test, prepare-package, package, pre-integration-test, 
integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       com.google.api-ads.examples:adwords-axis-examples:1.10.0
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [test]
[DEBUG] Repositories (dependencies): [central 
(http://repo.maven.apache.org/maven2, releases)]
[DEBUG] Repositories (plugins)     : [central 
(http://repo.maven.apache.org/maven2, releases)]
[DEBUG] --- init fork of 
com.google.api-ads.examples:adwords-axis-examples:1.10.0 for 
org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) ---
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] --- exit fork of 
com.google.api-ads.examples:adwords-axis-examples:1.10.0 for 
org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) ---
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.codehaus.mojo:exec-maven-plugin:1.2.1:java 
(default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <arguments>${exec.arguments}</arguments>
  <classpathScope 
default-value="runtime">${exec.classpathScope}</classpathScope>
  <cleanupDaemonThreads>${exec.cleanupDaemonThreads} 
default-value=</cleanupDaemonThreads>
  <commandlineArgs>${exec.args}</commandlineArgs>
  <daemonThreadJoinTimeout 
default-value="15000">${exec.daemonThreadJoinTimeout}</daemonThreadJoinTimeout>
  <includePluginDependencies 
default-value="false">${exec.includePluginDependencies}</includePluginDependencies>
  <includeProjectDependencies 
default-value="true">${exec.includeProjectDependencies}</includeProjectDependencies>
  <keepAlive default-value="false">${exec.keepAlive}</keepAlive>
  <killAfter default-value="-1">${exec.killAfter}</killAfter>
  <localRepository default-value="${localRepository}"/>
  <mainClass>${exec.mainClass}</mainClass>
  <pluginDependencies default-value="${plugin.artifacts}"/>
  <project default-value="${project}"/>
  <remoteRepositories default-value="${project.remoteArtifactRepositories}"/>
  <skip default-value="false">${skip}</skip>
  <sourceRoot>${sourceRoot}</sourceRoot>
  <stopUnresponsiveDaemonThreads>${exec.stopUnresponsiveDaemonThreads} 
default-value=</stopUnresponsiveDaemonThreads>
  <testSourceRoot>${testSourceRoot}</testSourceRoot>
</configuration>
[DEBUG] =======================================================================
[INFO] 
[INFO] >>> exec-maven-plugin:1.2.1:java (default-cli) @ adwords-axis-examples 
>>>
[INFO] 
[INFO] <<< exec-maven-plugin:1.2.1:java (default-cli) @ adwords-axis-examples 
<<<
[DEBUG] com.google.api-ads.examples:adwords-axis-examples:jar:1.10.0
[DEBUG]    com.google.api-ads:ads-lib:jar:1.10.0:compile
[DEBUG]       com.google.guava:guava:jar:13.0.1:compile
[DEBUG]       com.google.inject:guice:jar:3.0:compile
[DEBUG]          javax.inject:javax.inject:jar:1:compile
[DEBUG]          aopalliance:aopalliance:jar:1.0:compile
[DEBUG]       com.google.inject.extensions:guice-assistedinject:jar:3.0:compile
[DEBUG]       commons-configuration:commons-configuration:jar:1.6:compile
[DEBUG]          commons-collections:commons-collections:jar:3.2.1:compile
[DEBUG]          commons-lang:commons-lang:jar:2.4:compile
[DEBUG]          commons-logging:commons-logging:jar:1.1.1:compile
[DEBUG]          commons-digester:commons-digester:jar:1.8:compile
[DEBUG]             commons-beanutils:commons-beanutils:jar:1.7.0:compile
[DEBUG]          commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[DEBUG]       net.sf.opencsv:opencsv:jar:1.8:compile
[DEBUG]       org.reflections:reflections:jar:0.9.5:compile
[DEBUG]          javassist:javassist:jar:3.12.1.GA:compile
[DEBUG]          dom4j:dom4j:jar:1.6.1:compile
[DEBUG]             xml-apis:xml-apis:jar:1.0.b2:compile
[DEBUG]       org.slf4j:slf4j-api:jar:1.6.1:compile
[DEBUG]       joda-time:joda-time:jar:1.6:compile
[DEBUG]       com.google.api-client:google-api-client:jar:1.11.0-beta:compile
[DEBUG]       
com.google.oauth-client:google-oauth-client:jar:1.11.0-beta:compile
[DEBUG]          com.google.code.findbugs:jsr305:jar:1.3.9:compile
[DEBUG]    com.google.api-ads:adwords-axis:jar:1.10.0:compile
[DEBUG]       com.google.api-ads:ads-lib-axis:jar:1.10.0:compile
[DEBUG]          commons-discovery:commons-discovery:jar:0.4:compile
[DEBUG]          javax.xml:jaxrpc-api:jar:1.1:compile
[DEBUG]          org.apache.axis:axis:jar:1.4:compile
[DEBUG]          wsdl4j:wsdl4j:jar:1.6.2:compile
[DEBUG]    
com.google.http-client:google-http-client-jackson2:jar:1.11.0-beta:compile
[DEBUG]       com.google.http-client:google-http-client:jar:1.11.0-beta:compile
[DEBUG]          org.apache.httpcomponents:httpclient:jar:4.0.3:compile
[DEBUG]             org.apache.httpcomponents:httpcore:jar:4.0.1:compile
[DEBUG]             commons-codec:commons-codec:jar:1.3:compile
[DEBUG]          xpp3:xpp3:jar:1.1.4c:compile
[DEBUG]       com.fasterxml.jackson.core:jackson-core:jar:2.0.5:compile
[DEBUG]    log4j:log4j:jar:1.2.16:compile
[DEBUG]    org.slf4j:slf4j-log4j12:jar:1.6.2:compile
[INFO] 
[INFO] --- exec-maven-plugin:1.2.1:java (default-cli) @ adwords-axis-examples 
---
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.sonatype.aether.transfer < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.sonatype.aether.metadata < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.sonatype.aether.collection < plexus.core
[DEBUG]   Imported: org.sonatype.aether.version < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.sonatype.aether.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.sonatype.aether.artifact < plexus.core
[DEBUG]   Imported: org.sonatype.aether.spi < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < 
plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.graph < plexus.core
[DEBUG]   Imported: org.sonatype.aether.* < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.sonatype.aether.impl < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.sonatype.aether.deployment < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < 
plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < 
plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.sonatype.aether.installation < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.sonatype.aether.resolution < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Populating class realm maven.api
[DEBUG] org.codehaus.mojo:exec-maven-plugin:jar:1.2.1:
[DEBUG]    org.apache.maven:maven-toolchain:jar:1.0:compile
[DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-settings:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
[DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
[DEBUG]       
org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
[DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
[DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
[DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
[DEBUG]       commons-cli:commons-cli:jar:1.0:compile
[DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
[DEBUG]       
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
[DEBUG]       org.apache.maven:maven-monitor:jar:2.0.6:compile
[DEBUG]       classworlds:classworlds:jar:1.1:compile
[DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
[DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:compile
[DEBUG]       junit:junit:jar:3.8.2:test (scope managed from compile) (version 
managed from 3.8.1)
[DEBUG]    org.apache.commons:commons-exec:jar:1.1:compile
[DEBUG] Created new class realm plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1
[DEBUG] Importing foreign packages into class realm 
plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1
[DEBUG]   Included: org.codehaus.mojo:exec-maven-plugin:jar:1.2.1
[DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
[DEBUG]   Included: commons-cli:commons-cli:jar:1.0
[DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
[DEBUG]   Included: org.apache.commons:commons-exec:jar:1.1
[DEBUG]   Excluded: org.apache.maven:maven-toolchain:jar:1.0
[DEBUG]   Excluded: org.apache.maven:maven-project:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-settings:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-profile:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-model:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-core:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.6
[DEBUG]   Excluded: org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG]   Excluded: classworlds:classworlds:jar:1.1
[DEBUG]   Excluded: org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG]   Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
[DEBUG]   Excluded: junit:junit:jar:3.8.2
[DEBUG] Configuring mojo org.codehaus.mojo:exec-maven-plugin:1.2.1:java from 
plugin realm ClassRealm[plugin>org.codehaus.mojo:exec-maven-plugin:1.2.1, 
parent: sun.misc.Launcher$AppClassLoader@15601ea]
[DEBUG] Configuring mojo 'org.codehaus.mojo:exec-maven-plugin:1.2.1:java' with 
basic configurator -->
[DEBUG]   (f) arguments = []
[DEBUG]   (f) classpathScope = runtime
[DEBUG]   (f) cleanupDaemonThreads = false
[DEBUG]   (f) daemonThreadJoinTimeout = 15000
[DEBUG]   (f) includePluginDependencies = false
[DEBUG]   (f) includeProjectDependencies = true
[DEBUG]   (f) keepAlive = false
[DEBUG]   (f) killAfter = -1
[DEBUG]   (f) localRepository =        id: local
      url: 
file:///C:/Documents%20and%20Settings/Embassy%20of%20India/.m2/repository/
   layout: none

[DEBUG]   (f) mainClass = adwords.axis.v201109.GetAllCampaigns
[DEBUG]   (f) pluginDependencies = 
[org.codehaus.mojo:exec-maven-plugin:maven-plugin:1.2.1:, 
org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile, 
org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile, 
commons-cli:commons-cli:jar:1.0:compile, 
org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile, 
org.codehaus.plexus:plexus-utils:jar:2.0.5:compile, 
org.apache.commons:commons-exec:jar:1.1:compile]
[DEBUG]   (f) project = MavenProject: 
com.google.api-ads.examples:adwords-axis-examples:1.10.0 @ 
C:\tmp\adwords-examples\adwords_axis\pom.xml
[DEBUG]   (f) remoteRepositories = [       id: central
      url: http://repo.maven.apache.org/maven2
   layout: default
snapshots: [enabled => false, update => daily]
 releases: [enabled => true, update => daily]
]
[DEBUG]   (f) skip = false
[DEBUG]   (f) stopUnresponsiveDaemonThreads = false
[DEBUG] -- end configuration --
[DEBUG] Invoking : adwords.axis.v201109.GetAllCampaigns.main()
[DEBUG] Plugin Dependencies will be excluded.
[DEBUG] Project Dependencies will be included.
[DEBUG] Collected project artifacts 
[com.google.api-ads:ads-lib:jar:1.10.0:compile, 
com.google.guava:guava:jar:13.0.1:compile, 
com.google.inject:guice:jar:3.0:compile, 
javax.inject:javax.inject:jar:1:compile, 
aopalliance:aopalliance:jar:1.0:compile, 
com.google.inject.extensions:guice-assistedinject:jar:3.0:compile, 
commons-configuration:commons-configuration:jar:1.6:compile, 
commons-collections:commons-collections:jar:3.2.1:compile, 
commons-lang:commons-lang:jar:2.4:compile, 
commons-logging:commons-logging:jar:1.1.1:compile, 
commons-digester:commons-digester:jar:1.8:compile, 
commons-beanutils:commons-beanutils:jar:1.7.0:compile, 
commons-beanutils:commons-beanutils-core:jar:1.8.0:compile, 
net.sf.opencsv:opencsv:jar:1.8:compile, 
org.reflections:reflections:jar:0.9.5:compile, 
javassist:javassist:jar:3.12.1.GA:compile, dom4j:dom4j:jar:1.6.1:compile, 
xml-apis:xml-apis:jar:1.0.b2:compile, org.slf4j:slf4j-api:jar:1.6.1:compile, 
joda-time:joda-time:jar:1.6:compile, 
com.google.api-client:google-api-client:jar:1.11.0-beta:compile, 
com.google.oauth-client:google-oauth-client:jar:1.11.0-beta:compile, 
com.google.code.findbugs:jsr305:jar:1.3.9:compile, 
com.google.api-ads:adwords-axis:jar:1.10.0:compile, 
com.google.api-ads:ads-lib-axis:jar:1.10.0:compile, 
commons-discovery:commons-discovery:jar:0.4:compile, 
javax.xml:jaxrpc-api:jar:1.1:compile, org.apache.axis:axis:jar:1.4:compile, 
wsdl4j:wsdl4j:jar:1.6.2:compile, 
com.google.http-client:google-http-client-jackson2:jar:1.11.0-beta:compile, 
com.google.http-client:google-http-client:jar:1.11.0-beta:compile, 
org.apache.httpcomponents:httpclient:jar:4.0.3:compile, 
org.apache.httpcomponents:httpcore:jar:4.0.1:compile, 
commons-codec:commons-codec:jar:1.3:compile, xpp3:xpp3:jar:1.1.4c:compile, 
com.fasterxml.jackson.core:jackson-core:jar:2.0.5:compile, 
log4j:log4j:jar:1.2.16:compile, org.slf4j:slf4j-log4j12:jar:1.6.2:compile]
[DEBUG] Collected project classpath 
[C:\tmp\adwords-examples\adwords_axis\target\classes]
[DEBUG] Adding to classpath : 
file:/C:/tmp/adwords-examples/adwords_axis/target/classes/
[DEBUG] Adding project dependency artifact: ads-lib to classpath
[DEBUG] Adding project dependency artifact: guava to classpath
[DEBUG] Adding project dependency artifact: guice to classpath
[DEBUG] Adding project dependency artifact: javax.inject to classpath
[DEBUG] Adding project dependency artifact: aopalliance to classpath
[DEBUG] Adding project dependency artifact: guice-assistedinject to classpath
[DEBUG] Adding project dependency artifact: commons-configuration to classpath
[DEBUG] Adding project dependency artifact: commons-collections to classpath
[DEBUG] Adding project dependency artifact: commons-lang to classpath
[DEBUG] Adding project dependency artifact: commons-logging to classpath
[DEBUG] Adding project dependency artifact: commons-digester to classpath
[DEBUG] Adding project dependency artifact: commons-beanutils to classpath
[DEBUG] Adding project dependency artifact: commons-beanutils-core to classpath
[DEBUG] Adding project dependency artifact: opencsv to classpath
[DEBUG] Adding project dependency artifact: reflections to classpath
[DEBUG] Adding project dependency artifact: javassist to classpath
[DEBUG] Adding project dependency artifact: dom4j to classpath
[DEBUG] Adding project dependency artifact: xml-apis to classpath
[DEBUG] Adding project dependency artifact: slf4j-api to classpath
[DEBUG] Adding project dependency artifact: joda-time to classpath
[DEBUG] Adding project dependency artifact: google-api-client to classpath
[DEBUG] Adding project dependency artifact: google-oauth-client to classpath
[DEBUG] Adding project dependency artifact: jsr305 to classpath
[DEBUG] Adding project dependency artifact: adwords-axis to classpath
[DEBUG] Adding project dependency artifact: ads-lib-axis to classpath
[DEBUG] Adding project dependency artifact: commons-discovery to classpath
[DEBUG] Adding project dependency artifact: jaxrpc-api to classpath
[DEBUG] Adding project dependency artifact: axis to classpath
[DEBUG] Adding project dependency artifact: wsdl4j to classpath
[DEBUG] Adding project dependency artifact: google-http-client-jackson2 to 
classpath
[DEBUG] Adding project dependency artifact: google-http-client to classpath
[DEBUG] Adding project dependency artifact: httpclient to classpath
[DEBUG] Adding project dependency artifact: httpcore to classpath
[DEBUG] Adding project dependency artifact: commons-codec to classpath
[DEBUG] Adding project dependency artifact: xpp3 to classpath
[DEBUG] Adding project dependency artifact: jackson-core to classpath
[DEBUG] Adding project dependency artifact: log4j to classpath
[DEBUG] Adding project dependency artifact: slf4j-log4j12 to classpath
[DEBUG] joining on thread 
Thread[adwords.axis.v201109.GetAllCampaigns.main(),5,adwords.axis.v201109.GetAllCampaigns]
[WARNING] 
java.lang.ClassNotFoundException: adwords.axis.v201109.GetAllCampaigns
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:285)
        at java.lang.Thread.run(Thread.java:722)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.188s
[INFO] Finished at: Thu Oct 11 15:04:08 CEST 2012
[INFO] Final Memory: 5M/14M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java 
(default-cli) on project adwords-axis-examples: An exception occured while 
executing the Java class. adwords.axis.v201109.GetAllCampaigns -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on project 
adwords-axis-examples: An exception occured while executing the Java class. 
adwords.axis.v201109.GetAllCampaigns
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
        at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
        at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        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:601)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: An exception occured 
while executing the Java class. adwords.axis.v201109.GetAllCampaigns
        at org.codehaus.mojo.exec.ExecJavaMojo.execute(ExecJavaMojo.java:352)
        at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 19 more
Caused by: java.lang.ClassNotFoundException: 
adwords.axis.v201109.GetAllCampaigns
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:285)
        at java.lang.Thread.run(Thread.java:722)
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Reply via email to