Upgrading from Intellij 13 to Ultimate 2019.1

Answered

There are currently two devs on our team using Intellij 13 and we are having issues getting myself set up on 2019.1 

The project settings did not import correctly so our Tomcat server keeps turning into an unknown server, we remake it and struggle with connection issues for a bit, then get that up only to find it is pulling files from our target directory even though it is a local configuration which should be pulling files from /src. We have spent hours trying to figure out why to no avail. Any recommendations would be appreciated, thank you!

0
5 comments
Avatar
Yaroslav Bedrov

Hello,

Could you please clarify "it is pulling files from our target directory even though it is a local configuration which should be pulling files from /src" point?

0
Avatar
Permanently deleted user

The maven build is set up to use the source files directly if an environment variable is set to local (which it is as other files are being named correctly) rather than the minified target files. Instead, it is using the target files which are minified and missing elements.

0
Avatar
Yaroslav Bedrov

Am I got you right that running maven build goal acts differently in 13 and 2019 versions?

0
Avatar
Permanently deleted user

Yes that is correct. Also, the 13 version has Make whereas 2019 version has Build. Then we have it Run Maven Goal and then Build Artifacts. We can get Tomcat to work and then it becomes Unknown once we rerun it a second time.

0
Avatar
Yaroslav Bedrov

If you run Maven goal it should work the same way in both versions as it just calls mvn command. Do you use the same maven version in both IDEs? Is it possible to provide sample project example or screenshots to clarify the issue?

0

Please sign in to leave a comment.