[JBoss JIRA] (JBDS-3356) Upgrade to newer JBoss Forge
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/JBDS-3356?page=com.atlassian.jira.plugin.... ]
Koen Aers commented on JBDS-3356:
---------------------------------
If forge 2.14.1 is released before the code freeze then it might make sense to include it in 4.2.3.Beta1.
> Upgrade to newer JBoss Forge
> ----------------------------
>
> Key: JBDS-3356
> URL: https://issues.jboss.org/browse/JBDS-3356
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Components: forge
> Reporter: Claus Ibsen
> Assignee: Koen Aers
> Priority: Minor
> Fix For: 8.1.0.Beta1, 9.0.0.Alpha2
>
>
> Using latest JBDS download, and I did a Software/update, and there was a bunch of upgrades.
> It upgraded forge to 2.13.0.Final.
> As we work on some middleware tooling that would rely on a newer release of forge with bugfixes, then we would request to upgrade to 2.14.1 or newer when its released from the jboss forge team.
> If there is some deadline, then upgrading to 2.14.0 is better than nothing. But we could maybe ask the forge team to do a quick 2.14.1 release.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18859) Basic Batch XML Editor (Tree form + source editor tabs)
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18859?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova commented on JBIDE-18859:
-----------------------------------------
I've created two new jiras (JBIDE-19339, JBIDE-19340) and linked it to the jira with upstream issue (JBIDE-19270)
> Basic Batch XML Editor (Tree form + source editor tabs)
> -------------------------------------------------------
>
> Key: JBIDE-18859
> URL: https://issues.jboss.org/browse/JBIDE-18859
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Reporter: Alexey Kazakov
> Assignee: Viacheslav Kabanovich
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha1
>
> Attachments: editor.ogv, editor.png
>
>
> This is supposed to be a multi page editor with two tabs:
> - Tree form editor
> - XML source editor (a simple extension of Eclipse XML Editor)
> !editor.png!
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19340) Batch editor does not draw tree properly
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-19340:
---------------------------------------
Summary: Batch editor does not draw tree properly
Key: JBIDE-19340
URL: https://issues.jboss.org/browse/JBIDE-19340
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: batch
Affects Versions: 4.3.0.Alpha1
Reporter: Lucia Jelinkova
Sometimes the tree in batch editor is not properly drawn or it disappears completely if you right-click some tree item.
You can see in at the end of the screencast in the JBIDE-19339 issue.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19339) Batch editor does not refrest details after clicking job tree item
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBIDE-19339:
---------------------------------------
Summary: Batch editor does not refrest details after clicking job tree item
Key: JBIDE-19339
URL: https://issues.jboss.org/browse/JBIDE-19339
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: batch
Affects Versions: 4.3.0.Alpha1
Reporter: Lucia Jelinkova
When I click on the tree items, I get their details on the right site. But after I click Step tree item, they stop to redraw and only Step details remain on the right side all the time.
You can see the issue on the screencast.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18915) Create Icons for Batch tools
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18915?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova closed JBIDE-18915.
-----------------------------------
Thanks for the update. In that case we can close the jira.
Verified in JBT 4.3.0.alpha1
> Create Icons for Batch tools
> ----------------------------
>
> Key: JBIDE-18915
> URL: https://issues.jboss.org/browse/JBIDE-18915
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: batch
> Reporter: Viacheslav Kabanovich
> Assignee: Daniel Azarov
> Fix For: 4.3.0.Alpha1
>
> Attachments: batchlet.png, batch_editor.png, batch_editor_icon.png, batch_icon16.png, batch_node_icon.png, checkpoint-algorithm.png, chunk.png, decision.png, end.png, fail.png, flow.png, listener.png, listeners.png, next.png, partition.png, processor.png, properties.png, property.png, reader.png, split.png, step.png, stop.png, writer.png
>
>
> batch_icon16.png - file batch.xml (initial image is attached, it can be replaced or used)
> * *batchlet.png* - 'batchlet' element specifies a task-oriented batch step
> * *checkpoint-algorithm.png* - an optional custom checkpoint algorithm that may be used to provide a checkpoint decision based on factors other than only number of items, or amount of time
> * *chunk.png* - kind of step that processes multiple items and is periodically checkpointed by the batch runtime according to a configured checkpoint policy
> * *decision.png* - decision provides a customized way of determining sequencing among steps, flows, and splits (batch status is set to FAILED)
> * *end.png* - end element is used to terminate the job at the current step (batch status is set to COMPLETED)
> * *fail.png* - fail element is used to terminate the job at the conclusion of the current step or flow
> * *flow.png* - flow defines a sequence of execution elements that execute together as a unit
> * *job.png* - root node of file batch.xml, it may be the same as batch_icon16.png
> * *listeners.png* - folder for listeners
> * *listener.png* - job listener
> * *next.png* - transition element that defines condition and target for transition to next step.
> * *partition.png* - 'partition' element specifies that a step is a partitioned step
> * *processor.png* - 'processor' element specifies the item processor for a chunk step
> * *properties.png* - folder for properties
> * *property.png* - common 'name'='value' object.
> * *reader.png* - 'reader' element specifies the item reader for a chunk step
> * *split.png* - split defines a set of flows that execute concurrently
> * *step.png* - 'step' element identifies a job step, job may contain any number of steps
> * *stop.png* - stop element is used to terminate the job after the current step or flow (batch status is set to STOPPED), optionally defines step at which job can be restarted
> * *writer.png* - 'writer' element specifies the item writer for a chunk step
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months