JeremyYao commented on issue #1389:
URL: 
https://github.com/apache/daffodil-vscode/issues/1389#issuecomment-3347983027

   Happens with `start "" "%_JAVACMD%" !_JAVA_OPTS! 
!OMEGA_EDIT_GRPC_SERVER_OPTS! -cp "%NEW_CLASSPATH%" %MAIN_CLASS% !_APP_ARGS!` 
as well. 
   
   For how I'm going about packaging `@OmegaEdit/client`, I use the following 
commands
   
   ```bash
   git clean -fdx
   cmake -S . -B _build -DCMAKE_BUILD_TYPE=Debug -DBUILD_DOCS=NO 
-DBUILD_EXAMPLES=NO -DBUILD_SHARED_LIBS=YES
   cmake --build _build --config Debug
   ctest --build-config Debug --test-dir _build/core --output-on-failure
   cmake --install _build --config Debug --prefix _install
   yarn install
   yarn workspace @omega-edit/server package
   yarn workspace @omega-edit/client package
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to