Re: Any way to ignore LayoutExceptions?

2008-03-07 Thread Joakim Erdfelt
How about we do this ... 1) Attempt to detect layout 1a) Is it default layout? Translate to repository layout structure and return resource. 1b) Is it legacy layout? Translate to repository layout structure and return resource. 2) Does resource exist as-is? Return resource. 3) Fail ? Step

Re: Any way to ignore LayoutExceptions?

2008-03-06 Thread Joakim Erdfelt
This is a side effect of the ability to fetch content either as a maven 2 default layout or using a maven 1 legacy layout on the same repository base url. It's not so much as it's an enforcement than it is a failure to identify the layout type from the request url. Violate the layout rules

Re: use with m2eclipse

2007-10-18 Thread Joakim Erdfelt
wrote: When I use my new settings.xml with m2eclipse plugin in eclipse, it keeps asking me for the repo username and password, even though they are in the settings.xml file. Anyone know how to make it not do that? thanks. -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software (OSS

Re: mirror an HTTPS repository

2007-10-18 Thread Joakim Erdfelt
the certificate? -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software (OSS) Developer

Re: Starting from scratch

2007-10-18 Thread Joakim Erdfelt
the resource or the clean-plugin can be downloaded after a completely removed local repository. I really wonder what's wrong but first I'd love to get a confirmation that the case above should work and my understanding of the concepts is correct.. thx, Kristof -- - Joakim Erdfelt [EMAIL PROTECTED] Open

Re: Clarification of Proxy Policies

2007-10-08 Thread Joakim Erdfelt
I created this doc just now. http://docs.codehaus.org/display/MAVENUSER/Archiva+Proxy+Policies Hope it helps you and other users. - Joakim Joakim Erdfelt wrote: James William Dumay wrote: Hey guys, Im in need of some clarification about the Proxy connector policies. I cannot find any

Re: Any support for web services ?

2007-10-08 Thread Joakim Erdfelt
some sort of service ? I found this link (http://docs.codehaus.org/display/MAVENUSER/Archiva+Web+Services), but it does not seem to provide information on how to use it. Could anyone please give me any pointers ? Thanks, Dário -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software (OSS

Re: Archiva build failure on missing archiva applet

2007-10-05 Thread Joakim Erdfelt
and a current JRE 6? I mean without uninstalling JDK 6... Joakim Erdfelt schrieb: Dietrich, A few tips. * Compile using JDK 1.5 (Use 1.5.0_10 or newer) * Use maven 2.0.5 or newer (most of the devs use maven 2.0.7) * Compile using [archiva/trunk]$ mvn clean install You *must* use the install phase

Re: Archiva build failure on archiva-dependency-graph

2007-10-04 Thread Joakim Erdfelt
/28M [INFO] -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software (OSS) Developer

Re: Archiva build failure on missing archiva applet

2007-10-04 Thread Joakim Erdfelt
Dietrich, A few tips. * Compile using JDK 1.5 (Use 1.5.0_10 or newer) * Use maven 2.0.5 or newer (most of the devs use maven 2.0.7) * Compile using [archiva/trunk]$ mvn clean install You *must* use the install phase in order for the build to find its dependencies. Now about the failed tests

Re: Rulesets on PMD site report

2007-08-16 Thread Joakim Erdfelt
There's been DNS issues at apache in the past 2 days. I've seen duplicate posts in other apache mailing lists too. As for listing the pmd rules in the report ... * the checkstyle plugin does this already. * the pmd plugin does not have this functionality right now. * there is no jira issue to

Re: Feedback on maven repository managers

2007-08-14 Thread Joakim Erdfelt
/ [3] http://www.pdark.de/dsmp/ [4] http://maven.apache.org/archiva/ [5] http://www.nabble.com/Maven---Users-f178.html -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software (OSS) Developer - To unsubscribe, e-mail: [EMAIL

Re: Bug in archiva with non-standard artifact name (ganymed-ssh2)

2007-08-07 Thread Joakim Erdfelt
/ethz/ganymed/ganymed-ssh2/build210/ganymed-ssh2-build210.jar If confirmed, i think this is a serious bug ( it prevent us to release, unless we copy this artifact by hand into archiva) and it would be nice that it can be resolved before 1.0-beta-1. Bests, Antonio -- - Joakim Erdfelt [EMAIL

Re: Newbie: Failed pre-download policies

2007-08-06 Thread Joakim Erdfelt
/jbossadm/archiva/repositories/internal/org/apache/maven/wagon/wagon-ftp/1.0-alpha-6/wagon-ftp-1.0-alpha-6.jar -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software (OSS) Developer

Re: Repository Scanners.

2007-08-02 Thread Joakim Erdfelt
, it is known not to work with Remote Repositories. But it should work with Local repositories. I filed an jira to track the issue surrounding the Scannable option - http://jira.codehaus.org/browse/MRM-442 -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software (OSS) Developer

Re: Problem to deploy by WebDAV to Archiva 1.0 alpha 2 running on Tomcat 5.5

2007-07-23 Thread Joakim Erdfelt
. My question is: does anybody run Archiva 1.0 alpha 2 on Tomcat and use WebDAV to deploy artifacts to? Is mentioned documentation about running Archiva on Tomcat up-to-date? Thank you very much for your answers. Best regards, Libor -- - Joakim Erdfelt [EMAIL PROTECTED] Open Source Software

Help Needed: Tomcat Archiva Woes

2007-07-23 Thread Joakim Erdfelt
^ ? If not, why not? [ Show » http://jira.codehaus.org/browse/MRM-333 ] Joakim Erdfelt http://jira.codehaus.org/secure/ViewProfile.jspa?name=joakime - [10/May/07 12:51 PM ] When reporting details, please include the following 1. Java version? (specifics please, 1.5 is insufficient. Java

Re: Help Needed: Tomcat Archiva Woes

2007-07-23 Thread Joakim Erdfelt
Joakim Erdfelt wrote: We have been getting many reports of issues with Tomcat and Archiva. We need your help to track down what is causing these issues. Please goto http://jira.codehaus.org/browse/MRM-333 and file your details. When reporting details, please include the following 1

Re: Build Failed For 521889

2007-03-27 Thread Joakim Erdfelt
Wow. that's ugly! The lack of STDOUT or STDERR output on this error is troubling. Can you delete your $HOME/.m2/repository/jpox/jpox-enhancer/* files and try again? If it still fails, I'd like for you to run mvn --debug clean install and see if there is anymore STDOUT or STDERR output. - Joakim

Re: cannot use a samba share as managed repository

2007-03-20 Thread Joakim Erdfelt
The \\computername\sharedfolder\resource syntax is UNC. http://en.wikipedia.org/wiki/Uniform_Naming_Convention Java has terribly inconsistent support for UNC. (mostly due to slash escaping bugs) It's far more reliable to mount your share, and reference it via the mount point. - Joakim nicolas

Re: Creation of a tag for a stable 'just works' Archiva version

2007-02-28 Thread Joakim Erdfelt
with legacy layout). - Brett On 27/02/2007, at 2:37 AM, Joakim Erdfelt wrote: Out of curiosity, what's important ... 1) Archiva serving up maven 1 (legacy) layout repositories. (easy / done) 2) Archiva conversion of maven 1 repository to maven 2 repository. (easy / done) 3) Archiva being

Re: Creation of a tag for a stable 'just works' Archiva version

2007-02-26 Thread Joakim Erdfelt
We are working towards a stable archiva version (alpha) this week. Stay tuned for the tag or release. - Joakim Erdfelt Tomek Korzeniewski wrote: Greetings to the Archiva Team! Would it be possible to create a tag in the svn repo of a stable, 'builds / works without problem after checkout

Re: Creation of a tag for a stable 'just works' Archiva version

2007-02-26 Thread Joakim Erdfelt
? - Joakim nicolas de loof wrote: Could you consider my patch to MRM-153 : archiva beeing maven1 compliant is required for me as lot's of my project still use maven1 to build. 2007/2/26, Joakim Erdfelt [EMAIL PROTECTED]: We are working towards a stable archiva version (alpha) this week

Re: Problems with deploying file into archiva

2007-02-19 Thread Joakim Erdfelt
Several things to do. Make sure the ID you use here - -DrepositoryId=xxxMavenRepo is the same ID you use the appropriate server section of your settings.xml. That ID is how the command line deploy:deploy-file binds the credentials found in the settings.xml to the deploy request. Also, make sure

Re: How to deploy sources and javadocs?

2007-02-14 Thread Joakim Erdfelt
Manual way ... mvn clean source:jar javadoc:jar deploy That causes the jar to be create for each, and be attached to the 'current' active build. The deploy just takes what is attached and deploys it. - Joakim Dave Hoffer wrote: It doesn't seem the deploy plug-in supports deploying sources and

Re: [m2] subversion repository upload using webdav

2007-01-19 Thread Joakim Erdfelt
wagon-webdav is only for level 1 dav servers. in other words, it is not for subversion. If you want to use subversion as a repository, something I highly *discourage*, use the wagon-scm provider. - Joakim Erdfelt Alexander Schwartz wrote: Hi, (crossposting to and maven-wagon-users

Re: Browsing repository (Was: Problems building Archiva)

2007-01-18 Thread Joakim Erdfelt
I encountered this also. But I encountered it on ALL uses of c:forTokens in all JSP's present in archiva. I even created a simple jsp with a test c:forTokens using static values, still broken, still the same exception message. So ... I removed them all from archiva. The current codebase has no

Re: Antwort: Re: Archiva: 507 Insufficient Storage

2006-12-07 Thread Joakim Erdfelt
I use wagon-webdav 1.0-beta-2-SNAPSHOT - Joakim [EMAIL PROTECTED] wrote: Hello, Just a question: Which version of wagon-webdav do you use for the upload? Anyone? Regards, Mit freundlichen Grüssen,

Re: Proxy vs. Repository URLs

2006-11-27 Thread Joakim Erdfelt
for the url make no sense. hence the split. For the record, I don't like the /proxy/ servlet in archiva. It has no security!! It will be removed. And the /repository/${urlname}/ will have the proxy abilities (with security) - Joakim Erdfelt Henri Yandell wrote: On 11/24/06, Wendy Smoak [EMAIL

Re: How to put cobertura.ser in target DIR

2006-10-04 Thread Joakim Erdfelt
includecobertura.ser/include /includes /fileset /filesets /configuration /plugin (caution, I wrote this out from memory, it might contain typos.) - Joakim Erdfelt dan tran wrote: oopps, the doc did say we can not change this location due to bug in corbertura 1.6

Re: How to put cobertura.ser in target DIR

2006-10-04 Thread Joakim Erdfelt
includecobertura.ser/include /includes /fileset /filesets /configuration /plugin (caution, I wrote this out from memory, it might contain typos.) - Joakim Erdfelt dan tran wrote: oopps, the doc did say we can not change this location due to bug in corbertura 1.6

Re: Exception while registering Admin user

2006-09-18 Thread Joakim Erdfelt
That is a known bug. :-( The archiva trunk is undergoing some security work right now. Keep an eye out on the commits in plexus-security and archiva/trunk for this work. - Joakim Erdfelt Raphaël Piéroni wrote: Hello, I checkout (18-09-2006) the last version of Archiva. I called mvn install

maven-cobertura-plugin upgraded to cobertura 1.8 - (Was: Re: Cobertura 1.8 pom (on ibiblio) contains errors and is invalid)

2006-08-22 Thread Joakim Erdfelt
into the cobertura codebase. See: https://sourceforge.net/tracker/index.php?func=detailaid=1543280group_id=130558atid=720017 - Joakim Erdfelt Wayne Fay wrote: This can only happen with a new cobertura-maven-plugin release, which is up to the owners of the c-m-p plugin. You will probably need

[Article] An introduction to Maven 2 - by John Ferguson Smart

2005-12-06 Thread Joakim Erdfelt
There's a new article on javaworld.com titled. An introduction to Maven 2 - by John Ferguson Smart http://www.javaworld.com/javaworld/jw-12-2005/jw-1205-maven.html?lsrc=maven-users - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [M2] classpath problem with surefire

2005-07-13 Thread Joakim Erdfelt
c_inconnu3 wrote: Joakim Erdfelt a écrit : Thanks for this great help, i was going mad... :-) This works : * this.getClass().getClassLoader().getResourceAsStream(a/b/c/myTest.properties); This DOES NOT works : * ClassLoader.getSystemResourceAsStream(a/b/c/myTest.properties

Re: [M2] classpath problem with surefire

2005-07-12 Thread Joakim Erdfelt
); This subtle change helped me. If that works, I'll explain why. ;-) /* Joakim Erdfelt */ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] continuum-1.0-alpha-3

2005-07-11 Thread Joakim Erdfelt
Jason van Zyl wrote: The Maven team is pleased to announce the 1.0-alpha-2 release of Continuum. This release offers users both an advance look at what's in Continuum 1.0 and a head start in helping to shape the final Continuum release. You can find everything here:

Re: help with maven wagon?

2005-07-08 Thread Joakim Erdfelt
/apache/maven/artifact/ant/DependenciesTask.java?rev=192970view=markup What I've been able to glean: 1) wagon is just a protocol handler. 2) maven-artifact provides the repo layout handling, and transitive dependency handling on top of wagon. /* Joakim Erdfelt

Re: maven roadmap - should i stay or should i go

2005-03-25 Thread Joakim Erdfelt
to specify plugins and their minimum version requirements in the dependencies? I think I caught talk about even specifying the difference in dependencies between build/run/test/cactus/integration time, is this categorization the ability I'm looking for? /* Joakim Erdfelt

Re: maven site : Too many open files

2003-12-04 Thread Joakim Erdfelt
are using Maven 1.0-rc1 on a solaris system) It's not 100% jxr's fault, nearly all of the plugin's appear to leak file descriptors (according to solaris truss). jxr is just particullarly agressive with them. /* Joakim Erdfelt - Cingular Wireless

Re: (Fwd) Re: Corporate constructive criticism

2003-09-29 Thread Joakim Erdfelt
Siegfried Göschl wrote: There is a third option - I just integrated MAVEN into an existing ANT build environment without giving up the large existing build (400 KByte of ANT scripts) and more than 100 subprojects. Basically I reap the report generation of MAVEN and everything else is done by