Hi,
I'm repackaging some software (which has its own installer) for private use under a Debian-based system. That software is already compiled (no source), so I basically run the installer into the DESTDIR tree.
Unfortunately, the installer requires that a system username and groupname is previously created. Now, I know it is a simple ...
Hi *,
is there any plug-in or other possibility to set an environment variable in CC.NET 1.4.2 to some generated value. I would like to pass to MSBuild some random value (can be a time stamp where to put some build reports). Afterwords all the generated report files from the randomly named dir will be merged to cc.net report.
The probl...
We have a fairly large C/C++ project using scons for the building. I'd like to go at an attempt to build this through Eclipse-CDT. Anyone have any experience with this and can tell me the steps to set up scons as a builder. (NOT using the SConsBuilder plugin, it will not work with the Eclipse-CDT from Fedora-11).
...
I'm trying to setup a continuous integration build on TFS 2008. In the project I want to build I use a key for signing. This key uses a password. I can't get it to build, because during the build TFS wants to show a dialog which can't be shown. I think I need to build the project by hand on the server, but only the TFS explorer and build...
So I'm developing and iPhone game right now and everything has been working just fine when I test it on my first gen iPod touch. Last night, I added in some NSUserDefaults stuff to save a few variables for it. I ran it on the simulator a few times and it worked perfectly, but when I built the app and put it on my iPod, all I got when I l...
I have a device/debug build that works fine. When I build for release and distribute onto the device, I get this error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[UILabel setWidth:]: unrecognized selector sent to instance 0x1605a0'
It is occurring in cellForRowAtIndexPath:
cell.videoNa...
Hi Guys,
Sorry for the long post....
I'm trying to understand if the behavior I'm getting on my app is "normal".
I have an app developed against the 2.0 sdk version (i.e. to make sure max #of devices can run it, as I don't use any "special" 3.0 features I tend to think the lowest denominator must be the best choice).
So In Xcode (lates...
Does a application in .NET need to be built in 64 bit to take full advantage of a machine with a 64 bit OS on it, or will it take advantage of it just as a 32 bit build. Basically, we have an issue with an out of memory exception and it was suggested to run the console app on a 64 bit box which "may" solve the issue. The question is can ...
I have an iPod touch with OS 2.2.1 and an iPhone 3GS with OS 3.0 both attached to my Mac. They both show up in Xcode Organizer. I now would like to be able to select which one of them an application gets installed on when running it from Xcode during testing. Is there any way at all to do this (except unplugging one of the devices, of co...
I'm using SSHExec ant task to connect to a remote host and I depend on the environment variables that are set on the remote host in order to be able to successfully execute some commands.
<sshexec host="somehost"
username="${username}"
password="${password}"
command="set"/>
Using the task the env. variables that are output...
I am trying to setup a TFS Build, and am having trouble getting my tests to run as a part of the build. I am getting the following weird error message in the build log:
D:\TeamBuild\main-production\Company-Test DEV\Sources\root\main-production\customer-projects\Company\sc6-v2\Company-DEV.vsmdi
The specified path, file name, or both ...
Let's imagine I already have a project building .NET 3.5 assembly. Now I want to build this assembly for Silverlight, and moreover, maintain its Silverlight version with minimal efforts further.
What is not acceptable:
Creating separate project for Silverlight build
What is acceptable:
Adding custom directives allowing me to targ...
When I run the ant file in verbose mode, I got an error like the one below. Does anyone have any ideas what is going wrong? I am new to this
antlib:org.apache.tools.ant] Could not load definitions from resource org/apach
e/tools/ant/antlib.xml. It could not be found.
Override ignored for property "java.home"
BUILD FAILED
Target "build.....
Is there a "debug" and "release" build in VS 2005? If so, how do I switch between the two?
...
I have recently noticed in my Xcode 3.1.3 that I can completely revise some code (i.e change the icon pic or even a whole background pic) or add/change some methods that work beautifully in the simulator but when I do a device build I get the old code, sometimes several revisions back. Even pics that are deleted out of of the project (r...
Visual Studio builds the entire solution when I exit debug mode.
This is very annoying as the solution contains 42 projects (ASP.NET MVC, IIS hosted WCF, Silverlight apps and others) and the build process locks Visual Studio for aprox. 30 seconds.
What causes Visual Studio to do a full rebuild of the solution? Is there a setting that I...
In some of my VS 2005 projects, when I change an include file some of the cpp files are not rebuilt, even though they have a simple #include line in them.
Is this a known bug, or something strange about the projects? Is there any information about how VS works out the dependencies and can I view the files for that?
btw I did try some ...
The project is a library that contains the core library code, tests, and example code. At the end of the build process, the following archives should be created:
xy-1.1.0-core.jar
xy-1.1.0-tests.jar
xy-1.1.0-examples.jar
What is the best way to set this up with maven?
Currently the setup is:
src
src/main/java
src/examples/java
src/t...
I have a very simple user control, and I'm trying to instantiate it in XAML. I find that when I go a bit overzealous with the namespacing, I run into problems with x:Name.
Here is my UserControl:
<UserControl x:Class="UserControlTest.UserControl1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schema...
I have for some of my classes different implementations per OS.
My source structure is like this:
include/AExample.h
include/windows/WindowsExample.h
include/linux/LinuxExample.h
src/AExample.cpp
src/windows/WindowsExample.cpp
src/linux/LinuxExample.cpp
the A* classes are the interfaces for the specific implementations
My current bu...