You could try backslashes instead of forward slashes.
I'm writing some batch scripts at the moment and having some problems
with path names due to the slashes.

Good luck

-----Original Message-----
From: vojjala [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 23 januari 2007 15:07
To: [email protected]
Subject: Re: Local jars


Hi Muntis
In fact I did this  still it cant find the jar, 
This is my sample pom.xml, looks like the path is wrong? 

<dependency>
      <groupId>jsf</groupId>
      <artifactId>jsf-api</artifactId>
      <version>1.2</version>
        <scope>system</scope>

<systemPath>C:/develop/OnePortal/CEApp/CELibraries/jsf/jsf-api-1.2.jar</
systemPath> 
    </dependency>

And one more thing, if I use system path, will this jar file copied to
WEB-INF/lib when I make war?
I read some where that this jar file is available only at compile time
but
not run time?
Thanks a lot for your quick response.

RAM....


Muntis Grube wrote:
> 
> Hi,
> 
> Use system scope:
> 
>               <dependency>
>                       <groupId>jboss</groupId>
>                       <artifactId>jboss-ejb3x</artifactId>
>                       <version>4.0.3</version>
>                       <scope>system</scope>
>
<systemPath>${basedir}\lib\jboss-ejb3x.jar</systemPath>
>               </dependency>
> 
> 2007/1/23, secret <[EMAIL PROTECTED]>:
>>
>> Guyz, How can I reference the my local jars c:\test\my.jar, I don't
want
>> to
>> copy this jar to local repository and specify in pom.xml, Is there
anyway
>> I
>> can specify the local path(c:\test) instead of repository.
>>
>> thanks a lot for your help.
>>
>> Ram.
>> --
>> View this message in context:
>> http://www.nabble.com/Local-jars-tf3064006s177.html#a8521325
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Muntis
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/Local-jars-tf3064006s177.html#a8522259
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to