wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

There should be a app specific dir for placing all app specific GENERATED and custom component java source code when building WKDeploy #39

Closed pencilcheck closed 11 years ago

pencilcheck commented 11 years ago

As mentioned in issue https://github.com/wukong-m2m/wukong-darjeeling/issues/38, instead of including a broad wukong master dir as the java source path, we should be more specific and include only the dir that includes currently deploying app specific java files, generated or the source code.

So we should create an app specific dir in wkdeploy/java to include all appropriate app specific java source code copied from wukong master and codegen generated files from WKDeployCustomComponents.xml and change the java source path to that dir.

pencilcheck commented 11 years ago

In the latest commit 84215ffdc3, we have made it scan recursively for all java files in the app directory to copy to the wkdeploy/java directory for deployment