[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:
-------------------------------
Story Points: 2
> 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.0.Alpha2
>
> Attachments: jbide13671-before-and-after.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, 8 months
[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:
-------------------------------
Sprint: devex #114 May 2017
> 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.0.Alpha2
>
> Attachments: jbide13671-before-and-after.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, 8 months
[JBoss JIRA] (JBTIS-686) New Drools/jBPM Project Wizards are broken
by Robert (Bob) Brodt (JIRA)
Robert (Bob) Brodt created JBTIS-686:
----------------------------------------
Summary: New Drools/jBPM Project Wizards are broken
Key: JBTIS-686
URL: https://issues.jboss.org/browse/JBTIS-686
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: drools/ jBPM
Affects Versions: 9.0.0.GA
Environment: Eclipse Mars, all platforms
Reporter: Robert (Bob) Brodt
Assignee: Robert (Bob) Brodt
Priority: Blocker
Fix For: 9.0.0.GA
Regressions were introduced in 6.4.0 of the Drools/jBPM Eclipse plugins (droolsjbpm-tools project) which caused the New Project Wizards to generate sample projects that do not build or run.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-17117) Simplify release (milestone or GA) process
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17117?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-17117:
-------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.4.0.Alpha3)
> Simplify release (milestone or GA) process
> ------------------------------------------
>
> Key: JBIDE-17117
> URL: https://issues.jboss.org/browse/JBIDE-17117
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha1
>
>
> We could work on improving the publishing process for milestones or GA. Some ideas:
> * Why do we rename the files we pull on sf.net. Also, renaming files could happen on sf.net.
> * Files from sf.net could be fetch after (for example in parallel with creating marketplace entry)
> * webtools should be published in a similar way as other parts (moved to tools/static/releases and then referenced in the composite file)
> * Replace the .core, .webtools, .hibernatetools, .coretests suffix by actual URL segments, so one would only have to move a single folder instead of 4 ones.
> * Identify things that can be done in parallel.
> * ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-17117) Simplify release (milestone or GA) process
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17117?page=com.atlassian.jira.plugi... ]
Nick Boldt closed JBIDE-17117.
------------------------------
Resolution: Done
Everything on this list is now done. Please open a new one for future improvements, linked to the same epic.
> Simplify release (milestone or GA) process
> ------------------------------------------
>
> Key: JBIDE-17117
> URL: https://issues.jboss.org/browse/JBIDE-17117
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha1
>
>
> We could work on improving the publishing process for milestones or GA. Some ideas:
> * Why do we rename the files we pull on sf.net. Also, renaming files could happen on sf.net.
> * Files from sf.net could be fetch after (for example in parallel with creating marketplace entry)
> * webtools should be published in a similar way as other parts (moved to tools/static/releases and then referenced in the composite file)
> * Replace the .core, .webtools, .hibernatetools, .coretests suffix by actual URL segments, so one would only have to move a single folder instead of 4 ones.
> * Identify things that can be done in parallel.
> * ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-17117) Simplify release (milestone or GA) process
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17117?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-17117:
-------------------------------
Sprint: (was: devex #115 May 2017)
> Simplify release (milestone or GA) process
> ------------------------------------------
>
> Key: JBIDE-17117
> URL: https://issues.jboss.org/browse/JBIDE-17117
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha1
>
>
> We could work on improving the publishing process for milestones or GA. Some ideas:
> * Why do we rename the files we pull on sf.net. Also, renaming files could happen on sf.net.
> * Files from sf.net could be fetch after (for example in parallel with creating marketplace entry)
> * webtools should be published in a similar way as other parts (moved to tools/static/releases and then referenced in the composite file)
> * Replace the .core, .webtools, .hibernatetools, .coretests suffix by actual URL segments, so one would only have to move a single folder instead of 4 ones.
> * Identify things that can be done in parallel.
> * ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-17117) Simplify release (milestone or GA) process
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17117?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-17117:
-------------------------------
Fix Version/s: 4.4.0.Alpha3
(was: 4.4.0.Alpha1)
> Simplify release (milestone or GA) process
> ------------------------------------------
>
> Key: JBIDE-17117
> URL: https://issues.jboss.org/browse/JBIDE-17117
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha3
>
>
> We could work on improving the publishing process for milestones or GA. Some ideas:
> * Why do we rename the files we pull on sf.net. Also, renaming files could happen on sf.net.
> * Files from sf.net could be fetch after (for example in parallel with creating marketplace entry)
> * webtools should be published in a similar way as other parts (moved to tools/static/releases and then referenced in the composite file)
> * Replace the .core, .webtools, .hibernatetools, .coretests suffix by actual URL segments, so one would only have to move a single folder instead of 4 ones.
> * Identify things that can be done in parallel.
> * ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-17117) Simplify release (milestone or GA) process
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17117?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-17117:
-------------------------------
Sprint: devex #115 May 2017 (was: devex #114 May 2017)
> Simplify release (milestone or GA) process
> ------------------------------------------
>
> Key: JBIDE-17117
> URL: https://issues.jboss.org/browse/JBIDE-17117
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha3
>
>
> We could work on improving the publishing process for milestones or GA. Some ideas:
> * Why do we rename the files we pull on sf.net. Also, renaming files could happen on sf.net.
> * Files from sf.net could be fetch after (for example in parallel with creating marketplace entry)
> * webtools should be published in a similar way as other parts (moved to tools/static/releases and then referenced in the composite file)
> * Replace the .core, .webtools, .hibernatetools, .coretests suffix by actual URL segments, so one would only have to move a single folder instead of 4 ones.
> * Identify things that can be done in parallel.
> * ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-22196) Code Recommenders Snippet view is not working
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22196?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-22196:
------------------------------------
We don't include org.eclipse.recommenders.snipmatch.rcp_2.3.0.v20160129-1024.jar in our TP.
I can add it for Alpha2 / devex sprint 114.
> Code Recommenders Snippet view is not working
> ---------------------------------------------
>
> Key: JBIDE-22196
> URL: https://issues.jboss.org/browse/JBIDE-22196
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.1.CR1
> Reporter: Aurélien Pupier
> Assignee: Nick Boldt
> Fix For: 4.4.0.Alpha2
>
> Attachments: screenshot-1.png
>
>
> When trying to open a view (Alt+Shift+Q,Q), a Snippet view is available under "Code Recommenders" but there is a big red square
> when I try to open it, there is an error.
> In log we have:
> {noformat}
> java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.eclipse.recommenders.snipmatch.rcp/icons/view16/snippets.png".
> at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:65)
> at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:290)
> at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:152)
> at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:215)
> at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283)
> at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:224)
> at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:202)
> at org.eclipse.ui.internal.dialogs.ViewLabelProvider.getImage(ViewLabelProvider.java:93)
> at org.eclipse.jface.viewers.ColumnLabelProvider.update(ColumnLabelProvider.java:35)
> at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:154)
> at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:949)
> at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:114)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1029)
> at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:473)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
> at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2176)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:843)
> at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:818)
> {noformat}
> In plugins folder there is no org.eclipse.recommenders.snipmatch.rcp plugin
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months