Hi All,
In previous development, our team develop the 4j's without using genero studio. We used to "make" the application using the mkj file converted from mk4. Yes, Genero studio does help us a lot in the development life cycle but, what if some of us still want to use the old way.
The question is, how to export from the Genero studio workspace to a .mkj formatted file.
Regards,
Nadzree
Chances are the .mk4 and .mkj file formats are unique to your organisation, but from what I have seen some development shops do something similar where you create a Makefile from a smaller file that just contains the unique information.
Typically when moving to Genero Studio, you'd create a script that will take your Makefile and create a .4pw. So for what you want to do, create a script that works the other way and reads the .4pw file and creates the .mk4, .mkj file you want.
The real question is why do you want to run it the "old way"? A properly configured The Tools->Preferences->User Actions and the Build Rules should give you the functionality of what you could do with a Makefile, so is there something you can do your "old way" that you haven't figured out how to do using Genero Studio?