Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
4answers
4k views

How do I stop Maven 2.x from trying to retrieve non-existent pom.xml files for dependencies every build?

In my project, there are a number of dependencies that are transitively included from other dependencies that do not have pom.xml files available in any of our corporate repositories. These are ...
8
votes
3answers
3k views

TeamCity: Best Practices to deploy produced installers (artifacts)

We got a TeamCity server which produces nightly deployable builds. We want our beta tester to have access these nightly builds. What are the best practices to do this? TeamCity Server is not public, ...
7
votes
3answers
1k views

Nexus supports Mass upload of artifacts?

I wanted to know if we can have mass upload of artifacts to the repository in Nexus.
5
votes
2answers
3k views

Archive the artifacts in hudson / jenkins

Hi i am new to the world of continuous integration. could someone please explain to me the idea of artifacts in the build process ? i have the workspace directory where i check out the code to, ...
5
votes
2answers
1k views

WPF: How do I prevent tearing with WriteableBitmap?

I'm using a WriteableBitmap to display images I process myself at around 20 frames per second. This question (WPF: More efficient way of displaying quickly-changing images?) and this question (How to ...
4
votes
4answers
78 views

Is there a way to hide the artifacts that show up in webkit browsers when using jQuery animate?

I am using jQuery animate to slide in items on a web page. For some reason, only in webkit browsers, there is a trail of artifacts across the space the element was animated over. Is there a way to ...
4
votes
6answers
2k views

What essential design artifacts do you produce?

In the course of your software development lifecycle, what essential design artifacts do you produce? What makes them essential to your practice? The project I'm currently on has been in production ...
3
votes
1answer
71 views

How do I get jenkins to build every revision of a subversion repository

We are using jenkins for continuous integration using a standard poll every 10 minute scheme, and it work fine. Now I want to set up a job that is run on every revision in the repro, it will be ...
3
votes
2answers
97 views

Remove directory structure in Teamcity's artifacts

I use Teamcity to build different packages and want to save those Packages as Artifacts. My Artifact Path in TeamCity is the following: %system.teamcity.build.workingDir%\**\Release**/*.wsp => ...
3
votes
1answer
125 views

Start TeamCity build when artifacts are published

Let's say I have one TeamCity build configuration depending on artifacts taken from another. It is possible to publish artifacts while build is in progress in TeamCity. My question is: is it possible ...
3
votes
1answer
549 views

Exclude file types in teamcity artifacts

I'm just about to setup teamcity for the first time on my own. Very nice and simple in most ways I have to say. However, I have one issue that I haven't manage to solve and find any information about. ...
2
votes
0answers
64 views

Parallel development branches, Build Artifact repositories and QA releases

How does parallel development / branching in your VCS effect your build artifact repository setup and releases to QA? At our company we branch our VCS for parallel development efforts and we often ...
2
votes
3answers
166 views

How to produce Multiple Maven Artifacts from one Source

I understand that this is against maven best practices, but maybe my situation is one of the few exceptions from the rule - at least I'm stuck with thinking of alternatives :( The environment is ...
2
votes
2answers
471 views

Weird black corners at edge of Grouped UITableView

I have an UITableView in my application, which is in an UIView that has it's background colour to the Scroll View Texture thing. This is all in an UIViewController. It works all nicely and stuff, but ...
2
votes
2answers
310 views

Visual artifacts in a OpenGL texture on device (iPad) - but NOT on Simulator

I am using an OpenGL texture on an iPad and get horrible artifacts on the device, while the Simulator shows all perfect and smooth. I believe the iPhone would show the same artifacts. If I look at ...
2
votes
3answers
2k views

Adobe BlazeDS 4 artifacts maven repository?

Does anybody know if Adobe has a maven repository to download the latest BlazeDS artifacts from? I only can find the "older" versions of BlazeDS in the central mvn repository. The other option is to ...
2
votes
1answer
102 views

How do I place my open source artifacts into a maven repository?

I have recently published a first stable release for my open source library http://jooq.sourceforge.net. On popular demand, I would like to place my artifacts into a maven repository, but I don't know ...
2
votes
3answers
610 views

Internet Explorer unwanted artifact on images when using javascript slideshow

We're having the following weird (well...) behavior in all versions of Internet Explorer browsers when using javascript slideshows. You can see what I mean here ...
2
votes
2answers
1k views

Maven: How to create assembly with snapshot artifacts without timestamps file name?

I've a repository containing snapshot artifacts with timestamps. I want to create an assembly, that contains the dependencies. This works fine. But the artifact names contains the timestamp. So i ...
2
votes
2answers
229 views

How to build without using locally installed artifacts

Is there any way to force Maven to use remote artifacts and not those installed on your machine? since I worry about runtime errors and not compilation errors build server is not valid option. P.S. I ...
2
votes
3answers
106 views

What is the cause/use/reason for the blocks that show up in high compression videos?

Be patient since I haven't worked with compression algorithms much so this may be obvious to some of you. Something I've always noticed when some streaming video starts to lag. I only realized I was ...
2
votes
3answers
623 views

NSTextView not refreshed properly on scrolling

Greetings, I have a NSTextView with a sizeable quantity of text. Whenever I scroll however, the view isn't updated properly. There are some artifacts that remain at the top or the bottom of the view. ...
1
vote
1answer
27 views

How to eliminate Objective-C image artifacts when redrawing with Core Graphics

I'm drawing rectangles on the screen using the basic NSBezierPath method. I have an object set up to draw a customized rectangle on the screen with each instance of the object initialized. In that ...
1
vote
0answers
34 views

removing artifacts in a png

I've created my own algorithm to remove artifacts based on pixels. The only problem is that I have to manually specify the range of RGB based on a picture. I'm trying to make it a bit more ...
1
vote
0answers
25 views

How can I copy artifacts with all dependencies from one maven repository into another?

Here is my use case: I am building a project that can only read from Repository A. I have permission to add any artifacts I want into this repository, but I don't have administrative rights to ...
1
vote
1answer
66 views

What can cause UIPickerView display bug on iPhone?

I am subclassing UITextField to be able to set UIPickerView as an inputView. When my text field becomes first responder, UIPickerView shows up in place of keyboard. The problem is, in some cases ...
1
vote
0answers
68 views

Android Emulator - Diagonal Lines across entire screen

I created a 720x1280 ICS emulator using the latest Android SDK. When the screen is displayed, there are virtual lines running diagonally from the top-left of the screen to the edges. Nothing is ...
1
vote
2answers
306 views

Eclipse 3.7, m2eclipse & losing artifacts after changing pom.xml

I have a bit of a problem with Eclipse and Maven for a few months. After changing the pom.xml, Eclipse is losing all artifacts and getting this exception in my Maven console: Missing artifact ...
1
vote
1answer
145 views

Can Hudson publish artifacts during the build?

Background: I'm evaluating Hudson to replace our TeamCity CI server for building C++ and .NET projects on Windows and Linux. One of the TeamCity features I use extensively is Publishing Artifacts ...
1
vote
3answers
133 views

How to retrieve the version,artifactId,package of the artifact built on Hudson

After building the artifact i am executing a script as a Post Build Action to deploy the artifact. So im trying to read the location where it is built.The environment Variables available in Hudson is ...
1
vote
2answers
559 views

What's the correct wildcard syntax to copy TeamCity artifacts to the root of a destination path?

I'm having a small drama with the wildcard syntax in my TeamCity artifact configuration. I want to grab every file matching the pattern myproject.*.dll from any folder and place each DLL in the root ...
1
vote
3answers
1k views

What backend does Jenkins (Hudson) use for archiving build artifacts?

I've read about the disadvantages (especially this one) of using SVN to store build artificats (large binary files). Hudson was suggested as an alternative. How does Hudson handle these files? ...
1
vote
1answer
212 views

Publish artifacts while build in progress in ANT, teamcity

Any ideas on how to publish teamcity artifacts while build is in progress using ANT. I use ANT as build runner in teamcity. Build interaction It says use it as ##teamcity[publishArtifacts '']. Any ...
1
vote
1answer
138 views

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?
1
vote
3answers
504 views

help for use maven artifacts

I'm learning Maven and I'd need a little help to get started. I use the m2eclipse plugin (Maven) and I would like to generate a project like Struts 2, Hibernate 3, MySQL. For now I just create a ...
1
vote
2answers
64 views

How to deal with Maven projects containing several internal artifacts?

I'm about to start working on a web-application and I'll be using Maven. I want the web-application to be an individual artifact. The web-application will end up depending on a couple of self written ...
1
vote
1answer
80 views

What is the best way to document a system metaphor?

A metaphor help us to communicate with our project stakeholders, using a shared set of concepts and analogies. we develop them all the time, in one way or another. even the XP- programming highly ...
1
vote
4answers
1k views

Any best practices or tools for Ivy repositories?

we use Gradle for building Java projects and at the moment we have Ivy repositories to store third-party artifacts and also to publish our own artifacts into (repo is build using Gant scripts and the ...
0
votes
1answer
16 views

How to output some files from FinalBuilder to teamcity as artifacts

I am using finalbuilder to build my projects and create a package for deployment and I want FinalBuilder to output this package as an artifact to teamcity. I am not sure if this is posible though. ...
0
votes
1answer
23 views

Teamcity build chain issue

In teamcity I have separate configurations for building, deploying and testing a project. we would like to chain them together.Basically the 'build' configuration does a build triggered by version ...
0
votes
1answer
38 views

Black stripes on third screen

I have three screens, connected to two nVidia 560Ti cards, and when I move my WPF application to the third screen, connected to the second card, click on a item in a treeview, I get these black ...
0
votes
0answers
48 views

Jenkins automatically deletes artefacts even when I tell it not to

H, Jenkins/Hudson seems to delete my artifacts even if I have changed the configuration to tell it to keep all artifacts for many years and for hundreds of builds in the configuration! It leaves only ...
0
votes
1answer
65 views

Recommend Build Artifact Repository Manager

Currently we use FTP to maintain build artifact distribution and 3rd party products (for internal use only). Artifacts are docs (HTML/pdf/chm/...), libs (.dll/.so/.a/.jar/...), progs (.exe/.jar/...), ...
0
votes
1answer
75 views

How can I remove similar colors of a BitmapData in ActionScript 3? JPG Artifacts removal

I was wondering if there is a filter or something in ActionScript 3 that lets me remove colors that are similar to other colors in a photo? I have BitmapData of a JPEG image but the JPEG was saved ...
0
votes
0answers
106 views

Jquery animation artifacts ie8 64bit

The following code generates some artifacts during animation in ie8 64bit version. Seems to be working fine in the 32 bit version. I made a little screen capture video to show what happens: ...
0
votes
1answer
31 views

Automatic search for new versions of third-party artifacts in Maven or Apache Archiva or artifactory

I have some third-party JAR files which I am using in my projects. I have uploaded those in Apache Archiva (as I am using Apache Archiva with Maven). Now, the versions of those third-party JAR files ...
0
votes
1answer
75 views

How to skip binary files in artifacts configuration in TeamCity

I work on a .NET solution and I want to download source code and binaries from TeamCity. This is why I configured build artifacts. My configuration of the artifacts paths src\app\Debug\* => debug ...
0
votes
1answer
950 views

How to handle Maven missing artifact errors?

I've just recently started doing Java development and I picked up Maven2 for dependency management and project task automation. One peculiar issue I've stumbled upon, that I haven't been able to ...
0
votes
1answer
182 views

Identifying exact component versions of a build artifact

How can I set up a Jenkins based build process (using Artifactory Pro for artifact storage) of a fairly complex product so that the version/revision of each of its components can be easily identified? ...
0
votes
1answer
76 views

Software artifacts repository for research

I'm trying to do some requirement traceability analysis using FOSS. Most of the open source projects generally have documentation which are mainly meant for end users, and api documentation. Are there ...

1 2