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

    https://github.com/apache/incubator-hawq/pull/290#discussion_r50788147
  
    --- Diff: pxf/build.gradle ---
    @@ -122,6 +124,47 @@ subprojects { subProject ->
     }
     
     project('pxf-service') {
    +
    +// Copy existing sources and replace any occurrences of @tokenName@ with 
desired values
    +    task generateSources {
    +        doFirst {
    +            copy {
    +                from('src/main/java') {
    +                    include '**/*.java'
    --- End diff --
    
    This task just copies files from one place to another and replaces all 
occurrences of passed tokens, therefore we have to copy all *.java files to 
temp location. 


---
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