wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

Need to create output directory automatically #119

Closed wycc closed 8 years ago

wycc commented 10 years ago

The java directory must be created automatically.

Traceback (most recent call last): File "/home/wycc/devel/wukong-darjeeling/wukong/master/wkpf/wuapplication.py", line 307, in deploy self.cleanAndCopyJava() File "/home/wycc/devel/wukong-darjeeling/wukong/master/wkpf/wuapplication.py", line 251, in cleanAndCopyJava distutils.dir_util.remove_tree(JAVA_OUTPUT_DIR) OSError: [Errno 2] No such file or directory: '/home/wycc/devel/wukong-darjeeling/wukong/master/../../src/app/wkdeploy/java'