[TYPO3-dev] extension upload to TER under TYPO3 6.0

Franz Holzinger franz at ttproducts.de
Fri Apr 26 15:36:48 CEST 2013


Hello Elmar,

Le 26. 04. 13 15:13, Elmar Hinz a écrit :
>> > I have tried. But it fails in an error message.
>> > > ----------------
>> > You're using a different version then the latest available on github.
>> > Consider updating using the "selfupdate" command.
>> > Visit https://github.com/etobi/Typo3ExtensionUtils for more
>> information.
>> > > Usage:
>> >
>> /var/www/web50/web/typo3conf/ext/ext1/Cool/Modules/Ext/Services/../../Typo3ExtensionUtils/bin/t3xutils.php
>>
>> > upload <typo3.org-username> <typo3.org-password> <extensionKey>
>> > "<uploadComment>" <pathToExtension>
>> > ----------------
>>
>>
>> You are just kidding?
>
> Obviously there is a check for the latetest version in
> typo3ExtensionUtils. However the fist part sounds jsut like a hint.
>
> The second part tells how to use the tool:
>
> /t3xutils.php upload <typo3.org-username> <typo3.org-password>
> <extensionKey> "<uploadComment>" <pathToExtension>

Thanks. Now I have understood the problem.

----------------
php 
/var/www/path/web/typo3conf/ext/ext1/Cool/Modules/Ext/Services/../../Typo3ExtensionUtils/bin/t3xutils.php 
  upload mytypo3useraccount mysecretpassword div2007 '
 > * fix bug: method getFrontEndUser must return the field inside of the 
FE user array
 > * integrate div2007 from TYPO3 4.7.10
 > '
-----------------------------

The problem is the ordering of the parameters needed by the php script. 
When I enter the multiple line comment, then I must finish it with the 
single quotation mark ('). However then I have no chance to enter next 
parameter, which is the path to the extension:

  /var/www/path/web/trunk/typo3/ext/div2007

The php script immediately starts after entering of the final quotation 
mark. I cannot add any more parameters.

Do you have any ideas how I must call the php command line to be able to 
use also the last parameter?


- Franz





More information about the TYPO3-dev mailing list