NickHeap2 / vscode-ant

Visual Studio Code Ant Task Runner Extension published on the marketplace
MIT License
6 stars 4 forks source link

builds not showing up in VSC 1.47.1 #13

Closed martin242m closed 4 years ago

martin242m commented 4 years ago

After Updating to VSC 1.47.1 no builds are showing up in the Ant Target Runner. The Problem occured after the update. Ant Version is 1.10.8. Also tried with 1.10.6

NickHeap2 commented 4 years ago

I've just done the update myself and not found any problems with any of my projects. Can you give me a way to reproduce?

martin242m commented 4 years ago

I'll try my best to give you my settings: Win10 with ant path C:\apache-ant-1.10.8 In VSC: build.evn is empty build.xml contains the script. I just tried a really simple one: `

` Both files are in root in the explorer

Extension settings: Anmerkung 2020-07-17 080826

Until May 2020 everything was fine. After the June 2020 Update the Ant Target Runner stays empty. Version: 1.47.2 (user setup) Commit: 17299e413d5590b14ab0340ea477cdd86ff13daf Date: 2020-07-15T18:22:06.216Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.19041

Can I supply any further information? Still not sure if its just me..

NickHeap2 commented 4 years ago

@martin242m Sorry for the delayed response but I did try those exact settings and didn't get the issue myself. Are you still getting this problem with the 1.48.0 version? image image

martin242m commented 4 years ago

Hey Nick, also sorry for the late response. I just checked your new Version with VSC 1.48.2. Somehow the Issue seems to be resolved. Everything seems to work as normal as far as I can tell. Thank you for your help :)