This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 147080 - Write properties file with Rake tasks by Ruby script
Summary: Write properties file with Rake tasks by Ruby script
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 13:54 UTC by Martin Krauskopf
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-09-12 13:54:49 UTC
Instead of passing output back to Java and creating file there.

rake_tasks_info.rb will be passed a file argument where to dump properties. This also prevent problem like issue 147043
and simplify whole 'parsing' process.