[JBoss JIRA] (JBIDE-22697) Javaee build contains untracked files, which need to be added to .gitignore to use jgit timestamps
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22697?page=com.atlassian.jira.plugi... ]
Nick Boldt edited comment on JBIDE-22697 at 7/7/16 11:21 AM:
-------------------------------------------------------------
Purging the workspace has given us a blue ball again, but the above PR could still be applied if you wanted. Or close the PR, then resolve this issue.
was (Author: nickboldt):
Purging the workspace has given us a blue ball again, but the above PR could still be applied if you wanted.
> Javaee build contains untracked files, which need to be added to .gitignore to use jgit timestamps
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22697
> URL: https://issues.jboss.org/browse/JBIDE-22697
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.4.1.AM1
> Reporter: Nick Boldt
> Assignee: Alexey Kazakov
> Priority: Blocker
> Fix For: 4.4.1.AM2
>
>
> Problem when building JavaEE since migration to jgit timestamps (JBIDE-13671):
> {code}
> 15:36:03 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.25.0:build-qualifier (default-build-qualifier) on project org.jboss.tools.batch.core.itest: Working tree is dirty.
> 15:36:03 [ERROR] git status batch/itests/org.jboss.tools.batch.core.itest:
> 15:36:03 [ERROR]
> 15:36:03 [ERROR] Untracked files:
> 15:36:03 [ERROR] batch/itests/org.jboss.tools.batch.core.itest/projects/TestProject/lib/javax.inject-1.jar
> 15:36:03 [ERROR] batch/itests/org.jboss.tools.batch.core.itest/projects/TestProject/lib/javax.batch-api-1.0.jar
> 15:36:03 [ERROR]
> 15:36:03 [ERROR] You are trying to use tycho-buildtimestamp-jgit on a directory that has uncommitted changes (see details above).
> 15:36:03 [ERROR] Either commit all changes/add files to .gitignore, or enable fallback to default timestamp provider by configuring
> 15:36:03 [ERROR] jgit.dirtyWorkingTree=warning for tycho-packaging-plugin
> {code}
> Solution:
> *add files generated as part of the build to .gitignore*
> This has been failing for a week. Does no one see the Jenkins emails anymore? :(
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22691) Allow extensions to be injected with Eclipse services
by John Steele (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22691?page=com.atlassian.jira.plugi... ]
John Steele commented on JBIDE-22691:
-------------------------------------
Extensions need access to both Eclipse provided services (OSGi services, workbench services, etc) as well as user defined services (fragments, Guice, etc). Accessing shared references in a static manner is not always feasible or the best approach.
Example: I have an launch delegate (registered as an extension), and I need a reference to the shared service responsible for executing the build. This shared service could either be a Singleton registered in a Guice module somewhere, or it could be a service located somewhere in a particular eclipse context - PlatformUI.getWorkbench().getService() doesn't cut it.
> Allow extensions to be injected with Eclipse services
> -----------------------------------------------------
>
> Key: JBIDE-22691
> URL: https://issues.jboss.org/browse/JBIDE-22691
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: common/jst/core
> Affects Versions: 4.4.1.AM1
> Reporter: John Steele
> Fix For: 4.4.x
>
>
> We need a way to share services with extensions.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22677) rsync stuck on OSX
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22677?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-22677:
-------------------------------------
[~jeffmaury] can you check on Windows, you told me you had some issues. See how it compares to what I described on https://github.com/openshift/origin/issues/9726
> rsync stuck on OSX
> ------------------
>
> Key: JBIDE-22677
> URL: https://issues.jboss.org/browse/JBIDE-22677
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Fred Bricon
> Assignee: Dmitry Bocharov
> Priority: Blocker
>
> I deployed an eap app from the eap64-basic-s2i template, then created an openshift 3 server.
> On server startup, publishing fails to complete after 5 minutes and a thread dump shows rsync is still blocking in the background.
> {noformat}
> "pool-40-thread-1" #231 prio=5 os_prio=31 tid=0x00007f9a55dd0000 nid=0xeb9f runnable [0x000000013199a000]
> java.lang.Thread.State: RUNNABLE
> at java.io.FileInputStream.readBytes(Native Method)
> at java.io.FileInputStream.read(FileInputStream.java:255)
> at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
> - locked <0x00000007b3d45cb8> (a java.lang.UNIXProcess$ProcessPipeInputStream)
> at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> - locked <0x00000007b3d49d50> (a java.io.InputStreamReader)
> at java.io.InputStreamReader.read(InputStreamReader.java:184)
> at java.io.BufferedReader.fill(BufferedReader.java:161)
> at java.io.BufferedReader.readLine(BufferedReader.java:324)
> - locked <0x00000007b3d49d50> (a java.io.InputStreamReader)
> at java.io.BufferedReader.readLine(BufferedReader.java:389)
> at org.jboss.tools.openshift.core.server.RSync.lambda$0(RSync.java:152)
> at org.jboss.tools.openshift.core.server.RSync$$Lambda$181/1635081930.run(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> I'm deploying on CDK 2.1RC5
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-22673:
-----------------------------------
Story Points: 4
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.4.1.AM2
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Mickael Istria reassigned JBIDE-22673:
--------------------------------------
Assignee: Mickael Istria
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.4.1.AM2
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22673) Need better duplicate IU detection when validating target platforms
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22673?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-22673:
-----------------------------------
Fix Version/s: 4.4.1.AM2
(was: 4.4.1.AM1)
> Need better duplicate IU detection when validating target platforms
> -------------------------------------------------------------------
>
> Key: JBIDE-22673
> URL: https://issues.jboss.org/browse/JBIDE-22673
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: build, target-platform, upstream
> Affects Versions: 4.4.0.Final
> Reporter: Nick Boldt
> Fix For: 4.4.1.AM2
>
>
> As discussed in JBIDE-22633, we have no way of knowing when the target platform SHOULD contain duplicate IUs, and when it should not.
> {quote}Problem is there's no way to identify easily which dupes are OK and which are not. I suppose I could crack open all the jars and see which are singletons...?
> Or add a whitelist?{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months