airake 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.9 2007-09-06
2
+
3
+ * Updating documentation
4
+
1
5
  == 0.1.8 2007-09-04
2
6
 
3
7
  * Fix fail message to not show on compile error
data/README.txt CHANGED
@@ -1,8 +1,13 @@
1
1
  == Setup
2
2
 
3
- To include mxmlc, adl and adt (from Flex Builder):
4
- export PATH="/Applications/Adobe Flex Builder 3/sdks/moxie/bin:$PATH"
3
+ Flex SDK: http://labs.adobe.com/technologies/flex/sdk/flex3sdk.html
4
+
5
+ To include mxmlc, fcsh, adl and adt (from Flex SDK):
6
+ export PATH="/path/to/flex_sdk_3/bin"
5
7
 
8
+ Apollo SDK: http://labs.adobe.com/downloads/airsdk.html
9
+ (Note: flex 3 beta 1 includes these files already)
10
+
6
11
  To include adl and adt (from Apollo SDK):
7
12
  export PATH="/Applications/ApolloSDK/bin:$PATH"
8
13
 
@@ -1,8 +1,13 @@
1
1
  == Setup
2
2
 
3
- To include mxmlc, adl and adt (from Flex Builder):
4
- export PATH="/Applications/Adobe Flex Builder 3/sdks/moxie/bin:$PATH"
3
+ Flex SDK: http://labs.adobe.com/technologies/flex/sdk/flex3sdk.html
4
+
5
+ To include mxmlc, fcsh, adl and adt (from Flex SDK):
6
+ export PATH="/path/to/flex_sdk_3/bin"
5
7
 
8
+ Apollo SDK: http://labs.adobe.com/downloads/airsdk.html
9
+ (Note: flex 3 beta 1 includes these files already)
10
+
6
11
  To include adl and adt (from Apollo SDK):
7
12
  export PATH="/Applications/ApolloSDK/bin:$PATH"
8
13
 
@@ -151,7 +151,7 @@ module Airake
151
151
  export PATH="/Applications/ApolloSDK/bin:$PATH"
152
152
 
153
153
  EOS
154
- puts fail_message if error_status != 256
154
+ puts fail_message if error_status != 256 && error_status != 4096
155
155
  raise "[#{error_status}] Failed to run command: #{cmd}"
156
156
  end
157
157
 
@@ -2,7 +2,7 @@ module Airake #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 8
5
+ TINY = 9
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: airake
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.8
7
- date: 2007-09-04 00:00:00 -04:00
6
+ version: 0.1.9
7
+ date: 2007-09-07 00:00:00 -04:00
8
8
  summary: Adobe AIR tasks
9
9
  require_paths:
10
10
  - lib