Created
          July 10, 2011 19:22 
        
      - 
      
- 
        Save ckozus/1074868 to your computer and use it in GitHub Desktop. 
    rake compile output
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [jruby-1.6.2@android] ckozus@Feather:~/dev/android/parsing_error$ rake compileAndroid SDK Tools Revision 12 | |
| Project Target: Android 2.1-update1 | |
| API level: 7 | |
| ------------------ | |
| Resolving library dependencies: | |
| No library dependencies. | |
| ------------------ | |
| WARNING: No minSdkVersion value set. Application will install on all Android versions. | |
| Importing rules file: tools/ant/main_rules.xml | |
| -dirs: | |
| Creating output directories if needed... | |
| -resource-src: | |
| Generating R.java / Manifest.java from the resources... | |
| -aidl: | |
| Compiling aidl files into Java classes... | |
| javac: | |
| Compiling 1 source file to /Users/ckozus/dev/android/parsing_error/bin/classes | |
| compile: | |
| compiling Duby source in /Users/ckozus/dev/android/parsing_error/src to /Users/ckozus/dev/android/parsing_error/bin/classes | |
| Parsing... | |
| /Users/ckozus/dev/android/parsing_error/src/com/insignia4u/ParsingError/ParsingError.mirah | |
| [jruby-1.6.2@android] ckozus@Feather:~/dev/android/parsing_error$ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.insignia4u.ParsingError | |
| import android.app.Activity | |
| class ParsingError < Activity | |
| def onCreate(state) | |
| super state | |
| # Unmatched parenthesis on the following line. | |
| setContentView (R.layout.main | |
| end | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment