syntax error, unexpected tDOT3, expecting $end

Hi, when I run the following code _ get this error C:\RakeTest>rake rake aborted! C:/RakeTest/rakefile.rb:2: syntax error, unexpected tDOT3, expecting $end

any help would be greatly appreciated. Thanks,\Brian

OK, I give in. I am showing my lack of knowledge on Ruby here, what are the three dots for in this context?

Colin

This is not valid Ruby syntax - the author of the post you’ve sourced it from was using the … to avoid repeating identical code from the preceding figure. You may want to skip to the full version at the end:

–Matt Jones

Matt Jones wrote in post #1056520:

=========================================================================== require "rexml/document" ...

This is not valid Ruby syntax - the author of the post you've sourced it from was using the ... to avoid repeating identical code from the preceding figure. You may want to skip to the full version at the end:

--Matt Jones

Hi Matt,

I can't access the full rakefile at http://aardvark-cms.googlecode.com/svn/trunk/build/rakefile.rb

do you know hoe to access it?

Brent

Hi Matt,

I can't access the full rakefile at http://aardvark-cms.googlecode.com/svn/trunk/build/rakefile.rb

do you know hoe to access it?

Brent

Looks like Aardvark got devoured by Sitefinity - here’s the archived version:

http://web.archive.org/web/20100811225616/http://aardvark-cms.googlecode.com/svn/trunk/build/rakefile.rb

–Matt Jones

Matt Jones wrote in post #1056929:

Hi Matt,

I can't access the full rakefile at http://aardvark-cms.googlecode.com/svn/trunk/build/rakefile.rb

do you know hoe to access it?

Looks like Aardvark got devoured by Sitefinity - here's the archived version:

http://web.archive.org/web/20100811225616/http://aardvark-cms.googlecode.com/svn/trunk/build/rakefile.rb

--Matt Jones

Many Thanks Brian!