You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/09/26 01:25:13 UTC

webworks commit: [CB-1541] - updating readme

Updated Branches:
  refs/heads/master 4c0971542 -> 4c86c3313


[CB-1541] - updating readme


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/4c86c331
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/4c86c331
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/4c86c331

Branch: refs/heads/master
Commit: 4c86c3313033b0afbbd797d1533be7a7e98e7451
Parents: 4c09715
Author: Tim Kim <ti...@nitobi.com>
Authored: Tue Sep 25 16:25:08 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Tue Sep 25 16:25:08 2012 -0700

----------------------------------------------------------------------
 README.md |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/4c86c331/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a315c7d..b931557 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,11 @@ will need to specify things like the location of the BlackBerry Widget
 Packager(s), device and signing key passwords, simulator executables,
 and device IPs (if applicable).
 
+The ./bin/create command is also required to be called in order to automatically download 
+the bin/template/project/lib/ant-contrib.jar file. Please be aware that without running
+this command first, your project will not have this important file! Once that ant-contrib.jar
+file is downloaded, there is no need to update that file or download again.
+
 #### Running the Example Project
 
 Create the example project and build it to the first device:
@@ -84,7 +89,9 @@ will not work!
 
 The (legacy) Cordova ant build scripts enable you to create multiple, independent Cordova projects.
 
-(Note: The Cordova build script requires Apache ANT 1.8 or higher.
+(Note: The Cordova build script requires Apache ANT 1.8 or higher. Also, these scripts won't work without
+the bin/template/project/lib/ant-contrib.jar file so please run the ./bin/create command to automatically
+download that file or manually download it and place it in the bin/template/lib/ directory.
 
 The build script packages the Cordova source code and resources into each project you create.  This allows you to easily distribute the project to other BlackBerry WebWorks developers.  To create a Cordova project: