[JBoss JIRA] (JBIDE-15935) Android SDK not installed automatically on OS X
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15935?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-15935:
----------------------------------
Fix Version/s: (was: 4.1.x)
> Android SDK not installed automatically on OS X
> -----------------------------------------------
>
> Key: JBIDE-15935
> URL: https://issues.jboss.org/browse/JBIDE-15935
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid, upstream
> Affects Versions: 4.1.1.Beta1
> Environment: JBDS 7.1.0.Beta1
> OS X Mavericks
> Reporter: Martin Malina
> Assignee: Vlado Pakan
> Fix For: 4.2.x
>
> Attachments: android-sdk.png, Central_AndTools.png, installadk.png
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> When I install android tools from central and then I restart the IDE as requested, I should be asked to automatically download and install Android SDK (I got word it works this way on Linux). I got nothing like that on OS X.
> So I had to download and setup SDK manually.
--
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, 1 month
[JBoss JIRA] (JBIDE-16657) handle the case where development = stable
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-16657:
-------------------------------------------
Summary: handle the case where development = stable
Key: JBIDE-16657
URL: https://issues.jboss.org/browse/JBIDE-16657
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: website
Reporter: Max Rydahl Andersen
once we release Final, the development updatesite actually contains final and not the latest CR1 so there is a mismatch between website and reality ;)
Suggestion:
Add "marker" to latest_development in products.yml that will add an alert
to the latest active development download that the updatesite actually has stable.
actualcontent: 4.1.0.Final
Would give something like:
Info: 4.1.0.Final have been released and is what you will get when installing from the development update site.
--
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, 1 month
[JBoss JIRA] (JBIDE-13297) Prevent from associating xml files to Android xml editor
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13297?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-13297:
-------------------------------------
Moving out of JBT 4.1.x as per [~maxandersen]'s comment :
{quote}
[24/02/2014 18:36:10] Max Rydahl Andersen: so yeah - If that is possible I would propose that as a patch to android team.
[24/02/2014 18:36:33] Max Rydahl Andersen: and if they ignore that we reevaluate for JBDS 8 if we want to do something more nuclear ;)
[24/02/2014 18:36:44] Max Rydahl Andersen: but otherwise skip it for 7.1
{quote}
> Prevent from associating xml files to Android xml editor
> --------------------------------------------------------
>
> Key: JBIDE-13297
> URL: https://issues.jboss.org/browse/JBIDE-13297
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 4.0.0.Final
> Reporter: Stefan Bunciak
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta1
>
>
> After installing the Android Development Tools into JBDS/JBT all xml files gets associated to Android Common Xml Editor, even pom.xml files which we used to open with the Maven POM Editor. This issue was discussed with Burr Sutter on Face2Face that it should be fixed.
--
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, 1 month
[JBoss JIRA] (JBIDE-16609) missing index pages for urls like http://tools-stg.jboss.org/whatsnew/
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16609?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen edited comment on JBIDE-16609 at 2/26/14 2:20 AM:
----------------------------------------------------------------------
not sure what is missing.
There is no index.html pages for pages like /whatsnew (on tools-stg* it gives a directory listing, locally it gives 404 (more correct)
To be more specific you can run this script in _site:
{code:title=missingindex.sh}
find . -type d -exec bash -c 'if test ! -f {}/index.html; then echo Missing {}/index.html; fi' \; | grep -v images | grep -v cache | grep -v fonts | grep -v stylesheets | grep -v javascripts
{code}
Which will give you the list of directories/urls that would relevant to consider having an index.html:
{code:title=output}
Missing ./blog/page/index.html
Missing ./blog/tags/index.html
Missing ./downloads/devstudio/index.html
Missing ./downloads/devstudio/indigo/index.html
Missing ./downloads/devstudio/juno/index.html
Missing ./downloads/devstudio/kepler/index.html
Missing ./downloads/devstudio/luna/index.html
Missing ./downloads/devstudio_is/index.html
Missing ./downloads/devstudio_is/kepler/index.html
Missing ./downloads/jbosstools/index.html
Missing ./downloads/jbosstools/europa/index.html
Missing ./downloads/jbosstools/galileo/index.html
Missing ./downloads/jbosstools/ganymede/index.html
Missing ./downloads/jbosstools/helios/index.html
Missing ./downloads/jbosstools/indigo/index.html
Missing ./downloads/jbosstools/juno/index.html
Missing ./downloads/jbosstools/kepler/index.html
Missing ./downloads/jbosstools/luna/index.html
Missing ./downloads/jbosstools_is/index.html
Missing ./downloads/jbosstools_is/indigo/index.html
Missing ./downloads/jbosstools_is/kepler/index.html
Missing ./whatsnew/aerogear/index.html
Missing ./whatsnew/arquillian/index.html
Missing ./whatsnew/browsersim/index.html
Missing ./whatsnew/cdi/index.html
Missing ./whatsnew/central/index.html
Missing ./whatsnew/drools/index.html
Missing ./whatsnew/examples/index.html
Missing ./whatsnew/forge/index.html
Missing ./whatsnew/general/index.html
Missing ./whatsnew/hibernate/index.html
Missing ./whatsnew/jst/index.html
Missing ./whatsnew/livereload/index.html
Missing ./whatsnew/maven/index.html
Missing ./whatsnew/openshift/index.html
Missing ./whatsnew/server/index.html
Missing ./whatsnew/switchyard/index.html
Missing ./whatsnew/usage/index.html
Missing ./whatsnew/vpe/index.html
Missing ./whatsnew/webservices/index.html
{code}
was (Author: maxandersen):
not sure what is missing.
There is no index.html pages for pages like /whatsnew (on tools-stg* it gives a directory listing, locally it gives 404 (more correct)
To be more specific you can run this script in _site:
{code;title=missingindex.sh}
find . -type d -exec bash -c 'if test ! -f {}/index.html; then echo Missing {}/index.html; fi' \; | grep -v images | grep -v cache | grep -v fonts | grep -v stylesheets | grep -v javascripts
{code}
Which will give you the list of directories/urls that would relevant to consider having an index.html:
{code:title=output}
Missing ./blog/page/index.html
Missing ./blog/tags/index.html
Missing ./downloads/devstudio/index.html
Missing ./downloads/devstudio/indigo/index.html
Missing ./downloads/devstudio/juno/index.html
Missing ./downloads/devstudio/kepler/index.html
Missing ./downloads/devstudio/luna/index.html
Missing ./downloads/devstudio_is/index.html
Missing ./downloads/devstudio_is/kepler/index.html
Missing ./downloads/jbosstools/index.html
Missing ./downloads/jbosstools/europa/index.html
Missing ./downloads/jbosstools/galileo/index.html
Missing ./downloads/jbosstools/ganymede/index.html
Missing ./downloads/jbosstools/helios/index.html
Missing ./downloads/jbosstools/indigo/index.html
Missing ./downloads/jbosstools/juno/index.html
Missing ./downloads/jbosstools/kepler/index.html
Missing ./downloads/jbosstools/luna/index.html
Missing ./downloads/jbosstools_is/index.html
Missing ./downloads/jbosstools_is/indigo/index.html
Missing ./downloads/jbosstools_is/kepler/index.html
Missing ./whatsnew/aerogear/index.html
Missing ./whatsnew/arquillian/index.html
Missing ./whatsnew/browsersim/index.html
Missing ./whatsnew/cdi/index.html
Missing ./whatsnew/central/index.html
Missing ./whatsnew/drools/index.html
Missing ./whatsnew/examples/index.html
Missing ./whatsnew/forge/index.html
Missing ./whatsnew/general/index.html
Missing ./whatsnew/hibernate/index.html
Missing ./whatsnew/jst/index.html
Missing ./whatsnew/livereload/index.html
Missing ./whatsnew/maven/index.html
Missing ./whatsnew/openshift/index.html
Missing ./whatsnew/server/index.html
Missing ./whatsnew/switchyard/index.html
Missing ./whatsnew/usage/index.html
Missing ./whatsnew/vpe/index.html
Missing ./whatsnew/webservices/index.html
{code}
> missing index pages for urls like http://tools-stg.jboss.org/whatsnew/
> ----------------------------------------------------------------------
>
> Key: JBIDE-16609
> URL: https://issues.jboss.org/browse/JBIDE-16609
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: website
> Reporter: Max Rydahl Andersen
> Fix For: 4.2.0.Beta1
>
>
--
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, 1 month
[JBoss JIRA] (JBIDE-16609) missing index pages for urls like http://tools-stg.jboss.org/whatsnew/
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16609?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen edited comment on JBIDE-16609 at 2/26/14 2:19 AM:
----------------------------------------------------------------------
not sure what is missing.
There is no index.html pages for pages like /whatsnew (on tools-stg* it gives a directory listing, locally it gives 404 (more correct)
To be more specific you can run this script in _site:
{code;title=missingindex.sh}
find . -type d -exec bash -c 'if test ! -f {}/index.html; then echo Missing {}/index.html; fi' \; | grep -v images | grep -v cache | grep -v fonts | grep -v stylesheets | grep -v javascripts
{code}
Which will give you the list of directories/urls that would relevant to consider having an index.html:
{code:title=output}
Missing ./blog/page/index.html
Missing ./blog/tags/index.html
Missing ./downloads/devstudio/index.html
Missing ./downloads/devstudio/indigo/index.html
Missing ./downloads/devstudio/juno/index.html
Missing ./downloads/devstudio/kepler/index.html
Missing ./downloads/devstudio/luna/index.html
Missing ./downloads/devstudio_is/index.html
Missing ./downloads/devstudio_is/kepler/index.html
Missing ./downloads/jbosstools/index.html
Missing ./downloads/jbosstools/europa/index.html
Missing ./downloads/jbosstools/galileo/index.html
Missing ./downloads/jbosstools/ganymede/index.html
Missing ./downloads/jbosstools/helios/index.html
Missing ./downloads/jbosstools/indigo/index.html
Missing ./downloads/jbosstools/juno/index.html
Missing ./downloads/jbosstools/kepler/index.html
Missing ./downloads/jbosstools/luna/index.html
Missing ./downloads/jbosstools_is/index.html
Missing ./downloads/jbosstools_is/indigo/index.html
Missing ./downloads/jbosstools_is/kepler/index.html
Missing ./whatsnew/aerogear/index.html
Missing ./whatsnew/arquillian/index.html
Missing ./whatsnew/browsersim/index.html
Missing ./whatsnew/cdi/index.html
Missing ./whatsnew/central/index.html
Missing ./whatsnew/drools/index.html
Missing ./whatsnew/examples/index.html
Missing ./whatsnew/forge/index.html
Missing ./whatsnew/general/index.html
Missing ./whatsnew/hibernate/index.html
Missing ./whatsnew/jst/index.html
Missing ./whatsnew/livereload/index.html
Missing ./whatsnew/maven/index.html
Missing ./whatsnew/openshift/index.html
Missing ./whatsnew/server/index.html
Missing ./whatsnew/switchyard/index.html
Missing ./whatsnew/usage/index.html
Missing ./whatsnew/vpe/index.html
Missing ./whatsnew/webservices/index.html
{code}
was (Author: maxandersen):
not sure what is missing.
There is no index.html pages for pages like /whatsnew (on tools-stg* it gives a directory listing, locally it gives 404 (more correct)
To be more specific you can run this script in _site:
{{ find . -type d -exec bash -c 'if test ! -f {}/index.html; then echo Missing {}/index.html; fi' \; | grep -v images | grep -v cache | grep -v fonts | grep -v stylesheets | grep -v javascripts }}
Which will give you the list of directories/urls that would relevant to consider having an index.html:
Missing ./blog/page/index.html
Missing ./blog/tags/index.html
Missing ./downloads/devstudio/index.html
Missing ./downloads/devstudio/indigo/index.html
Missing ./downloads/devstudio/juno/index.html
Missing ./downloads/devstudio/kepler/index.html
Missing ./downloads/devstudio/luna/index.html
Missing ./downloads/devstudio_is/index.html
Missing ./downloads/devstudio_is/kepler/index.html
Missing ./downloads/jbosstools/index.html
Missing ./downloads/jbosstools/europa/index.html
Missing ./downloads/jbosstools/galileo/index.html
Missing ./downloads/jbosstools/ganymede/index.html
Missing ./downloads/jbosstools/helios/index.html
Missing ./downloads/jbosstools/indigo/index.html
Missing ./downloads/jbosstools/juno/index.html
Missing ./downloads/jbosstools/kepler/index.html
Missing ./downloads/jbosstools/luna/index.html
Missing ./downloads/jbosstools_is/index.html
Missing ./downloads/jbosstools_is/indigo/index.html
Missing ./downloads/jbosstools_is/kepler/index.html
Missing ./whatsnew/aerogear/index.html
Missing ./whatsnew/arquillian/index.html
Missing ./whatsnew/browsersim/index.html
Missing ./whatsnew/cdi/index.html
Missing ./whatsnew/central/index.html
Missing ./whatsnew/drools/index.html
Missing ./whatsnew/examples/index.html
Missing ./whatsnew/forge/index.html
Missing ./whatsnew/general/index.html
Missing ./whatsnew/hibernate/index.html
Missing ./whatsnew/jst/index.html
Missing ./whatsnew/livereload/index.html
Missing ./whatsnew/maven/index.html
Missing ./whatsnew/openshift/index.html
Missing ./whatsnew/server/index.html
Missing ./whatsnew/switchyard/index.html
Missing ./whatsnew/usage/index.html
Missing ./whatsnew/vpe/index.html
Missing ./whatsnew/webservices/index.html
> missing index pages for urls like http://tools-stg.jboss.org/whatsnew/
> ----------------------------------------------------------------------
>
> Key: JBIDE-16609
> URL: https://issues.jboss.org/browse/JBIDE-16609
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: website
> Reporter: Max Rydahl Andersen
> Fix For: 4.2.0.Beta1
>
>
--
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, 1 month
[JBoss JIRA] (JBIDE-16609) missing index pages for urls like http://tools-stg.jboss.org/whatsnew/
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16609?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-16609:
---------------------------------------------
not sure what is missing.
There is no index.html pages for pages like /whatsnew (on tools-stg* it gives a directory listing, locally it gives 404 (more correct)
To be more specific you can run this script in _site:
{{ find . -type d -exec bash -c 'if test ! -f {}/index.html; then echo Missing {}/index.html; fi' \; | grep -v images | grep -v cache | grep -v fonts | grep -v stylesheets | grep -v javascripts }}
Which will give you the list of directories/urls that would relevant to consider having an index.html:
Missing ./blog/page/index.html
Missing ./blog/tags/index.html
Missing ./downloads/devstudio/index.html
Missing ./downloads/devstudio/indigo/index.html
Missing ./downloads/devstudio/juno/index.html
Missing ./downloads/devstudio/kepler/index.html
Missing ./downloads/devstudio/luna/index.html
Missing ./downloads/devstudio_is/index.html
Missing ./downloads/devstudio_is/kepler/index.html
Missing ./downloads/jbosstools/index.html
Missing ./downloads/jbosstools/europa/index.html
Missing ./downloads/jbosstools/galileo/index.html
Missing ./downloads/jbosstools/ganymede/index.html
Missing ./downloads/jbosstools/helios/index.html
Missing ./downloads/jbosstools/indigo/index.html
Missing ./downloads/jbosstools/juno/index.html
Missing ./downloads/jbosstools/kepler/index.html
Missing ./downloads/jbosstools/luna/index.html
Missing ./downloads/jbosstools_is/index.html
Missing ./downloads/jbosstools_is/indigo/index.html
Missing ./downloads/jbosstools_is/kepler/index.html
Missing ./whatsnew/aerogear/index.html
Missing ./whatsnew/arquillian/index.html
Missing ./whatsnew/browsersim/index.html
Missing ./whatsnew/cdi/index.html
Missing ./whatsnew/central/index.html
Missing ./whatsnew/drools/index.html
Missing ./whatsnew/examples/index.html
Missing ./whatsnew/forge/index.html
Missing ./whatsnew/general/index.html
Missing ./whatsnew/hibernate/index.html
Missing ./whatsnew/jst/index.html
Missing ./whatsnew/livereload/index.html
Missing ./whatsnew/maven/index.html
Missing ./whatsnew/openshift/index.html
Missing ./whatsnew/server/index.html
Missing ./whatsnew/switchyard/index.html
Missing ./whatsnew/usage/index.html
Missing ./whatsnew/vpe/index.html
Missing ./whatsnew/webservices/index.html
> missing index pages for urls like http://tools-stg.jboss.org/whatsnew/
> ----------------------------------------------------------------------
>
> Key: JBIDE-16609
> URL: https://issues.jboss.org/browse/JBIDE-16609
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: website
> Reporter: Max Rydahl Andersen
> Fix For: 4.2.0.Beta1
>
>
--
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, 1 month