[JBoss JIRA] (JBIDE-15486) Export Mobile Application dialog is not working
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15486?page=com.atlassian.jira.plugi... ]
Gorkem Ercan reassigned JBIDE-15486:
------------------------------------
Assignee: Gorkem Ercan
Do you select a platform between step 2 & 3?
> Export Mobile Application dialog is not working
> -----------------------------------------------
>
> Key: JBIDE-15486
> URL: https://issues.jboss.org/browse/JBIDE-15486
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Alpha1
> Environment: Fedora 18 64 bit, KDE, JBT Alpha1-v20130909-0110-B392
> Reporter: Vlado Pakan
> Assignee: Gorkem Ercan
> Priority: Critical
> Fix For: 4.1.1.Alpha1
>
>
> 1. Create new Mobile Hybrid Project.
> 2. Select it and choose Export > Mobile > Export Mobile Application
> 3. Click Next
> ERROR: Nothing happens
> 4. Click Next Again
> ERROR: Dialog with no widget is displayed with error "No platform is selected. Please select a platform"
--
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, 7 months
[JBoss JIRA] (JBDS-2358) GWT Web example generates warnings
by Jonathan Fuerth (JIRA)
[ https://issues.jboss.org/browse/JBDS-2358?page=com.atlassian.jira.plugin.... ]
Jonathan Fuerth commented on JBDS-2358:
---------------------------------------
{quote}
No connection specified for project. No database-specific validation will be performed.
jboss-gwt-webapp
{quote}
I'm not sure what to do about this one. However the database connection is set up for the other KitchenSink apps should work equally well for this one.
{quote}
Overriding managed version 1.0.0.GA for validation-api
pom.xml /jboss-gwt-webapp line 240
{quote}
GWT's validation support requires a specific version of Hibernate Validator and the Validation API at compile time. That's why it's overridden in the pom for this project.
{quote}
No bean is eligible for injection to the injection point [JSR-299 §5.2.1]
KitchenSinkApp.java
/jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/client/local
line 41
{quote}
This is the injection point that warning refers to:
{code}
/**
* This is the client-side proxy to the Errai service implemented by
* MemberServiceImpl. The proxy is generated at build time, and injected into
* this field when the page loads. You can create additional Errai services by
* following this same pattern; just be sure that the client-side class you
* inject the Caller into is an injectable class (client-side injectable
* classes are annotated with {@code @EntryPoint}, {@code @ApplicationScoped},
* or {@code @Singleton}).
*/
@Inject
private Caller<MemberService> memberService;
{code}
As the doc comment says, Caller<T> is a special type in the Errai framework. It works like CDI's Event<T> class. I guess there's specific knowledge about Event<T> in JDBS. Perhaps it could be extended to also suppress this warning for Caller<T> in Errai projects.
{quote}
Unnecessary @SuppressWarnings("unused")
Resources.java
/jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/util
line 24
{quote}
I can't find this Resources class in my copy of the source.
{quote}
Missing src folder configured in Java Build Path Project Preferences
{quote}
I'm not sure about this one.
> GWT Web example generates warnings
> ----------------------------------
>
> Key: JBDS-2358
> URL: https://issues.jboss.org/browse/JBDS-2358
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Denis Golovin
> Labels: examplewarnings
> Attachments: JavaBuildProjectPreferences.png
>
>
> The GWT project generates these warnings:
> No connection specified for project. No database-specific validation will be performed.
> jboss-gwt-webapp
> Overriding managed version 1.0.0.GA for validation-api
> pom.xml /jboss-gwt-webapp
> line 240
> No bean is eligible for injection to the injection point [JSR-299 §5.2.1]
> KitchenSinkApp.java
> /jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/client/local
> line 41
> Unnecessary @SuppressWarnings("unused")
> Resources.java
> /jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/util
> line 24
> Missing src folder configured in Java Build Path Project Preferences
> !JavaBuildProjectPreferences.png!
--
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, 7 months
[JBoss JIRA] (JBIDE-15487) Export Native Platform Project is not working
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15487?page=com.atlassian.jira.plugi... ]
Vlado Pakan updated JBIDE-15487:
--------------------------------
Description:
1. Create new Mobile Hybrid Project.
2. Select it and choose Export > Mobile > Export Native Platform Project
3. Click Next
ERROR: Nothing happens
4. Click Next Again
ERROR: Dialog with no widget is displayed with error "No platform is selected. Please select a platform"
was:
1. Create new Mobile Hybrid Project.
2. Select it and choose Export > Mobile > Export Mobile Application
3. Click Next
ERROR: Nothing happens
4. Click Next Again
ERROR: Dialog with no widget is displayed with error "No platform is selected. Please select a platform"
> Export Native Platform Project is not working
> ---------------------------------------------
>
> Key: JBIDE-15487
> URL: https://issues.jboss.org/browse/JBIDE-15487
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Alpha1
> Environment: Fedora 18 64 bit, KDE, JBT Alpha1-v20130909-0110-B392
> Reporter: Vlado Pakan
> Priority: Critical
> Fix For: 4.1.1.Alpha1
>
>
> 1. Create new Mobile Hybrid Project.
> 2. Select it and choose Export > Mobile > Export Native Platform Project
> 3. Click Next
> ERROR: Nothing happens
> 4. Click Next Again
> ERROR: Dialog with no widget is displayed with error "No platform is selected. Please select a platform"
--
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, 7 months
[JBoss JIRA] (JBIDE-15486) Export Mobile Application dialog is not working
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-15486:
-----------------------------------
Summary: Export Mobile Application dialog is not working
Key: JBIDE-15486
URL: https://issues.jboss.org/browse/JBIDE-15486
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid
Affects Versions: 4.1.1.Alpha1
Environment: Fedora 18 64 bit, KDE, JBT Alpha1-v20130909-0110-B392
Reporter: Vlado Pakan
Priority: Critical
Fix For: 4.1.1.Alpha1
1. Create new Mobile Hybrid Project.
2. Select it and choose Export > Mobile > Export Mobile Application
3. Click Next
ERROR: Nothing happens
4. Click Next Again
ERROR: Dialog with no widget is displayed with error "No platform is selected. Please select a platform"
--
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, 7 months
[JBoss JIRA] (JBIDE-15487) Export Native Platform Project is not working
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-15487:
-----------------------------------
Summary: Export Native Platform Project is not working
Key: JBIDE-15487
URL: https://issues.jboss.org/browse/JBIDE-15487
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid
Affects Versions: 4.1.1.Alpha1
Environment: Fedora 18 64 bit, KDE, JBT Alpha1-v20130909-0110-B392
Reporter: Vlado Pakan
Priority: Critical
Fix For: 4.1.1.Alpha1
1. Create new Mobile Hybrid Project.
2. Select it and choose Export > Mobile > Export Mobile Application
3. Click Next
ERROR: Nothing happens
4. Click Next Again
ERROR: Dialog with no widget is displayed with error "No platform is selected. Please select a platform"
--
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, 7 months
[JBoss JIRA] (JBTIS-172) "JBoss jbpm5 runtime extension feature" is not using Red Hat license text
by Kris Verlaenen (JIRA)
[ https://issues.jboss.org/browse/JBTIS-172?page=com.atlassian.jira.plugin.... ]
Kris Verlaenen updated JBTIS-172:
---------------------------------
Assignee: Robert (Bob) Brodt (was: Kris Verlaenen)
Component/s: drools/ jBPM5
(was: BPEL)
Bob, Could you take a look at this, and also update the name to JBoss jBPM runtime extension instead (so get the caps right on jBPM and remove the 5 version, as we're moving to 6 now)?
> "JBoss jbpm5 runtime extension feature" is not using Red Hat license text
> -------------------------------------------------------------------------
>
> Key: JBTIS-172
> URL: https://issues.jboss.org/browse/JBTIS-172
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools/ jBPM5
> Affects Versions: 4.1.0.Beta1
> Reporter: Max Rydahl Andersen
> Assignee: Robert (Bob) Brodt
>
> When installing from Beta1 "JBoss jbpm5 runtime extension feature" uses Eclipse Foundation Software User Agreement.
> It should be using Red Hat, Inc. instead.
--
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, 7 months
[JBoss JIRA] (JBIDE-13651) Export Native target platform project
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13651?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-13651.
-------------------------------
Verified with JBT Alpha1-v20130909-0110-B392
> Export Native target platform project
> -------------------------------------
>
> Key: JBIDE-13651
> URL: https://issues.jboss.org/browse/JBIDE-13651
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: aerogear-hybrid
> Reporter: Gorkem Ercan
> Assignee: Gorkem Ercan
> Priority: Minor
> Fix For: 4.1.1.Alpha1
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Create a wizard to export native projects to supported target platforms. For iOS it will be Xcode project and for Android it will be ADT. Once exported projects will have no relation with our tools and it is expected that they will continue their life on their respected tool sets.
--
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, 7 months