Re: Build Issues with Maven

2008-03-09 Thread new_to_sakai
The command that I'm using is maven bld dpl This is the error I get C:\Documents and Settings\kp61152\sakai-src>maven bld dpl __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1 Trying to get missing dependencies

Re: Build Issues with Maven

2008-03-09 Thread new_to_sakai
I'm using a Maven 1.1 version for sakai 2.4.0 , the Tomcat version is 5.5.26 I am getting the follwing error while building it also, My build.properties file contains : maven.repo.remote = http://source.sakaiproject.org/maven/,http://repo1.maven.org/maven/ maven.tomcat.home = C:/apache-t

Re: which ant version that maven-antrun-plugin will run?

2008-03-09 Thread Wayne Fay
That's what he said. Just to be clear, Maven downloads and uses its own Ant jar files etc, not any Ant build you've randomly installed on your computer. And presently, there is no way to change the version of Ant which is being used by Maven. Wayne On 3/9/08, Baz <[EMAIL PROTECTED]> wrote: > denn

Generating site without compiling the source.

2008-03-09 Thread Arun Kathirvel Sarojam
Hi, Is it possible to generate the site with out compiling the source. my need is to generate the report based on the compilation errors. is there any way so that i can generate the site with some reports (like CVS change log and check style reports )even if the compilation fails... plea

Re: which ant version that maven-antrun-plugin will run?

2008-03-09 Thread Baz
dennis, Thank you for you reply. Just to confirm what you said...When using maven-antrun-plugin from Maven2, the Ant version must be 1.6.5 and cannot be changed. A. On 3/9/08, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > > Baz wrote: > > All, > > > > Which ant version that maven 2's maven-antr

Re: maven-eclipse-plugin 2.5 coming soon

2008-03-09 Thread Dan Tran
no issue found using the latest snapshot with our current devopment env. , looking forward to the vote Thanks, -D On Sun, Mar 9, 2008 at 3:55 PM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > I deployed a new SNAPSHOT (maven-eclipse-plugin-2.5-20080309.224617-25) to > fix MECLIPSE-392. It is the

Re: maven-eclipse-plugin 2.5 coming soon

2008-03-09 Thread Arnaud HERITIER
I deployed a new SNAPSHOT (maven-eclipse-plugin-2.5-20080309.224617-25) to fix MECLIPSE-392. It is the last one before the release. I'll launch the vote this week. Cheers Arnaud. On Fri, Feb 1, 2008 at 1:51 PM, Jim Sellers <[EMAIL PROTECTED]> wrote: > That's wonderful. Thanks. ;-) > > Jim > >

Re: jgroups in repository

2008-03-09 Thread Wayne Fay
These kinds of issues should generally be brought up with the development team responsible for the artifacts. So in this case, I'd email the jgroups team. They are the ones responsible for pushing new releases out, as well. Wayne On 3/9/08, Pierre Monestie <[EMAIL PROTECTED]> wrote: > Hi there,

jgroups in repository

2008-03-09 Thread Pierre Monestie
Hi there, I was wondering if anyone could fix the repos for jgroups: http://repo1.maven.org/maven2/jgroups/jgroups-all/2.4.1/ points to a non existent bsh version. I would fix it myself however it looks to me that I would have to wait 4 weeks to get my fixes in the central repos? Also there are ne

How to reuse elements defined in a parent pom?

2008-03-09 Thread Dooing
Hi, I have a parent pom that defines everything that is shared by all projects of the company. 1. Sometimes I have to redefine PARTS (= child elements) of an element defined in the parent pom. It does work to redefine the version number or the scope of a dependency. However, I think it does

Re: which ant version that maven-antrun-plugin will run?

2008-03-09 Thread Dennis Lundberg
Baz wrote: All, Which ant version that maven 2's maven-antrun-plugin will run? The currently released version uses Ant 1.6.5 How do i find out? http://maven.apache.org/plugins/maven-antrun-plugin/dependencies.html Can i change it? No Thanks. A. -- Dennis Lundberg -

RE: Manven Best Practices

2008-03-09 Thread Jeff Jensen
I find these very useful. The first is "list based" and the second is "graph based". While the list based one has been easier for me to navigate the dep tree, the graph based one has had uses too. See the screenshots for nice samples. http://code.google.com/p/maven-dependency-browser/ http://ww

which ant version that maven-antrun-plugin will run?

2008-03-09 Thread Baz
All, Which ant version that maven 2's maven-antrun-plugin will run? How do i find out? Can i change it? Thanks. A.

RE: How can I use snapshot version when deploying application?

2008-03-09 Thread Brian E. Fox
Maven uses the repository based on the version. To use the snapshot repo your version must end in -SNAPSHOT (ie 1.0-SNAPSHOT) -Original Message- From: youhaodeyi [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2008 3:03 AM To: users@maven.apache.org Subject: How can I use snapshot versi

Manven Best Practices

2008-03-09 Thread sachin kamdar
We implemented Maven last year in our Organization, overall we are satisfied with the tool however, as we migrate more and more applications to Maven we are facing some daunting challenges. We have roughly 500 maven projects for 150 odd applications (ears), using the concept of Super POMS and

Re: generate jar with exec:java and install it

2008-03-09 Thread Jan Torben Heuer
Wayne Fay wrote: > I'd write a proper plugin. Its really simple. Thought about it, but the plugin isn't 100% maven-ized, yet. I want to use exec:java as a workaround until then. Jan - To unsubscribe, e-mail: [EMAIL PROTECTED]