[FLOW3-general] Problem with kickstart

Dawid Pacholczyk dpacholczyk at gmail.com
Fri Aug 5 17:25:12 CEST 2011


W dniu 2011-08-05 16:43, Robert Lemke pisze:
> Hi Dawid,
>
> Am 05.08.2011 um 16:23 schrieb Dawid Pacholczyk:
>
>> Hi guys,
>> yesterday I`ve downloaded latest sourcec from git. The kickstart has a small bug. When I create new controller I ALWAYS get StandardController.
>>
>> flow3.bat typo3.kickstart:kickstart:controller Package Something
>>
>> I won`t receive SomethingController but StandardController. I don`t have this problem with models or repos
>>
>> The second thing. When you create from kickstart file (model, controller or repo) with the same name as you already have than whole your work vanish. The file is overwriten.
>> IMO there should be a parameter like --forece that is forcing to overwrite. If you don`t set it on kickstarter musn`t overwrite your work. It`s a bit risky.
>
> both issues should be solved already:
>
> https://review.typo3.org/#change,3803
>
> I just tried it on my machine, and it works for me.
>
> If you have the current master, then the kickstart:controller command shouldn't exist anymore (was replaced by kickstart:actioncontroller and kickstart:commandcontroller).
>
> Cheers,
> Robert
>

I`ve just pulled from repo and I have this commands



D:\wamp\www\FLOW3>flow3.bat
FLOW3 1.0.0-beta1 (Development)
usage: ./flow3_dev <command identifier>

The following commands are currently available:

PACKAGE "TYPO3.FLOW3":

     typo3.flow3:cache:flush                             Flush all caches

     typo3.flow3:core:compile                            Explicitly 
compile proxy classes
     typo3.flow3:core:shell                              Run the 
interactive Shell

     typo3.flow3:doctrine:validate                       Validate the 
class/table mappings
     typo3.flow3:doctrine:create                         Create the 
database schema based on current mapping information
     typo3.flow3:doctrine:update                         Update the 
database schema, not using migrations
     typo3.flow3:doctrine:compileproxies                 Compile the 
Doctrine proxy classes
     typo3.flow3:doctrine:entitystatus                   Show the 
current status of entities and mappings
     typo3.flow3:doctrine:dql                            Run arbitrary 
DQL and display results
     typo3.flow3:doctrine:migrationstatus                Show the 
current migration status
     typo3.flow3:doctrine:migrate                        Migrate the 
database schema
     typo3.flow3:doctrine:migrationexecute               Execute a 
single migration
     typo3.flow3:doctrine:migrationversion               Mark/unmark a 
migration as migrated
     typo3.flow3:doctrine:migrationgenerate              Generate a new 
migration

     typo3.flow3:help:help                               Display help 
for a command

     typo3.flow3:package:create                          Create a new 
package
     typo3.flow3:package:delete                          Delete an 
existing package
     typo3.flow3:package:activate                        Activate an 
available package
     typo3.flow3:package:deactivate                      Deactivate a 
package
     typo3.flow3:package:listavailable                   List available 
(active and inactive) packages
     typo3.flow3:package:listactive                      List active 
packages

     typo3.flow3:routing:list                            List the known 
routes

     typo3.flow3:security:importpublickey                Import a public key
     typo3.flow3:security:importprivatekey               Import a 
private key

PACKAGE "TYPO3.KICKSTART":

     typo3.kickstart:kickstart:package                   Kickstart a package
     typo3.kickstart:kickstart:controller                Kickstart a 
controller class
     typo3.kickstart:kickstart:model                     Kickstart a 
domain model
     typo3.kickstart:kickstart:repository                Kickstart a 
domain repository

D:\wamp\www\FLOW3>flow3.bat
FLOW3 1.0.0-beta1 (Development)
usage: ./flow3_dev <command identifier>

The following commands are currently available:

PACKAGE "TYPO3.FLOW3":

     typo3.flow3:cache:flush                             Flush all caches

     typo3.flow3:core:compile                            Explicitly 
compile proxy classes
     typo3.flow3:core:shell                              Run the 
interactive Shell

     typo3.flow3:doctrine:validate                       Validate the 
class/table mappings
     typo3.flow3:doctrine:create                         Create the 
database schema based on current mapping information
     typo3.flow3:doctrine:update                         Update the 
database schema, not using migrations
     typo3.flow3:doctrine:compileproxies                 Compile the 
Doctrine proxy classes
     typo3.flow3:doctrine:entitystatus                   Show the 
current status of entities and mappings
     typo3.flow3:doctrine:dql                            Run arbitrary 
DQL and display results
     typo3.flow3:doctrine:migrationstatus                Show the 
current migration status
     typo3.flow3:doctrine:migrate                        Migrate the 
database schema
     typo3.flow3:doctrine:migrationexecute               Execute a 
single migration
     typo3.flow3:doctrine:migrationversion               Mark/unmark a 
migration as migrated
     typo3.flow3:doctrine:migrationgenerate              Generate a new 
migration

     typo3.flow3:help:help                               Display help 
for a command

     typo3.flow3:package:create                          Create a new 
package
     typo3.flow3:package:delete                          Delete an 
existing package
     typo3.flow3:package:activate                        Activate an 
available package
     typo3.flow3:package:deactivate                      Deactivate a 
package
     typo3.flow3:package:listavailable                   List available 
(active and inactive) packages
     typo3.flow3:package:listactive                      List active 
packages

     typo3.flow3:routing:list                            List the known 
routes

     typo3.flow3:security:importpublickey                Import a public key
     typo3.flow3:security:importprivatekey               Import a 
private key

PACKAGE "TYPO3.KICKSTART":

     typo3.kickstart:kickstart:package                   Kickstart a package
     typo3.kickstart:kickstart:controller                Kickstart a 
controller class
     typo3.kickstart:kickstart:model                     Kickstart a 
domain model
     typo3.kickstart:kickstart:repository                Kickstart a 
domain repository


More information about the FLOW3-general mailing list