Is hudson the right tool for complex C++ builds?
I have a C++ build that takes about 4 hours. Compile and packaging take about 1/2 the time and testing consumes the other half. Presently, we are using a home grown system but there's some move to go to hudson since we use it for all of our java builds.
My problem is that continuous in...
a linker receives obj's and lib's to create exe's or other libs. But so does a makefile(but it can start from sources on top of that). what is the difference between the two?
...
Hey, everybody.I'm beginning.
I used Xcode + Interface Build to set up a Project on the bases of Tab bar. And now I want to draw support from three20 to realize Tab bar's view, that is to say, when click "item", the view from three20 will display. So I want to know how to insert "Three20 Project" to Tab bar Project?
...
I have configured a build parameter in Hudson for the revision number. I would like to set a default value so that SVN head is built when the revision number is not specified/changed. HEAD does not seem to be working.
This is my subversion repository configured in hudson:
http://my_svn_location/trunk@${revision}
I see the following ...
Is there a way to change the poll interval for the Build Notification tray application for TFS 2010?
...
I'm recently assigned a task to make ant be able to build war packages for different environments.
And I'm almost done. Except one feature.
The ant accepts an env parameter by like -Denv=DEV, and use different configuration files to make the war package. But the default target is start which will build, deploy and start the tomcat. I ...
Hallo,
I cannot compile my project using an ant build script. The error message:
Ant cannot find symbol...
I read about creating build.xml, but it seems it is not enough. My project directory has the following layout:
poject
src
gen
...
libarie_with_needed_java.file
src
clients
helper
How do I work with external refere...
I have written a new maven reporting plugin and it executes when the site is generated and produces and output html file.
How do i get the Project Reports section of the site to contain a link to it?
...
Hi all,
Typically when doing a build script for C# I just include */.cs for each project/dll to build. However I now have a situation where I have some .cs files which are not part of the project but live in that directory (they are there for reference purposes from another library). There are not linked in the .csproj file so the VS ...
My Solution Built fine last Friday.
Today I fired it up and I am getting this error message:
Could not load file or assembly 'MyApplication, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
This is failing in my Smart Device Unit Test project.
I have Googled...
Hi,
I'm using VS2008 DBPro. In my PostDeploy file I have many lines like this one
:r .\Data\Test\Classifiers.CodeType.data.sql
:r .\Data\Test\Classifiers.Currency.data.sql
:r .\Data\Test\Classifiers.LOB.data.sql
What I would like is to create a variable ProjectName so I could easely deploy different project data. Something like this ...
Hi All. I have a Job Launching system on a server. It polls our database for any pending jobs then launches the appropriate console app when a job is available. The Job data is centrally managed in the database and is growing apace so now we have a second server to add to our job processing capacity.
This means the Job Launcher and e...
Hi ,
iam facing problem in creating the .apk file using the ant script . The generated .apk named as _unaligned.apk instead of .apk and on installing the _unaligned.apk file to the device i get force-close showing the java.lang.VerifyError exaception , but the same apk generated using IDE works fine . i am struck on this for a long tim...
I've separated a project into two builds and given each of them a plist file. Everything works fine, but I keep getting this build warning:
Warning: The Copy Bundle Resources build phase contains this target's Info.plist file 'MyApp-Info.plist'
I get this when I try to build MyApp. Building for the second target gives the same error (w...
Is there some setting that can be turned on in Visual Studio 2010 to make it compile/verify the inline code in my MVC2 views when I hit build? Much like what happens when I open a view.
...
Hi,
I'm developing a Blackberry application (JDE 4.6.1) and I need to import into my project some code packed in a .jar archive (let's call it YYY). The problem is that no .cod file is generated from that when I build my application (only the main application one is created),so the emulator show a message like:
error: YYY module not ...
I am trying to build IccLib for x64 bit windows but I am having problems finding any help to do so.
Does anyone have experience with it?
Thanks
...
Hello, we have a Asp.Net MVC 2.0 application. In Vs2010 solution Explorer there is only a single System.Web referenced from the GAC (4.00). When I run the deploy project I am getting compile warnings stating "Found conflicts between different versions of the same dependent assembly?" I opened our dll from our website with reflector and s...
I'd like to determine from a batch file on Windows if a local SVN working copy needs to be updated from the server. On a unix-like machine, I would run "svn status -u" and count the '*'s. How do I achieve the same thing in a batch file?
Background: I'm trying to determine if a dependency library is out-of-date since it takes a long time...
I am trying to build a universal binary for a project at work, but I can't seem to get Xcode set up properly to do so.
I am familiar with the Apple Documentation regarding this, but apparently I am not reading it correctly.
The Xcode build options in question seem to be:
Architectures
Base SDK
C/C++ Compiler Version
Mac OS X Deployme...