about WorkSpace of codewarrior

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

about WorkSpace of codewarrior

Jump to solution
1,617 Views
hillzzhao
Contributor I

Hi Sir:

    I suffers one trouble in codewarriror with command line program.

    I create one workspace to one A path, then I move it to another B path.

I use following common line to program ic with B Path workspace ,but the cwide.exe can't load the B path workspace .

How to do?

"c:\Freescale\CW MCU v10.2\eclipse\cwide.exe" -data "c:\tmp\wsp_StandaloneFlsh" -vmargsplus -Dcw.script="c:\tmp\wsp_StandaloneFlsh\standalone.tcl

Labels (1)
0 Kudos
Reply
1 Solution
1,354 Views
BlackNight
NXP Employee
NXP Employee

Eclipse workspaces (more precisely: the .metadata folder in the workspace) are *not* intended to be moved or copied to another location/path.

They contain very specific information about the location where they are.

So workspaces cannot be moved/copied/shared by any means.

If you do, then all kind of problems can occur.

You can think of the workspace (actually the .metadata folder) as a kind of registry.

But your projects can be moved/copied/etc, and they do not have to reside in the workspace folder.

So keep the workspace in the place you have created it. If you need to copy/apply workspace settings, you can export the settings and import them into other workspaces.

I hope this helps.

Erich

View solution in original post

0 Kudos
Reply
1 Reply
1,355 Views
BlackNight
NXP Employee
NXP Employee

Eclipse workspaces (more precisely: the .metadata folder in the workspace) are *not* intended to be moved or copied to another location/path.

They contain very specific information about the location where they are.

So workspaces cannot be moved/copied/shared by any means.

If you do, then all kind of problems can occur.

You can think of the workspace (actually the .metadata folder) as a kind of registry.

But your projects can be moved/copied/etc, and they do not have to reside in the workspace folder.

So keep the workspace in the place you have created it. If you need to copy/apply workspace settings, you can export the settings and import them into other workspaces.

I hope this helps.

Erich

0 Kudos
Reply