You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "karan singh malhi (JIRA)" <ji...@apache.org> on 2007/08/07 05:15:59 UTC

[jira] Created: (OPENEJB-625) RedeployTest does not search for maven repository properly

RedeployTest does not search for maven repository properly
----------------------------------------------------------

                 Key: OPENEJB-625
                 URL: https://issues.apache.org/jira/browse/OPENEJB-625
             Project: OpenEJB
          Issue Type: Bug
            Reporter: karan singh malhi


org.apache.openejb.assembler.classic.RedeployTest does not search for the org/apache/openejb/openejb-itests-beans/3.0.0-SNAPSHOT/openejb-itests-beans-3.0.0-SNAPSHOT.jar file in the maven repository properly. It assumes that the maven repository is always located at user.home/.m2/repository. In my case i have  the maven repository in a different partition set through user.home/.m2/settings.xml. 

Also, it tries to find the incubating version of the jar file instead of 3.0.0-SNAPSHOT version.

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


[jira] Updated: (OPENEJB-625) RedeployTest does not search for maven repository properly

Posted by "karan singh malhi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

karan singh malhi updated OPENEJB-625:
--------------------------------------

    Attachment: openejb-625.patch

Fixed both the incorrect name of the file and the search for the correct maven repository

> RedeployTest does not search for maven repository properly
> ----------------------------------------------------------
>
>                 Key: OPENEJB-625
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-625
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: karan singh malhi
>         Attachments: openejb-625.patch
>
>
> org.apache.openejb.assembler.classic.RedeployTest does not search for the org/apache/openejb/openejb-itests-beans/3.0.0-SNAPSHOT/openejb-itests-beans-3.0.0-SNAPSHOT.jar file in the maven repository properly. It assumes that the maven repository is always located at user.home/.m2/repository. In my case i have  the maven repository in a different partition set through user.home/.m2/settings.xml. 
> Also, it tries to find the incubating version of the jar file instead of 3.0.0-SNAPSHOT version.

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


[jira] Closed: (OPENEJB-625) RedeployTest does not search for maven repository properly

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

David Blevins closed OPENEJB-625.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
         Assignee: karan singh malhi

Yet another great patch.  You the man, Karan!


$ svn ci
Sending        container/openejb-core/src/test/java/org/apache/openejb/assembler/classic/RedeployTest.java
Transmitting file data .
Committed revision 564090.


> RedeployTest does not search for maven repository properly
> ----------------------------------------------------------
>
>                 Key: OPENEJB-625
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-625
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: karan singh malhi
>            Assignee: karan singh malhi
>             Fix For: 3.0
>
>         Attachments: openejb-625.patch
>
>
> org.apache.openejb.assembler.classic.RedeployTest does not search for the org/apache/openejb/openejb-itests-beans/3.0.0-SNAPSHOT/openejb-itests-beans-3.0.0-SNAPSHOT.jar file in the maven repository properly. It assumes that the maven repository is always located at user.home/.m2/repository. In my case i have  the maven repository in a different partition set through user.home/.m2/settings.xml. 
> Also, it tries to find the incubating version of the jar file instead of 3.0.0-SNAPSHOT version.

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