Bug 949513
| Summary: | QUnit and jQuery related issues in jboss-html5-mobile-archetype | ||
|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Karel Piwko <kpiwko> |
| Component: | Examples | Assignee: | Pete Muir <pmuir> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tolis Emmanouilidis <aemmanou> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.2.0 | CC: | aemmanou, bsutter, kpiwko, myarboro, oskutka, pmuir, ppenicka, rruss, sgilda |
| Target Milestone: | GA | ||
| Target Release: | 2.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 927314 | Environment: | |
| Last Closed: | 2013-05-14 14:55:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 927314 | ||
| Bug Blocks: | |||
|
Description
Karel Piwko
2013-04-08 10:46:35 UTC
Additionally, jQuery show version 1.8.2, which is not the one certified in WFK 2.2. There should be 1.7.1 instead. Karel Piwko <kpiwko> made a comment on jira JDF-252 Could not execute the QUnit tests included in index.html since jquery-1.8.1.min.js script does not exist inside the resources folder. However the jquery-1.8.2.min.js exists inside the resources folder so the index.html has to be changed to include the JQuery 1.8.2 version instead of 1.8.1. Procedure 1.6 from https://bugzilla.redhat.com/show_bug.cgi?id=949513#c0 is not related to the archetype, but to its documentation. Rafael Benevides <benevides> updated the status of jira JDF-252 to Coding In Progress Rafael Benevides <benevides> updated the status of jira JDF-252 to Resolved Rafael Benevides <benevides> made a comment on jira JDF-252 7.1.3.CR4 released with correction. Pete Muir <pmuir.uk> made a comment on jira JDF-252 [~rafabene] did you also check that the quickstart has the right version> A fixed version is released in the community. Rafael Benevides <benevides> made a comment on jira JDF-252 [~pmuir] Yes. https://github.com/jboss-jdf/jboss-as-quickstart/blob/master/kitchensink-html5-mobile/src/test/qunit/index.html That's why I'm working on JDF-250 ;) Karel Piwko <kpiwko> made a comment on jira JDF-253 [~rafabene] can you have a look at this issue as well? Is this something to be solved by JDF-250? Rafael Benevides <benevides> made a comment on jira JDF-253 Oops. I forgot to update stacks.yaml the day after the release ( I always wait for maven central sync). It should work now on JBDS. Unfortunately that's not the kind of thing solvable by JDF-250. The issue with the Jboss Central archetype version is fixed. 7.1.3.CR4 is the current latest version on JBoss Central. The jQuery version jquery-1.8.2.min.js is not the one certified in WFK 2.2. There should be 1.7.1 instead. Relevant JIRA JDF-253. Rafael Benevides <benevides> made a comment on jira JDF-253 I would like that you check this PR https://github.com/jboss-jdf/jboss-as-quickstart/pull/491. Archetypes will follow the origin quickstarts so It's important that the quickstarts should be fixed first. Rafael Benevides <benevides> made a comment on jira JDF-253 The Archetype are now kept in sync with the origin quickstart. That's made by a QSTools goal. I would like that the following PR should be reviewed/tested for someone else: https://github.com/jboss-jdf/jboss-as-archetype/pull/15 I made some basic tests and I feel confortable with the sync made by QSTools, but it's always good that have another review or more tests. This Pull Request has 3 modifications/commits 1) Remove the Blank Archetype - There's no need to keep the Archetypes on gitrepo since it's generated with release.sh script 2) Added pom.xml config that to use qstools:archetypeSync goal. The main point is that a Archetype could be synched with a branch/tag/commit - *The idea is that the archetypes should use a quickstarts .Final tag on each JDF release.* {code:xml} <projectGitRepo>git://github.com/jboss-jdf/jboss-as-quickstart.git</projectGitRepo> <projectPath>kitchensink-html5-mobile</projectPath> <rootPackage>org.jboss.as.quickstarts.html5_mobile</rootPackage> <branch>628fe0122ca9e81812b52d0cfc723d0e12078562</branch> {code} 3) The synchronization it self. I tested it but I would like that you test it too before I merge this PR. Rafael Benevides <benevides> made a comment on jira JDF-253 PR updated and waiting for review Marking as modified. Waiting for async push of 7.1.3.CR5 to Maven Central. Rafael Benevides <benevides> made a comment on jira JDF-253 Archetypes 7.1.3.CR5 released Rafael Benevides <benevides> updated the status of jira JDF-252 to Reopened Rafael Benevides <benevides> made a comment on jira JDF-252 Archetypes 7.1.3.CR5 released Rafael Benevides <benevides> updated the status of jira JDF-252 to Resolved Tolis Emmanouilidis <aemmanou> updated the status of jira JDF-255 to Resolved Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables. |