artifact

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 runner and building my projects using the default bin/Release? **/Source/Code/MyProject/bin/Release/*.* => dist **/*.* => source I get...

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

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 for: 'snapshot foo.bar:bar:0.0.1-SNAPSHOT' could not be retrieved from repository: InternalSnapshots due to an error: Authorization failed: ...

Has anyone encountered performance issues with post assertions

Has anyone moved to use artifact versus post assertions to improve performance and security ...

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 for the bugtraq:url parameter. I'm using SSL on the repository with a self-issued certificate. I'm using VisualSVN for the server and clien...

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 someone else builds they are only getting the specific artifact they specify. I don't want to have to add the source and javadoc artifacts as...