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

2007-05-31 Thread Robert Dale
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 included. -- Robert Dale

Re: Publishing a jar without a compilation step

2007-05-30 Thread Robert Dale
: [EMAIL PROTECTED] -- Robert Dale - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 : \\servfichier

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/07, [EMAIL

Re: authorization denied

2007-01-31 Thread Robert Dale
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

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

two 500 errors

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

Re: Auto detect with continuum

2007-01-24 Thread Robert Dale
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...goal

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: Running Continuum WAR on JBoss 4.0.5

2006-12-15 Thread Robert Dale
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 copied this WAR into the JBoss deploy directory and requested

problem with adding https M2 pom.xml

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