Github user bjhargrave commented on a diff in the pull request:

    https://github.com/apache/incubator-quarks/pull/131#discussion_r66411282
  
    --- Diff: console/servlets/build.gradle ---
    @@ -0,0 +1,23 @@
    +distsDirName = 'webapps'
    +
    +plugins.apply 'war'
    +
    +dependencies {
    +  providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
    +  providedCompile project(':utils:streamscope')
    +  providedCompile ext_classpath
    +}
    +
    +war {
    --- End diff --
    
    Yes, all the tests passed for me. The change in 5a5014f is needed to find 
the console.war file built in the gradle build. Make sure you have the complete 
branch checked out.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to