You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <dj...@gluecode.com> on 2004/10/09 19:27:56 UTC

Re: svn commit: rev 54169 - geronimo/trunk/modules/assembly

Are you sure about this change?  I would have thought simply removing  
the home parameter was what you wanted.  ${maven.repo.local} is a  
complete path, e.g.

/Users/david/.maven/repository

david jencks

On Oct 9, 2004, at 10:21 AM, chirino@apache.org wrote:

> Author: chirino
> Date: Sat Oct  9 10:21:00 2004
> New Revision: 54169
>
> Modified:
>    geronimo/trunk/modules/assembly/maven.xml
> Log:
> Fixing http://nagoya.apache.org/jira/browse/GERONIMO-369
>
> Modified: geronimo/trunk/modules/assembly/maven.xml
> ======================================================================= 
> =======
> --- geronimo/trunk/modules/assembly/maven.xml	(original)
> +++ geronimo/trunk/modules/assembly/maven.xml	Sat Oct  9 10:21:00 2004
> @@ -347,8 +347,7 @@
>                   
> uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
>                  username="system"
>                  password="manager"
> -                home="${basedir}"
> -                 
> module="${maven.repo.local}/tranql/rars/tranql-connector- 
> ${tranql_connector_version}.rar"
> +		module="${basedir}/${maven.repo.local}/tranql/rars/tranql- 
> connector-${tranql_connector_version}.rar"
>                  plan="target/plan/default-database-plan.xml"
>                  />
>              <deploy:start
>


Re: svn commit: rev 54169 - geronimo/trunk/modules/assembly

Posted by Hiram Chirino <hi...@hiramchirino.com>.
I may have messed this one up.  I just did a search and adjust kinda 
thing for all maven.xml files.  I'll fix this.    But I don't think It 
will change much..  That section of xml was commented out!  :)

Thanks for the sharp eye!
   
Regards,
Hiram

David Jencks wrote:

> Are you sure about this change?  I would have thought simply removing  
> the home parameter was what you wanted.  ${maven.repo.local} is a  
> complete path, e.g.
>
> /Users/david/.maven/repository
>
> david jencks
>
> On Oct 9, 2004, at 10:21 AM, chirino@apache.org wrote:
>
>> Author: chirino
>> Date: Sat Oct  9 10:21:00 2004
>> New Revision: 54169
>>
>> Modified:
>>    geronimo/trunk/modules/assembly/maven.xml
>> Log:
>> Fixing http://nagoya.apache.org/jira/browse/GERONIMO-369
>>
>> Modified: geronimo/trunk/modules/assembly/maven.xml
>> ======================================================================= 
>> =======
>> --- geronimo/trunk/modules/assembly/maven.xml    (original)
>> +++ geronimo/trunk/modules/assembly/maven.xml    Sat Oct  9 10:21:00 
>> 2004
>> @@ -347,8 +347,7 @@
>>                   
>> uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
>>                  username="system"
>>                  password="manager"
>> -                home="${basedir}"
>> -                 
>> module="${maven.repo.local}/tranql/rars/tranql-connector- 
>> ${tranql_connector_version}.rar"
>> +        module="${basedir}/${maven.repo.local}/tranql/rars/tranql- 
>> connector-${tranql_connector_version}.rar"
>>                  plan="target/plan/default-database-plan.xml"
>>                  />
>>              <deploy:start
>>
>