主页
IDEs Support (IntelliJ Platform) | JetBrains
提交请求
社区
登录
Andrey Dernov
关注
新文章和帖子
新文章、帖子和评论
活动总数
5130
最后的活动
2023年03月31日 05:29
成员加入日期
2013年03月04日 16:37
关注
0 名用户
关注者数
5 名用户
投票数
43
订阅数
1898
活动概览
文章(0)
帖子(0)
评论(3189)
Andrey Dernov
进行了评论,
2023年03月31日 05:27
>I've tried VM options and Program arguments and neither work. Since you want to pass a gradle parameter, you should use Gradle run configuration ype insted of the Spring Boot run configuration typ...
社区
IntelliJ IDEA Users
How to add -P parameter to Gradle launch config?
0 票
Andrey Dernov
进行了评论,
2023年03月28日 07:22
You have a pom type dependency, that's not what you need when you want to reference a Java library. You need a jar. Check the artifact being imported: it's not what you expect. >in my code then loc...
社区
IntelliJ IDEA Users
Intellij does not see maven dependencies.
0 票
Andrey Dernov
进行了评论,
2023年03月24日 07:39
Please try 2023.1 (currently in RC state) - it has improvements which fix Maven frequent disconnects issues.
General
Known issues
Unable to import Maven project, import fails with error: Cannot reconnect
0 票
Andrey Dernov
进行了评论,
2023年03月14日 11:12
Thank you for the information. Please vote for this request in our tracker: IDEA-315327 Gradle Task Gutter Icons do not exist for registered tasks ie tasks.register('taskName') Please note that you...
社区
IntelliJ IDEA Users
Gradle Task Gutter Icons do not exist for registered tasks ie tasks.register('taskName')
1 票
Andrey Dernov
进行了评论,
2023年03月10日 09:28
Pratiks11 can you please attach screenshot of the Maven run configuration for this Maven goal you are running from IDE? Does setting the Working directory in this run configuration help? As another...
社区
IntelliJ IDEA Users
For Mvn goal executae mavenmultiprojectdirectory takes wrong path it point to home directory
0 票
Andrey Dernov
进行了评论,
2023年03月09日 15:46
I understand you are talking about the Gutter (the side bar). I just mentioned that Gradle tool window may be used to invoke such tasks as a workaround. Can you give an example of such a task, plea...
社区
IntelliJ IDEA Users
Gradle Task Gutter Icons do not exist for registered tasks ie tasks.register('taskName')
0 票
Andrey Dernov
进行了评论,
2023年02月07日 11:53
How do you use tasks in a script exactly where you expect to see a run gutter icons? Please provide an isolated sample code. Note that all the tasks are displayed in a Gradle tool window for the pr...
社区
IntelliJ IDEA Users
Gradle Task Gutter Icons do not exist for registered tasks ie tasks.register('taskName')
0 票
Andrey Dernov
进行了评论,
2023年01月25日 12:27
Davidj Geib can you commit from the command line? Do you have your git username defined in .gitconfig in your home directory? Or where do you set up git username? If command line works, could...
社区
IntelliJ IDEA Users
"no git username detected" while trying to commit with Fleet
0 票
Andrey Dernov
进行了评论,
2023年01月17日 12:09
>4. Not sure how I would create a sample project since, again, the gwtproject reference is NOWHERE in my files... You can provide the original project. This reference may come from GWT SDK that I...
社区
IntelliJ IDEA Users
My GWT project won't build after moving to new machine
0 票
Andrey Dernov
进行了评论,
2023年01月14日 16:46
Do you use maven-gwt-plugin? It looks like IDE tries to find the GWT SDK on build and fails. >on my new machine, the project also gets source level 1.5 even though I have it defined as 1.8 Where do...
社区
IntelliJ IDEA Users
My GWT project won't build after moving to new machine
0 票