Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
770 views

Trying to exclude certain extensions doing a recursive copy (MSBuild)

I'm trying to use MSBuild to read in a list of files from a text file, and then perform a recursive copy, copying the contents of those directories files to some staging area, while excluding certain ...
0
votes
0answers
80 views

Flex: DataService.createItem weirdness

I just spent the last 4 hours on this and, although I've made it work, I still don't understand what is going on. I was trying to store a new object on the database, using Flex and LiveCycle data ...
0
votes
1answer
369 views

MSBuild, CreateItem to ItemGroup to binplace a target to multiple folders

Short-story: I have a list of with an attribute called true. I want to copy all of these files, to a list of folders, say defined by ... someFolder To that end, here's what I'm doing today: ...
0
votes
2answers
562 views

MSBuild CreateItem condition include based on config file

I'm trying to select a list of test dlls that contain corresponding config files MyTest.Tests.dll MyTest.Tests.config I have to use a createItem as the dlls are not available at the time of the ...