AW: Uploading POM's into the repository working or declined?

2003-10-14 Thread Rademacher Tobias
Thx Brett, coo! Bye Toby ;-) > -Ursprüngliche Nachricht- > Von: Brett Porter [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 15. Oktober 2003 00:11 > An: 'Maven Users List' > Betreff: RE: Uploading POM's into the repository working or declined? > > Although I haven't used it, I think

root.maven class loading

2003-10-14 Thread Sri Sankaran
Using: Maven 1.0 rc1 Problem: The root.maven class loader is not finding a class described in the project's dependencies section. I have the following dependency element in the project.xml mis-jelly mis-tags 0.1 root.maven However, when it is time for a class that is in this

Re: Maven installation

2003-10-14 Thread dion
The latest is 1.0-RC1. Use http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc1.exe for windows. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Vikas Phonsa <[EMAIL PROTECTED]> wrote on 15/10/2003 09:56:55 AM: > Hi Everybody, > > I just st

RE: Maven installation

2003-10-14 Thread Brett Porter
Absolutely, this is one of Maven's primary functions. The user guide and other site documentation is a good place to start, and you will also get some good information from the article references listed on the web site and the Maven wiki. Good luck! Cheers, Brett > -Original Message- >

RE: Maven installation

2003-10-14 Thread Vikas Phonsa
Brett, Thanks for you reply. I think I have installed it properly now. I have another question and would appreciate some advice. I have some projects that use some basic jars that are places in my repository locations. Till now we've been just checking out those jars from repositories manually fo

RE: Maven installation

2003-10-14 Thread Brett Porter
The latest download is Maven 1.0 RC1. We need to change that doc to remove the beta-8 version which is misleading. Cheers, Brett > -Original Message- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 15 October 2003 9:57 AM > To: '[EMAIL PROTECTED]' > Subject: Maven inst

Maven installation

2003-10-14 Thread Vikas Phonsa
Hi Everybody, I just started with Maven today. Was trying to install it but somethings aren't working according to the instructions on the maven site. I would appreciate help with the following: 1. What is the latest version of Maven recommended to be used. There are so many on the download site.

RE: Uploading POM's into the repository working or declined?

2003-10-14 Thread dion
Brett Porter <[EMAIL PROTECTED]> wrote on 15/10/2003 08:11:13 AM: > Although I haven't used it, I think the answers are yes, and yes. Take a > look at the artifact and pom plugins. Just to clarify, deployed jars and plugins do NOT have their POMs copied automatically. > > -Original Message-

jcoverage plugin

2003-10-14 Thread Gilles Dodinet
Hi- I am not familiar with the jcoverage tool and i have some trouble with the maven jcoverage plugin. The problem is that all classes are reported in the coverage plugin, including test classes, thus the package statistics are biased. I think i have missed some useful properties, which ones t

RE: Uploading POM's into the repository working or declined?

2003-10-14 Thread Brett Porter
Although I haven't used it, I think the answers are yes, and yes. Take a look at the artifact and pom plugins. - Brett > -Original Message- > From: Rademacher Tobias [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 14 October 2003 7:19 PM > To: '[EMAIL PROTECTED]' > Cc: Rothermel Wolfgang > Su

RE: best practise

2003-10-14 Thread Brett Porter
For Web applications, you should specify dependencies with true, and they will automatically be copied into WEB-INF/lib by maven when you run war:webapp or war:war. You can then point your server at target/webapp-name or target/webapp-name.war depending on which of the above goals you used. Have

RE: Sample Everest project from Vincent Massol

2003-10-14 Thread Vincent Massol
Hi Jose, The blog entry points to the everest zip: http://blogs.codehaus.org/people/vmassol/archives/80.html (direct link is: http://blogs.codehaus.org/people/vmassol/archives/everest.zip) Thanks -Vincent > -Original Message- > From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] >

Sample Everest project from Vincent Massol

2003-10-14 Thread Jose Gonzalez Gomez
I'm evaluating maven to use it in my next project and searching for documentation, examples,... came across the slides from Vincent Massol. In these slides a sample project is used to show the proposed layout for a J2EE project. Is it possible to get the sources of this example? Regards

xml file encoding in release plugin convert-snapshots

2003-10-14 Thread Christian Goos
Hi, I was using the convert-snapshot goal to replace the SNAPSHOT-reference by a timestamp. This worked quite well, however the output encoding of the resulting project.xml is set to UTF-8. As I am using some special characters in the project description the result is not quite what I need. Is it

RE: Eclipse plugin v1.5 released.

2003-10-14 Thread Sonnek, Ryan
I would just like say thank you to the maven team for building the functionality to automatically download plugin's from within maven! This is so convenient for users, and I know that my development team will accept maven even more if they can run one goal instead of having to manually download pl

RE: castor plugin

2003-10-14 Thread Tim Anderson
Not overly fussed. Whatever works best for you. If you provide support for one package per xsd, the properties start getting hairy, e.g: maven.castor.src1 = foo.xsd maven.castor.package1 = org.foo.bar maven.castor.src2 = bar.xsd maven.castor.package2 = org.foo.fly maven.castor.type2 = j1

how to get more debug information during build

2003-10-14 Thread khote
I use the -X option, that gives me a lot. But I need to know which place in particular is causing this problem. I look in maven.log and it doesn't say anything other than what it did successfully, and then that it's done. Does this mean there is something wrong with the tags in my code, or somethi

best practise

2003-10-14 Thread Christian Andersson
Hi there,I just have some questions about "best practise" with maven.. before I used maven, I was using jbuilder (on windows), and when running the applications/websites/webapps I had created I used to run them against the different build-directories directly. now that I use maven, I have chang

Uploading POM's into the repository working or declined?

2003-10-14 Thread Rademacher Tobias
Hi Folks, Does the RC1 release uploads the the POM files into the repository? I read a discussion thread on the maven mailing lists about this topic a couple of months ago. So please do not flame me when you decided to decline this feature request. Assuming that it works I have a related question

Re: absolute paths with eclipse:generate-classpath

2003-10-14 Thread Marc Portier
[EMAIL PROTECTED] wrote: > Marc, since you're on rc1, you could have typed just this: maven -DgroupId=maven -DartifactId=maven-eclipse-plugin -Dversion-1.5-SNAPSHOT plugin:download (for the record: small typo above: -Dversion={version-label}) and it would have done it all for you. dion, many