Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4.5
-
None
-
None
-
all
Description
The CLI API changed : in the past, a simple "buildr idea" was ok to generated idea files, but now we have to do a "buildr idea:generate". This is inconsistent with the eclipse plugin (still "buildr eclipse") and shows implementation details to the final user.
You can add a rake shortcut in your buildfile, but this is not pretty :
task :idea => "idea:generate"