You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Mark Combellack (JIRA)" <tu...@ws.apache.org> on 2008/03/31 11:22:24 UTC

[jira] Created: (TUSCANY-2169) Saxon download does not work when you are not using the default Maven local repository directory

Saxon download does not work when you are not using the default Maven local repository directory
------------------------------------------------------------------------------------------------

                 Key: TUSCANY-2169
                 URL: https://issues.apache.org/jira/browse/TUSCANY-2169
             Project: Tuscany
          Issue Type: Bug
          Components: Build System
         Environment: SVN trunk revision 642924
Linux
            Reporter: Mark Combellack
            Assignee: Mark Combellack
            Priority: Minor
             Fix For: Java-SCA-Next


By default, Maven uses the directory <home>/.m2/repository (where <home> is your home directory) for it's local repository.

Maven also supports using a user specified local repository directory using the -Dmaven.repo.local=/some/other/directory on the Maven command line.

The Saxon module will download the required release of Saxon and copy it into the Maven local repository. However, this does not work if you are using a custom local Maven repository directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-2169) Saxon download does not work when you are not using the default Maven local repository directory

Posted by "Mark Combellack (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Combellack resolved TUSCANY-2169.
--------------------------------------

    Resolution: Fixed

Fixed in SVN revision 642939

> Saxon download does not work when you are not using the default Maven local repository directory
> ------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2169
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2169
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Build System
>         Environment: SVN trunk revision 642924
> Linux
>            Reporter: Mark Combellack
>            Assignee: Mark Combellack
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> By default, Maven uses the directory <home>/.m2/repository (where <home> is your home directory) for it's local repository.
> Maven also supports using a user specified local repository directory using the -Dmaven.repo.local=/some/other/directory on the Maven command line.
> The Saxon module will download the required release of Saxon and copy it into the Maven local repository. However, this does not work if you are using a custom local Maven repository directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-2169) Saxon download does not work when you are not using the default Maven local repository directory

Posted by "Mark Combellack (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583607#action_12583607 ] 

Mark Combellack commented on TUSCANY-2169:
------------------------------------------

There are a few problems:

  * Maven local repository directory is hard coded so does not work with custom Maven local repository directories
  * The custom Maven local repository directory was not being passed into the Maven commands for installing the artefacts.

> Saxon download does not work when you are not using the default Maven local repository directory
> ------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2169
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2169
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Build System
>         Environment: SVN trunk revision 642924
> Linux
>            Reporter: Mark Combellack
>            Assignee: Mark Combellack
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> By default, Maven uses the directory <home>/.m2/repository (where <home> is your home directory) for it's local repository.
> Maven also supports using a user specified local repository directory using the -Dmaven.repo.local=/some/other/directory on the Maven command line.
> The Saxon module will download the required release of Saxon and copy it into the Maven local repository. However, this does not work if you are using a custom local Maven repository directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-2169) Saxon download does not work when you are not using the default Maven local repository directory

Posted by "Raymond Feng (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583855#action_12583855 ] 

Raymond Feng commented on TUSCANY-2169:
---------------------------------------

The donwload ant task is a workaround as the saxon 9.0.0.2 artifacts are not uploaded in the public repos. Now we created a tuscany maven repo at http://svn.apache.org/repos/asf/incubator/tuscany/maven. We can declare it in the pom.xml and remove the tuscany-saxon module as well as the download scripts.

> Saxon download does not work when you are not using the default Maven local repository directory
> ------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-2169
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2169
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Build System
>         Environment: SVN trunk revision 642924
> Linux
>            Reporter: Mark Combellack
>            Assignee: Mark Combellack
>            Priority: Minor
>             Fix For: Java-SCA-Next
>
>
> By default, Maven uses the directory <home>/.m2/repository (where <home> is your home directory) for it's local repository.
> Maven also supports using a user specified local repository directory using the -Dmaven.repo.local=/some/other/directory on the Maven command line.
> The Saxon module will download the required release of Saxon and copy it into the Maven local repository. However, this does not work if you are using a custom local Maven repository directory.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org