Nigel Jones

Results 455 comments of Nigel Jones

Attempt to clone into windows directly (win11) resulted in: ``` 2 [main] sh (1224) C:\Program Files\Git\usr\bin\sh.exe: *** fatal error - cygheap base mismatch detected - 0x1329408/0x13E9408. This problem is probably...

Note - Win native java build will fail. Currently FVTs fail, due to launching the 'java' process vs 'java.exe' - could be addressed by refining how the file is determine,...

There is another possible option The latest version of Jetbrains IntelliJ offers 'JetBrains gateway' as a standalone package, or via File->Remote Development. This requires SSH connectivity to the host, runs...

That would be super thanks. I believe windows 10 has evolved WSL support in a few iterations. Most recently WSL2 was added -- we probably need docs around how to...

I've had another try today on a standalone windows 11 system with WSL2 & IntelliJ 2022.1 Community Edition I did the inital setup (git clone, installing compiler, maven etc) entirely...

Added some further docs on using WIndows to build Egeria note - this isn't fully linked into all the material, but is focussed on the task 'building egeria source'. We...

For now I will * Sensibly merge the descriptions in the actual repository metadata to the text we have in egeria docs for the small number of repos listed *...

Current script: ``` #!/usr/bin/python3 import json import subprocess repoinfo = subprocess.check_output('gh repo list odpi --limit 200 --json name,description,repositoryTopics,isArchived',shell=True) repojson = json.loads(repoinfo) print('| Repository | Purpose |') print('| --- | ---...

Yes, that sort of thing... I think we can do it for other similar content too. I'd probably put all generated content in one place, then refactor the docs a...

I've been hitting issues even trying to make a 1 way SSL connect to a DB2 cloud service. Whilst the handling of this particular situation is buggy (10 min timeout...