Sergiy Barlabanov

- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Sergiy Barlabanov created a post, Failed to set a breakpoint in a GWT core class containing native JS code.
Hi,I am trying to set a breakpoint in a class from gwt-user. The class contains some native javascript code along with normal java methods. After having started a corresponding GWT Configuration In... -
Sergiy Barlabanov created a post, IDEA-77073 is still open
Hi,there is no progress on the issue IDEA-77073 since more than one year.The issue is about broken Maven filtering support. ${settings.localRepository} property is not substituted in IntelliJ.So ar... -
Sergiy Barlabanov created a post, Maven filtering in IDEA 10.5.2: settings.localRepository is not substituted
Hi,I have the following in my pom.xml defined: <testResources> <testResource> <directory>src/test/resources</directory> <filtering>true</filtering> ...