[JBoss JIRA] (JBDS-3268) Export a Cordova Application created using JBDS to FeedHenry
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3268?page=com.atlassian.jira.plugin.... ]
CDW Engine reassigned JBDS-3268:
--------------------------------
> Export a Cordova Application created using JBDS to FeedHenry
> ------------------------------------------------------------
>
> Key: JBDS-3268
> URL: https://issues.jboss.org/browse/JBDS-3268
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: aerogear-hybrid, requirements
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Fix For: 9.0.0.CR1
>
>
> As a HTML5-focused mobile application developer, I wish to use JBoss Tools and JBDS to craft my AngularJS+Ionic or jQuery Mobile-based application, testing it via CordovaSim, deploy the application to my iOS and/or Android phone and when I feel it is "about right", push it to FeedHenry's git URL.
> It is currently unclear how an end-user takes his/her JBDS Hybrid Mobile (Cordova) project and sets it up to support a git push to FH.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3268) Export a Cordova Application created using JBDS to FeedHenry
by Rodney Russ (JIRA)
[ https://issues.jboss.org/browse/JBDS-3268?page=com.atlassian.jira.plugin.... ]
Rodney Russ updated JBDS-3268:
------------------------------
CDW devel_ack: + (was: ?)
> Export a Cordova Application created using JBDS to FeedHenry
> ------------------------------------------------------------
>
> Key: JBDS-3268
> URL: https://issues.jboss.org/browse/JBDS-3268
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: aerogear-hybrid, requirements
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Fix For: 9.0.0.CR1
>
>
> As a HTML5-focused mobile application developer, I wish to use JBoss Tools and JBDS to craft my AngularJS+Ionic or jQuery Mobile-based application, testing it via CordovaSim, deploy the application to my iOS and/or Android phone and when I feel it is "about right", push it to FeedHenry's git URL.
> It is currently unclear how an end-user takes his/her JBDS Hybrid Mobile (Cordova) project and sets it up to support a git push to FH.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3268) Export a Cordova Application created using JBDS to FeedHenry
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-3268?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-3268:
-----------------------------
CDW release: + (was: ?)
> Export a Cordova Application created using JBDS to FeedHenry
> ------------------------------------------------------------
>
> Key: JBDS-3268
> URL: https://issues.jboss.org/browse/JBDS-3268
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: aerogear-hybrid, requirements
> Reporter: Burr Sutter
> Assignee: Gorkem Ercan
> Fix For: 9.0.0.CR1
>
>
> As a HTML5-focused mobile application developer, I wish to use JBoss Tools and JBDS to craft my AngularJS+Ionic or jQuery Mobile-based application, testing it via CordovaSim, deploy the application to my iOS and/or Android phone and when I feel it is "about right", push it to FeedHenry's git URL.
> It is currently unclear how an end-user takes his/her JBDS Hybrid Mobile (Cordova) project and sets it up to support a git push to FH.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19281) Tern error when opening a jsp file
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19281?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-19281:
----------------------------------------
Tern 0.9.0 is not released yet. We should make sure we are using the right snapshot. So [~vrubezhny] you tell us if it's so and we can resolve the issue.
> Tern error when opening a jsp file
> ----------------------------------
>
> Key: JBIDE-19281
> URL: https://issues.jboss.org/browse/JBIDE-19281
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.3.0.Beta2
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.3.0.Alpha2
>
> Attachments: tern-error.png
>
>
> I was just verying something in master for Rob and hit this issue:
> I created a dynamic web project, then a jsp file. Once the jsp was opened in Eclipse, I got this error popup immediately:
> !tern-error.png!
> This was in the workspace log:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2015-01-29 17:04:14.678
> !MESSAGE An internal error occurred during: "Refresh tern project job".
> !STACK 0
> java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match outer scope rule: P/dynproj2
> at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
> at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:134)
> at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:333)
> at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85)
> at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:298)
> at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:118)
> at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2251)
> at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1347)
> at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1401)
> at tern.eclipse.ide.internal.core.builder.TernBuilder.addTernBuilder(TernBuilder.java:231)
> at tern.eclipse.ide.internal.core.resources.IDETernProject.doLoad(IDETernProject.java:186)
> at tern.resources.TernProject.load(TernProject.java:332)
> at tern.eclipse.ide.internal.core.resources.RefreshTernProjectJob.runInWorkspace(RefreshTernProjectJob.java:49)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> This was JBT nightly from today (2015/01/29) from http://download.jboss.org/jbosstools/updates/nightly/mars/ on top of Eclipse Mars M4. On top of that, I had one server PR of Rob's installed, but that shouldn't have any effect.
> My platform is OS X 10.10 Yosemite, running Oracle JDK 1.7.
> I realize this is master and it might be a known issue, but better to be safe :)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3160) JSR-352: Java EE 7 Batch
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3160?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov commented on JBDS-3160:
--------------------------------------
We are going to have:
1. Batch job xml editor (tree-form, source). With content assist, validation/quick fixes, hyperlinks.
2. Batch wizards (not many, but at least a new job xml wizard)
See the full list of supported/planned batch features here - JBIDE-18857
> JSR-352: Java EE 7 Batch
> ------------------------
>
> Key: JBDS-3160
> URL: https://issues.jboss.org/browse/JBDS-3160
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: requirements
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Priority: Critical
> Fix For: 9.0.0.CR1
>
> Attachments: BatchEditor.png
>
>
> Custom XML Editor for the Batch configuration XML
> Example
> https://github.com/javaee-samples/javaee7-samples/blob/master/batch/chunk...
> JSR-352: Batch
> I, the Java EE application developer, wish to create new and maintain Batch (JSR-352) applications in Eclipse. I need XML editing support, content-assist where appropriate and a Maven-based quickstart to help with getting started.
> The quickstart should be easily importable into JBDS and allow for editing so that I, the Java EE app dev, can "make it my own" by changing its project name, group, artifact id and version, plus modifying the XML file, adding/removing classes, etc.
> This effort should primarily be focused on the XML editing experience. The normal New Java Class wizard should support the batch related super classes (extends). Run As Run on Server should work as well.
> Examples of the XML:
> https://github.com/javaee-samples/javaee7-samples/blob/master/batch/batch...
> https://github.com/javaee-samples/javaee7-samples/blob/master/batch/batch...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19468) [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.forge:forge-bom:pom:2.15.2.Final in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) @ line 16, column 19
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19468?page=com.atlassian.jira.plugi... ]
Alexey Kazakov commented on JBIDE-19468:
----------------------------------------
>From #jbosstools IRC:
{code}
<akazakov> gastaldi, hey
<nickboldt> gastaldi: we'll be renaming next week to make it called "Final" but no new commits should be going into it, unless we find a blocker
<akazakov> JBIDE-19468 happens only when you create a new addon, right? If so it doesn't look like a blocker for 4.2.3 and we can ship it with forge 2.15.1
<gastaldi> akazakov, yes, we fixed in Master and we're releasing a new Forge version soon
<gastaldi> It would be nice if that could make it to 4.2.3.Final
<akazakov> gastaldi, how soon is soon? :)
<gastaldi> today?
<gastaldi> we can release today, tomorrow tops
<gastaldi> akazakov, is that good or is too late? :)
<akazakov> gastaldi, nickboldt, we could respin forge only to pick up the latest fixed forge... Still not sure we should do it. But it's not so hard to do if QA have to time to retest forge. Nick, what do you think?
<akazakov> gastaldi, how many changes in forge 2.15.2? Just wonder if it tested well enough and we won't have new problems which will require more forge/JBDS updates/respins.
<gastaldi> let me see
<gastaldi> hm, not much
<gastaldi> https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12311820&versi...
<akazakov> gastaldi, you can go ahead and release 2.15.2 and we will see if it's worth respining JBDS. We should make sure QA and others are OK with that. It doesn't look like a blocker to me so far. But if we can do this respin easily...
<gastaldi> awesome, will do
{code}
> [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.forge:forge-bom:pom:2.15.2.Final in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) @ line 16, column 19
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-19468
> URL: https://issues.jboss.org/browse/JBIDE-19468
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge, upstream
> Affects Versions: 4.2.3.CR1
> Reporter: Pavol Srna
> Assignee: George Gastaldi
> Fix For: 4.2.3.CR1
>
> Attachments: forge-err.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month