LibreOffice / loeclipse

LibreOffice Eclipse plugin for extension development
https://libreoffice.github.io/loeclipse/
31 stars 25 forks source link

Project creation hangs for LO 6 on Windows 7 #75

Closed jragan-work closed 3 years ago

jragan-work commented 4 years ago

I have attempted to create extension for LO 6.2.5.2 and eclipse fails to progress beyond 5% . Terminating the ucpp.exe each time helps move the progress bar, but files such as projectnameImpl.java are not created.

Running manually the idlc command gets me the following output:

line 1 "" and ucpp along with idlc show no activity in task manager

I am attaching: error log from eclipse (please note all steps after first idlc command are executed after terminating ucpp.exe), full command input and output for manually run idlc command and generated project as a zip file. 6.2.5.2 hello world creation log.log 6.2.5.2 manual command execution.txt LOHelloWorld.zip

jragan-work commented 4 years ago

With LibreOffice version 6.3.0.4 and its corresponding SDK LOeclipse works without above mentioned problem.