gradle学习笔记
一直想着花时间学习下gradle,今天有空。入门一下。参考:极客学院gradle使用指南,官方文档:gradle-2.12/docs/userguide/installation.html,以及百度阅读的官方文档中文译本:gradle翻译
手下下载gradle的zip,然后根据极客学院的教程手动打一遍。
测试代码:https://github.com/chenxing12/l4gradle
笔记:
Chapter 4. Using the Gradle Command-Line
each task only is executed only once;
- you can exclude a task from being executed using the -x command-line option and providing the name of the task to execute;
- By default,Gradle will abort execution and fail the build as soon as any task fails.This allows the build to complete sooner,but hides other failures that would have occured.In order to discover as many failures as possible in a single build execution,you can use the --continue option.
- 默认,执行遇到错误即停止,这是为了尽快build,但会隐藏其他未执行的错误。为了发现更多的错误,使用--continue选项。
- You can also abbreviate each word in a camel task name.For example,you can execute task compileTest by running gradle compileTest or gradle cT.
- 你可以使用缩写代替task name。比如驼峰。
- When you run the gradle command,it looks for a build file in the current directory.You can user the -b option to select another build file.If you use -b option then settings.gradle fil eis not used.
- 在当前目录下执行gradle命令会寻找当前目录下的build file。你可以使用-b选项来指定另一个file。
- Alternatively,you can use the -p option to specify the project directory to use.For multi-project builds you should user -p option instead of -b option.
- 使用-p选项来指定运行的项目目录。
- Obtaining infomation about projects.gradle -q projects
- 获取项目列表,在build.gradle使用descroption= 'your desc'
- Running gradle tasks gives you a list of the main tasks of the seleted projet.This report shows the default tasks for the project,if any,and description for each task.
- 获取tasks列表。使用task_name{description='your desc' group = 'your group'}来描述task
- Running gradle help --task task_name gives you detailed information about a specific task or multiple matching the given task name in your multiproject build.
- 通过gradle help --task taskname来查看task详情
- Running gradle dependencies gives you a list of the dependecies of the selected project,broken down by configuration.For each configuration,the direct and transitive dependencies of that configuration are shown in a tree.
- 通过gradle dependencies来查看依赖。
- Since a dependency report can get large,it can be useful to restrict the report to a particular configuration.This is a achieved with the optional --configuration parameter.
- 通过--configuration 来显示特定的依赖
- Running gradle properties gives you a list of the properties of the selected project.This is a snippet from the output
Chapter 6. The Gradle Daemon
- A daemon is a computer program that runs as a background process,rather than being under the diret control of an interactive user.
- 守护进程(后台程序)是一个计算机程序:作为后台程序运行而不是直接被用户操控。
- Which one to use is up to personal preference.
- 使用哪个决定于个人偏向。
Chapter 7. Dependency Management Basics
- Very roughly,dependency management is made up of two pieces.Firstly,Gradle needs to known about the things that your project needs to build or run,in order to find them.We call these incoming files the dependecies of the project.Secondly,Gradle nees to build and upload the things that your project produces.We call these outgoing files the publications of the project.Let's look at these ewo pieces in more detail:
- 大概的讲,依赖管理由两部分组成。第一,gradle需要知道你的项目构建或运行所需要的东西,为了找到他们。我们称呼他们这些将要获得的files为项目依赖。第二,gradle需要创建和上传你的项目的产品。我们程这些外出的files为项目的发布。让我们更详细的看看这两个部分:
单词:
guarantee详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- n. 保证;担保;保证人;保证书;抵押品
- vt. 保证;担保
indicate详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- vt. 表明;指出;预示;象征
phase详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- n. 相;阶段;[天] 位相
- vt. 使定相;逐步执行
- vi. 逐步前进
summary详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- adj. 简易的;扼要的
- n. 概要,摘要,总结
profile详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- n. 侧面;轮廓;外形;剖面;简况
- vt. 描…的轮廓;扼要描述
- vi. 给出轮廓
snippet详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- n. 小片;片断;不知天高地厚的年轻人
typically详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- adv. 代表性地;作为特色地
related详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- adj. 有关系的,有关联的;讲述的,叙述的
- v. 叙述(relate过去式)
investigate详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- v. 调查;研究
extremely详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- adv. 非常,极其;极端地
insight详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- n. 洞察力;洞悉
- n. (Insight)人名;(英)因赛特
visualise ['vɪʒʊəlˌaɪz]
详细»
- vt. 使…可见;使…具体化(等于visualize)
- vi. 想象;显现
restrict详细»
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
/Youdao/Dict4/6.3.69.3031/resultui/images/nosound.gif)
- vt. 限制;约束;限定
look for 报错
- 寻找
specify
vt. 指定;详细说明;列举;把…列入说明书
encounter 报错
- vt. 遭遇,邂逅;遇到
- n. 遭遇,偶然碰见
- vi. 遭遇;偶然相遇
occur
- vi. 发生;出现;存在
advantage详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
- n. 优势;利益;有利条件
- vi. 获利
- vt. 有利于;使处于优势
tremendous详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
- adj. 极大的,巨大的;惊人的
transparent详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
- adj. 透明的;显然的;坦率的;易懂的
argue详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
- vi. 争论,辩论;提出理由
- vt. 辩论,争论;证明;说服
- n. (Argue)人名;(英、法)阿格
valid详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
- adj. 有效的;有根据的;合法的;正当的
curve详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
- n. 曲线;弯曲;曲线球;曲线图表
- vt. 弯;使弯曲
- vi. 成曲形
- adj. 弯曲的;曲线形的
due to详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
- adv. 由于;应归于
expressive详细»
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
/Youdao/Dict/6.3.69.4001/resultui/images/nosound.gif)
gradle学习笔记的更多相关文章
- Gradle学习笔记之Groovy
[TOC] Gradle 的核心功能是由Java实现. 在这些功能之上, 有一个使用动态编程语言Groovy编写的领域特定语言(DSL). Gradle的构建脚本build.gradle和settin ...
- Android Gradle 学习笔记(五):Gradle 任务 Task
在之前的学习中,我们了解到Gradle的构建工作都是由Task组合完成的.本节我们就来介绍一下 Task - 任务. 一.多种方式创建任务 在Gradle中,我们可以有很多种方式来创建任务.为什么有这 ...
- Android Gradle 学习笔记(四):Gradle 构建脚本
本节我们从整体的角度来介绍一下Gradle. 一.setting.gradle 在Gradle中,定义了一个设置文件,用于初始化以及工程树的配置.设置文件的默认的名字就是setting.gradle, ...
- gradle学习笔记(1)
1. 安装 (1) 下载最新gradle压缩包,解压到某处.地址是:Gradle web site: (2) 添加环境变量: 1) 变量名:GRADLE_HOM ...
- Android Gradle 学习笔记(一):Gradle 入门
官网地址:https://gradle.org/. 一.配置 Gradle 环境 安装Gradle之前必须要配置好Java环境,要求JDK 6 以上,并且在环境变量配置好JAVA_HOME.查看Jav ...
- Gradle学习笔记(1)创建简单的Java项目
Gradle是一个基于Apache Ant和Apache Maven概念的项目自动化构建工具.它使用一种基于Groovy的特定领域语言(DSL)来声明项目设置,抛弃了基于XML的各种繁琐配置.当前 ...
- Android Gradle 学习笔记(六):Gradle 插件
Gradle 本身提供了一些基本的概念和整体核心的框架,其他用于描述真实使用场景的都可以通过插件扩展的方式来实现.这样就可以通过抽象的方式提供一个核心的框架,其他具体的功能和业务都通过插件扩展的方式来 ...
- Android Gradle 学习笔记(七):Android Gradle 插件
我们知道Android Gradle其实就是一个Gradle的一个第三方插件,它是由Google的Android团队开发的,基于Gradle构建的,和Android Studio完美搭配.相比于旧的构 ...
- Android Gradle 学习笔记(三):Gradle 日志
在第一节,我们使用到了gradle -q hello命令行来运行Hello World,并对Hello World进行了简单的分析,了解到 gradle -q hello 的意思是要执行的build. ...
随机推荐
- 如何在Windows 2003+IIS6的环境下找回应用程序池(application pool)中的服务账号密码
上一篇文章说了说如何在Win2008+iis7中取出SharePoint管理账号密码的方法. 整个过程简单的讲,就是通过使用要找回密码的账号用来在SharePoint中创建一个临时的Web Appli ...
- ubuntu下 编译安装swftools
1.下载:http://www.swftools.org/download.html2.安装: tar -zvxf swftools-0.x.x.tar cd swftools-0.x.x ./con ...
- CYQ.Data 快速开发EasyUI
EasyUI: 前端UI框架之一, 相对ExtJs来说,算是小了,这两天,抽空看了下EasyUI的相关知识,基本上可以和大伙分享一下: 官网: http://www.jeasyui.com/ 学习的话 ...
- 常用网络工具 ipconfig arp traceroute
如今的计算机是离不开网络的计算机了,因而我们对网络要有一基础的认识.连不上网,程序运行不正常之类的,多少都与网络有关.本文将介绍常用的工具. 网络出问题 ipconfig ping 网络连不上,首先要 ...
- ASP.NET MVC 控制器激活(二)
ASP.NET MVC 控制器激活(二) 前言 在之前的篇幅中,用文字和图像来表示了控制器的激活过程,描述的角度都是从框架默认实现的角度去进行描述的,这样也使得大家都可以清楚的知道激活的过程以及其中涉 ...
- EF:根据实体类生成表结构SQL
根据实体类生成表结构SQL: PM> Enable-Migrations -ProjectName Domain -StartUpProjectName Handler -Force PM> ...
- error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MDd_DynamicDebug”不匹配值“MTd_StaticDebug”
今日VS2012 C++编译出现一堆错误: > 正在生成代码... >Code.obj : error LNK2005: "public: __thiscall std::_Co ...
- WPF入门教程系列二十三——DataGrid示例(三)
DataGrid的选择模式 默认情况下,DataGrid 的选择模式为“全行选择”,并且可以同时选择多行(如下图所示),我们可以通过SelectionMode 和SelectionUnit 属性来修改 ...
- iOS中通讯录的开发
通讯录开发主要是获取用户手机中的联系人,进而可以在应用中添加好友 一 .如何访问通讯录 (1)在iOS9之前,有两个框架可以访问用户的通讯录 AddressBookUI.framework: 提供了联 ...
- 谈谈php里的IOC控制反转,DI依赖注入
理论 发现问题 在深入细节之前,需要确保我们理解"IOC控制反转"和"DI依赖注入"是什么,能够解决什么问题,这些在维基百科中有非常清晰的说明. 控制反转(In ...