Rakefile question

  • Thread starter Magicloud Magiclouds
  • Start date
M

Magicloud Magiclouds

Dear all,
Usually, I do dependent task like: task :son => [:father] do; end. Now I have a task, which depends on task A or task B (either is done is ok).
How to do this?

Thanks.
 
N

Nando Sanchez

Hi! I'm not a ruby/rake expert, but may be you could get this done by
having 2 different tasks that call the same ruby code, and one child
task depends on one of the "parent" tasks and the other child task one
depends on the other "parent" task. Just my $0.02...

Nando
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,261
Messages
2,571,308
Members
47,976
Latest member
AlanaKeech

Latest Threads

Top