Hi, I just tried to set up a fresh dev environment for Studio, following the instructions given at https://github.com/apache/directory-studio/blob/master/README.md#setup-eclipse-workspace
In one attempt, everything looked fine but ewhen I finally open the project in Eclipse after the final restart, I get 1300+ errors, mostly missing dependencies, e.g. to org.apache.ldap.api.* classes Another attempt ended with the eclipse-trgt-platform.target file missing, so step 2 could not be performed. Instead (?) of that file, I found a "target" *folder* below eclipse-trgt-platform… Interestingly, the whole projects builds successfully from the command line with something like JAVA_HOME=/opt/local/Library/Java/JavaVirtualMachines/openjdk17-temurin/Contents/Home ./build.sh I've tried with Eclipse for RCP 4.34 and 4.24 and with JDK11/17/21 on current macOS/ARM64, seems to make not significant difference, all fail similar (number of errors varies slightly, though), all build and produce working product. Any ideas how to fix this? Could someone with more maven/tycho-fu than me update the instructions, maybe? Cheers, Lothar
