More details at http://jira.codehaus.org/browse/MOJO-852 Also, more details at: http://stackoverflow.com/questions/3380950/how-can-i-specify-the-mainclass-in-the-manifest-with-minijar-maven-plugin Basically, the minijar maven plugin lets you reduce your jar greatly, but it is limited by the lack of creating executable jars. (Posted by Tommy Chheng)
It would be great if Red Mine had an AJAXed UI like Pivotal Tracker to avoid page loads. There is an api for red mine http://redmineblog.com/articles/redmine-client-access-the-redmine-api-in-ruby/ (Posted by Tommy Chheng)
It would be great if we can access MongoDB from R. The solution can be modeled after the RMySQL package. (Posted by Tommy Chheng)
This plugin should act just like the command+t in textmate, but work in netbeans (and be lightning fast after the first use). (Posted by roger pack)
This plugin should act just like the command+r in textmate, but work in netbeans (and be lightning fast after the first use). Similar to today's "Go To Type" but without the lag (Posted by roger pack)
I like this extension to firefox: https://addons.mozilla.org/en-US/firefox/addon/2691 An equivalent for chrome would be nice. (Posted by roger pack)
It is possible to compile GTK+/Gimp on OSX with native support instead of using X11. Doing a manual installation (http://sourceforge.net/apps/trac/gtk-osx/wiki/Build) conflicts with homebrew installed forumlas. (Posted by Konstantin Haase)
A Scaladoc plugin that would look for an annotation like @DSLGrammar, which would sit on top of a singleton (read scala object) representing a BNF grammar of DSL expression. Scaladoc would instantiate this object and generate a nice readable syntax diagram of all expressions found in a package within the Scaladoc. (Posted by Tommy Chheng)
An intrepid few have built web servers and web apps in Forth. See: http://www.jwdt.com/~paysan/httpd-en.html. I would like to explore this space a bit deeper, but need help with plumbing. Erlang is a nice language for building web servers. Can we run Forth as app language on top of an Erlang server -- say Yaws or Mochiweb? Can you make it work? (Posted by Lloyd R. Prentice)
This task is to create an extended class for solr's data-import handler to import MongoDB records. Currently, to import records from MongoDB to Solr, a separate app is needed. It would be great if there was an extension to solr's already built data import handler similar to how the SQL or XML can be imported using the data-import-handler class. (Posted by Tommy Chheng)