Change active webpackage
Last updated
Last updated
A cubbles project may contain more than one webpackage. You can use the with all existing webpackages; however, you must indicate which is the current webpackage. You can do it manually in the .workspace
file of the webpackages
folder of your project; or, you can do it using the _change-activeWebpackage
task.
To show how to change current active project to be used by the using the _change-activeWebpackage
task.
First, you should run the task within the CDT folder (normally it is called devtools) as follows:
Second, a list of the existing webpackages will be prompted. You should choose the webpackage to be used as active by typing its index. The list is similar to the one below:
If you type a wrong index, you would have another chance to type it correctly. If you choose the CANCEL option, the process will finish without making any change.
The .workspace
file in the webpackages
folder will be updated with the selected webpackage, and all the tasks will use it.