[JBoss JIRA] (JBIDE-18772) Include publish.sh in parent pom as versioned maven dependency
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18772?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-18772:
----------------------------------------
{quote{If we push a call to rsync.sh into the parent pom for all projects that use the parent pom, we might want to wrap that with a profile so that local builds don't attempt to deploy. Or so that other projects that use the parent pom (like jbosstools-discovery) don't try to deploy accidentally. Does that make sense? {quote}
Yes, I think it does make sense. I'll make a PR for parent pom.
> Include publish.sh in parent pom as versioned maven dependency
> --------------------------------------------------------------
>
> Key: JBIDE-18772
> URL: https://issues.jboss.org/browse/JBIDE-18772
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Reporter: Max Rydahl Andersen
> Assignee: Mickael Istria
> Fix For: 4.3.0.Alpha2
>
>
> instead of relying to publish.sh being on master, we should use a versioned publish.sh (or maybe even mojo) that the build then uses.
> suggestion:
> publish.sh (or mojo) gets released to our maven repo, use it in the pom.xml to perform publishing.
> What this helps with is:
> a) can do changes to publish mechanism without affecting every past builds.
> b) more movable build system
> c) isolated testing possible
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19376) Eclipse freezes at or shortly after startup
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19376?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-19376.
---------------------------------
Verified by Anton, closing.
> Eclipse freezes at or shortly after startup
> -------------------------------------------
>
> Key: JBIDE-19376
> URL: https://issues.jboss.org/browse/JBIDE-19376
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.2.Final
> Environment: Eclipse Luna EE.
> Reporter: Anton Meller
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.2.3.CR1, 4.3.0.Alpha2
>
> Attachments: 20150224_threaddump-1424762289905.tdump, 20150225_threaddump-1424847077811.tdump, 20150225_threaddump-1424847803263.tdump, 20150226_threaddump-1424936318015.tdump
>
>
> Sometimes (probably once or twice a month) my eclipse freezes either right at startup or short after startup if I try to save some modified file. In Java VisualVM I can see than a deadlock in org.jboss.ide.eclipse.as.core.JBossServerCorePlugin.start() method.
> Today I have updated JBoss plugins to latest version (from the update site for JBoss Tools 4.2.2.Final) and was able to reproduce the problem at every second or third startup . It looks like it occurs on larger workspaces (my current workspace has about 70 open projects (most of them are java projects and depends on each other)) and if servers view is open/visible right at startup. In a smaller workspace with only 11 projects I had no luck reproducing the deadlock.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19376) Eclipse freezes at or shortly after startup
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19376?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-19376:
---------------------------------------
[~unmargin], no worries, thanks a lot for verifying this!
> Eclipse freezes at or shortly after startup
> -------------------------------------------
>
> Key: JBIDE-19376
> URL: https://issues.jboss.org/browse/JBIDE-19376
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.2.Final
> Environment: Eclipse Luna EE.
> Reporter: Anton Meller
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.2.3.CR1, 4.3.0.Alpha2
>
> Attachments: 20150224_threaddump-1424762289905.tdump, 20150225_threaddump-1424847077811.tdump, 20150225_threaddump-1424847803263.tdump, 20150226_threaddump-1424936318015.tdump
>
>
> Sometimes (probably once or twice a month) my eclipse freezes either right at startup or short after startup if I try to save some modified file. In Java VisualVM I can see than a deadlock in org.jboss.ide.eclipse.as.core.JBossServerCorePlugin.start() method.
> Today I have updated JBoss plugins to latest version (from the update site for JBoss Tools 4.2.2.Final) and was able to reproduce the problem at every second or third startup . It looks like it occurs on larger workspaces (my current workspace has about 70 open projects (most of them are java projects and depends on each other)) and if servers view is open/visible right at startup. In a smaller workspace with only 11 projects I had no luck reproducing the deadlock.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months
[JBoss JIRA] (JBIDE-19376) Eclipse freezes at or shortly after startup
by Anton Meller (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19376?page=com.atlassian.jira.plugi... ]
Anton Meller commented on JBIDE-19376:
--------------------------------------
The fix works good. I have just now tried JBoss Tools 4.2.3.CR1 out from the update site mentioned here http://tools.jboss.org/downloads/jbosstools/luna/4.2.3.CR1.html and after at least 10 restarts I had no single deadlock. With the older plugin version it was easy to reproduce the deadlock at every second startup at least.
Sorry for the delay with testing.
> Eclipse freezes at or shortly after startup
> -------------------------------------------
>
> Key: JBIDE-19376
> URL: https://issues.jboss.org/browse/JBIDE-19376
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.2.Final
> Environment: Eclipse Luna EE.
> Reporter: Anton Meller
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.2.3.CR1, 4.3.0.Alpha2
>
> Attachments: 20150224_threaddump-1424762289905.tdump, 20150225_threaddump-1424847077811.tdump, 20150225_threaddump-1424847803263.tdump, 20150226_threaddump-1424936318015.tdump
>
>
> Sometimes (probably once or twice a month) my eclipse freezes either right at startup or short after startup if I try to save some modified file. In Java VisualVM I can see than a deadlock in org.jboss.ide.eclipse.as.core.JBossServerCorePlugin.start() method.
> Today I have updated JBoss plugins to latest version (from the update site for JBoss Tools 4.2.2.Final) and was able to reproduce the problem at every second or third startup . It looks like it occurs on larger workspaces (my current workspace has about 70 open projects (most of them are java projects and depends on each other)) and if servers view is open/visible right at startup. In a smaller workspace with only 11 projects I had no luck reproducing the deadlock.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 11 months