Forum Discussion
sittinhawk
New Contributor
5 months agoAshling IDE scripted project creation
On Windows, is there a way to script the Ashling IDE project creation (or import an existing project)? I'm trying to clean my project down to the bare minimum for CM/repo purposes (deleting .metadat...
Rejeesh_Ashling
New Contributor
5 months agoSeems you are passing the project path instead of workspace path; could you try "RiscFree.exe -data %CD%\sw_workspace" instead of "RiscFree.exe -data %CD%\..\sw_repo" ?
Rejeesh_Ashling
New Contributor
5 months agoJust to be clear, its required that the project needs to be imported to the workspace via GUI manually once before we try the command-line option.