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.
If I remember correctly it's something like this:
./script/generate scaffold Device --force
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.
Guys, you should be really using the trakker if you find something such annoying ;-
Fixed
Nice, thanks
1 to 7 of 7