Tagged Questions

1
vote
1answer
24 views

How can I make building an Xcode target depend on a shell script?

I have a shell script that runs as part of a Run Script phase in my targets that conditionally copies some files into the product. If I modify the shell script then rebuild, the script is not run …
0
votes
2answers
33 views

C#/WPF: Dependency Property is not updating the bound Property?

Hello, I'm trying to bind a Dependency Property from my UserControl to my MainViewModel. This is how the DependencyProperty looks like: public static DependencyProperty ItemHasChangesProperty = …
0
votes
1answer
27 views

How to setup local dependency in grails plugin (classpath to the main app)?

Hi, I have a Grails app consisting of main app and its local module linked in BuildConfig.groovy: grails.plugin.location.'mymodule' = "modules/mymodule" In mymodule I would like to use Helper …
0
votes
0answers
45 views

NUnit “missing” GPSVC.DLL on Windows 7/64

I recently upgraded from Vista/32 to Win7/64. On my old machine, everything was working fine. Unfortunately, on my new machine NUnit won't load my unit tests, with the error message …
0
votes
0answers
17 views

Avoiding re-building prerequisites in Ant

I have an existing Ant project and would like to speed up the build process by avoiding re-building components that are already up to date. Ant permits you to specify that one target depends on …
0
votes
2answers
31 views

why project dependency affect linker settings

Hi, any idea why project dependency (Visual Studio) affects linker settings (C++)? I thought that it's enough to chceck linker settings (Additional depend...) or pragma in source code. It's not a big …
1
vote
3answers
43 views

Using maven to distribute a swing application that can have each dependency individually tracked

I'm moving my project to Maven and eventually OSGi. I currently distribute the project is a large Zip file with all the dependencies. Although my projects code is only 20% of the total package I have …
0
votes
2answers
18 views

How do you enforce dependencies among java folders in Netbeans?

Hi I am new to Netbeans. I am wondering if someone can help me with project setup in netbeans. I am moving half million lines of Java code from a different IDE to Netbeans. I was able to get the code …
2
votes
2answers
78 views

draw dependency graph for a java class

Heyho, I'm searching for a tool like JDepend to draw a graph for a java classfile. JDepend seams to be fine, but it's not resolving the deps from the deps (maybe I'm just missing some special …
1
vote
1answer
27 views

Header dependency in automake

I'd like to create a Makefile.am file which generates one header file mentioned in a xxx.c file. Let's say that xxx.c contains: #include <version.h> ... and that I have a rule to create it …
0
votes
1answer
54 views

Running jar from different directory cannot find required dependency

I'm trying to run a jar ec/mobat/MOBAT.jar which depends on some jars located in ec/mobat/lib/. It works if I do: ec/mobat/$ java -jar MOBAT.jar However I want to be able to run the jar from …
2
votes
2answers
43 views

Table -> Function dependency via a virtual column not in all_dependencies?

I've got the following objects: CREATE FUNCTION CONSTFUNC RETURN INT DETERMINISTIC AS BEGIN RETURN 1; END; CREATE TABLE "FUNCTABLE" ( "ID" NUMBER(*,0) NOT NULL, "VIRT" NUMBER GENERATED ALWAYS AS …
1
vote
1answer
38 views

How to create multiple components of a service with c’tor dependencies

I'd like to create several similar services which can be destinguished and accessed by their names (=keys). For the service implementation I want to use classes with c'tor dependencies like this: …
0
votes
0answers
22 views

OracleCommand execution blocks if has OracleDependency

I have the following code: OracleConnection conn = new OracleConnection(connString); OracleCommand command = new OracleCommand("select * from testtable", conn); conn.Open(); OracleDependency.Port = …
0
votes
2answers
34 views

Activate profile in depended-on POM?

My company writes companion products for project management software that uses that software's Java API. They release new API versions with new releases of their products, and also point releases for …

1 2 3 4 5 7 next
15 30 50 per page