Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
Never mind. I already had it, but I was looking in the wrong place. :p On Tuesday, August 20, 2013 9:55:53 PM UTC-5, Will Pittenger wrote: > > It would really help to know which jars to include in the project in order > to get the log classes. I don't want all the jars in that SDK in the > pro

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
It would really help to know which jars to include in the project in order to get the log classes. I don't want all the jars in that SDK in the project. On Tuesday, August 20, 2013 9:31:05 PM UTC-5, Will Pittenger wrote: > > Now I'm trying to find jars that provide com.google.appengine.api.log.

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
Now I'm trying to find jars that provide com.google.appengine.api.log.*. That isn't on https://developers.google.com/appengine/docs/java/javadoc/index?com/google/appengine/api/log/AppLogLine.html or https://developers.google.com/appengine/docs/java/logs/. :( On Tuesday, August 20, 2013 9:00:2

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Vinny P
On Tue, Aug 20, 2013 at 8:45 PM, Will Pittenger wrote: > Well, I had to download the entire SDK, but that gave me the required jars > and (I think) source. But the appropriate JavaDoc files are missing. Are > they online somewhere? My Google search turned up nothing. > There's no documentatio

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
The project is NetBeans based, not Eclipse. I like that IDE better. On Tuesday, August 20, 2013 8:49:40 PM UTC-5, Vinny P wrote: > > On Tue, Aug 20, 2013 at 7:38 PM, Will Pittenger wrote: > >> Where do I get the JARs for that? I don't see any download links >> anywhere. >> > > > The JARs for

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Vinny P
On Tue, Aug 20, 2013 at 7:38 PM, Will Pittenger wrote: > Where do I get the JARs for that? I don't see any download links anywhere. > The JARs for the Remote API are shipped with the Java SDK. If you have the Eclipse plugin for GAE, look in the GAE plugin folder within the Eclipse install, and

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
No source available that I can find in that SDK file. On Monday, August 12, 2013 10:37:28 PM UTC-5, Vinny P wrote: > > On Mon, Aug 12, 2013 at 1:11 AM, Will Pittenger wrote: > >> I've been tasked with accessing our application's logs from our >> regression testing program which is based on Seleni

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
Well, I had to download the entire SDK, but that gave me the required jars and (I think) source. But the appropriate JavaDoc files are missing. Are they online somewhere? My Google search turned up nothing. On Monday, August 12, 2013 10:37:28 PM UTC-5, Vinny P wrote: > > On Mon, Aug 12, 2013

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
Where do I get the JARs for that? I don't see any download links anywhere. On Monday, August 12, 2013 10:37:28 PM UTC-5, Vinny P wrote: > > On Mon, Aug 12, 2013 at 1:11 AM, Will Pittenger wrote: > >> I've been tasked with accessing our application's logs from our >> regression testing program wh

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-20 Thread Will Pittenger
Well, he wants me to compare the values from within my Jar. So a simple download won't do. But the other option you gave may well work. I'll look into it. Thanks. On Monday, August 12, 2013 10:37:28 PM UTC-5, Vinny P wrote: > > On Mon, Aug 12, 2013 at 1:11 AM, Will Pittenger wrote: > >> I've

Re: [google-appengine] Accessing application logs from Selenium?

2013-08-12 Thread Vinny P
On Mon, Aug 12, 2013 at 1:11 AM, Will Pittenger wrote: > I've been tasked with accessing our application's logs from our regression > testing program which is based on Selenium and its FirefoxDriver. This > application won't be running on the server, but on a client. Will it be > able to retriev

[google-appengine] Accessing application logs from Selenium?

2013-08-12 Thread Will Pittenger
I've been tasked with accessing our application's logs from our regression testing program which is based on Selenium and its FirefoxDriver. This application won't be running on the server, but on a client. Will it be able to retrieve the logs via an API? Or do I need to visit the log page w