Re: Building and running?

2006-10-18 Thread Philippe Faes
Could somebody please insert those few lines of text in README.txt? It is nice if new people can check out the source, and start compiling without browsing the mailing lists first. cheers Philippe On Tue, 2006-09-26 at 12:31 +1000, Brett Porter wrote: mvn clean install take the WAR from

building continuum

2006-10-18 Thread Philippe Faes
Dear all, I'd like to get my hands diry on continuum, but I cannot build the continuum trunk http://svn.apache.org/repos/asf/maven/continuum/trunk by running mvn clean install Is this a temprary issue or am I doing something wrong? Also, can I compile (and run the tests) while I have a

Re: contents of a 1.1 release

2006-10-18 Thread Emmanuel Venisse
Next week, I'll start implementation of UI tests for all screens. Emmanuel Jason van Zyl a écrit : On 17 Oct 06, at 2:34 PM 17 Oct 06, Brett Porter wrote: I agree with Emmanuel. IIRC, the profiles are already in the model, and basic choice of which JDK and maven/ant installation to use

Re: building continuum

2006-10-18 Thread ben short
Hi Philippe, I wanted to do the same to see if there where any cool new features andran into the same problem. if you do mvn -Dmaven.test.failure.ignore=true package you can grab the war and deploy it tomcat ( or an app server of your choice ) you'll then need to setup 2 jndi jdbc resources

Re: building continuum

2006-10-18 Thread Joakim Erdfelt
The automated unit testing of continuum-release is very hit and miss. Hard to track down. For some people it works every time. For others it works randomly. Even a few people report that the tests work only after executing them multiple times. What I'd like to know is what the differences in

Re: building continuum

2006-10-18 Thread Jesse McConnell
always works for me on macosx, jdk 1.5, maven 2.0.4 On 10/18/06, Joakim Erdfelt [EMAIL PROTECTED] wrote: The automated unit testing of continuum-release is very hit and miss. Hard to track down. For some people it works every time. For others it works randomly. Even a few people report that

Re: building continuum

2006-10-18 Thread Christian Edward Gruber
If somone could document the jndi resources and how to configure them in tomcat 5.5 that would be very nice. I couldn't figure it out, and am currently running it with: mvn jetty:run continuum.log Christian. ben short wrote: Hi Philippe, I wanted to do the same to see if there where any

Re: contents of a 1.1 release

2006-10-18 Thread Dan Tran
Just curious, what kind of web test framework are you going to use? -D On 10/18/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Next week, I'll start implementation of UI tests for all screens. Emmanuel Jason van Zyl a écrit : On 17 Oct 06, at 2:34 PM 17 Oct 06, Brett Porter wrote: I

Re: svn commit: r464930 - in /maven/plugins/trunk/maven-eclipse-plugin: pom.xml src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java

2006-10-18 Thread Vincent Siveton
IMHO it should be better to add this in the parent plugin. Cheers, Vincent 2006/10/17, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: joakime Date: Tue Oct 17 07:22:44 2006 New Revision: 464930 URL: http://svn.apache.org/viewvc?view=revrev=464930 Log: Ensuring that codebase works with JDK 1.4

[maven 2] Can we have an automatically prepended list identifier on posts

2006-10-18 Thread Jim Stuttard
To make them more easily identifiable. Identifying maven 2 would need a new list as it's such a radical upgrade. Whether that would be useful would depend on how long people will take to migrate. WDYT? Ta Jim Send instant messages to your online friends http://uk.messenger.yahoo.com

bad checksum

2006-10-18 Thread Nicolas DE LOOF
I just tried Archiva and got errors downloading maven war plugin due to bad checksum on http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/maven-metadata.xml I manually tested it and checsum are bad. Can someone fix this ? Is there no robot to check for maven public

Javadoc aggregate question

2006-10-18 Thread Ryan C. Payne
I just stumbled across the aggregate property for JavaDoc and am pleased with the output. I have a project currently with 5 modules and it is nice to have the overall project Javadoc now available as I do with Clover coverage from the main project site page. However, unlike Clover, the Javadoc is

Re: bad checksum

2006-10-18 Thread Carlos Sanchez
I have regenerated the checksum On 10/18/06, Nicolas DE LOOF [EMAIL PROTECTED] wrote: I just tried Archiva and got errors downloading maven war plugin due to bad checksum on http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/maven-metadata.xml I manually tested it and

mapping to maps in java mojo

2006-10-18 Thread fogwolf
Hi, In the Maven 2 documentation Guide to Configuring Plug-ins the Mapping Maps section is blank. Does anyone know how this is done? Could you show me an example of how it's done? Thanks! -- View this message in context:

Continuum behind SSL, any progress on this

2006-10-18 Thread Graham Leggett
Hi all, It seems that http://jira.codehaus.org/browse/CONTINUUM-734 Can't use continuum behind https proxy still hasn't been resolved, which is a serious oversight. Looking at the code, is this a continuum problem or a plexus problem? Has there been any progress on this? Regards, Graham --

Re: Continuum behind SSL, any progress on this

2006-10-18 Thread Carlos Sanchez
I think this is already fixed for 1.1 On 10/18/06, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, It seems that http://jira.codehaus.org/browse/CONTINUUM-734 Can't use continuum behind https proxy still hasn't been resolved, which is a serious oversight. Looking at the code, is this a

Re: building continuum

2006-10-18 Thread ben short
Christian, I used the admin webapp for tomcat 5.5 to create the following two jndi resources. jdbc/continuum jdbc/users This resulted in the following context veing created in the server.xml Context path=/continuum-webapp-1.1-SNAPSHOT Resource

Re: mapping to maps in java mojo

2006-10-18 Thread Dan Tran
check out maven-surefire-plugin source. On 10/18/06, fogwolf [EMAIL PROTECTED] wrote: Hi, In the Maven 2 documentation Guide to Configuring Plug-ins the Mapping Maps section is blank. Does anyone know how this is done? Could you show me an example of how it's done? Thanks! -- View this

Re: building continuum

2006-10-18 Thread Christian Edward Gruber
Thanks! This should probably be dropped into the site built docs. Christian. P.S. How often are we re-generating the docs at http://maven.apache.org/continuum ? ben short wrote: Christian, I used the admin webapp for tomcat 5.5 to create the following two jndi resources. jdbc/continuum

Re: File locked error on Windows

2006-10-18 Thread Rahul Thakur
I can say for sure for windows, not sure about other OSs. May be this ought be added to tests or if some cool users on cool macosx and other cooler OSs can test ;-) Cheers, Rahul Jesse McConnell wrote: this only affects windows users right? and the solution is general and doesn't mess

Re: SNAPSHOT policy

2006-10-18 Thread Dennis Lundberg
Jörg Schaible wrote: Hi Dennis, Dennis Lundberg wrote: [snip] == --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Mon Oct 16 10:55:07 2006 @@ -9,7 +9,7

Re: Continuum behind SSL, any progress on this

2006-10-18 Thread Jorg Heymans
Carlos Sanchez wrote: I think this is already fixed for 1.1 Are you guys planning on releasing a first 1.1 snapshot anytime soon? Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: SNAPSHOT policy

2006-10-18 Thread Jesse McConnell
both are valid approaches in my book. freebsd tracks things like that, where 6-stable is the latest stable stuff on the trunk and releases are cut off of that tag (RELENG_6 really I think). I have mentioned this before as one of the release strategies that ought to be supported but I think

Re: Continuum behind SSL, any progress on this

2006-10-18 Thread Jesse McConnell
There are still a number of things being worked on, but I imagine after we pull the web testing back into the fold we can release an alpha or something along those lines while the rest is fixed/polished up for a release. the trunk has been pretty useful for a while so there shouldn't be any

[vote] [m1] release changes, genapp, pom, clover, java, jira, simian plugins

2006-10-18 Thread Lukas Theussl
Hi all, I am slowly starting to get familiar with Maven again... The following m1 plugins only had some trivial updates since the respective versions included in maven-1.1-beta-3, I think we could quickly release them for inclusion in 1.1-rc1: [] maven-changes-plugin-1.7 []

Re: building continuum

2006-10-18 Thread Philippe Faes
I know about the 'skip' option, but I would prefer the test to work. How can I expect continuum to work if the tests fail? I'm running Fedora Core 5 linux on amd64 with java version 1.5.0_06 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) 64-Bit Server VM

Re: [maven 2] Can we have an automatically prepended list identifier on posts

2006-10-18 Thread Brett Porter
On 18/10/2006, at 8:52 PM, Jim Stuttard wrote: To make them more easily identifiable. if you mean [maven-dev], [maven-user] etc, then no (basically just remaining consistent with other lists). Identifying maven 2 would need a new list as it's such a radical upgrade. Whether that would

Re: SNAPSHOT policy

2006-10-18 Thread Jason van Zyl
On 18 Oct 06, at 4:18 PM 18 Oct 06, Dennis Lundberg wrote: Jörg Schaible wrote: Hi Dennis, Dennis Lundberg wrote: [snip] = = --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original) +++

RE: Continuum behind SSL, any progress on this

2006-10-18 Thread Brian E. Fox
Someone asked about this a while ago (perhaps you). I have this working but I had to use the http://apache.webthing.com/mod_proxy_html/config.html and recompiled a mod_proxy for apache 2.0.55. It works perfectly for this and other proxy unfriendly apps. I'll update the jira with this info and

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-10-18 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (32 issues) Subscriber: mavendevlist Key Summary MEV-454 testng-spring has a invalid dependency on testng. http://jira.codehaus.org/browse/MEV-454 MEV-443 Several projects have

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-10-18 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (42 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1190Upload Struts Menu 2.4.2 http://jira.codehaus.org/browse/MAVENUPLOAD-1190 MAVENUPLOAD-1150Java2html 5.0 upload

Re: [maven 2] Can we have an automatically prepended list identifier on posts

2006-10-18 Thread Wayne Fay
Figure out how to configure filters in your Yahoo email to direct mail to the right place based on headers (I use the To: info). That's what the rest of us do, I'd assume. As for your comment about needing an entirely new email list for M1 vs M2... We have a generally agreed-upon notation of

Re: [maven 2] Can we have an automatically prepended list identifier on posts

2006-10-18 Thread Brett Porter
And for the record, we did have separate lists for some time and eventually voted to bring them together. - Brett On 19/10/2006, at 2:48 PM, Wayne Fay wrote: Figure out how to configure filters in your Yahoo email to direct mail to the right place based on headers (I use the To: info).