Im working with a virtual module defined in the CVSROOT/modules file. How do I commit the .project and/or .classpath file?
The easiest way to address this problem is to create a project in the repository whose purpose is to hold the .project and .classpath files for your module. For example, if your module definition is my-module &sub-dir1 &sub-dir2 you could change it to my-module my-module-project &sub-dir1 $sub-dir2 where my-module-project is an new folder on the CVS server. Committing the .project and .classpath files would create the files in this folder.
Related Questions
- I get the error You have installed modules but have not selected an encryption module, please consult the default config file for info when I try to start my bot. How do I fix this?
- Can the user have a mix of real IO modules and simulated IO with MiMiC and the Virtual IO Module on the same controller?
- Im working with a virtual module defined in the CVSROOT/modules file. How do I commit the .project and/or .classpath file?