I have used ant to run java and run was successful but this is my first time to use ant for rspec still not success, May be some one out there who used rspec with ant will share there knowledge.
Thanks Mathyas On Wednesday, May 1, 2013 11:05:56 AM UTC-7, [email protected] wrote: > > The command can be simplified to "rspec filename.rb". > > As for how to format that in ant, please check ant's documentation. I've > never (knowingly) used ant to run rspec commands. > > Good luck, > David > > > On Wed, May 1, 2013 at 10:54 AM, mathyas <[email protected]<javascript:> > > wrote: > >> Thanks david for the link , the problem I have is to figure it out the >> run command to ant , currently I am using >> "rspec spec fimename.rb" I just want to use just ant to run it. >> >> On Wednesday, May 1, 2013 5:25:15 AM UTC-7, [email protected] wrote: >>> >>> On Tue, Apr 30, 2013 at 6:51 PM, mathyas <[email protected]> wrote: >>> >>>> /* hi all >>>> I want to run the following rspec script using ant. Presently I am >>>> using "rspec filename" to run the script. Is there anyway to approche with >>>> ant to run the script. >>>> Thanks >>>> */ >>>> >>> >>> http://ant.apache.org/manual/**Tasks/exec.html<http://ant.apache.org/manual/Tasks/exec.html> >>> >>> HTH, >>> David >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "rspec" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] <javascript:> >> . >> To view this discussion on the web visit >> https://groups.google.com/d/msg/rspec/-/b5gXGc0dRhoJ. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rspec/-/IYZgrqtfsqIJ. For more options, visit https://groups.google.com/groups/opt_out.
