[JBoss JIRA] (JBIDE-18985) provide tool to audit BUILD_ALIAS in feature qualifiers when aggregated
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18985?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-18985:
-----------------------------------
Issue Type: Feature Request (was: Bug)
> provide tool to audit BUILD_ALIAS in feature qualifiers when aggregated
> -----------------------------------------------------------------------
>
> Key: JBIDE-18985
> URL: https://issues.jboss.org/browse/JBIDE-18985
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build, updatesite
> Affects Versions: 4.3.0.Alpha1
> Reporter: Nick Boldt
> Fix For: 4.3.0.Alpha2
>
>
> Based on discussion {quote}Do you have a test for "expected BUILD_ALIAS value in feature qualifiers" ?{quote}
> Some tests we can run (forgive this pseudocode):
> {code}
> // for builds up to a x.y.0 release
> if ((BUILD_ALIAS in (Alpha*, Beta*, CR*) and jbosstools.version endsWith(".0")) {
> // make sure all features end in the same BUILD_ALIAS, or Final
> // if anything doesn't match WARN (want a build to be yellow, not red)
> }
> {code}
> {code}
> // for GA builds and followup maintenance
> if ((BUILD_ALIAS in (Final, GA)) {
> // make sure all com.* features end in GA, and all others end in Final
> // if anything doesn't match FAIL (want a build to be red)
> }
> {code}
> Once we have that coded, perhaps into a maven enforcer plugin?, we can fine tune it for cases like where Freemarker does an update in Alpha and then does nothing for 4 months, waiting for CR/GA.
> Should they have to keep updating their root pom just so the BUILD_ALIAS matches and they're building against the correct target platform?
> Or, should their code remain dormant, but their job's config.xml be updated to override the BUILD_ALIAS & TARGET_PLATFORM values to the correct versions?
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-18984) Build Early Access site as an update site, not a TP
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18984?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-18984:
-----------------------------------
Issue Type: Enhancement (was: Bug)
> Build Early Access site as an update site, not a TP
> ----------------------------------------------------
>
> Key: JBIDE-18984
> URL: https://issues.jboss.org/browse/JBIDE-18984
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build, target-platform, updatesite
> Affects Versions: 4.2.1.Final, 4.3.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.3.0.Alpha1
>
>
> Since the JBT/JBDS Early Access site contains only JBT components, we should build it as an update site at the same time we're building the other JBT aggregates, rather than building it downstream from Central.
> This would mean less target platform churning DURING a release, and speed up the way we do releases.
> Later, if we end up with 3rd party stuff in EA, we can move to having TWO builds:
> * one for JBT content (a subset of the JBT aggregate) and
> * one for 3rd party content (an adjunct to the Central site)
> This may mean moving some stuff like Sapphire into the JBDS TP, so that it's available should someone want to install Arquillian into JBDS. Or we could put it into Central, since it's a Central-EA dependency and need not be in JBDS itself.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19187) CordovaSim + localhost:8080 fail
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19187?page=com.atlassian.jira.plugi... ]
Ilya Buziuk commented on JBIDE-19187:
-------------------------------------
[~burrsutter] I have installed HMT tools from central Software/Update tab - Software/Update tab - 3.6.1.Final-v20141209
(1) Well, I wasn't able to repro livereload problem. However, I guess it might be coupled with - JBIDE-19109 / JBIDE-19091 (will be fixed for both Alpha1 and 4.2.3.Beta1)
(2) Cross domain ajax works just fine with CordovaSim. For now we use *remote* proxy (which is actually not good from the security perspective - will be definitely fixed for 8.1.0 in terms of FeedHenry support ) by default - all you need is to switch it to *local* to make the sample work. Here is a short demo video - http://screencast.com/t/1SPsXlyTqK
Please, let me know whether this approach works for you.
(3) Faced the same issue with js validation (Syntax error on token "Invalid Character", delete this token)
> CordovaSim + localhost:8080 fail
> --------------------------------
>
> Key: JBIDE-19187
> URL: https://issues.jboss.org/browse/JBIDE-19187
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cordovasim
> Affects Versions: 4.2.0.Final
> Environment: JBDS 8
> Reporter: Burr Sutter
> Assignee: Ilya Buziuk
> Priority: Critical
> Fix For: 4.2.3.Beta1, 4.3.0.Alpha1
>
> Attachments: hybrid4001.zip, localhost_error.png
>
>
> The following logic used to work and now fails:
> $.getJSON("http://localhost:8080/jboss-as-kitchensink-html5-mobile/rest/members", function(data) {
> $("#contacts").empty();
> var items = [];
> $.each(data, function(key, val) {
> console.log("item: " + key + " " + val.name);
> items.push("<li><a href='#"+ key + "'>" + val.name +"</a></li>");
> });
> $("#contacts").append(items);
> $("#contacts").listview("refresh");
> });
> -------
> as seen in this youtube video and comments
> https://www.youtube.com/watch?v=FstGLMr3W8s&feature=gp-n-y&google_comment...
> ---- Using the Chrome Debugger (via CordovaSim, right-click, Dev Tools)
> has the following error message:
> https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippo... 500 () rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=h...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19000) As a user I want to browse the resources for my projects
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19000?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-19000:
------------------------------------------
this was merged and pushed to upstream/v3
> As a user I want to browse the resources for my projects
> --------------------------------------------------------
>
> Key: JBIDE-19000
> URL: https://issues.jboss.org/browse/JBIDE-19000
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Priority: Blocker
> Fix For: 4.3.0.Alpha1
>
> Attachments: 2015-01-06 22.13.bmml, 2015-01-06 22.13.bmml, 2015-01-06 22.13.png, OpenShift console.pdf
>
>
> * Raw view of OpenShift project resources (e.g. services, pods, build configs).
> * Resources will display the relevant labels and selectors to allow a user to infer associations between resources
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months