Hello,
I found it!
http://vinaytechs.blogspot.com/2009/09/gwt-compiler-compiling-for-one-browser.html
Just add the following line to .gwt.xml
<set-property name="user.agent" value="ie8" />
May not seem like much, but when all I want to do is test a small
chunk, i can do it in my Test Application.
I had a TestPage.html in my Applications, this cuts the compile and
file upload times quite a bit.
My test allows me to try just about anything with just the minimum
libraries and other files required.
Raney
On Feb 23, 6:57 am, RRRaney <[email protected]> wrote:
> Hello,
>
> I have created an AppEngine Application that I am using to test.
>
> I will only be using this to test code and features before I use them
> in published Applications.
>
> I am currently compiling 6 permutations every time I compile.
>
> I will only be using the testing with IE8. (I will test in others
> after the basic idea is working).
>
> I have seen many months ago that I could limit my compile to only IE8,
> but cannot find this now.
>
> How can I reduce all of the compiles with my Testing Application.
>
> Thanks,
>
> Raney
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.