Skip to content

alourie/java-mateview

 
 

Repository files navigation

JavaMateView
============

Requirements
------------

* jruby-1.3.1 installed and set up on your path
* rspec gem installed via gem install rspec

Running the Ant-based unit-tests
--------------------------------

    rake java:test

Running the RSpec parsing specs
-------------------------------

Make sure that the 'spec' command refers to the jruby
spec binary.


On OSX:

    jruby -J-XstartOnFirstThread $(which spec) spec
    
On Linux:

    spec spec/
    

About

A TextMate syntax compatible source editing widget. This is still completely exploratory, to see where it goes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 84.6%
  • Ruby 15.4%