Tagged Questions
The artifact tag has no wiki summary.
5
votes
1answer
133 views
Gradle Milestone 5 shows error about a missing artifact *#*!*.*
How can I resolved this error that I see in Gradle after upgrading to Milestone 5:
:nodes-all:war
:: problems summary ::
:::: ERRORS
a required artifact is not listed by module descriptor: ...
5
votes
2answers
4k views
How do Teamcity artifact paths work?
Can anyone give me an example of what the Artifact paths setting defined for a build configuration could look like if I want to create two artifacts dist and source where I am using the sln 2008 build ...
2
votes
1answer
92 views
intelliJ Idea not generating cache.js files
With IntelliJ 10.5.1 on Linux using GWT when selecting "Build 'xyz:GWT' artifact" it will often times just build the nnnn.cache.html files, but not the nnnn.cache.js files. I've tried cleaning the ...
2
votes
3answers
203 views
How to create a JarJar'd artifact with Maven, where use of artifact does not pull transitive dependencies?
I currently have a Java testing library which is built with Maven, and distributed as a jar. My project depends on a very common library (Objectweb ASM), and I've experienced problems where an earlier ...
2
votes
0answers
215 views
Anyone using TortoiseSVN with SSL and a relative path for the bugtraq:url?
(NOTE: All fake URL's below are shown as https:/ or http:/, with just a single slash.)
I've spent most of the day trying to get TortoiseSVN to work with my bug tracking system using a relative URL ...
1
vote
1answer
46 views
resolving tools.jar in ivy
i have a project that uses ivy to manage its dependencies. i'm implementing a feature to the project that requires me to include tools.jar. however, because tools.jar is platform dependent, i'm trying ...
1
vote
1answer
51 views
In artifactory repositories, what is the difference between a file integration revision and a folder integration revision?
I'm looking at different repository layouts, and I see a distinction between folder integration revisions and file integration revisions.
Are these the same revision number (just placed on a file ...
1
vote
1answer
44 views
How to add own project to public maven repository?
I'd like to add my project to public maven repository so that it can be used by community. It doesn't have to be maven central - just any kind of public and free repository for open source code.
How ...
1
vote
1answer
36 views
What does mean parent in Maven pom?
E.g.:
<parent>
<groupId>mycompany.trade.com</groupId>
<artifactId>mycompany.trade.</artifactId>
<version>1.1.1.0-SNAPSHOT</version>
...
1
vote
1answer
291 views
iFrame showing a grey line in mobile safari only
I designed a simple corporate site, and have spent more time trying to debug this rendering issue than I have getting stuff to work correctly in PHP!
I have an iframe. On all other browsers (even ...
1
vote
1answer
59 views
What is an Artifact?
Recently I came across with the term 'artifact' in related to maven build tool...
Can someone please explain what it's meant by 'artifact' in software industry and specifically in maven.
1
vote
0answers
228 views
Canvas draws artifacts in Safari for animated, filled bezier curves
I created an animated HTML5 canvas that uses bezier curves to draw a filled pattern.
I have been testing it in Chrome for Mac. I only seem to see this on Safari for Mac.
For some reason, I see ...
1
vote
1answer
88 views
Artifacts with classifiers not copying to local repository
I am using Maven version 2.0.7 and I am using the javadoc and source plugins to create additional artifacts for deploy. All of the generated artifacts are deploying correctly but it seems that when ...
1
vote
1answer
109 views
What is the point of the Remember Me option on website logins? What is stopping developers from ALWAYS remembering the user?
Is it simply an artifact of the old fear (still around in some places) of cookies?
I also would like to know if it is bad practice to simply pass in user names from an outbound email.
0
votes
1answer
18 views
Maven, how to access class from an other artifact
I made 3 artifacts
Common
Config
and Full
in my Full pom I had:
<dependency>
<groupId>fr</groupId>
<artifactId>Common</artifactId>
...
0
votes
1answer
24 views
How to programmatically retrieve artifacts' jars from Maven in order to perform search inside them?
How to programmatically retrieve artifacts' jars from Maven in order to perform search inside them? Any ideas or some useful API?
0
votes
0answers
41 views
Artifacts in drawing canvas circle
I am getting artifacts when drawing circles and I'm not 100% sure why. Here is my code below to do so. I'm using processing.js and drawing to the canvas lib as well. Any thoughts? You can see there is ...
0
votes
0answers
17 views
how to release to a hosted nexus from maven?
We have a nexus installed on one of our servers and I do not know how to make the maven to upload the built artifacts to there when I use the mvn release:perform.
I have the basic settings read on the ...
0
votes
1answer
18 views
use maven to get the latest snapshot of a speciffic pom
In our environment we use Jenkins to build java artefacts.
We want a scriptbased buildsystem to automatically deploy the artifact and re-use the scripts we already have.
What I want to do is make ...
0
votes
1answer
42 views
Repainting Artifacts in Swing
I have a program with one panel on the right containing a BufferedImage that is very frequently updated and reapainted (using paintImediately()) and on the left are some buttons and JTextAreas. Often, ...
0
votes
1answer
15 views
Generate additional artifact while creating reports or in another phase?
I understand that you can create only one artifact from one pom in maven.
I wrote a javadoc doclet that creates an html report of my artifact (my-rest-api). This doclet can also create stub requests ...
0
votes
1answer
195 views
Maven 3 site descriptor issue : deploying artifact not working or site not building
I've migrated to maven 3.0.3 but I'm not able to build the maven site.
In fact my project use an external parent pom that doesn't provide any site descriptor as artifact.
1- Is there a way to ...
0
votes
2answers
93 views
Maven 2: Only build artifact if not already installed in local repository
How can I achieve in Maven that when executing "mvn install" from the command line will automatically decide to build the artifact (jar/war) only if that artifact has not already been installed in the ...
0
votes
1answer
60 views
Is there any way to configure Archiva to download missing Maven project modules if they aren't in the local workspace?
I'm confused about how Archiva fully works. I understand that if we had a core set of dependencies, we could use Archiva as our local maven repo.
The thing I don't understand, is how Archiva manages ...
0
votes
2answers
225 views
How do I install a test-jar in maven?
I have a test-jar which I would like to install. I am not sure if there is a different way to install test-jars, such as defining a property that tells maven it is a test-jar.
Also, the groupId and ...
0
votes
1answer
50 views
Automatic creation and storage of build artifacts
Not sure what to call this, but here is what I am looking for. I have a build system that builds 3 sets of components
- server components
- desktop components
- device components
Each have their own ...
0
votes
1answer
297 views
Maven: Use assembly as resulting artefact - appendAssemblyId == false?
I have a multimodule project.
Last module is "assemble", which is intended to put few modules' .jar's together in a single big .jar, which I could use for distribution.
This module does nothing else, ...
0
votes
2answers
56 views
buildr multiple ant versions when testing
When using Apache Buildr, the project pulls in ant 1.6.5 as a dependency. It seems that when testing the project, Buildr uses ant 1.8.0 and puts it on the classpath. JUnit complains about multiple ant ...
0
votes
0answers
478 views
cocos2d: drawing openGL points on retina display results in transparent line artifact
I'm developing a cocos2d game for the iPhone.
In the game scene, I'm using OpenGL to draw a 2d matrix of points, using glpoints. I have smooth points disabled, so the points should be drawn as ...
0
votes
1answer
148 views
Artifacts when Fading problem with IE and Jquery
Open this site in IE8 (not sure about 7)
http://www.koffeebreak.info/
See how the main div that fades in gets the black artifacts all over it?
I found this fix on another StackOverflow question:
...
0
votes
2answers
141 views
is there a way in hudson or with any plugins to archive artifacts from the last X number of successful builds?
i see options to either only archive artifacts from all builds, or only the artifacts from the last successful build. is there any way or with a plugin to say archive the artifacts from the last 10 ...
0
votes
0answers
465 views
Deploying Artifacts in Nexus for the first time
When we try uploading our artifacts for the first time in the nexus repository I get the following error
Error retrieving previous build number for artifact 'foo.bar:bar:pom':
repository metadata ...