build

Maven plugin for versioning and minifying javascript

Single Page Javascript Application I have built a sophisticated ajax-driven single page webapp that uses a RESTful backend web service serving JSON. The javascript is split into many different files, each file representing some sort of feature or component. While the service has been in alpha testing, I've just be serving all these fil...

how to build a android system.

I have the android resource. . build/envsetup.sh make above two steps I have finish the source build, and the out directory has some useful file. but I can't understand how to make a zip file like update.zip. I want to flash my phone. ...

Output path for build in visual studio 2010

I need to output the project dll in program files. "$(PROGRAMFILES)\Microsoft..." It is not building in program files, but in the project itself in a folder called "$(PROGRAMFILES)"! How do I build in program files?? ...

Automated JNI building

Is there a simple and portable way to build JNI - in particular the C components - with an automated build system such as ant or make (or both, with one calling the other) without having to manually input things like the extension of the final library file or the path to the Java includes folder to the C compiler? ...

in the build project process what is the meaning of skipped=1

I have a solution with the main project, helping project and installation project When I build or rebuild the main project I get: Build: 1 succeeded or up-to-date, 0 failed, 1 skipped Now since the helping project generate the following message: Build: 1 succeeded or up-to-date, 0 failed, 0 skipped I don't understand what is being...

How to make TeamCity build fail if artifacts are not found?

Is it posible to fail TeamCity builds if artifacts are not found? I mean without writing any special script, i.e. does TeamCity has such built-in functionality? ...

How to build Silverlight 4 applications without Visual Studio?

Hi, We're setting up a TeamCity build server for continuous integration. To keep things clean, we don't want to install Visual Studio on the build server. I'm wondering how we can build Silverlight 4 apps without it? I'd expect there to be a Silverlight 4 SDK which installs separately from VS - but so far I haven't found one. There's ...

How to use an external build log in XCode

I was wondering if it is somehow possible to open an external build log (for example the result of a simple make script) in XCode to process the errors and warnings? In other words: can XCode be used as an Editor and still process an external build log? ...

Accelerometer Issue When Build to Release

Hi I have just completed my game with cocos2d, however I go and build for release now (have always been building for debug) and now when I launch the game the accelerometer is screwed up. It worked wonderfully in debug mode, with no issues at all. What its meant to do: Tilt left and right to move player left and right on screen. What...

Visual Studio option - Stop on any project error

Is there any way in VS that I can make it stop building the solution if ANY project in the build step fails to build? I have a solution that has cca. 100 projects. I want build process to STOP if it encounters build error on any of the projects. Failing build means that there were build errors while building that project. ...

How to pass environment variable of hudson as a parameter for svn build

My requirement is I need the scope of Hudson's environment variable in the subproject's build parameter for svn url. I want to set SVN Branch name as an environment variable of Hudson, as I want it to be used by all my projects configured there. If I access my environment variable [BUILD_BRANCH] as http://svn/repos/project/subproj/bra...

Problem with javacard WebApplication

Hi, I'm trying to build a javacard webapplication with netbeans, but I'm getting a build error and don't know how to fix it: [Error] Unable to parse the class file webapplication2/WebApplication2.class. Exception while looking for class webapplication2.WebApplication2: java.io.IOException: Couldnt find: webapplication2/WebApplicati...

Build multiple (test/prod) versions of Android APKs in Eclipse

Hi guys, I'm looking to optimize generating of slightly different APKs of the same Android app, the only difference being the API server it's using. Ideally, I'd just want my Eclipse to build 2 APKs, one with the prod server and one with the dev one. I'm even OK with having 2 Run configurations, but I haven't been able to figure out h...

Eclipse automatically refresh resources and exclude build dir

Eclipse Helios: 40+ project working set, using maven (mvn-eclipse plugin) to generate eclipse project files. 'Resource is out of sync with the file system: ...' Appears after doing, among other things, a text search. After a bit of googling found Prefs > Workspace > Refresh Automatically which is widely reported to be malfunctional, ...

Build Solution on TFS using a specific changeset

I am developing a project that uses TFS to build solutions. But I found an error that I do not know how to solve it. When we compile a solution, we can specify a changeset to compile, right? Imagine the following scenario: At this moment the last changeset is number C100 We created the proj file in TFS. After creating the file, the C10...

Build thrift dll for use in Windows Phone 7 application

Pretty straight forward question: How do I build a thrift dll for use in a Windows Phone 7 application? ...

After migrating a website from vs2005 to vs2010 we get a build error - ASPPARSE: Object reference not set to an instance of an object. ?

Hi, We have a vs2005 solution including 2 websites. We converted the solution to vs2010 and changed all settings in IIS and in the config file to use framework 4.0. We removed the old assembly references in webconfig file and added references to the new versions of the assemblies. And here the problem comes. When we add a refererence to...

FinalBuilder 7. Is it possible to know who broke the build?

I am pretty new in builders and absolutely newbie in FinalBuilder. It is a great app, very intuitive, well documented with lots of features. But I can't find one thing: How can I determine who is responsible for the broken build? ...

XCode 3.2.4 Project - no "other linker flags" in build settings visible

Hello, I am recently trying to connect my cocos2d game with open feint, but I can't accomplish it as there seem to be some settings missing in my build settings of any project that I create. For example, I have to check "Call c++ Default ctors/Dtors in objective c", but there isn't such an option in my build settings. What's wrong wi...

Displaying the build time-stamp in an application

I would like to display the time-stamp of when the application was built in an about box. This will allow me tracking different versions of the application. How can I retrieve this information in Java? ...