Skip to content

Commit

Permalink
[FIXED JENKINS-17456] Add documentation for 'create build files' step.
Browse files Browse the repository at this point in the history
  • Loading branch information
orrc committed Apr 10, 2013
1 parent 5441788 commit 2035f3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Expand Up @@ -270,7 +270,7 @@ public DescriptorImpl() {

@Override
public String getHelpFile() {
return Functions.getResourcePath() + "/plugin/android-emulator/help-installPrerequisites.html";
return Functions.getResourcePath() + "/plugin/android-emulator/help-createBuildFiles.html";
}

@Override
Expand Down
11 changes: 11 additions & 0 deletions src/main/webapp/help-createBuildFiles.html
@@ -0,0 +1,11 @@
Creates or updates build files for the Android apps, libraries and test projects in this job's workspace.
<p>
This build step will search for Android projects in your workspace, ensure that the required
platform(s) are installed, and then ensures that build files are in place by using the appropriate
<code>android update project</code> command.
</p>
<p>
Creating the build files for a test projects requires that the relative path to the respective app
project is specified. This build step tries to do the right thing by selecting the app project which
is nearest to the test project in the directory hierarchy.
</p>

0 comments on commit 2035f3c

Please sign in to comment.