[JBoss JIRA] (JBIDE-16330) [Android] Deployment to Android emulator ignores saved run configuration
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16330?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-16330:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> [Android] Deployment to Android emulator ignores saved run configuration
> ------------------------------------------------------------------------
>
> Key: JBIDE-16330
> URL: https://issues.jboss.org/browse/JBIDE-16330
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Final
> Reporter: Vineet Reynolds
> Priority: Minor
> Fix For: 4.5.x
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> The deployment to an emulator is always performed on a currently running AVD even if the runtime config for the project specifies a different AVD.
> Ignore/reject if this is by design. But from the point of view of the user, it would be better to ensure consistency - when a user wants to run his project on a specific AVD, he needs to create a runtime config, but the moment a different AVD is running, this config is ignored.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-20492) Allow configuring FreeMarker (per project)
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20492?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-20492:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Allow configuring FreeMarker (per project)
> ------------------------------------------
>
> Key: JBIDE-20492
> URL: https://issues.jboss.org/browse/JBIDE-20492
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: freemarker
> Reporter: Daniel Dekany
> Assignee: Denis Golovin
> Priority: Minor
> Fix For: 4.5.x
>
>
> Some configuration settings affect parsing, and more such settings may appear in the future. A simple yet quite flexible and future-proof way of allowing configuring per project is adding a multi-line text input with label "Configuration settings (Java properites format)" under Project properties / FreeMarker, where the user can enter arbitrary text, then parse that with {{java.util.Properties}} and pass it to {{Configuration.setSettings(Properties)}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-18876) Improve TP publishing so changes released to git or deployed to nexus would not break developer local builds
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18876?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-18876:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Improve TP publishing so changes released to git or deployed to nexus would not break developer local builds
> ------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18876
> URL: https://issues.jboss.org/browse/JBIDE-18876
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build
> Affects Versions: 4.3.0.Alpha1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Priority: Minor
> Fix For: 4.5.x
>
>
> Latest Thym update is 'good' example for this problem. I was in the middle of testing some changes in parent/pom.xml and suddenly build start to fail with Thym resolution problem. IMO what happened is TP .target files were published to nexus before actual p2-repos appeared online. Building from latest revision didn't help ether because of the same problem. I had to revert to previous revision to continue my task.
> So it would be good if TP builds publish binaries first and then release TP sources to git and deploy to nexus.
> Please note, that when sftp/rsync for unified TP binaries is finished it doesn't mean p2-repos are available from download.jboss.org right away.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-17838) Make discovery-site a Maven module
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17838?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-17838:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Make discovery-site a Maven module
> ----------------------------------
>
> Key: JBIDE-17838
> URL: https://issues.jboss.org/browse/JBIDE-17838
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build, central-update
> Affects Versions: 4.2.0.Beta3
> Reporter: Mickael Istria
> Assignee: Nick Boldt
> Priority: Minor
> Fix For: 4.5.x
>
>
> Currently, the discovery-site is generated under on of the discovery plugin. Since it's a real artifact that we copy, deploy and that depends on several modules, it would probably be easier to maintain the discovery project if we create a dedicated module for the discovery site.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-15769) [Config Editor] Only Android parameters added to parameters table
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15769?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-15769:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> [Config Editor] Only Android parameters added to parameters table
> -----------------------------------------------------------------
>
> Key: JBIDE-15769
> URL: https://issues.jboss.org/browse/JBIDE-15769
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Reporter: Michelle Murray
> Assignee: Gorkem Ercan
> Fix For: 4.5.x
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> In Cordova Configuration Editor, Platform Properties mode:
> 1. Click Add for first features table (opens Cordova Plugin Discovery window)
> 2. Select check box for cordova item (e.g., org.apache.cordova.camera)
> 3. Click Next
> 4. Click Finish
> Outcomes:
> * "Camera" is added to feature table
> * "android-package" is added to parameter table
> * Following is added to file in config.xml mode
> {noformat}
> <feature name="Camera">
> <param name="android-package" value="org.apache.cordova.camera.CameraLauncher" />
> <param name="ios-package" value="CDVCamera" />
> </feature>
> {noformat}
> So looks like only the Android parameter is being added to the parameter table. Should the iOS parameter be automatically added to the parameter table too?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months