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 
> 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.*.  
>> That isn't on 
>> https://developers.google.com/appengine/docs/java/javadoc/index?com/google/appengine/api/log/AppLogLine.htmlor
>>  
>> https://developers.google.com/appengine/docs/java/logs/. :(
>>
>> On Tuesday, August 20, 2013 9:00:28 PM UTC-5, Vinny P wrote:
>>>
>>> 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 documentation needed. Install the Remote API using the 
>>> instructions on this page: 
>>> https://developers.google.com/appengine/docs/java/tools/remoteapi#Configuring_Remote_API_on_the_Client
>>>  and 
>>> then make the standard logging calls from the Logs API: 
>>> https://developers.google.com/appengine/docs/java/logs/ . 
>>>
>>>
>>> On Tue, Aug 20, 2013 at 8:50 PM, Will Pittenger wrote:
>>>
 No source available that I can find in that SDK file.

>>>  
>>> Here's the source code for the Remote API: 
>>> https://code.google.com/p/googleappengine/source/browse/#svn%2Ftrunk%2Fjava%2Fsrc%2Fmain%2Fcom%2Fgoogle%2Fappengine%2Ftools%2Fremoteapi
>>>  
>>>  
>>>
>>>  
>>>  
>>> -
>>> -Vinny P
>>> Technology & Media Advisor
>>> Chicago, IL
>>>
>>> App Engine Code Samples: http://www.learntogoogleit.com
>>>   
>>>  
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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.*.  
> That isn't on 
> https://developers.google.com/appengine/docs/java/javadoc/index?com/google/appengine/api/log/AppLogLine.htmlor
>  
> https://developers.google.com/appengine/docs/java/logs/. :(
>
> On Tuesday, August 20, 2013 9:00:28 PM UTC-5, Vinny P wrote:
>>
>> 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 documentation needed. Install the Remote API using the 
>> instructions on this page: 
>> https://developers.google.com/appengine/docs/java/tools/remoteapi#Configuring_Remote_API_on_the_Client
>>  and 
>> then make the standard logging calls from the Logs API: 
>> https://developers.google.com/appengine/docs/java/logs/ . 
>>
>>
>> On Tue, Aug 20, 2013 at 8:50 PM, Will Pittenger wrote:
>>
>>> No source available that I can find in that SDK file.
>>>
>>  
>> Here's the source code for the Remote API: 
>> https://code.google.com/p/googleappengine/source/browse/#svn%2Ftrunk%2Fjava%2Fsrc%2Fmain%2Fcom%2Fgoogle%2Fappengine%2Ftools%2Fremoteapi
>>  
>>  
>>
>>  
>>  
>> -
>> -Vinny P
>> Technology & Media Advisor
>> Chicago, IL
>>
>> App Engine Code Samples: http://www.learntogoogleit.com
>>   
>>  
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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:28 PM UTC-5, Vinny P wrote:
>
> 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 documentation needed. Install the Remote API using the 
> instructions on this page: 
> https://developers.google.com/appengine/docs/java/tools/remoteapi#Configuring_Remote_API_on_the_Client
>  and 
> then make the standard logging calls from the Logs API: 
> https://developers.google.com/appengine/docs/java/logs/ . 
>
>
> On Tue, Aug 20, 2013 at 8:50 PM, Will Pittenger wrote:
>
>> No source available that I can find in that SDK file.
>>
>  
> Here's the source code for the Remote API: 
> https://code.google.com/p/googleappengine/source/browse/#svn%2Ftrunk%2Fjava%2Fsrc%2Fmain%2Fcom%2Fgoogle%2Fappengine%2Ftools%2Fremoteapi
>  
>  
>
>  
>  
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>   
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 documentation needed. Install the Remote API using the
instructions on this page:
https://developers.google.com/appengine/docs/java/tools/remoteapi#Configuring_Remote_API_on_the_Client
and
then make the standard logging calls from the Logs API:
https://developers.google.com/appengine/docs/java/logs/ .


On Tue, Aug 20, 2013 at 8:50 PM, Will Pittenger
wrote:

> No source available that I can find in that SDK file.
>

Here's the source code for the Remote API:
https://code.google.com/p/googleappengine/source/browse/#svn%2Ftrunk%2Fjava%2Fsrc%2Fmain%2Fcom%2Fgoogle%2Fappengine%2Ftools%2Fremoteapi





-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 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 search for a file named 
> appengine-remote-api.jar.
>   
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 search for a file named
appengine-remote-api.jar.

-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 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?
>>
>   
> Yes. You can install the Remote API on your application ( 
> https://developers.google.com/appengine/docs/java/tools/remoteapi ), 
> which allows you access to your app's GAE services from another computer 
> (for example, your local computer, build server, another App Engine 
> application, etc). Then you can use the Logs API ( 
> https://developers.google.com/appengine/docs/java/logs/ ) to search 
> through the logs and retrieve the stored information.
>   
> You can also use appcfg to download logs: see 
> https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_Logs
>  
>   
>  
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 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 retrieve the logs via an API?
>>
>   
> Yes. You can install the Remote API on your application ( 
> https://developers.google.com/appengine/docs/java/tools/remoteapi ), 
> which allows you access to your app's GAE services from another computer 
> (for example, your local computer, build server, another App Engine 
> application, etc). Then you can use the Logs API ( 
> https://developers.google.com/appengine/docs/java/logs/ ) to search 
> through the logs and retrieve the stored information.
>   
> You can also use appcfg to download logs: see 
> https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_Logs
>  
>   
>  
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 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?
>>
>   
> Yes. You can install the Remote API on your application ( 
> https://developers.google.com/appengine/docs/java/tools/remoteapi ), 
> which allows you access to your app's GAE services from another computer 
> (for example, your local computer, build server, another App Engine 
> application, etc). Then you can use the Logs API ( 
> https://developers.google.com/appengine/docs/java/logs/ ) to search 
> through the logs and retrieve the stored information.
>   
> You can also use appcfg to download logs: see 
> https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_Logs
>  
>   
>  
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 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?
>>
>   
> Yes. You can install the Remote API on your application ( 
> https://developers.google.com/appengine/docs/java/tools/remoteapi ), 
> which allows you access to your app's GAE services from another computer 
> (for example, your local computer, build server, another App Engine 
> application, etc). Then you can use the Logs API ( 
> https://developers.google.com/appengine/docs/java/logs/ ) to search 
> through the logs and retrieve the stored information.
>   
> You can also use appcfg to download logs: see 
> https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_Logs
>  
>   
>  
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


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 retrieve the logs via an API?
>

Yes. You can install the Remote API on your application (
https://developers.google.com/appengine/docs/java/tools/remoteapi ), which
allows you access to your app's GAE services from another computer (for
example, your local computer, build server, another App Engine application,
etc). Then you can use the Logs API (
https://developers.google.com/appengine/docs/java/logs/ ) to search through
the logs and retrieve the stored information.

You can also use appcfg to download logs: see
https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_Logs



-
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[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 
with a WebDriver and retrieve the data that way?  This is my first 
experience with appspot.com, so please bear with me.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.