santoslab / aadl-translator

Eclipse Public License 1.0
5 stars 3 forks source link

devdev vs appdev directories? #24

Closed bewest closed 9 years ago

bewest commented 9 years ago

In the plugin preferences, I noticed devdev vs appdev directories, and wondered what affect these might have. I grepped through the source code and determined that devdev didn't seem to be used, but could not determine what effect if any appdev might have.

sprocter commented 9 years ago

The appdev directory is where the generated source code will be placed. It's read in on line 353 of DoTranslation.java, and then that value is sent to the writer class.

I'm assigning Yu Jin to this in the hopes that he'll look into the use of the devdev directory.

yjkim78 commented 9 years ago

Just like the app side, the devdev directory is the target location for the generated code on device. Note that the feature related to the devdev settings are under development and it is has no effect on MDCF architect (http://santoslab.org/pub/mdcf-architect/).

bewest commented 9 years ago

Thanks, feel free to close, I see it's under development. :-)

Thanks for all the goodies. I managed to get going with the demo projects.

yjkim78 commented 9 years ago

Thanks.