Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorasejua
    • CommentTimeDec 13th 2007
     

    Hi again,

    I'm having a bit trouble doing a scaffold after having migrate following the wiki tutorial.

    After doing the migration script

    ./script/migrate MyApp install
    

    I do the scaffold for the object updated

    ./script/generate scaffold Device
    

    And it tells me the following:

    There where collisions when attempting to generate the scaffold.
    Please add force=true to the argument list in order to overwrite existing files.
    

    I've tried to place that force=true flag in every position in the command line...and nothing. Must be a silly thing but I'm absolutely lost ^^'

    Thanks in advance.

    • CommentAuthorJeff
    • CommentTimeDec 13th 2007
     

    If I remember correctly it's something like this:

    ./script/generate scaffold Device --force
    
    • CommentAuthorasejua
    • CommentTimeDec 13th 2007
     
    Ups *blush* guess I didn't tried every position :P

    Thanks Jeff!
    • CommentAuthorIneX
    • CommentTimeApr 16th 2008
     

    If I remember correctly it's something like this:

    ./script/generate scaffold Device --force

    Guys, you should change the scaffolding error output, because it's quite confusing when it says:

    There where collisions when attempting to generate the scaffold.

    Please add force=true to the argument list in order to overwrite existing files.

    but doing this doesn't overwrite the files. thanks.

    • CommentAuthorKaste
    • CommentTimeApr 17th 2008
     

    Guys, you should be really using the trakker if you find something such annoying ;-

    •  
      CommentAuthorbermi
    • CommentTimeApr 23rd 2008
     
    • CommentAuthorIneX
    • CommentTimeApr 24th 2008
     

    Fixed

    Nice, thanks

Add your comments
    Username Password
  • Format comments as