wukong-m2m / wukong-darjeeling

Darjeeling for WuKong
Other
20 stars 17 forks source link

Save in type (will be changed) does not save implementation #37

Closed pencilcheck closed 11 years ago

pencilcheck commented 11 years ago

After I create a new wuclass, edit the java source code for the wuclass and hit save, only enabled_wuclass.xml and WuKongStandardLibrary.xml are changed but no where can I find the implementation I just edit.

This issue corresponds to the other issue on the UI https://github.com/wukong-m2m/wukong-darjeeling/issues/35

Should also look after the types as well, they should all be saved

wycc commented 11 years ago

The Save All save the XML only. The source code will be saved in the text editor windows. The reason of this issue is related to a bug in the save function. It has been fixed at e50b1da

pencilcheck commented 11 years ago

Where are you saving the implementation file to?

Make sure you make the distinction between global and app specific, because now all virtual wuclasses are placed in one directory regardless of visibility (wukong/javax/wukong/virtualwuclasses).

I don't know if building WKDeploy consider that.

wycc commented 11 years ago

The application specific wuclass should be in the app directory. For the global one, it will be in the lib/wkpf/c/common/native_wuclasses and the java version is in the wukong/javax/wokong/virtualwuclasses.

I have not verify the app specific code yet. Maybe do it in the Tuesday together.

2013/9/8 Penn Su notifications@github.com

Where are you saving the implementation file to?

Make sure you make the distinction between global and app specific, because now all virtual wuclasses are placed in one directory regardless of visibility (wukong/javax/wukong/virtualwuclasses).

I don't know if building WKDeploy consider that.

— Reply to this email directly or view it on GitHubhttps://github.com/wukong-m2m/wukong-darjeeling/issues/37#issuecomment-24006557 .