[ 
https://issues.apache.org/jira/browse/BEAM-5735?focusedWorklogId=160219&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-160219
 ]

ASF GitHub Bot logged work on BEAM-5735:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Oct/18 21:34
            Start Date: 29/Oct/18 21:34
    Worklog Time Spent: 10m 
      Work Description: alanmyrvold commented on a change in pull request 
#6857: [BEAM-5735] Contributor guide improvements
URL: https://github.com/apache/beam/pull/6857#discussion_r229106931
 
 

 ##########
 File path: website/src/contribute/gradle-tips.md
 ##########
 @@ -0,0 +1,63 @@
+---
+layout: section
+section_menu: section-menu/contribute.html
+title: "Gradle tips"
+permalink: /contribute/gradle-tips/
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+# Gradle tips
+
+The [gradle](https://docs.gradle.org) build files are written using [Apache 
Groovy](http://groovy-lang.org/).
+
+Gradle targets can be specified with either the project name or directory, for 
example:
+
+    $ ./gradlew :beam-website:serveWebsite
+
+is the same as
+
+    $ ./gradlew -p website serveWebsite
+
+The mapping of directory to project name is in
+[settings.gradle](https://github.com/apache/beam/blob/master/settings.gradle)
+
+To troubleshoot issues:
+- the `--info` flag adds verbose logging
+- the `--stacktrace` flag adds a stacktrace on failures
+- the `--scan` flag creates a web scan page
 
 Review comment:
   Done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 160219)
    Time Spent: 3h 20m  (was: 3h 10m)

> Contributor Guide Improvements
> ------------------------------
>
>                 Key: BEAM-5735
>                 URL: https://issues.apache.org/jira/browse/BEAM-5735
>             Project: Beam
>          Issue Type: Improvement
>          Components: website
>            Reporter: Scott Wegner
>            Assignee: Alan Myrvold
>            Priority: Major
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> This is a wish-list for improvements to the Beam contributor guide.
> Many thanks to [~rohdesam] for the feedback which helped shape this list.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to