ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

apptool generates buggy arguments to appserver if configured with --develop #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run ./bin/apptool --develop project/src/
2. Appserver never runs, in the logs:

appserver: error: no such option: --debug--internal_address
Usage: appserver [options] <application root>

You should probably add to apptool.py (v. 0.1.5):

575:    if add_opts:
576:        add_opts += ' '

(ie, between the creation of add_opts for options without arguments and the 
addition of options with arguments.)

Cheers,

Original issue reported on code.google.com by e98cu...@gmail.com on 12 Jul 2010 at 5:36

GoogleCodeExporter commented 9 years ago
Fixed in our trunk. I guess, apptool likely needs some refactoring. However, 
many thanks for reporting this!

Original comment by tobias.r...@gmail.com on 13 Jul 2010 at 12:02

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:30