You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Classpathentry to .classpath vanishes for every build in Maven java project
Hello there,
My project uses mustache templates to get the list of the POJO classes and add to target/generated-sources, during each build the classpathentry added is deleted automatically and only the set of classpath entries which is by default added.
whatever the entries that was added to the project classpath should be there. but, entries vanishes after each build, i do build by both integrated terminal as well as git bash, both cases remain the same.
Note: this is can't be replicated at first time , but with multiple retires it is replicated.
Environment
Operating System: Windows 10
JDK version: open JDK 11
Visual Studio Code version: 1.59.0 latest
Java extension version: Language Support for Java(TM) by Red Hat v0.80.0
Steps To Reproduce
add a class path entry in .classpathfile like below
then try to build your project with mvn clean install Additional information
please use a maven project to check this and build your app each time and multiple time.
The text was updated successfully, but these errors were encountered:
Added Classpathentry to .classpath vanishes for every build in Maven java project
Hello there,
My project uses mustache templates to get the list of the POJO classes and add to target/generated-sources, during each build the classpathentry added is deleted automatically and only the set of classpath entries which is by default added.
whatever the entries that was added to the project classpath should be there. but, entries vanishes after each build, i do build by both integrated terminal as well as git bash, both cases remain the same.
Note: this is can't be replicated at first time , but with multiple retires it is replicated.
Environment
Steps To Reproduce
mvn clean install
Additional information
please use a maven project to check this and build your app each time and multiple time.
The text was updated successfully, but these errors were encountered: