Skip to content

(no longer official repo, java-mateview is now contained within the redcar repo)

License

Notifications You must be signed in to change notification settings

redcar/java-mateview

This branch is 21 commits ahead of, 6 commits behind danlucraft/java-mateview:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 10, 2009
Jun 12, 2011
Jan 9, 2010
Mar 29, 2012
Sep 4, 2009
Feb 22, 2011
Mar 29, 2012
Mar 18, 2011
Sep 12, 2009
Jun 12, 2011
Aug 8, 2009
Jun 12, 2011
Jun 12, 2011
Mar 29, 2012
Sep 5, 2009
Sep 5, 2009
Aug 11, 2009
Sep 22, 2011
May 20, 2010
Jan 25, 2012

Repository files navigation

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

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

* > jruby-1.3.1 installed and set up on your path
* rspec gem installed via gem install rspec
* make sure that JAVA_HOME points to a 1.6 type JDK (this is especially true on OSX Leopard)


Running the Ant-based unit-tests
--------------------------------
    ant
or
    rake java:test


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

Compile the java code and run the specs:

    rake jruby:test

If you want to run it manually, without compiling:
On OSX:

    jruby -J-XstartOnFirstThread -S spec spec
    
On Linux:

    jruby -S spec spec/


Contributing
------------

Just so you know: You're free to use whatever IDE or editor to code on java-mateview.
You can use the rake tasks to compile your code and run the tests easily.

If you do however use the Eclipse IDE you also get the Eclipse project settings right away
when checking out the repository.
Alas, there are platform dependent libraries this project relies on, you need to do one little
thing to be on the way to code in eclipse (The rake + ant files do this in their own way).


Eclipse Setup
-------------

* Clone the repository so you have your own version to work with.
* Import the project.
* Set up a variable to point to the lib/{your platform here}/swt.jar
  - Go to: Window -> Preferences -> Java -> Build Path -> Classpath Variables
  - Choose "new" -> File
  - Name the variable SWT_JAR and point it to the lib/{platform}/swt.jar in the java-mateview folder.
  

About

(no longer official repo, java-mateview is now contained within the redcar repo)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.3%
  • Ruby 20.9%
  • PHP 4.8%