From vpeurala at ri.fi Mon Oct 23 18:25:47 2006 From: vpeurala at ri.fi (Ville Peurala) Date: Tue, 24 Oct 2006 01:25:47 +0300 Subject: [Raven-user] Source and target options for JavacTask Message-ID: <453D416B.4020201@ri.fi> Hello, I tried Raven today for the first time. The idea is really great, and I hope that Raven will get lots of attention. Java needs a good build tool really badly. However, I ran into a little missing feature during the first minute after installing the gem. I have a project which needs to be built for Java 1.3, and Raven's JavacTask has no way to specify the "source" and "target" attributes available in Javac (which mean the JRE version the classes will be compiled for). So I hacked a bit in Raven's sources and added two new attributes, "source" and "target" to class JavacTask. A patch file is attached. Best regards, Ville Peurala -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: java_tasks.patch Url: http://rubyforge.org/pipermail/raven-user/attachments/20061024/4eab7130/attachment.pl