[Typo3-dev] proper way extension development?

Andi Moser andreasmoser at gmx.net
Fri May 21 13:08:26 CEST 2004


Hi Gabor, 				

after reading Kasper's somewhat rude reply and not having the wisdom to improve the kickstarter itself, I set up a workaround using jar, that does the job: 

batch script 1: backup.bat, call with "backup [your extension]"
   C:\jdk1.3.1_07\bin\jar.exe -cvMf %1.jar %1\pi* %1\ext_typoscript_setup.txt %1\res 

now start a new extension from your existing one and then execute

batch script 2: restore.bat, call with "restore [your extension]"
   C:\jdk1.3.1_07\bin\jar.exe -xvf %1.jar *

Cheers,
- Andi Moser (andiairlines)

-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/dev-list-archive/thread/48025/
					





More information about the TYPO3-dev mailing list