The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Rawr 1.4.5 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Britt

Posts: 1319
Nickname: jamesbritt
Registered: Apr, 2003

James Britt is a principal in 30 Second Rule, and runs ruby-doc.org and rubyxml.com
Rawr 1.4.5 Released Posted: Dec 29, 2010 3:03 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by James Britt.
Original Post: Rawr 1.4.5 Released
Feed Title: James Britt: Ruby Development
Feed URL: http://feeds.feedburner.com/JamesBritt-Home
Feed Description: James Britt: Playing with better toys
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by James Britt
Latest Posts From James Britt: Ruby Development

Advertisement

I've released a new version of Rawr, version 1.4.5

I ran into trouble creating a Monkeybars project; seems Rawr was assuming that the install command would be invoked when the working directory was the top project folder.  However, since rawr became the live-in lover of Monkeybars, the project generator ended up calling rawr install from the parent of the project folder, though it was passing in the name of the project folder to use. 

So I changed the rawr code to be a more observant about where it is running and what arguments it is passed, and so far seems fine.

I hadn't used it to do any app bundling, and learned that rawr was placing the resulting exe in the wrong folder.

When I tried to create an exe (on Windows 7) it just plain failed, as it was constructing the wrong output path for the launch4j configuration file.

I've fixed that and all seems good again.

The gem is up on http://gems.neurogami.com/gems/

(I've had a number of issues using gemcutter.org so I've been avoiding it.)

Please try this version out and let me know if anything breaks.

Read: Rawr 1.4.5 Released

Topic: rdoc-tags 1.1 and RDoc 3.2 Previous Topic   Next Topic Topic: RDoc on Github

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use