-
FEATURED COMPONENTS
First time here? Check out the FAQ!
I have updated to zk 9.5.1 to use the new date control and other features, but when I change my pom.xml file and do an "update maven", the files corresponding to this version are not downloaded and I get compilation errors. However, my partner did work correctly and we have the same source code. what could be happening, I am lagging in my development because of this configuration issue
It was solved. Problem was .setting.xml it was not included on the .m2 folder.
Thank you.
I can't tell what's happening inside your IDE since you didn't mention which IDE you're using (IDEs often try many things automatically, and sometimes hide problems or don't display them in obvious areas).
So what to do in such cases: To get more insight where the build is failing you can try to compile/build your project from command line (outside the IDE), then you'll know whether it's an issue with the maven configuration/dependencies or just some kind of IDE synchronization issue.
So you can try at command line:
mvn clean compile
or
mvn clean package
Maven will then output any errors it encounters. Then you'll know something more ... If there are errors at command line then at least you know it's not the IDE causing those problems, and you can fix them before retrying inside the IDE.
Asked: 2021-04-20 16:43:57 +0800
Seen: 8 times
Last updated: Apr 23 '21
bug with intboxes on mobile devices
zk keikai-how to add custom button/label to formulabar?
zk-keikai- update multiple cells parallel at same time asynchronously
zk-keikai-How to auto fit column width based on text
zk-keikai-ClipboardPateEvent-called twice
Reference a spring bean from VariableResolver