[JBoss JIRA] (JBIDE-15892) Weird code in JBT installation script: install.sh
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15892?page=com.atlassian.jira.plugi... ]
Pavol Srna commented on JBIDE-15892:
------------------------------------
install.sh is confusing for me. Wouldn't be better to call it readme? install.sh is something you should be actually able to run, isn't it?
> Weird code in JBT installation script: install.sh
> --------------------------------------------------
>
> Key: JBIDE-15892
> URL: https://issues.jboss.org/browse/JBIDE-15892
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.1.1.Beta1
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 4.1.1.CR1
>
> Attachments: JBIDE15892.png
>
>
> install.sh contains some weird hardcoded stuff. you can download the script from offcial pages: http://www.jboss.org/tools/download/installation/update_4_1.html#fromscript
> [~nickboldt] can you explain how is it meant to be used?
> I don't think it is very straight forward for the user.
> {code}
> #!/bin/bash
> # install all of JBT into Eclipse Standard bundle
> target=${HOME}/eclipse/eclipse43; cd ${target}; rm -fr ${target}/eclipse
> tar xzf /tmp/eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz
> ${target}/eclipse/eclipse -consolelog -nosplash -data /tmp -application org.eclipse.ant.core.antRunner -f \
> install.xml \
> -DsourceZip=/tmp/jbosstools-Update-4.1.0.Final_2013-07-19_19-47-52-B380.zip \
> -DotherRepos=http://download.jboss.org/jbosstools/updates/stable/kepler/central/core/ \
> -DtargetDir=${target}/eclipse/
> # [p2.dir] Installing org.hibernate.eclipse.feature.source.feature.group 3.7.0.Final-v20130717-0715-B84.
> # ...
> # [p2.dir] Installing org.mozilla.xulrunner.feature.feature.group 1.9.218.Final-v20121126-2356-B155.
> # [p2.dir] Operation completed in 212518 ms.
> # install JBT Central, including Subclipse w/ SVNKit into Eclipse JEE bundle
> target=${HOME}/eclipse/eclipse43; cd ${target}; rm -fr ${target}/eclipse
> tar xzf /tmp/eclipse-jee-kepler-R-linux-gtk-x86_64.tar.gz
> ${target}/eclipse/eclipse -consolelog -nosplash -data /tmp -application org.eclipse.ant.core.antRunner -f \
> install.xml \
> -DsourceZip=/tmp/jbosstools-Update-4.1.0.Final_2013-07-19_19-47-52-B380.zip \
> -DotherRepos=http://download.jboss.org/jbosstools/updates/stable/kepler/central/core/ \
> -DtargetDir=${target}/eclipse/
> -Dinstall="org.jboss.tools.community.central.feature.feature.group,\
> org.tigris.subversion.subclipse.feature.group,\
> org.tigris.subversion.clientadapter.svnkit.feature.feature.group,\
> com.collabnet.subversion.merge.feature.feature.group,\
> net.java.dev.jna.feature.group,\
> org.tigris.subversion.clientadapter.feature.feature.group,\
> org.tigris.subversion.subclipse.graph.feature.feature.group,\
> org.tmatesoft.svnkit.feature.group"
> # [p2.dir] Installing org.jboss.tools.community.central.feature.feature.group 1.2.0.Final-v20130719-2050-B70.
> # [p2.dir] Installing org.tigris.subversion.subclipse.feature.group 1.8.20.
> # [p2.dir] Installing org.tigris.subversion.clientadapter.svnkit.feature.feature.group 1.7.9.1.
> # ...
> # [p2.dir] Operation completed in 55635 ms.
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (TOOLSDOC-428) Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-428?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-428:
-------------------------------------
Description:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
* Users should be warned when WFK maven repo is missing (JBIDE-14909)
* Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
* Rename EAP 6.1 server type to 6.1+, ensure runtime detection is accurate (JBIDE-15614)
* Replace domain icon with a globe (currently a library) (OpenShift, JBIDE-15681)
was:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
* Users should be warned when WFK maven repo is missing (JBIDE-14909)
* Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
* Rename EAP 6.1 server type to 6.1+, ensure runtime detection is accurate (JBIDE-15614)
> Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
> --------------------------------------------------------------------
>
> Key: TOOLSDOC-428
> URL: https://issues.jboss.org/browse/TOOLSDOC-428
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: General documentation issues
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.1.1
>
>
> This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
> * Correct icons (OpenShift, JBIDE-15797)
> * Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
> * Users should be warned when WFK maven repo is missing (JBIDE-14909)
> * Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
> * Rename EAP 6.1 server type to 6.1+, ensure runtime detection is accurate (JBIDE-15614)
> * Replace domain icon with a globe (currently a library) (OpenShift, JBIDE-15681)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (TOOLSDOC-428) Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-428?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-428:
-------------------------------------
Description:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
* Users should be warned when WFK maven repo is missing (JBIDE-14909)
* Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
was:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
* Users should be warned when WFK maven repo is missing (JBIDE-14909)
> Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
> --------------------------------------------------------------------
>
> Key: TOOLSDOC-428
> URL: https://issues.jboss.org/browse/TOOLSDOC-428
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: General documentation issues
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.1.1
>
>
> This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
> * Correct icons (OpenShift, JBIDE-15797)
> * Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
> * Users should be warned when WFK maven repo is missing (JBIDE-14909)
> * Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (TOOLSDOC-428) Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-428?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-428:
-------------------------------------
Description:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
* Users should be warned when WFK maven repo is missing (JBIDE-14909)
* Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
* Rename EAP 6.1 server type to 6.1+, ensure runtime detection is accurate (JBIDE-15614)
was:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
* Users should be warned when WFK maven repo is missing (JBIDE-14909)
* Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
> Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
> --------------------------------------------------------------------
>
> Key: TOOLSDOC-428
> URL: https://issues.jboss.org/browse/TOOLSDOC-428
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: General documentation issues
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.1.1
>
>
> This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
> * Correct icons (OpenShift, JBIDE-15797)
> * Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
> * Users should be warned when WFK maven repo is missing (JBIDE-14909)
> * Add blank icon to align JBoss Welcome screen columns (JBIDE-15718)
> * Rename EAP 6.1 server type to 6.1+, ensure runtime detection is accurate (JBIDE-15614)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (TOOLSDOC-428) Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-428?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-428:
-------------------------------------
Description:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
* Users should be warned when WFK maven repo is missing (JBIDE-14909)
was:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
> Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
> --------------------------------------------------------------------
>
> Key: TOOLSDOC-428
> URL: https://issues.jboss.org/browse/TOOLSDOC-428
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: General documentation issues
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.1.1
>
>
> This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
> * Correct icons (OpenShift, JBIDE-15797)
> * Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
> * Users should be warned when WFK maven repo is missing (JBIDE-14909)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (TOOLSDOC-427) Generate Release Notes doc for JBDS 7.1.0.GA
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-427?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-427:
-------------------------------------
Description:
Holder JIRA for all of the elements that RNs for GA need to document.
*CR1 N&N*
* Show a warning when enterprise maven repo is missing for enterprise quickstarts (JBIDE-15860)
* Update Forge Embedded Runtime to 1.4.2.Final (JBIDE-15859)
* Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install (JBIDE-15449)
* Update to VJET 0.10.0.201309201624 in Central (for 4.1.1.CR1) (JBIDE-15677, JBDS-2710)
* Support EAP 6.2 (JBDS-2784)
was:
Holder JIRA for all of the elements that RNs for GA need to document.
*CR1 N&N*
* Show a warning when enterprise maven repo is missing for enterprise quickstarts (JBIDE-15860)
* Update Forge Embedded Runtime to 1.4.2.Final (JBIDE-15859)
* Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install (JBIDE-15449)
* Update to VJET 0.10.0.201309201624 in Central (for 4.1.1.CR1) (JBIDE-15677, JBDS-2710)
> Generate Release Notes doc for JBDS 7.1.0.GA
> --------------------------------------------
>
> Key: TOOLSDOC-427
> URL: https://issues.jboss.org/browse/TOOLSDOC-427
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Release Notes
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.1.1
>
>
> Holder JIRA for all of the elements that RNs for GA need to document.
> *CR1 N&N*
> * Show a warning when enterprise maven repo is missing for enterprise quickstarts (JBIDE-15860)
> * Update Forge Embedded Runtime to 1.4.2.Final (JBIDE-15859)
> * Support drag'n'drop of links to "connectors" similar to marketplace to central for auto install (JBIDE-15449)
> * Update to VJET 0.10.0.201309201624 in Central (for 4.1.1.CR1) (JBIDE-15677, JBDS-2710)
> * Support EAP 6.2 (JBDS-2784)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (TOOLSDOC-428) Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-428?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-428:
-------------------------------------
Description:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
* Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
was:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
> Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
> --------------------------------------------------------------------
>
> Key: TOOLSDOC-428
> URL: https://issues.jboss.org/browse/TOOLSDOC-428
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: General documentation issues
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.1.1
>
>
> This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
> * Correct icons (OpenShift, JBIDE-15797)
> * Correct bad and missing icons in explorer context menu (OpenShift, JBIDE-15801)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (TOOLSDOC-428) Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-428?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-428:
-------------------------------------
Description:
This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
* Correct icons (OpenShift, JBIDE-15797)
was:This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
> Update JBDS 7.1 docs for fixed bugs that changed UI look or behavior
> --------------------------------------------------------------------
>
> Key: TOOLSDOC-428
> URL: https://issues.jboss.org/browse/TOOLSDOC-428
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: General documentation issues
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.1.1
>
>
> This JIRA holds information about fixed JIRAs that have changed the UI look or behavior and require docs to be modified.
> * Correct icons (OpenShift, JBIDE-15797)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBDS-2784) Support EAP 6.2
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBDS-2784?page=com.atlassian.jira.plugin.... ]
Michelle Murray commented on JBDS-2784:
---------------------------------------
[~maxandersen], is this fully supported or supported by coincidence and needs a bit more of a look at? Basically should this be included in docs - are we advertising it to users?
> Support EAP 6.2
> ---------------
>
> Key: JBDS-2784
> URL: https://issues.jboss.org/browse/JBDS-2784
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: server
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Fix For: 7.1.0.Beta1
>
>
> EAP 6.2 comes out around our release.
> Should we try and support this in 7.1 even though we won't have the last final build ?
> For now it is possible to use EAP 6.1 to run EAP 6.2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months