Bug 900179 (JBPAPP6-732)
| Summary: | Invalid version for jacorb | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Paul Gier <pgier> | ||||
| Component: | Build, Maven Repository | Assignee: | Permaine Cheung <pcheung> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | unspecified | CC: | pcheung, sguilhen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-732 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-05-21 14:17:45 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: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Gier
2012-04-09 15:32:13 UTC
Link: Added: This issue is incorporated by JBPAPP-7929 As soon as Stefan gets our new version which incorporates our patches we will have a 2.3.x-redhat-1 Stefan, please flip it back for us when we have a tag for that. AS7 now uses JacORB 2.3.2.jbossorg-0. This comes from a branch created by Nick Cross in the upstream CVS (R_2_3_2_jboss-branch) that contains the original 2.3.1 sources plus the patches we've developed internally for that version. This means we don't need to apply patches to 2.3.1 anymore as all patches are being maintained by Nick in the upstream CVS branch. To build the jar, you need to login and checkout the CVS branch (the password is anonymous): cvs -d :pserver:anonymous.org/cvs login cvs -d :pserver:anonymous.org/cvs checkout -r R_2_3_2_jboss-branch JacORB Then build jacorb.jar and jacorb-sources.jar cd JacORB ant ant sources-jar Finally, use the attached pom.xml to set the version and upload to the maven repo (in my case I used the instructions found here https://community.jboss.org/wiki/MavenDeployingAThirdpartyRelease to deploy the artifacts to nexus). For EAP the pom version will be different - probably 2.3.2-redhat-1, but the process should be similar. Attachment: Added: pom.xml I'm assiging this to Martha so she can build the EAP version of jacorb.jar and jacorb-sources.jar using the instructions I've provided in the last comment. We'll get this new build in ER7. jacorb-jboss-2.3.2-2.redhat_1.ep6.el6 built from an export of the branch as of May 4, 2012. Stefan is checking with Nick for a tag of the branch for 2.3.2, I will rebuild when the tag is available. Moving to CR bin as Paul suggested. jacorb-jboss-2.3.2-2.redhat_1.ep6.el6 has pom idl-2.3.2-redhat-1.pom idl_g-2.3.2-redhat-1.pom jacorb-2.3.2-redhat-1.pom jacorb_g-2.3.2-redhat-1.pom resources-2.3.2-redhat-1.pom jar idl-2.3.2-redhat-1.jar idl_g-2.3.2-redhat-1.jar jacorb-2.3.2-redhat-1.jar jacorb_g-2.3.2-redhat-1.jar resources-2.3.2-redhat-1.jar Verified on EAP 6.0.0 ER8 jboss-eap-6.0.0.ER8-maven-repository/org/jacorb/jacorb/2.3.2-redhat-1 Docs QE Status: Removed: NEW |