artifacts Questions

1

Solved

I got an application which is working with resources (.wav .png- files). I want to include those resources in my .jar, when I build my project. Running the application from the IDE works well. As...
Eddi asked 8/6, 2018 at 10:34

4

Solved

I have a solution, where I encode video (YUY2) samples from a webcam with Media Foundation's h264 encoder. Then I send it via TCP connection to another application that decodes the stream with Medi...
Conveyancing asked 9/1, 2017 at 11:12

0

I'm using Embarcadero RAD Studio XE7 to create a C++ graphical application in which I'm trying to animate a circular progress using GDI+ and some dash pattern properties. The idea is very simple: ...
Paean asked 6/3, 2018 at 15:43

1

Solved

I use Sonatype Nexus Repository Manager 3.5.2 and want to add artifacts to nexus blob store from local folder (where nexus is lockated). I couldn't find solution in Nexus documentation and tryed to...
Burdine asked 17/1, 2018 at 6:35

4

Solved

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 compile and run my ant scripts etc. At the end, in my ca...
Arabinose asked 28/4, 2011 at 15:59

3

Solved

I added the Archive Artifacts post-build option to my project. I can see the artifacts from the web browser interface, but I cannot find them in the filesystem. Where are they located?
Tradition asked 9/3, 2016 at 11:56

3

I have one simple plan with one simple job. Tasks: Source code checkout MSBuild Run tests Generate test report In four steps, my utility generates a test report with screenshots. The report co...
Leicester asked 15/2, 2013 at 12:51

2

Solved

I'm trying to create a gradle based multi-module project. There is also an project that contains different gradle scripts that enables pluggable build configurations. One of those scripts is for pu...
Spicy asked 26/10, 2014 at 20:31

2

Solved

My understanding As far as I understood artifacts up to now, is that it was used to know if my project refers to an unfinished build task's artifacts. Problem I tried reading more (on jenkins si...
Lunula asked 22/6, 2015 at 16:36

3

Solved

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...
Cicatrix asked 26/6, 2009 at 14:27

7

Solved

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 ...
Pinstripe asked 22/1, 2011 at 18:4

3

My Dell 2709w monitor recently started acting weird. On some page it renders different colors, where it shouldn't. It only does this on the external monitor, not the macbook itself. And it i...
Forage asked 27/9, 2016 at 10:46

2

Solved

I'm building an Android application using Jenkins pipeline. When a build finishes successfully, it creates an .apk file. I want members of the QA team to be able to download this file and test th...
Malt asked 10/10, 2016 at 14:6

6

Solved

I usually create projects with Eclipse and import them into Android Studio, because I hate the project structure AS gives me. In it´s module settings, I have the possibility to create artifacts whi...
Dagda asked 8/3, 2014 at 12:1

3

Solved

[Edit: I've made a minimal project to try to narrow down what's going on. The code at the bottom still generates the same artifacts when saved] I have an app that draws simple 2D geometry using Pa...
Onus asked 21/5, 2016 at 3:30

1

I know the title is not that explanatory but here is the story: I am developing a browser game, mostly using JavaScript and the Mapbox library. Everything works well on desktop, Android and iOS bu...
Antifriction asked 3/3, 2016 at 20:21

1

Solved

We use a official Windows runner from Gitlab-ci. We want to upload artifacts. We use the 'artifact' keyword in our yaml file to define the artefacts that need to be uploaded. When we commit this ...
Otherwhere asked 2/12, 2015 at 16:35

1

Solved

My LineItem inheriting from QGraphicsLineItem can change its pen width. I have created a boundingRect that uses the QGraphicsLineItem::boundingRect adjusted by pads that get calculated based on pe...
Ichneumon asked 14/8, 2015 at 14:58

1

Solved

I am trying to download an artifact from a Jenkins project using a DOS batch script. The reason that this is more than trivial is that my artifact is a ZIP file which includes the Jenkins build num...
Merkle asked 15/7, 2015 at 13:44

3

Solved

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 => ...
Deplume asked 26/10, 2011 at 12:56

2

Solved

I recently noticed I needed to reuse a build step in many projects. So I created a template where I only defined that build step, and had the projects that needed it associated with that template. ...
Cassity asked 14/2, 2012 at 21:18

1

Solved

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 ofte...

3

Solved

I have encountered a problem when GLSL shader generates incorrect image on following GPU's: GT 430 GT 770 GTX 570 GTX 760 But works normally on these: Intel HD Graphics 2500 Intel HD 4000 Intel 4...
Georgiannageorgianne asked 27/4, 2014 at 12:53

2

Solved

I’m using Maven 3.2. I have this dependency in my pom.xml file (a WAR project) <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <ve...
Dorran asked 24/10, 2014 at 20:35

0

I need to enhance precision for function in one of mine Atmospheric scattering GLSL fragment shader which computes the intersection between single ray and axis aligned ellipsoid. This is the core f...
Jennifferjennilee asked 24/8, 2014 at 9:58

© 2022 - 2024 — McMap. All rights reserved.