-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone,
for quite a while now, I've been trying to figure out how to setup an automated build process at our shop. I've read many posts and guides on this matter and none of them really fits my specifics needs.
My SVN repository is laid out as follows
\projects
\projectA (a product)
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently investigating cmake to allow automatic building on the Win32 platform. For all runtimes and libraries I'd like to build, Visual Studio (2008/2010) projects do allready exist.
I've come across cmake, but I'm unsure if I really need it. As the documentation says, cmake generates VS projects…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am using TFS 2008 and Visual Studio and my boss has instructed me to implement Build Automation for Development and Release builds for a web Project.
I am a total newbie in Build Automation.
There are multiple developers working on the project on different machines using Visual Studio…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to build a web deployment project using TFS automated build process. When I build the project directly in Visual Studio 2008, it works fine. But from TFS, I get the following error:
"C:\Users\tfsservice\AppData\Local\Temp\TestProduct\TestSolution\BuildType\TFSBuild.proj" (EndToEndIteration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm following this guide to set up a small environment for source control and automated builds - mostly for learning what it is and how it works, but also for using in those of my hobby projects that I believe will actually be useful some day.
However, at the step where he commits and builds, I fail…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I just tried IntelliJ-Idea 11.x and 12.x (EPA), but when I use Groovy 2.0.1 or 2.0.5, the code can't be run and there are some errors out there.
The Groovy plugin of idea has little information about which version of Groovy has been supported.
Does idea support Groovy 2.x? I want to try the new…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here is the lay of the land. I have an app that I have created. I uninstalled hibernate, installed app-engine plugin and am using jdo.
I am able to create a domain-class but the when I run generate-all I run into the following error.
Oh and I did try just generating the controller for the domain…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am writing a DelegatingMetaClass that I would like to apply to all groovy classes in my project, but I do not how to get hold of all classes in the project?
Here is the code:
/*
This will work ok, since I know Foo beforehand, but what about classes
that do not exist yet?
*/
def myMetaClass…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have an application that allows multiple users to access 1 xml file. The problem is that when all the users save at once the other changes by other users does not get saved. How do I detect if the file is in user in groovy?
Thanks!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
@Grapes([
@Grab("org.gebish:geb-core:0.9.0"),
@Grab("org.gebish:geb-spock:0.9.0"),
@Grab("org.seleniumhq.selenium:selenium-firefox-driver:2.33.0"),
@Grab("org.seleniumhq.selenium:selenium-chrome-driver:2.33.0"),
@Grab("org.seleniumhq.selenium:selenium-support:2.26.0"),
@Grab( group='org…
>>> More