[JBoss JIRA] (JBIDE-13671) Replace build timestamp in qualifier by last-mod-timestamp from git
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13671?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-13671:
-------------------------------
Attachment: after-jgit.png
after-jgit2.png
before-jgit.png
before-jgit2.png
Comparing the devstudio 10.1 update sites before/after jgit timestamps:
* features before:
!before-jgit.png|thumbnail!
* features after:
!after-jgit.png|thumbnail!
* plugins before:
!before-jgit2.png|thumbnail!
* plugins after:
!after-jgit2.png|thumbnail!
> Replace build timestamp in qualifier by last-mod-timestamp from git
> -------------------------------------------------------------------
>
> Key: JBIDE-13671
> URL: https://issues.jboss.org/browse/JBIDE-13671
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.1.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Optional
> Fix For: 4.4.1.AM1
>
> Attachments: after-jgit.png, after-jgit2.png, arq-dirty-workspace-compare1.png, arq-dirty-workspace-compare2.png, arq-dirty-workspace-compare3-bigger-change.png, arq-dirty-workspace-compare4-bigger-change.png, base-before-after-jgit.png, before-jgit.png, before-jgit2.png, jbide13671-before-and-after.png, server-before-after-jgit-3-different-timestamps.png, server-before-after-jgit-4-different-timestamps-features.png, server-before-after-jgit-dirty-workspace-upversioned-features.png, server-before-after-jgit-dirty-workspace-upversioned-plugin-with-change.png
>
>
> This needs to be added to master parent pom:
> {code}
> <plugin>
> <groupId>org.eclipse.tycho</groupId>
> <artifactId>tycho-packaging-plugin</artifactId>
> <version>${tycho.version}</version>
> <dependencies>
> <dependency>
> <groupId>org.eclipse.tycho.extras</groupId>
> <artifactId>tycho-buildtimestamp-jgit</artifactId>
> <version>${tycho-extras.version}</version>
> </dependency>
> </dependencies>
> <configuration>
> <strictBinIncludes>false</strictBinIncludes>
> <format>'v'yyyyMMdd-HHmm</format>
> <timestampProvider>jgit</timestampProvider>
> <jgit.ignore>
> </jgit.ignore>
> </configuration>
> </plugin>
> {code}
> Ref: http://pweclipse.blogspot.ch/2012_09_01_archive.html
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-20002) Explorer: Delete multiple OpenShift resources at once
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20002?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-20002.
---------------------------------
Resolution: Done
Yes, verified in Devstudio 10.0.1.AM1 build id B5622. Closing.
> Explorer: Delete multiple OpenShift resources at once
> -----------------------------------------------------
>
> Key: JBIDE-20002
> URL: https://issues.jboss.org/browse/JBIDE-20002
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: explorer, openshift_v3
> Fix For: 4.4.1.AM1
>
>
> It would be nice to have a feature allowing removing more resources at once:
> 1) Multiselect on some specific type of resource (e.g. pods) and deleting them via context menu "Delete resources..." which pop up dialog "Do you really want to delete selected resources?" with Yes, No, Cancel.
> 2) Deleting specific resources - from context menu on Pods / Builds etc. I would like to choose "Delete resources..." to remove all underlying resources.
> 3) Delete all resources. Should be accessible from context menu of a project.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-20002) Explorer: Delete multiple OpenShift resources at once
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20002?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-20002:
----------------------------------
Fix Version/s: 4.4.1.AM1
(was: 4.4.x)
> Explorer: Delete multiple OpenShift resources at once
> -----------------------------------------------------
>
> Key: JBIDE-20002
> URL: https://issues.jboss.org/browse/JBIDE-20002
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.Beta1
> Reporter: Marián Labuda
> Priority: Minor
> Labels: explorer, openshift_v3
> Fix For: 4.4.1.AM1
>
>
> It would be nice to have a feature allowing removing more resources at once:
> 1) Multiselect on some specific type of resource (e.g. pods) and deleting them via context menu "Delete resources..." which pop up dialog "Do you really want to delete selected resources?" with Yes, No, Cancel.
> 2) Deleting specific resources - from context menu on Pods / Builds etc. I would like to choose "Delete resources..." to remove all underlying resources.
> 3) Delete all resources. Should be accessible from context menu of a project.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-22642) ProcessInformationStore.loadprocessStore doesn't work on Windows
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22642?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-22642:
---------------------------------------
[~aurelien.pupier], yes, I just wanted to see it with my own eyes :)
> ProcessInformationStore.loadprocessStore doesn't work on Windows
> ----------------------------------------------------------------
>
> Key: JBIDE-22642
> URL: https://issues.jboss.org/browse/JBIDE-22642
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.3.1.Final
> Environment: Windows
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.4.0.Final
>
>
> - l.90 it searches for a jps file although the file is jps.exe on Windows
> jps = jHomePath.removeLastSegments(1).append("bin").append("jps").toFile();
> error log:
> {noformat}
> java.io.IOException: Cannot run program "C:\Program Files\Java\jdk1.8.0_65\jre\bin\jps": CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at java.lang.Runtime.exec(Runtime.java:620)
> at java.lang.Runtime.exec(Runtime.java:485)
> at org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore(ProcessInformationStore.java:102)
> at org.jboss.tools.jmx.local.ProcessInformationStore.refreshProcessInformationStore(ProcessInformationStore.java:64)
> at org.jboss.tools.jmx.local.ProcessInformationStore$1.run(ProcessInformationStore.java:140)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessImpl.create(Native Method)
> at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
> at java.lang.ProcessImpl.start(ProcessImpl.java:137)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months
[JBoss JIRA] (JBIDE-22642) ProcessInformationStore.loadprocessStore doesn't work on Windows
by Aurélien Pupier (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22642?page=com.atlassian.jira.plugi... ]
Aurélien Pupier commented on JBIDE-22642:
-----------------------------------------
it is no longer happening in Neon because the feature has been removed ;-)
> ProcessInformationStore.loadprocessStore doesn't work on Windows
> ----------------------------------------------------------------
>
> Key: JBIDE-22642
> URL: https://issues.jboss.org/browse/JBIDE-22642
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Affects Versions: 4.3.1.Final
> Environment: Windows
> Reporter: Aurélien Pupier
> Assignee: Rob Stryker
> Fix For: 4.4.0.Final
>
>
> - l.90 it searches for a jps file although the file is jps.exe on Windows
> jps = jHomePath.removeLastSegments(1).append("bin").append("jps").toFile();
> error log:
> {noformat}
> java.io.IOException: Cannot run program "C:\Program Files\Java\jdk1.8.0_65\jre\bin\jps": CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
> at java.lang.Runtime.exec(Runtime.java:620)
> at java.lang.Runtime.exec(Runtime.java:485)
> at org.jboss.tools.jmx.local.ProcessInformationStore.loadProcessStore(ProcessInformationStore.java:102)
> at org.jboss.tools.jmx.local.ProcessInformationStore.refreshProcessInformationStore(ProcessInformationStore.java:64)
> at org.jboss.tools.jmx.local.ProcessInformationStore$1.run(ProcessInformationStore.java:140)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
> at java.lang.ProcessImpl.create(Native Method)
> at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
> at java.lang.ProcessImpl.start(ProcessImpl.java:137)
> at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 6 months