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

Franz Holzinger franz at ttproducts.de
Fri Apr 26 15:47:35 CEST 2013


Hello
Le 26. 04. 13 15:36, Franz Holzinger a écrit :
> -----------------------------
>
> 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?

thanks for your help. I have found it:


-------------------------------
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
' /var/www/path/web/trunk/typo3/ext/div2007
-----------------------------


The result output is:

--------------------------------------
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.

array(3) {
   ["resultCode"]=>
   string(5) "10504"
   ["resultMessages"]=>
   array(1) {
     [0]=>
     string(118) "Please note that it might take a while (up to one day) 
until your extension and the documentation appear on TYPO3.org."
   }
   ["version"]=>
   string(6) "0.11.3"
}
----------------------------------------

This seems to be the ok message.

- Franz




More information about the TYPO3-dev mailing list