Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
709 views

Makefile: Automatically setting jobs (-j) flag for a multicore machine?

I have a Makefile on a machine that has a ton of cores in it, but I always seem to forget to write -jX when compiling my project and it takes way longer than it should. Is there some way I can set ...
3
votes
2answers
63 views

Nant build script IDE

I work on project where is huge Nant build script. Could you advise free Nant build script IDE?
2
votes
2answers
91 views

Implimenting single script build - non-portable dependencies

It seems that a build system best-practice is to have a single script that can build all source and package the releases. See Joel Test #2 How do you account for non-portable dependencies? For ...
2
votes
2answers
50 views

How to create script to deploy asp.net application direct from clearcase?

I am trying to write a script to deploy asp.net application from Clear Case. I am using Clear Case Remote Client. How will i start? what is the easiest way?
2
votes
1answer
92 views

Linking to a static library that requires a frameworks

I have a main project and a few smaller sub-projects. The smaller projects contain both a self contained Cocos2d app and a static library containing only the classes that are relevant to the main ...
2
votes
1answer
89 views

mysql script of scripts

I have a database that I need to maintain in both oracle and mysql. The data insert script of scripts looks like below. Of course Mysql uses source while oracle uses @ In all other respects the ...
2
votes
1answer
650 views

Use msbuild community tasks without installing

In our developer environment, no users have administration rights. As such, it's not possible to install MSBuild.CommunityTasks without getting admin to do so. What I'm wondering is similar to NAnt, ...
1
vote
2answers
51 views

replace multiple variable content lines of css using ant

I have a css file with a variable section that I want to remove from the file when I run my build script (but I'll need to keep the section in the source). I'm thinking I'd wrap the section in ...
1
vote
1answer
535 views

Sublime Text 2 and HTML5 Boilerplate build script

After falling in love with Sublime Text I'm now getting ready to leave Aptana. ST2 seems to have a built in build function. If i go to "Tools"->"Build System"->"New Build System" i can define my own ...
1
vote
3answers
102 views

Ant Build-Script how to check for root privileges

How can I check for root privileges with an Ant build script? I tried doing it with the shellscript task like <shellscript shell="bash"> if [[ `whoami` != 'root' ]]; then ...
1
vote
2answers
452 views

node.js express html5 boiler build script?

I'm looking for something like the HTML5 boilerplate build script, but for node.js/express server. Any such thing? Thanks.
1
vote
2answers
125 views

ftptask on nant 0.85

how do u upload files to a fpt server in nant? i used the following code but it says that attribute server is unknown. <ftp server="ftp.server.name.com" userid="user" ...
1
vote
2answers
117 views

Writing a Java library for both Java ME and Java SE with as much shared code as possible

I realise that the two Java versions are substantially different but the library I am looking to write uses standard HTTP/TCP networking and data collections to perform it's task. These are two ...
1
vote
1answer
326 views

MSBuild Target BeforeBuild not Executing

I seem to have a situation where code that I put into the BeforeBuild target is not successfully executing. Here is what I have: <Target Name="BeforeBuild" > <Message Text="Before ...
1
vote
2answers
215 views

Can I tag in Apache Subversion with NAnt?

I need to build multiple environments and tag them in Apache Subversion using a NAnt script. Is there a way that I can use NAnt to create the tags in Apache Subversion with a variable I supply?
1
vote
2answers
284 views

TFS 2008 Build Script

In TFS 2008, I am trying to modify a build script (TFSBuild.proj). I get the following warning: The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has ...
1
vote
2answers
442 views

Calling C# code inside a nant build script - time impact?

I have a section of C# code within my nant build script that runs and updates the console window's title with any message that I want, which is this (and runs perfectly fine): <script ...
1
vote
2answers
655 views

How do I determine what target is calling my current target in Nant?

I'm not even sure if my question is worded right...but I'll try to explain what I'm struggling with at the moment. I'm not highly experienced with this so forgive me if my explanations aren't the ...
0
votes
1answer
19 views

H5BP Build Script Image Optimization

When i run the build script everything works fine but because of the amount of images it takes about 5 minutes to build. Isn't the build script supposed to check if the images are modified since the ...
0
votes
3answers
67 views

Java encodings for Japanese

Our software has a script that creates different language JAR files, for Japanese we use the encoding SJIS in a call to native2asci. This worked last time a Japanese build was attempted but now seems ...
0
votes
1answer
27 views

Can you use an ANT build file as a Phing build file?

I just started playing around with Phing build scripts (built with PHP). From what I have read is that Phing is based on Apache Ant (built with Java). Both use XML build files and have similar ...
0
votes
1answer
19 views

how to add debug flags on compilation script execution:

I have a simple ./compile.make script that produces a bunch of object .o files. The contents are like this (first 5 lines printed): compile.make: gfortran -c -O3 active.f gfortran -c -O3 alchemy.f ...
0
votes
0answers
76 views

HTML5 Boilerplate and multiple files and scripts

In my project I have multiple html files that I've added to the project.properties like this: # Files can be added in a comma separated form file.pages = loginapp.html, docapp.html, ...
0
votes
0answers
64 views

HTML5 Boilerplate with HTML files in subfolders

(Hi all! I'm new here, so if anything looks strange you know why. :)) I'm building a web app consisting of several sub web apps, which share JS and CSS. I'm using HTML5Boilerplate and its build ...
0
votes
1answer
74 views

Build to parent folder with HTML5 Boilerplate Build Script

When i try to build to the parent folder with HTML5 Boilerplate build script i get this message: Your dir.publish folder is set to ../ which could delete your entire site or worse. Firstly, the ...
0
votes
0answers
43 views

Editting .plist items with an automator script

I am trying to make a one button build script for my Mac app and I am currently stuck on trying to edit the plist of my build. We are currently creating daily builds and everyday I need to increment ...
0
votes
1answer
47 views

encoding issue with special chars in properties file

I have a ant build script that uses a build.properties file. There I have something like this: release_type=debug version_code=1 version_name=1.0.0 logo_text=This is German: special chars like ä or ö ...
0
votes
1answer
61 views

How to get a batch of file version using a SVN repository

I have a build process that copies files out of the repository to make a binary image. I need the file revisions for all of the files in the repository for the build process. I know that I can run ...
0
votes
1answer
229 views

HTML5 mobile boilerplate build script empties HTML files

All files seems to have run through the build script without any problems except my HTML files. They get added to my publish folder but are completely empty. I have tried both ant build and ant ...
0
votes
1answer
128 views

How do I unzip a .zip file in a remote directory using NAnt ftp task?

I have a zip file in my ftp server. Is there any way to unzip it using NAnt? Here is a sample code of what I would like to do: <ftp connection="liveAuditToolConnection" remotedir="/remotedir"> ...
0
votes
0answers
143 views

error in emailpublisher in ccnet when an auto build happens once a svn commit is made

in my ccnet.config file the email publisher works for everything except when an auto build is supposed to happen once a svn commit is made. it basically sends emails when a force build is done with ...
0
votes
3answers
377 views

Berkeley DB for iPhone

I had tried to create the library for iphone OS 4, but was getting errors. Here are my build scripts with reference to Berkeley DB Installation guide. export ...
0
votes
2answers
37 views

How can we effectively version a large web application consisting of multiple sub-applications?

I'm part of a team that operates a portal for our company. There are ~200 small, what we call applications, inside of the portal. One may be to submit receipts, another to submit a timesheet, ...
0
votes
2answers
118 views

Building Flex with Nant?

I'm wondering if I'm barking up the wrong tree here. Is it possible to replace an Ant build script used for building Flex projects with a Nant build script? Specifically, it doesn't seem like there ...
0
votes
1answer
54 views

Best framework to write build scripts

Some of basic requirements are: Basic build scripts requirements like pulling from scm, copying, compiling :) Compatibility on Windows, Unix (Solaris, HPUX, AIX) and Linux. I have heard of several ...
0
votes
1answer
63 views

TFS Build Script Tracing

When debugging a build script, is it possible to get TFS to use a build script that is currently checked out? For example, I currently have a build script that I'm trying to debug, but in order to ...
0
votes
1answer
72 views

Do you synchronize your build script with IDE?

If you used the following: Continuous Integration using build scripts IDE for code development Do you run into problems of synchronizing your build scripts with the IDE build system? If so, how do ...
0
votes
1answer
292 views

Eclipse Jar export script

I have a shared project that I'd like to split up in Eclipse. It's an android shared library which some packages should just be jar files others need to be smaller shared libraries. What is the best ...
0
votes
1answer
351 views

TeamCity 4.5 not recognizing trycatch element in nant script

Our team recently upgraded to TeamCity 4.5.4 but we're having trouble with TeamCity running our nant build scripts. We now get an error message saying: Invalid element <trycatch>. Unknown task ...
0
votes
1answer
136 views

Why does processing multiple individual targets take longer when Nant is directed to process them from a single target?

I have a nant build script that specifies the compilation of various Visual Studio solution files. <target name="compile.solution1" description="Compiles solution 1"> <msbuild ...
0
votes
4answers
504 views

build failed executing nant

I've got a nant build script (.86 beta) and it is telling me this: BUILD FAILED Failed to initialize the 'Microsoft .Net Framework 2.0' target framework. The process cannot access ...
0
votes
1answer
2k views

visual studio post-build script error calling gacutil

I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitly use the path to gacutil, it works, but not if I only call gacutil like this: if NOT ...