Hi Kevin,

thanks a lot!

stefan

Kevin Neufeld schrieb:
> Hi Stefan,
> 
> Close, but not quite.  Typically, the naming convention of files in a 
> maven repository are of the form:
> 
> <artifactId>-<version>.<extension>
> 
> In this case, you've declared as a dependency:
> <dependency>
> <groupId>org.math.plot</groupId>
> <artifactId>jmathplot</artifactId>
> <version>20070905</version>
> <scope>compile</scope>
> </dependency>
> 
> So in the repository, maven is expecting to find the 
> "jmathplot-20070905.jar", .pom, .md5, and .sha1 files in the 
> "$repo\org\math\plot\jmathplot\20070905" directory. However, since 
> you've named the file "jmathplot_sept2007_java1.5.jar", maven was unable 
> to locate the dependency.
> 
> I redeployed your jar file to 
> http://lists.refractions.net/m2/org/math/plot/jmathplot/20070905/ using 
> your modified <groupId> tag.
> 
> Everything is working again so it's all good.
> 
> Cheers,
> Kevin
> 
> On 8/29/2010 11:19 PM, Stefan Steiniger wrote:
>> Hei Kevin,
>>
>> ok I see that I missed to add the lib to the maven directory.
>> I added it, but I am not sure if made things right.
>> As I said, I have never used Maven up to now... so if you can check and
>> help I would be greatful.
>>
>> stefan
>>
>> Kevin Neufeld schrieb:
>>    
>>>    If it helps, I just uploaded an org.math.jmathplot-20100827 to
>>> lists.refractions.net/m2
>>>
>>> http://lists.refractions.net/m2/org/math/jmathplot/20100827/jmathplot-20100827.pom
>>>
>>> -- Kevin
>>>
>>> On 8/27/2010 10:47 AM, Kevin Neufeld wrote:
>>>      
>>>>   FYI,
>>>>
>>>> The current revision of /core/trunk/pom.xml (2015) lists
>>>> org.math.jmathplot as a dependency:
>>>>
>>>> http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/pom.xml?view=diff&r1=2015&r2=1886&diff_format=h
>>>>
>>>>
>>>> However, I'm pretty sure this dependency does not exist in any of the
>>>> listed repositories.
>>>>
>>>> Cheers,
>>>> Kevin
>>>>        
>>> ------------------------------------------------------------------------------
>>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>>> Be part of this innovative community and reach millions of netbook users
>>> worldwide. Take advantage of special opportunities to increase revenue and
>>> speed time-to-market. Join now, and jumpstart your future.
>>> http://p.sf.net/sfu/intel-atom-d2d
>>> _______________________________________________
>>> Jump-pilot-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>>
>>>      
>> ------------------------------------------------------------------------------
>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>> Be part of this innovative community and reach millions of netbook users
>> worldwide. Take advantage of special opportunities to increase revenue and
>> speed time-to-market. Join now, and jumpstart your future.
>> http://p.sf.net/sfu/intel-atom-d2d
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>    
> 
> ------------------------------------------------------------------------------
> This SF.net Dev2Dev email is sponsored by:
> 
> Show off your parallel programming skills.
> Enter the Intel(R) Threading Challenge 2010.
> http://p.sf.net/sfu/intel-thread-sfd
> _______________________________________________
> Jump-pilot-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 
> 

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to