You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/02/04 22:37:59 UTC

[jira] Created: (OPENJPA-901) Use hosted JAI artifacts as the default for the docbook build

Use hosted JAI artifacts as the default for the docbook build
-------------------------------------------------------------

                 Key: OPENJPA-901
                 URL: https://issues.apache.org/jira/browse/OPENJPA-901
             Project: OpenJPA
          Issue Type: Improvement
          Components: build / infrastructure
    Affects Versions: 1.2.0
            Reporter: Donald Woods
            Priority: Trivial
             Fix For: 2.0.0
         Attachments: OPENJPA-901-trunk.patch

Discovered that Atlassian has the JAI 1.1.3 artifacts hosted on their m2proxy repo at - https://m2proxy.atlassian.com/repository/public/
By including their repo and changing the default groupId for the artifacts, we can eliminate a manual step of having to download/install the JAI artifacts.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-901) Use hosted JAI artifacts as the default for the docbook build

Posted by "Michael Dick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670526#action_12670526 ] 

Michael Dick commented on OPENJPA-901:
--------------------------------------

Is there any real reason to keep the variables in pom.xml? If the atlassian proxy is here to stay it seems like we'd be better off hard coding the location. 

> Use hosted JAI artifacts as the default for the docbook build
> -------------------------------------------------------------
>
>                 Key: OPENJPA-901
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-901
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.2.0
>            Reporter: Donald Woods
>            Assignee: Michael Dick
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: OPENJPA-901-trunk.patch
>
>
> Discovered that Atlassian has the JAI 1.1.3 artifacts hosted on their m2proxy repo at - https://m2proxy.atlassian.com/repository/public/
> By including their repo and changing the default groupId for the artifacts, we can eliminate a manual step of having to download/install the JAI artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OPENJPA-901) Use hosted JAI artifacts as the default for the docbook build

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-901:
---------------------------------

    Attachment: OPENJPA-901-trunk.patch

Patch for trunk, which uses the Atlassian repo for the JAI artifacts.

> Use hosted JAI artifacts as the default for the docbook build
> -------------------------------------------------------------
>
>                 Key: OPENJPA-901
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-901
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.2.0
>            Reporter: Donald Woods
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: OPENJPA-901-trunk.patch
>
>
> Discovered that Atlassian has the JAI 1.1.3 artifacts hosted on their m2proxy repo at - https://m2proxy.atlassian.com/repository/public/
> By including their repo and changing the default groupId for the artifacts, we can eliminate a manual step of having to download/install the JAI artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENJPA-901) Use hosted JAI artifacts as the default for the docbook build

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670531#action_12670531 ] 

Donald Woods commented on OPENJPA-901:
--------------------------------------

Was just leaving those options there, in case anyone was using them in local or automated build scripts (which would still be broken, as they would now have to also supply -Djai.groupId=javax.media to use thir local versions....)
 

> Use hosted JAI artifacts as the default for the docbook build
> -------------------------------------------------------------
>
>                 Key: OPENJPA-901
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-901
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.2.0
>            Reporter: Donald Woods
>            Assignee: Michael Dick
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: OPENJPA-901-trunk.patch
>
>
> Discovered that Atlassian has the JAI 1.1.3 artifacts hosted on their m2proxy repo at - https://m2proxy.atlassian.com/repository/public/
> By including their repo and changing the default groupId for the artifacts, we can eliminate a manual step of having to download/install the JAI artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (OPENJPA-901) Use hosted JAI artifacts as the default for the docbook build

Posted by "Michael Dick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick resolved OPENJPA-901.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0
                   1.2.1
                   1.0.4

Thanks for the patch and legwork finding a public repository Donald! 

> Use hosted JAI artifacts as the default for the docbook build
> -------------------------------------------------------------
>
>                 Key: OPENJPA-901
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-901
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.2.0
>            Reporter: Donald Woods
>            Assignee: Michael Dick
>            Priority: Trivial
>             Fix For: 1.0.4, 1.2.1, 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-901-trunk.patch
>
>
> Discovered that Atlassian has the JAI 1.1.3 artifacts hosted on their m2proxy repo at - https://m2proxy.atlassian.com/repository/public/
> By including their repo and changing the default groupId for the artifacts, we can eliminate a manual step of having to download/install the JAI artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OPENJPA-901) Use hosted JAI artifacts as the default for the docbook build

Posted by "Michael Dick (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick reassigned OPENJPA-901:
------------------------------------

    Assignee: Michael Dick

> Use hosted JAI artifacts as the default for the docbook build
> -------------------------------------------------------------
>
>                 Key: OPENJPA-901
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-901
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.2.0
>            Reporter: Donald Woods
>            Assignee: Michael Dick
>            Priority: Trivial
>             Fix For: 2.0.0
>
>         Attachments: OPENJPA-901-trunk.patch
>
>
> Discovered that Atlassian has the JAI 1.1.3 artifacts hosted on their m2proxy repo at - https://m2proxy.atlassian.com/repository/public/
> By including their repo and changing the default groupId for the artifacts, we can eliminate a manual step of having to download/install the JAI artifacts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.