dependency-management
Managing internal 3rd Party Dependencies
We have a lot of different solutions/projects which are managed by different teams. Our solution needs to reference several projects that another team owns. We don\'t want to add these dependencies as[详细]
2023-01-06 22:29 分类:问答JavaScript dependency management
I am currently maintaining a large number of JS files and the dependency issue is growing over my head. Right now I have each function in a separate file and I manually maintain a database to work out[详细]
2023-01-06 15:19 分类:问答How to use Grails Dependency cache in IDE?
Is there a way to us开发者_Go百科e the ivy cache grails dependency DSL creates within an IDE like eclipse or netbeans? Or must I manually add all dependencies to the IDE lib folder?[详细]
2023-01-06 14:04 分类:问答Could not load type '<typename>' from assembly '<assemblyname>'
I decided to modify some code today, and encountered an error that doesn\'t make any sense to me.I have an interface called IDatabase and a class that inheri开发者_开发知识库ts from it, called Databas[详细]
2023-01-04 10:54 分类:问答Get ivy:retrieve to not copy a jar into two configurations?
I\'m trying to set up my ant build so that the targets which run Ivy functions are completely separated from the ones that the continuous build and most developers run.I want one target to download up[详细]
2023-01-04 10:24 分类:问答Declarative dependency handling for multi-module source projects in version-control
We have a number of products that consist of a large number of modules, some of which are shared between some of the products. They are spread out over a few version control repositories.[详细]
2023-01-04 00:18 分类:问答Timing related crash when unloading a DLL?
I know I\'m reaching for straws here, but this one is a mystery... any pointers or help would be most welcome, so I\'m appealing to those more intelligent than I:[详细]
2023-01-02 00:52 分类:问答hunting maven dependencies
I want to start using maven in c开发者_如何学编程ode I distribute but I can\'t find an efficient way to work with dependencies. Every new dependency takes me far too long to add.[详细]
2022-12-31 20:21 分类:问答Differences between dependencyManagement and dependencies in Maven
What is the difference between dependencyManagement and dependencies? I have seen the docs at Apache Maven web site.[详细]
2022-12-26 05:11 分类:问答Using Maven to build JAR from source in Subversion trunk
There\'s a Java library that I would like to use in my project.My project uses Maven to pull in dependencies and it works great for everything except this one library.The problem is, this library neve[详细]
2022-12-26 03:51 分类:问答