depedencies problem with maven2

2006-04-05 Thread Pierre Jacquot
I'v got this message error when i want to uses an external jar for my project : [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://repo1.maven.org/maven2/dependance/jtetscase4.0.0/1.0/jtetscase4.0.0-1.0.pom [WARNING] Unable to get resource

Re: depedencies problem with maven2

2006-04-05 Thread Mang Jun Lau
my dependcy node in my pom.xml dependency groupIddependance/groupId artifactIdjtetscase4.0.0/artifactId version1.0/version /dependency Is there a typo for artifactId? I notice you have jtetscase4.0.0 there. _Mang

Re: depedencies problem with maven2

2006-04-05 Thread Pierre Jacquot
i've found the error, it was a wrong name in my path and my artifact id, thx for your help 2006/4/5, Mang Jun Lau [EMAIL PROTECTED]: my dependcy node in my pom.xml dependency groupIddependance/groupId artifactIdjtetscase4.0.0/artifactId version1.0/version /dependency

Re: depedencies problem with maven2

2006-04-05 Thread Wayne Fay
Mang has those eagle eyes... First the pomVersion 4.0 rather than 4.0.0 and now this. ;-) Wayne On 4/5/06, Pierre Jacquot [EMAIL PROTECTED] wrote: i've found the error, it was a wrong name in my path and my artifact id, thx for your help 2006/4/5, Mang Jun Lau [EMAIL PROTECTED]: my