Re: Can't compile AdWords API Example File?

2012-08-15 Thread Kevin Winter
Hi James,
  Unfortunately, we don't use maven on Windows, so our ability to continue 
troubleshooting is somewhat limited.  Perhaps a maven mailing 
listmay be able to help?

That said, you aren't required to use maven to work with the new java 
library.  You can also download the tarball labeled "-dependencies" for 
adwords-axis which has the entire library (sans examples) plus all required 
jars.  Add these jars to your classpath and you should be good to go.  You 
will have to manually update (which is why a lot of people prefer maven), 
but it does have the advantage of being simple and quick to get up and 
running (if you aren't already using maven).

- Kevin Winter
AdWords API Team

On Tuesday, August 14, 2012 10:43:08 AM UTC-4, Whistler Media wrote:
>
> Hey,
> I don't think it is a corporate firewall issue because I can get an 
> example to work easily easily on my Linux Mint partition. 
>
>  I tried a basic hello world example which was what I provided snapshots 
> of before and it failed to work on Win 7. It did get further in the process 
> when I turned my personal firewall off on the  Win 7. Has there been in 
> other issues with Maven 2.2.1 on a 64 bit Win 7 machine? 
>
> It does bother me somewhat that the latest Windows operating system 
> mentioned at maven.apache.org is Win XP and the installation for Maven 
> 3.0.4 is the same Maven 2.2.1 which is wrong because the directory 
> structure is different between these two versions and if you follow the 
> Maven 3.0.4 example exactly it will fail to work. I also tried to download 
> the eclipse plugin in Eclipse and it has crashed.
>
> Best Regards,
>
> James R. 
>
>
>
> On Monday, August 13, 2012 1:45:52 PM UTC-5, Kevin Winter wrote:
>>
>> Hi James,
>>   Based on these screenshots, it doesn't look like it's getting far 
>> enough to execute our library.  Besides your Window's machine firewall, are 
>> you perhaps behind a corporate firewall?  I'd recommend trying to compile 
>> another project with maven to make sure maven can reach any repositories.
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Monday, August 13, 2012 12:58:14 PM UTC-4, Whistler Media wrote:
>>>
>>>
>>> Hey, 
>>> I have some snapshots before and after the firewall here.  I tried using 
>>> the "hello world" example found on this link  
>>> http://www.sonatype.com/books/mvnex-book/reference/simple-project-sect-create-simple.html
>>> .
>>> Best Regards,
>>> James R.
>>> On Monday, August 13, 2012 8:48:03 AM UTC-5, Kevin Winter wrote:

 Hi,
   I'd like to echo jstedman's comments.  The commandline output 
 definitely makes it sound like a firewall or network issue.  The values in 
 ads.properties are only used when the example is run, and the stacktrace 
 would look much different if it got that far.  I suspect that your Mint 
 machine has a different network environment from the windows machine, 
 allowing maven to pull the dependecies, etc, that it needs.

 - Kevin Winter
 AdWords API Team

 On Friday, August 10, 2012 1:01:10 PM UTC-4, jstedman wrote:
>
> I would also try to create and compile a simple maven project using a 
> basic archetype and see if it works on your windows machine. I don't 
> think 
> newlines should matter much in a pom.xml or java source file and I 
> wouldn't 
> think a properties file would cause build headaches like this.
>


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Can't compile AdWords API Example File?

2012-08-14 Thread Whistler Media
Hey,
I don't think it is a corporate firewall issue because I can get an example 
to work easily easily on my Linux Mint partition. 

 I tried a basic hello world example which was what I provided snapshots of 
before and it failed to work on Win 7. It did get further in the process 
when I turned my personal firewall off on the  Win 7. Has there been in 
other issues with Maven 2.2.1 on a 64 bit Win 7 machine? 

It does bother me somewhat that the latest Windows operating system 
mentioned at maven.apache.org is Win XP and the installation for Maven 
3.0.4 is the same Maven 2.2.1 which is wrong because the directory 
structure is different between these two versions and if you follow the 
Maven 3.0.4 example exactly it will fail to work. I also tried to download 
the eclipse plugin in Eclipse and it has crashed.

Best Regards,

James R. 



On Monday, August 13, 2012 1:45:52 PM UTC-5, Kevin Winter wrote:
>
> Hi James,
>   Based on these screenshots, it doesn't look like it's getting far enough 
> to execute our library.  Besides your Window's machine firewall, are you 
> perhaps behind a corporate firewall?  I'd recommend trying to compile 
> another project with maven to make sure maven can reach any repositories.
>
> - Kevin Winter
> AdWords API Team
>
> On Monday, August 13, 2012 12:58:14 PM UTC-4, Whistler Media wrote:
>>
>>
>> Hey, 
>> I have some snapshots before and after the firewall here.  I tried using 
>> the "hello world" example found on this link  
>> http://www.sonatype.com/books/mvnex-book/reference/simple-project-sect-create-simple.html
>> .
>> Best Regards,
>> James R.
>> On Monday, August 13, 2012 8:48:03 AM UTC-5, Kevin Winter wrote:
>>>
>>> Hi,
>>>   I'd like to echo jstedman's comments.  The commandline output 
>>> definitely makes it sound like a firewall or network issue.  The values in 
>>> ads.properties are only used when the example is run, and the stacktrace 
>>> would look much different if it got that far.  I suspect that your Mint 
>>> machine has a different network environment from the windows machine, 
>>> allowing maven to pull the dependecies, etc, that it needs.
>>>
>>> - Kevin Winter
>>> AdWords API Team
>>>
>>> On Friday, August 10, 2012 1:01:10 PM UTC-4, jstedman wrote:

 I would also try to create and compile a simple maven project using a 
 basic archetype and see if it works on your windows machine. I don't think 
 newlines should matter much in a pom.xml or java source file and I 
 wouldn't 
 think a properties file would cause build headaches like this.

>>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Can't compile AdWords API Example File?

2012-08-13 Thread Kevin Winter
Hi James,
  Based on these screenshots, it doesn't look like it's getting far enough 
to execute our library.  Besides your Window's machine firewall, are you 
perhaps behind a corporate firewall?  I'd recommend trying to compile 
another project with maven to make sure maven can reach any repositories.

- Kevin Winter
AdWords API Team

On Monday, August 13, 2012 12:58:14 PM UTC-4, Whistler Media wrote:
>
>
> Hey, 
> I have some snapshots before and after the firewall here.  I tried using 
> the "hello world" example found on this link  
> http://www.sonatype.com/books/mvnex-book/reference/simple-project-sect-create-simple.html
> .
> Best Regards,
> James R.
> On Monday, August 13, 2012 8:48:03 AM UTC-5, Kevin Winter wrote:
>>
>> Hi,
>>   I'd like to echo jstedman's comments.  The commandline output 
>> definitely makes it sound like a firewall or network issue.  The values in 
>> ads.properties are only used when the example is run, and the stacktrace 
>> would look much different if it got that far.  I suspect that your Mint 
>> machine has a different network environment from the windows machine, 
>> allowing maven to pull the dependecies, etc, that it needs.
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Friday, August 10, 2012 1:01:10 PM UTC-4, jstedman wrote:
>>>
>>> I would also try to create and compile a simple maven project using a 
>>> basic archetype and see if it works on your windows machine. I don't think 
>>> newlines should matter much in a pom.xml or java source file and I wouldn't 
>>> think a properties file would cause build headaches like this.
>>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Can't compile AdWords API Example File?

2012-08-13 Thread Kevin Winter
Hi,
  I'd like to echo jstedman's comments.  The commandline output definitely 
makes it sound like a firewall or network issue.  The values in 
ads.properties are only used when the example is run, and the stacktrace 
would look much different if it got that far.  I suspect that your Mint 
machine has a different network environment from the windows machine, 
allowing maven to pull the dependecies, etc, that it needs.

- Kevin Winter
AdWords API Team

On Friday, August 10, 2012 1:01:10 PM UTC-4, jstedman wrote:
>
> I would also try to create and compile a simple maven project using a 
> basic archetype and see if it works on your windows machine. I don't think 
> newlines should matter much in a pom.xml or java source file and I wouldn't 
> think a properties file would cause build headaches like this.
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Can't compile AdWords API Example File?

2012-08-10 Thread jstedman
I would also try to create and compile a simple maven project using a basic 
archetype and see if it works on your windows machine. I don't think 
newlines should matter much in a pom.xml or java source file and I wouldn't 
think a properties file would cause build headaches like this.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Can't compile AdWords API Example File?

2012-08-10 Thread Adwords Account
I got it to compile on Linux Mint. I guess the whole issue is that the
example files were created on a Linux and the fact that new line and
carriage return are used to delimit files differently between the two
systems. There also may be some underlying authentication issues.



On Thu, Aug 9, 2012 at 8:17 AM, Adwords Account
wrote:

>
> One last thing for ads.properties I updated it to insure that each
> statement is on a unique line. I also updated useragent, developertoken,
> and CustomerId to my respective values and the adwords environment is set
> to sandbox.
>
> I am still running into the same issue however.
>
>
>
> On Thu, Aug 9, 2012 at 7:46 AM, Adwords Account  > wrote:
>
>> Hey,
>>
>> I just tried using mvn using administrative settings and turning off
>> firewall it still stalling for 20 mins after the command prompt displays:
>>
>> *[Debug] attempting to create parent directories for destination:
>> maven-parent-9.pom.tmp*
>>
>>
>> I then went to the ads.properties (see screenshot) and changed my
>> password so that it was wrong and I got the same problem as before to
>> insure that it was not an authentication issue
>>
>> I have attached here a copy of the default ads.properties without the
>> email and password  to insure its correctness the file I compiled email
>> field was set to my real Email and password field to my real Password.
>>
>> Best Regards,
>> James R.
>>
>>
>> On Wed, Aug 8, 2012 at 1:11 PM, Whistler Media > > wrote:
>>
>>> Hey,
>>>
>>>
>>>
>>> Q1 (see screenshots and commandoutput to answer question):
>>>
>>>- I setup both Java, Marvin,downloaded the adwords_examples folder
>>>from developer.google.com/adwords/api/ ,and sets ad.properties to my
>>>login details pasting it to the directory I was using for the example. I
>>>could not get it to run. It says "Error Stack traces Turned On" and after
>>>the screen shot I showed  "Can Not Find Parent" *pom:12* among other 
>>> things.
>>>   - I am using Marven 2.2.1, jdk 1.7.0_04, and have a 64 bit Win 7
>>>   Lenovo computer.
>>>
>>>
>>>- I downloaded adword-examples from the Google API folder and am
>>>   working off of there.
>>>
>>>
>>>- I want to implement this through the Adwords API SandBox
>>>
>>>
>>> Q2:
>>>
>>>- Anyone have any idea how to get Marven 3.0.4 I could not file a
>>>/bin directory when I was setting Environmental Variables and this is the
>>>only instruction on Marven's  website I could find for Windows.
>>>- These are the instructions I followed:
>>>
>>>  Windows 2000/XP
>>>
>>>
>>>1. Unzip the distribution archive, i.e. apache-maven-3.0.4-bin.zip to
>>>  the directory you wish to install Maven 3.0.4. These instructions 
>>> assume
>>>  you chose C:\Program Files\Apache Software Foundation. The
>>>  subdirectory apache-maven-3.0.4 will be created from the
>>>  archive.
>>>  2. Add the M2_HOME environment variable by opening up the
>>>  system properties (WinKey + Pause), selecting the "Advanced" tab, 
>>> and the
>>>  "Environment Variables" button, then adding the M2_HOME variable
>>>  in the user variables with the value C:\Program Files\Apache
>>>  Software Foundation\apache-maven-3.0.4. Be sure to omit any
>>>  quotation marks around the path even if it contains spaces. *
>>>  Note*: For Maven < 2.0.9, also be sure that the M2_HOME doesn't
>>>  have a '\' as last character.
>>>  3. In the same dialog, add the M2 environment variable in the
>>>  user variables with the value %M2_HOME%\bin.
>>>  4. *Optional*: In the same dialog, add the MAVEN_OPTS environment
>>>  variable in the user variables to specify JVM properties, e.g. the 
>>> value -Xms256m
>>>  -Xmx512m. This environment variable can be used to supply
>>>  extra options to Maven.
>>>  5. In the same dialog, update/create the Path environment
>>>  variable in the user variables and prepend the value %M2% to
>>>  add Maven available in the command line.
>>>  6. In the same dialog, make sure that JAVA_HOME exists in your
>>>  user variables or in the system variables and it is set to the 
>>> location of
>>>  your JDK, e.g. C:\Program Files\Java\jdk1.5.0_02 and that
>>>  %JAVA_HOME%\bin is in your Path environment variable.
>>>  7. Open a *new* command prompt (Winkey + R then type cmd) and
>>>  run mvn --version to verify that it is correctly installed.
>>>
>>>  --
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> 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

Re: Can't compile AdWords API Example File?

2012-08-09 Thread Adwords Account
One last thing for ads.properties I updated it to insure that each
statement is on a unique line. I also updated useragent, developertoken,
and CustomerId to my respective values and the adwords environment is set
to sandbox.

I am still running into the same issue however.



On Thu, Aug 9, 2012 at 7:46 AM, Adwords Account
wrote:

> Hey,
>
> I just tried using mvn using administrative settings and turning off
> firewall it still stalling for 20 mins after the command prompt displays:
>
> *[Debug] attempting to create parent directories for destination:
> maven-parent-9.pom.tmp*
>
>
> I then went to the ads.properties (see screenshot) and changed my password
> so that it was wrong and I got the same problem as before to insure that it
> was not an authentication issue
>
> I have attached here a copy of the default ads.properties without the
> email and password  to insure its correctness the file I compiled email
> field was set to my real Email and password field to my real Password.
>
> Best Regards,
> James R.
>
>
> On Wed, Aug 8, 2012 at 1:11 PM, Whistler Media 
> wrote:
>
>> Hey,
>>
>>
>>
>> Q1 (see screenshots and commandoutput to answer question):
>>
>>- I setup both Java, Marvin,downloaded the adwords_examples folder
>>from developer.google.com/adwords/api/ ,and sets ad.properties to my
>>login details pasting it to the directory I was using for the example. I
>>could not get it to run. It says "Error Stack traces Turned On" and after
>>the screen shot I showed  "Can Not Find Parent" *pom:12* among other 
>> things.
>>   - I am using Marven 2.2.1, jdk 1.7.0_04, and have a 64 bit Win 7
>>   Lenovo computer.
>>
>>
>>- I downloaded adword-examples from the Google API folder and am
>>   working off of there.
>>
>>
>>- I want to implement this through the Adwords API SandBox
>>
>>
>> Q2:
>>
>>- Anyone have any idea how to get Marven 3.0.4 I could not file a
>>/bin directory when I was setting Environmental Variables and this is the
>>only instruction on Marven's  website I could find for Windows.
>>- These are the instructions I followed:
>>
>> Windows 2000/XP
>>
>>
>>1. Unzip the distribution archive, i.e. apache-maven-3.0.4-bin.zip to
>>  the directory you wish to install Maven 3.0.4. These instructions 
>> assume
>>  you chose C:\Program Files\Apache Software Foundation. The
>>  subdirectory apache-maven-3.0.4 will be created from the
>>  archive.
>>  2. Add the M2_HOME environment variable by opening up the
>>  system properties (WinKey + Pause), selecting the "Advanced" tab, 
>> and the
>>  "Environment Variables" button, then adding the M2_HOME variable
>>  in the user variables with the value C:\Program Files\Apache
>>  Software Foundation\apache-maven-3.0.4. Be sure to omit any
>>  quotation marks around the path even if it contains spaces. *
>>  Note*: For Maven < 2.0.9, also be sure that the M2_HOME doesn't
>>  have a '\' as last character.
>>  3. In the same dialog, add the M2 environment variable in the
>>  user variables with the value %M2_HOME%\bin.
>>  4. *Optional*: In the same dialog, add the MAVEN_OPTS environment
>>  variable in the user variables to specify JVM properties, e.g. the 
>> value -Xms256m
>>  -Xmx512m. This environment variable can be used to supply extra
>>  options to Maven.
>>  5. In the same dialog, update/create the Path environment
>>  variable in the user variables and prepend the value %M2% to
>>  add Maven available in the command line.
>>  6. In the same dialog, make sure that JAVA_HOME exists in your
>>  user variables or in the system variables and it is set to the 
>> location of
>>  your JDK, e.g. C:\Program Files\Java\jdk1.5.0_02 and that
>>  %JAVA_HOME%\bin is in your Path environment variable.
>>  7. Open a *new* command prompt (Winkey + R then type cmd) and
>>  run mvn --version to verify that it is correctly installed.
>>
>>  --
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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
>>
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 a

Re: Can't compile AdWords API Example File?

2012-08-09 Thread Adwords Account
Hey,

I just tried using mvn using administrative settings and turning off
firewall it still stalling for 20 mins after the command prompt displays:

*[Debug] attempting to create parent directories for destination:
maven-parent-9.pom.tmp*


I then went to the ads.properties (see screenshot) and changed my password
so that it was wrong and I got the same problem as before to insure that it
was not an authentication issue

I have attached here a copy of the default ads.properties without the email
and password  to insure its correctness the file I compiled email field was
set to my real Email and password field to my real Password.

Best Regards,
James R.

On Wed, Aug 8, 2012 at 1:11 PM, Whistler Media wrote:

> Hey,
>
>
>
> Q1 (see screenshots and commandoutput to answer question):
>
>- I setup both Java, Marvin,downloaded the adwords_examples folder
>from developer.google.com/adwords/api/ ,and sets ad.properties to my
>login details pasting it to the directory I was using for the example. I
>could not get it to run. It says "Error Stack traces Turned On" and after
>the screen shot I showed  "Can Not Find Parent" *pom:12* among other 
> things.
>   - I am using Marven 2.2.1, jdk 1.7.0_04, and have a 64 bit Win 7
>   Lenovo computer.
>
>
>- I downloaded adword-examples from the Google API folder and am
>   working off of there.
>
>
>- I want to implement this through the Adwords API SandBox
>
>
> Q2:
>
>- Anyone have any idea how to get Marven 3.0.4 I could not file a /bin
>directory when I was setting Environmental Variables and this is the only
>instruction on Marven's  website I could find for Windows.
>- These are the instructions I followed:
>
> Windows 2000/XP
>
>
>1. Unzip the distribution archive, i.e. apache-maven-3.0.4-bin.zip to
>  the directory you wish to install Maven 3.0.4. These instructions 
> assume
>  you chose C:\Program Files\Apache Software Foundation. The
>  subdirectory apache-maven-3.0.4 will be created from the archive.
>  2. Add the M2_HOME environment variable by opening up the system
>  properties (WinKey + Pause), selecting the "Advanced" tab, and the
>  "Environment Variables" button, then adding the M2_HOME variable
>  in the user variables with the value C:\Program Files\Apache
>  Software Foundation\apache-maven-3.0.4. Be sure to omit any
>  quotation marks around the path even if it contains spaces. *Note
>  *: For Maven < 2.0.9, also be sure that the M2_HOME doesn't have
>  a '\' as last character.
>  3. In the same dialog, add the M2 environment variable in the
>  user variables with the value %M2_HOME%\bin.
>  4. *Optional*: In the same dialog, add the MAVEN_OPTS environment
>  variable in the user variables to specify JVM properties, e.g. the 
> value -Xms256m
>  -Xmx512m. This environment variable can be used to supply extra
>  options to Maven.
>  5. In the same dialog, update/create the Path environment
>  variable in the user variables and prepend the value %M2% to add
>  Maven available in the command line.
>  6. In the same dialog, make sure that JAVA_HOME exists in your
>  user variables or in the system variables and it is set to the 
> location of
>  your JDK, e.g. C:\Program Files\Java\jdk1.5.0_02 and that
>  %JAVA_HOME%\bin is in your Path environment variable.
>  7. Open a *new* command prompt (Winkey + R then type cmd) and
>  run mvn --version to verify that it is correctly installed.
>
>  --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


ads.properties
Description: Binary data


Re: Can't compile AdWords API Example File?

2012-08-08 Thread jstedman
Based on the command output it looks like your maven is having trouble 
downloading things from the central repo. Try letting it through your 
firewall, or disable your firewall just to confirm that it is the problem. 
Also, go to Start>Programs>Accessories then right click the command 
prompt(or whatever windows 7 calls in now, im on Centos at the moment) and 
click run as administrator, then try again.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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