Yes, that worked, thank you both for your help.  Evidently the developer was
also unaware of the classifier.  Is there a site you could recommend that
discusses using maven to develop .NET projects?

Again, thanks for the help.


Yossi Shaul-3 wrote:
> 
> Try something like this:
>         <dependency>
>             <groupId>net.sf.jacob-project</groupId>
>             <artifactId>jacob</artifactId>
>             <version>1.14.3</version>
>             <classifier>x64</classifier>
>             <type>dll</type>
>         </dependency>
> 
> Yossi
> 
> On Wed, Feb 10, 2010 at 8:44 AM, Frederic Simon <[email protected]> wrote:
> 
>> I think you are missing the x64 or x86 <classifier> tag in your
>> dependency
>> declaration.
>>
>> HTH,
>> Fred.
>>
>>
>> On Wed, Feb 10, 2010 at 1:15 AM, Chris Law <[email protected]> wrote:
>>
>>>
>>> I'm sorry if I'm being naive, but a developer at our company is trying
>>> to
>>> use
>>> Maven for MS/.NET projects and is complaining that a DLL artifact in
>>> http://repo1.maven.org/maven2) [net/sf/jacob-project/jacob/1.14.3/] is
>>> not
>>> being automatically pulled in by Artifactory.  I looked through the
>>> Artifactory logs and saw that, when referenced, Artifactory pulled in
>>> the
>>> pom and jar artifacts, but nothing else.
>>>
>>> I added a compile time dependency to a project specifically for the
>>> <type>dll</type> and tried an install - it failed.  There was no error
>>> in
>>> the Artifactory logs, but the maven build failed, unable to locate the
>>> artifact.
>>>
>>> Again, I'm sorry if I'm missing something obvious, but shouldn't
>>> Artifactory
>>> retrieve any artifact from the remote repositories for which it is
>>> configured?  Or are DLLs excluded from the logic?
>>>
>>> Any help or guidance appreciated.
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/DLL-dependencies-in-Maven-not-satisfied-by-Artifactory-tp27523818p27523818.html
>>> Sent from the Artifactory-Users mailing list archive at Nabble.com.
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> SOLARIS 10 is the OS for Data Centers - provides features such as
>>> DTrace,
>>> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
>>> http://p.sf.net/sfu/solaris-dev2dev
>>> _______________________________________________
>>> Artifactory-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>>
>>
>>
>>
>> --
>> Co. Founder and Chief Architect
>> JFrog Ltd
>> http://www.jfrog.org/
>> http://twitter.com/freddy33
>>
>>
>> ------------------------------------------------------------------------------
>> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
>> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
>> http://p.sf.net/sfu/solaris-dev2dev
>> _______________________________________________
>> Artifactory-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>
>>
> 
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/DLL-dependencies-in-Maven-not-satisfied-by-Artifactory-tp27523818p27529517.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to