[JBoss JIRA] (JBIDE-16717) Seam 2.3 Portlet deployment error on JPP 6
by Radoslav Rábara (JIRA)
Radoslav Rábara created JBIDE-16717:
---------------------------------------
Summary: Seam 2.3 Portlet deployment error on JPP 6
Key: JBIDE-16717
URL: https://issues.jboss.org/browse/JBIDE-16717
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: portal-gatein
Affects Versions: 4.2.0.Alpha2
Reporter: Radoslav Rábara
Assignee: Snjezana Peco
Priority: Critical
Fix For: 4.2.0.Beta1
Deployment of Seam Portal Project ends with error when it's deployed to JPP 6.
As far as I know, we have quickstarts for portal development on JPP 6. So is creating Portal Project via Dynamic Web Project supported only for older versions of EPP?
--
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, 3 months
[JBoss JIRA] (JBIDE-16689) Crash after CTRL + rightclick + find implementation
by Edoardo Barolo (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16689?page=com.atlassian.jira.plugi... ]
Edoardo Barolo commented on JBIDE-16689:
----------------------------------------
asked !! We attempt to crash again we are not able to reproduce...
But also to me it not crashes all times but after file system go out of sync from workspace and I do not refresh !! So ..I suggest to close this maybe I'll reopen when I will have another case
the code was this find function checkOraMinuti
function checkDateAfter(dataDa, dataA){
if(!isNull(dataDa) && !isNull(dataA)){
var giornoDa = dataDa.substring(0, 2);
var meseDa = dataDa.substring(3, 5);
var annoDa = dataDa.substring(6, 10);
var oreDa = "00";
var minutiDa = "00";
if(dataDa.length>10){
oreDa = dataDa.substring(11, 13);
minutiDa = dataDa.substring(14, 16);
if(!checkOraMinuti(oreDa, minutiDa)){ return false; }
}
var giornoA = dataA.substring(0, 2);
var meseA = dataA.substring(3, 5);
var annoA = dataA.substring(6, 10);
var oreA = "00";
var minutiA = "00";
if(dataA.length>10){
oreA = dataA.substring(11, 13);
minutiA = dataA.substring(14, 16);
if(!checkOraMinuti(oreA, minutiA)){ return false; }
}
var dif = new Date(annoA, meseA, giornoA, oreA, minutiA)
- new Date(annoDa, meseDa, giornoDa, oreDa, minutiDa);
return (dif >= 0)
}
return true;
}
function checkOraMinuti(ore, minuti){
return (parseInt(ore)>=0 && parseInt(ore)<=24) && (parseInt(minuti)>=0 && parseInt(ore)<=60);
}
> Crash after CTRL + rightclick + find implementation
> ---------------------------------------------------
>
> Key: JBIDE-16689
> URL: https://issues.jboss.org/browse/JBIDE-16689
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Reporter: Edoardo Barolo
>
--
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, 3 months
[JBoss JIRA] (JBIDE-16689) Crash after CTRL + rightclick + find implementation
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16689?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-16689:
-----------------------------------------
[~velteyn] thank you for the version information on JSDT Core.
Regarding a crash when editing a Java file (as well as for any other kind of files), if it's a crash really, not an unexpected exit, we're interesting to see if you have some dump files like hs_err_pid4543.log (the number in the name here is a PID of your eclipse process, so it should be different for you). These files could be mostly located in the JBDS installation directory or in your home directory (I have some of these in both directories, don't know what it depends on... And probably it could have some difference on Windows too.). So, if you have some files like these, please attach the most resent one or few of them to the issue.
(There could a bit of your personal information like your user name, or your home folder location, or paths to the libraries installed... Feel free to view and may be to edit it somehow due to hide if it's sencible for you).
> Crash after CTRL + rightclick + find implementation
> ---------------------------------------------------
>
> Key: JBIDE-16689
> URL: https://issues.jboss.org/browse/JBIDE-16689
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Reporter: Edoardo Barolo
>
--
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, 3 months
[JBoss JIRA] (JBIDE-15913) [Android] Export dialogs should check the Android SDK
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15913?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-15913:
-------------------------------------
The bug was not meant to be fixed in maintenance.
> [Android] Export dialogs should check the Android SDK
> -----------------------------------------------------
>
> Key: JBIDE-15913
> URL: https://issues.jboss.org/browse/JBIDE-15913
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Minor
> Fix For: 4.2.0.Beta1
>
> Attachments: NativeExportError.png
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> If a project is exported for Android without setting the Android SDK preferences. An error occurs. Export wizards should check the availability of the preferences.
> Steps:
> 1. Create a project
> 2. Export Native Platform Project
> 3. Select Android and Click finish.
--
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, 3 months
[JBoss JIRA] (JBIDE-15913) [Android] Export dialogs should check the Android SDK
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15913?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-15913:
--------------------------------
Fix Version/s: 4.2.0.Beta1
(was: 4.1.2.CR1)
> [Android] Export dialogs should check the Android SDK
> -----------------------------------------------------
>
> Key: JBIDE-15913
> URL: https://issues.jboss.org/browse/JBIDE-15913
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Minor
> Fix For: 4.2.0.Beta1
>
> Attachments: NativeExportError.png
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> If a project is exported for Android without setting the Android SDK preferences. An error occurs. Export wizards should check the availability of the preferences.
> Steps:
> 1. Create a project
> 2. Export Native Platform Project
> 3. Select Android and Click finish.
--
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, 3 months
[JBoss JIRA] (JBDS-2889) Correct XCode Bundle ID in Hybrid Mobile Tools (JBDS 7.1.1)
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2889?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-2889:
-------------------------------------------
qe_acked on behalf of [~ldimaggio] since related jira already QE'ed.
> Correct XCode Bundle ID in Hybrid Mobile Tools (JBDS 7.1.1)
> -----------------------------------------------------------
>
> Key: JBDS-2889
> URL: https://issues.jboss.org/browse/JBDS-2889
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: requirements
> Affects Versions: 7.1.0.GA
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Fix For: 7.1.1.CR1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Export to native iOS project is not properly setting the bundle id, which should come from the widget id in the cordova config.xml - this bundle id is critical as iOS needs it to be unique and it your provisioning profiles have to reference it.
> See JBIDE-16420 (JBDS 7.1.1)
--
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, 3 months
[JBoss JIRA] (JBDS-2889) Correct XCode Bundle ID in Hybrid Mobile Tools (JBDS 7.1.1)
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-2889?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen resolved JBDS-2889.
---------------------------------------
Resolution: Done
fixed in linked jira.
> Correct XCode Bundle ID in Hybrid Mobile Tools (JBDS 7.1.1)
> -----------------------------------------------------------
>
> Key: JBDS-2889
> URL: https://issues.jboss.org/browse/JBDS-2889
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: requirements
> Affects Versions: 7.1.0.GA
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Fix For: 7.1.1.CR1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Export to native iOS project is not properly setting the bundle id, which should come from the widget id in the cordova config.xml - this bundle id is critical as iOS needs it to be unique and it your provisioning profiles have to reference it.
> See JBIDE-16420 (JBDS 7.1.1)
--
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, 3 months