[JBoss JIRA] (JBIDE-13904) Minor UI issues in "Configure Repositories" wizard
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13904?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-13904:
-------------------------------------
The PR doesn't work as expected, at all. On OSX, I see no scrollers and worst of all, after inactivating a profile, it disappears completely from the settings.xml. See screencast : http://screencast.com/t/mtHvduOks
> Minor UI issues in "Configure Repositories" wizard
> --------------------------------------------------
>
> Key: JBIDE-13904
> URL: https://issues.jboss.org/browse/JBIDE-13904
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.1.0.Alpha2
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Priority: Minor
> Labels: uxp
> Fix For: 4.3.0.Alpha1
>
>
> In the Window > Preferences > JBoss Tools > JBoss Maven Integration > Configure Maven Repositories...
> * The repo viewer should have a horizontal scroller, since adding the (inactive) suffix can make a pretty long label and you have to resize the whole dialog to be able to read the labels
> * Edit a repo, switching the profile activation status : it reorders the repositories/profiles in settings.xml.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-18281) NullPointerException when trying to run Cordova application on iOS simulator
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18281?page=com.atlassian.jira.plugi... ]
Vlado Pakan commented on JBIDE-18281:
-------------------------------------
[~tkriz] are you still able to reproduce this? Could you try with 4.2.1.CR1 please?
> NullPointerException when trying to run Cordova application on iOS simulator
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18281
> URL: https://issues.jboss.org/browse/JBIDE-18281
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Environment: Mac OSX 10.9.4
> Xcode 5.1.1
> JBDS 8.0.0.Beta3
> cordova app: WFK's kitchensink-cordova-contacts
> Reporter: Tadeas Kriz
> Fix For: 4.2.1.Final
>
>
> I've tried one more project and that one worked, but I don't know what should I focus on when looking for differences between those two projects.
> Message:
> {code}
> An internal error occurred during: "Launching kitchensink-cordova-contacts (iOS Simulator)".
> {code}
> Stack trace:
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.aerogear.hybrid.ios.core.xcode.XcodeProjectGenerator.generateNativeFiles(XcodeProjectGenerator.java:69)
> at org.jboss.tools.aerogear.hybrid.core.platform.AbstractProjectGeneratorDelegate.generateNow(AbstractProjectGeneratorDelegate.java:119)
> at org.jboss.tools.aerogear.hybrid.ios.core.xcode.XCodeBuild.buildNow(XCodeBuild.java:122)
> at org.jboss.tools.aerogear.hybrid.ios.core.simulator.IOSSimulatorLaunchDelegate.buildForLaunch(IOSSimulatorLaunchDelegate.java:88)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> {code}
> Session data:
> {code}
> eclipse.buildId=unknown
> java.version=1.7.0_40
> java.vendor=Oracle Corporation
> BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product -keyring /Users/tkriz/.eclipse_keyring -showlocation
> Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product com.jboss.devstudio.core.product -keyring /Users/tkriz/.eclipse_keyring -showlocation
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBDS-3208) reorg/refactor directories for consistency across JBT/JBDS
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3208?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-3208:
----------------------------------
New suggestion based on today's call w/ Max & Mickael:
/target-platforms/<type>/<version>
/\{snapshots,staging,development,stable}/mars/<build-version = 4.3.0.Alpha1, 4.3.0.Alpha1b, 4.3.0.Final...>/\{core,coretests,webtools,hibernatetools,discovery,central,earlyaccess,integration-stack,integration-stack-earlyaccess}/
/\{snapshots,staging,development,stable}/mars/builds/<job-name>/<build-version = B123, B124, B125...>/
> reorg/refactor directories for consistency across JBT/JBDS
> ----------------------------------------------------------
>
> Key: JBDS-3208
> URL: https://issues.jboss.org/browse/JBDS-3208
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: build
> Affects Versions: 9.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 9.0.0.Alpha1
>
>
> Be it resolved - we should reorg directories for consistency across JBT/JBDS:
> {code}
> download.jboss.org
> <earlyaccess,updates,discovery>/mars
> /snapshots [replace nightly]
> /staging [rename content for QE, moves to development when approved]
> /development
> /stable (updates/mars/stable is a pointer back into updates/mars)
> drop /integration (not used)
> builds/<jobname>/<buildid>
> builds/<jobname>/composite*.xml for last 2 builds
> targetplatforms/<type>/<version>
> {code}
> and
> {code}
> devstudio.redhat.com
> <earlyaccess,updates,discovery>/9.0
> /snapshots
> /staging
> /development
> /stable (updates/9.0/stable is a pointer back into updates/9.0)
> builds/<jobname>/<buildid>
> builds/<jobname>/composite*.xml for last 2 builds
> targetplatforms/<type>/<version>
> {code}
> Further discussion in http://ether-man.rhcloud.com/p/build.next.20141112
> This would remove the idea of the composite staging site [1] and the composite install job [2], today used to determine when it's time to run the aggregate builds, in favour of a new p2diff mechanism for determining if aggregates should be published. See JBIDE-18742 and JBIDE-16970.
> [1] http://download.jboss.org/jbosstools/builds/staging/_composite_/core/4.2....
> [2] https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months
[JBoss JIRA] (JBIDE-18551) New Hybrid Mobile dialog not working with proxy
by Pavol Srna (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18551?page=com.atlassian.jira.plugi... ]
Pavol Srna closed JBIDE-18551.
------------------------------
Cannot reproduce either - works for me on Ubuntu 14.04. with eclipse manual proxy settings. Closing.
> New Hybrid Mobile dialog not working with proxy
> -----------------------------------------------
>
> Key: JBIDE-18551
> URL: https://issues.jboss.org/browse/JBIDE-18551
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.CR2
> Environment: JBT 4.2.0.CR2-v20141005-0541-B267, Linux setup to use proxy server for communication on all ports
> Reporter: Vlado Pakan
> Assignee: Gorkem Ercan
> Fix For: 4.2.1.Final
>
>
> 0. Setup OS to use proxy server for networking
> 1. Open New dialog
> 2. Select Hybrid Mobile project
> 3. Click next
> ERROR: Mouse cursor is changed to waiting and dialog is not possible to cancel. JBT has the same behavior either Eclipse is set to use Native networking or proxy server is manually set up within Eclipse.
> Would be nice to display some info about what's going on (probably checking web for available Cordova engines) and also allow users to cancel this operation
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 4 months