Hi,
I stumbled upon the behavior of the Layout Editor in combination with a Maven-style project. In our project.xml we set
Code:
javasourcedirectory="<projectDir>/src/main/java"
But now, when I reference a new resource, the editor will look for the properties file in a sub dir of src/main/java. But in a Maven project, one would place those bundles in src/main/resources.
Is there any possibility to change the path the Layout Editor is looking for resources?
BR