|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcom.evinceframework.gradle.dojoBuilder.Build
class Build
Property Summary | |
---|---|
boolean |
buildWithNode
Tells the DojoBuilder plugin to use Node or Java to perform the build. |
java.lang.String |
dojoVersion
The source repository may contain multiple versions of the Dojo Toolkit. |
java.lang.String |
outputPath
The directory where the output of the build should be placed. |
java.lang.String |
profile
The name of the profile to use as the build profile. |
java.lang.String |
source
The name of the directory in the project that contains the source. |
java.lang.String |
sourceDestination
The name of the directory where the DojoBuilderConvention#source#source is copied to. |
java.lang.String |
sourceRepository
The DojoBuilder plugin relies on a repository of javascript source code to build from. |
Constructor Summary | |
Build(Project project)
Default constructor. |
Method Summary | |
---|---|
java.lang.String
|
getDojoSourcePath()
The relative path to the Dojo Toolkit SDK in the repository. |
java.lang.Object
|
pkg(java.lang.Object obj)
@param obj |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
boolean buildWithNode
java.lang.String dojoVersion
/dojo-release-${dojoVersion}-srcdirectory , where
${dojoVersion}is the value specified by this property.
dojo-release-XXX-srcis the directory that is packaged in the Dojo Toolkit SDK and can be downloaded from http://dojotoolkit.org/download/
java.lang.String outputPath
/build/releasein the project directory.
java.lang.String profile
build.profile.js
java.lang.String source
src/jsdirectory within the project.
java.lang.String sourceDestination
${project.name}-${project.version}directory within the DojoBuilderConvention#sourceRepository#sourceRepository, where
${project.name}is the project's name and
${project.version}is the current project version.
java.lang.String sourceRepository
Constructor Detail |
---|
Build(Project project)
project
- The Gradle project.
Method Detail |
---|
java.lang.String getDojoSourcePath()
java.lang.Object pkg(java.lang.Object obj)
Groovy Documentation