qooxdoo 프로젝트 이름을 변경하는 방법. "projectNameA"에서 "projectNameB"까지?qooxdoo : 프로젝트 이름을 변경하는 방법은 무엇입니까?
generate.py
에는 다음 명령을 사용할 수 있습니다.
>>> Available jobs:
- api -- create api doc for the current library
- api-data -- create api doc json data files
- build -- create build version of current application
- clean -- remove local cache and generated .js files (source/build)
- distclean -- remove the cache and all generated artefacts of this library
(source, build, ...)
- fix -- normalize whitespace in .js files of the current library (tabs, eol, ...)
- info -- collects environment information like the qooxdoo version etc., and prints it out
- inspector -- create an inspector instance in the current library
- lint -- check the source code of the .js files of the current library
- migration -- migrate the .js files of the current library to the current
qooxdoo version
- pretty -- pretty-formatting of the source code of the current library
- profiling -- includer job, to activate profiling
- simulation-build -- create a runner app for simulated interaction tests
- simulation-run -- launches simulated interaction tests generated with
simulation-build
- source -- create source version of current application
- source-all -- create source version of current application, with all class
es
- source-hybrid -- create a hybrid application (application classes as
individual files, others catenated)
- test -- create a test runner app for unit tests of the current library
- test-source -- create a test runner app for unit tests (source version) of the current library
- translation -- create .po files for current library
그러나 프로젝트 이름 변경 명령이 없습니다. 프로젝트 이름을 변경할 수있는 명령이 있습니까?
이름 바꾸기와 관련하여 [공개 버그] (http://bugzilla.qooxdoo.org/show_bug.cgi?id=7035)가 있습니다. 수동으로 수행해야하는 단계를 설명합니다 :/... –