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 listhttp://maven.apache.org/mail-lists.htmlmay be able to help? That said, you aren't required to use maven to work with the new java library. You

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

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

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

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

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. --

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

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

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 StartProgramsAccessories then right click the command prompt(or