[JBoss JIRA] (JBIDE-26083) Validation Issues for Batch files
by Cody Lerum (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26083?page=com.atlassian.jira.plugi... ]
Cody Lerum commented on JBIDE-26083:
------------------------------------
[~jeffmaury] at this point it seems like it mysteriously cleared up. Probably some kind of transient issue during a maven update.
> Validation Issues for Batch files
> ---------------------------------
>
> Key: JBIDE-26083
> URL: https://issues.jboss.org/browse/JBIDE-26083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.5.3.Final
> Reporter: Cody Lerum
> Assignee: Jeff MAURY
> Fix For: 4.6.0.Final
>
> Attachments: Capture.PNG
>
>
> After the latest update the tooling is showing warnings for batchlet not found and partition mapper not found.
> These are working batch files and previously did not show warnings.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26089) Include org.eclipse.tips.feature in target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26089?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-26089:
------------------------------------
Note that the Tip of the Day is included OOTB in Eclipse Photon.0.RC4a already, and it's NOT enabled as an in-your-face popup. You can find it from Help > Tip of the Day (not to be confused with Help > Tips and Tricks).
So... do we really need/want to add this to the devstudio product INSTALLER?
If I do nothing, people who install devstudio from Marketplace or via the devstudio update site will get access to this. Only those customers using the installer won't see the Tip of the Day... but they also don't get access to the Eclipse Marketplace client, so we're already providing a simpler/pared down experience -- intentionally so.
> Include org.eclipse.tips.feature in target platforms
> ----------------------------------------------------
>
> Key: JBIDE-26089
> URL: https://issues.jboss.org/browse/JBIDE-26089
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.6.0.AM2
> Reporter: Jeff MAURY
> Assignee: Nick Boldt
> Fix For: 4.6.x
>
>
> Photon brings a new tip of the day feature (through the org.eclipse.tips.feature). I would be nice to add it into the target platform and then in DevStudio
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26083) Validation Issues for Batch files
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26083?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26083:
------------------------------------
[~clerum] what version of the tooling are you using because I can't reproduce (using the batch-processing quickstart) on 11.3.0.GA or 12.0.0.AM3
> Validation Issues for Batch files
> ---------------------------------
>
> Key: JBIDE-26083
> URL: https://issues.jboss.org/browse/JBIDE-26083
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: batch
> Affects Versions: 4.5.3.Final
> Reporter: Cody Lerum
> Assignee: Jeff MAURY
> Fix For: 4.6.0.Final
>
> Attachments: Capture.PNG
>
>
> After the latest update the tooling is showing warnings for batchlet not found and partition mapper not found.
> These are working batch files and previously did not show warnings.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26089) Include org.eclipse.tips.feature in target platforms
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26089?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-26089:
------------------------------------
Ah, sorry - missed that you'd provided a PR last week for this. Didn't see a comment and didn't get notified about the PR.
[~rpdavis] do you want this added to devstudio after feature freeze? May affect screenshots in docs. cc: [~supriya.bharadwaj]
> Include org.eclipse.tips.feature in target platforms
> ----------------------------------------------------
>
> Key: JBIDE-26089
> URL: https://issues.jboss.org/browse/JBIDE-26089
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.6.0.AM2
> Reporter: Jeff MAURY
> Assignee: Nick Boldt
> Fix For: 4.6.x
>
>
> Photon brings a new tip of the day feature (through the org.eclipse.tips.feature). I would be nice to add it into the target platform and then in DevStudio
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26130) For JBIDE 4.6.0.Final: Prepare for 4.6.0.Final / 12.0.0.GA [openshift]
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26130?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-26130:
------------------------------------------
Parent pom is already in the required version and no bump required for OpenShift since it was bumped in the beginning already.
Resolving as DONE.
> For JBIDE 4.6.0.Final: Prepare for 4.6.0.Final / 12.0.0.GA [openshift]
> ----------------------------------------------------------------------
>
> Key: JBIDE-26130
> URL: https://issues.jboss.org/browse/JBIDE-26130
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: openshift
> Affects Versions: 4.6.0.AM3
> Reporter: Nick Boldt
> Assignee: Andre Dietisheim
> Priority: Blocker
> Labels: task
> Fix For: 4.6.0.Final
>
>
> For JBIDE 4.6.0.Final [openshift]: Please perform the following tasks:
>
> 1. Check out your existing *{color:orange}master{color}* branch:
>
> {code}
> git checkout master
> {code}
>
> 2. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.6.0.Final-SNAPSHOT{color}*:
>
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.6.0.Final-SNAPSHOT</version>
> </parent>
> {code}
>
> Now, your root pom will use parent pom version:
>
> * *{color:orange}4.6.0.Final-SNAPSHOT{color}* in your *{color:orange}master{color}* branch
>
> 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1.
>
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT
> {code}
>
>
> 4a. Ensure you've *built your code* using the latest *minimum* target platform version 4.80.0.Final-SNAPSHOT
>
> {code}
> mvn clean verify -Dtpc.version=4.80.0.Final-SNAPSHOT
> {code}
>
> 4b. Ensure you've *run your tests* using the latest *maximum* target platform version 4.80.0.Final-SNAPSHOT
>
> {code}
> mvn clean verify -Dtpc.version=4.80.0.Final-SNAPSHOT
> {code}
>
> 5. Close (do not resolve) this JIRA when done.
>
> 6. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
>
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for openshift task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26089) Include org.eclipse.tips.feature in target platforms
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26089?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26089:
------------------------------------
I provided a PR that should disable the initial pop up but still allow users to get tips through a command menu.
Can we get that feature included into the TP so we can check if the patch is effective ?
> Include org.eclipse.tips.feature in target platforms
> ----------------------------------------------------
>
> Key: JBIDE-26089
> URL: https://issues.jboss.org/browse/JBIDE-26089
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.6.0.AM2
> Reporter: Jeff MAURY
> Assignee: Nick Boldt
> Fix For: 4.6.x
>
>
> Photon brings a new tip of the day feature (through the org.eclipse.tips.feature). I would be nice to add it into the target platform and then in DevStudio
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months