Hi Team,
i found sometime after i upload some modified files to the src directory, and do build from IntelliJ IDEA, it doesn’t build at all, and i have to do mvn clean firstly, and then i have to do mvn compile which really time costly. can we directly build from IntelliJ IDEA without the mvn compile outside IntelliJ IDEA? i have tried to do so, but it report errors which claims that it cannot found class RuleLangBaseListener and package RuleLangParser as following:
Which configuration or dependency is missing for building from IntelliJ IDEA ? how can we configure the IntelliJ IDEA to make the building works ?
thanks in advance,
charles