-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement on GWTP Crawler #290
Conversation
imrabti
commented
Jul 15, 2013
- Update HTMLUnit to latest version, change Browser to FIREFOX_17.
- Some enhancement to CrawlServiceServlet, wait until the JavaScript engine finishes processing.
Some enhancement to CrawlServiceServlet, wait until the JavaScript engine finishes processing.
@@ -64,16 +82,17 @@ | |||
|
|||
@Inject | |||
CrawlServiceServlet(final Provider<WebClient> webClientProvider, | |||
final Logger log, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm final?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and align with (
LGTM :) |
Build errors |
The build error is related to some check-style problem in gwtp-dispatch-server-guice. |
I have fixed all the CheckStyle errors, and launched mvn clean install, it was successful. |
There is an OutOfMemory Error when it tries to compile the carstore [12:45:39][com.gwtplatform:gwtp-carstore] [INFO] Compiling 18 permutations 18 permutations !! Woooaw :) |
Just a note, last release I had to up maven heap size so I could build it and I used |
LGTM |
Enhancement on GWTP Crawler Former-commit-id: 87ffb25