Re: best practices: the location of configuration files vs resources

2007-05-31 Thread Robert Dale
is a part of the standard directory structure of maven 2 but nowhere it is explained. Regards, Tom I don't have the answer, but src/main/config is not included by default during a jar build whereas src/main/resources is incl

Re: Publishing a jar without a compilation step

2007-05-30 Thread Robert Dale
read all about dependencyManagement and installing 3rd party jars but its just not clicking.. Regards, Damon. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: cannot use a samba share as managed repository

2007-03-20 Thread Robert Dale
You should mount the share locally. Java does not have built-in support for accessing smb shares. -- Robert Dale On 3/20/07, nicolas de loof <[EMAIL PROTECTED]> wrote: Hello, I'd like my managed repository to be stored on a file server. I can acces it using a smb share : \\

Re: derby error

2007-03-08 Thread Robert Dale
java.lang.OutOfMemoryError: Java heap space Increase your heap, add to your jvm options: +mxSIZEm where SIZE is in mb If it's running the default size, ie. you're not specifying a size, then try 128. if you are specifying a size, try adding 20% or so. -- Robert Dale On 3/8/

Re: authorization denied

2007-01-31 Thread Robert Dale
ding it in the > settings.xml guide. I don't think proxy is for this purpose. Does maven > use the process id to get the user name? If so, how does it get the > password? http://maven.apache.org/archiva/guides/getting-started/maven-configuration.html -- Robert Dale

two 500 errors

2007-01-27 Thread Robert Dale
hanks, -- Robert Dale

CONTINUUMUSER

2007-01-27 Thread Robert Dale
Just curious, but why is http://docs.codehaus.org/display/CONTINUUMUSER/Home password-protected but MAVENUSER and ARCHIVAUSER are not? It would be much easier for the casual continuum user to browse the info there if the restriction was removed. -- Robert Dale

Re: Auto detect with continuum

2007-01-24 Thread Robert Dale
build url. -- Robert Dale AyoContinuum <[EMAIL PROTECTED]> 01/23/2007 11:43 AM Please respond to continuum-users@maven.apache.org To continuum-users@maven.apache.org cc Subject Auto detect with continuum Does any body have an idea of setting up an auto detect with continuum...

Continuum on Glassfish

2007-01-18 Thread Robert Dale
I just added a how to configure glassfish for deploying continuum. http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Glassfish Thanks for the great work on Continuum! -- Robert Dale

Re: Cannot build maven project

2006-12-18 Thread Robert Dale
/apps/continuum/conf/application.xml: There's a logging component at the bottom. Modify LEVEL. -- Robert Dale Henrique Prange <[EMAIL PROTECTED]> wrote on 12/18/2006 07:20:14 AM: > Hi Rahul, > > Maybe it is a stupid question, but how can I turn on DEBUG level on > Co

Re: Running Continuum WAR on JBoss 4.0.5

2006-12-15 Thread Robert Dale
r and how to configure it. -- Robert Dale "Hilco Wijbenga" <[EMAIL PROTECTED]> wrote on 12/15/2006 02:38:15 PM: > Hi all, > > I checked out Continuum from Subversion and ran 'mvn clean install'. > This yielded a WAR in continuum-webapp/target. I copie

Re: problem with adding https M2 pom.xml

2006-12-15 Thread Robert Dale
Did some debugging and digging and came up with this... It's fixed in subversion ;) r432666 | carlos | 2006-08-18 14:04:40 -0400 (Fri, 18 Aug 2006) | 1 line [CONTINUUM-747] Continuum can't add a project with pom in https with authentication Thanks, -- Robert Dale "

Re: problem with adding https M2 pom.xml

2006-12-15 Thread Robert Dale
ht. I work around this by logging into the system and using svn to accept the cert. :( -- Robert Dale

problem with adding https M2 pom.xml

2006-12-13 Thread Robert Dale
oding); InputStream istream = conn.getInputStream(); String foo = readString(istream); istream.close(); System.out.println(foo); } } -- Robert Dale