Re: Build Issues with Maven

2008-03-10 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 =

Re: Build Issues with Maven

2008-03-10 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-srcmaven bld dpl __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.1 Trying to get missing dependencies

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

2008-03-10 Thread Baz
Do you know if there is a maven version that will support Ant 1.7.0+ ? Thanks. A. On Sun, Mar 9, 2008 at 9:45 PM, Wayne Fay [EMAIL PROTECTED] wrote: 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

Re: running optional ant tasks with maven-antrun-plugin

2008-03-10 Thread gotama
The above XML apparently only works when the POM's packaging is jar. When I execute this POM from a parent POM, who's packaging is pom, the optional ant task jar files are not included in and the ant tasks blow out w/ an error. I can only exec mvn install in the same directory which has the POM

Re: Build Issues with Maven

2008-03-10 Thread Lukas Theussl
plugin:download works for me, see below. I'd guess from the wagon timeout that you are behind a proxy, in that case you should review the maven proxy properties: http://maven.apache.org/maven-1.x/reference/properties.html#Proxy_Properties HTH, -Lukas maven plugin:download

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

2008-03-10 Thread Baz
Is there a way that I can use Maven 2 to run ant 1.7.0 tasks? On Mon, Mar 10, 2008 at 12:37 AM, Baz [EMAIL PROTECTED] wrote: Do you know if there is a maven version that will support Ant 1.7.0+ ? Thanks. A. On Sun, Mar 9, 2008 at 9:45 PM, Wayne Fay [EMAIL PROTECTED] wrote: That's

RE: [POLL] Why are you not able to use the most recent maven release?

2008-03-10 Thread Jörg Schaible
Brian E. Fox wrote: I get the sense that lots of people are using older versions of Maven due to various regressions. As we get closer to 2.1 alpha, we need to ensure that we identify the regressions across the 2.0 line so that we can make sure they are fixed in 2.1 and so that users can

Re: jgroups in repository

2008-03-10 Thread Fiouz
Hi, On Sun, Mar 9, 2008 at 8:22 PM, Pierre Monestie [EMAIL PROTECTED] wrote: 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?

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

2008-03-10 Thread Alexandre Touret
Hello, No I don't think so Regards, Alexandre 2008/3/10, Baz [EMAIL PROTECTED]: Is there a way that I can use Maven 2 to run ant 1.7.0 tasks? On Mon, Mar 10, 2008 at 12:37 AM, Baz [EMAIL PROTECTED] wrote: Do you know if there is a maven version that will support Ant 1.7.0+ ? Thanks.

maven-javadoc-plugin 2.4 missing

2008-03-10 Thread Julien Graglia
The project summary (1) announce version 2.4, the SVN tag is present, but I can't find the plugin in ibiblio (2) or repo1 (3). This version is quite young : site generated march 08, svn tag created 38 hours ago. Is it too early for v2.4? 1 :

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-10 Thread Nigel Magnay
2.0.7, with local patches. Because I've tried about 3 times to get someone to apply a fix for MNG-3284 (or tell me if the attached patch won't work because of something non-obvious), and it just never goes anywhere. :-/ On Fri, Mar 7, 2008 at 9:44 PM, Brian E. Fox [EMAIL PROTECTED] wrote: I get

Re: maven-javadoc-plugin 2.4 missing

2008-03-10 Thread Vincent Siveton
Hi The release process started yesterday on [EMAIL PROTECTED] Just waiting for. Cheers, Vincent 2008/3/10, Julien Graglia [EMAIL PROTECTED]: The project summary (1) announce version 2.4, the SVN tag is present, but I can't find the plugin in ibiblio (2) or repo1 (3). This version is

filtering files at archetype-metadata.xml multi-project

2008-03-10 Thread Marcelo Rÿfffff4mulo Fernandes
I´m creating a multi-project archetype. When I run the command above, the readme.txt file is not copied to generated project root, but only main pom.xml. I tried to copy others files to root dir, but they are not copied. What´s is wrong with the fileSet? mvn archetype:generate

how can i install maven-copy-plugin

2008-03-10 Thread Sonar, Nishant
Hi I was using this maven-copy-plugin which copies files from src to destination, I did downloaded from a site (http://quebbemann.kicks-ass.net/development/qu-base/maven-plugins/copy- maven-plugin) earlier but I can't find it now. All I have is the older downloaded jars and poms , but now I

Release process

2008-03-10 Thread Luca Tagliani
Hi all, I'm using the release plugin with a subversion SCM to release a war. I want to perform a release including the resources specified in the resource tag of my pom, but the plugin doesn't copy them. When I do a normal deploy, obviously, the resources are copied in the war. There's a way

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

2008-03-10 Thread Wayne Fay
There is no published version of m-a-p that will use Ant 1.7+. This is being worked on, but I have no idea about ETA etc. You are welcome to grab the source and create your own if you cannot wait for the official plugin to be available. I would deploy it under a different groupId to avoid

RE: Release process

2008-03-10 Thread Brian E. Fox
What do you mean the release plugin doesn't copy them? The resources are in the war and the war gets deployed. You may also be getting a sources jar and the resources should be in there. Is this what you're missing? -Original Message- From: Luca Tagliani [mailto:[EMAIL PROTECTED] Sent:

Re: Reporting of multi-module project

2008-03-10 Thread Martin Höller
On Saturday 08 March 2008 Ingo Düppe wrote: I like to exclude some of my modules within my multi-module projects from beeing considered by report generating. For instance, I do like to generate a aggregated javadoc report for all jar modules but not of the model - module of andromda. What

Reuse Best Practice

2008-03-10 Thread Jackson, Paul
Hi, I'm fairly new to maven and have reached a point where I am unsure the best way to share configuration settings across projects. I am familiar with the parent tag and we use that, primarily, to inherit the version #. Since a pom can have only one parent, I am wondering what is the best way

Multi-module Site menu

2008-03-10 Thread Erik Husby
We have a number of applications that share common modules. Because we currently do not version and release the common modules each application includes them in their builds. Thus we have a flat directory structure with the common modules and applications on the same level. I.E. mod1

Re: Reporting of multi-module project

2008-03-10 Thread [EMAIL PROTECTED]
Martin Höller schrieb: On Saturday 08 March 2008 Ingo Düppe wrote: I like to exclude some of my modules within my multi-module projects from beeing considered by report generating. For instance, I do like to generate a aggregated javadoc report for all jar modules but not of the model -

Ojdbc Dependency Issue

2008-03-10 Thread TJ Greenier
I am trying to find the Oracle Ojdbc14.jar file in the maven repository so that I can successfully add this as a dependency in my pom.xml. I have searched online and through the archives and all references point to the following: dependency groupIdojdbc/groupId

RE: Reuse Best Practice

2008-03-10 Thread Brian E. Fox
Using a common parent (grand-parent in this case) of your parents is what you want. If you are trying to share plugin configuration, use pluginManagement to set the config. Then the children can just declare the plugin and they will inherit the config, while the (grand)parent will install because

Re: Ojdbc Dependency Issue

2008-03-10 Thread [EMAIL PROTECTED]
TJ Greenier schrieb: I am trying to find the Oracle Ojdbc14.jar file in the maven repository so that I can successfully add this as a dependency in my pom.xml. I have searched online and through the archives and all references point to the following: dependency

Bug within Maven ANT Tasks?

2008-03-10 Thread Matthew Tordoff
Hi all, I am using Maven ANT tasks to deploy a number of JAR files I produce as part of my build. For each JAR file I have a corresponding pom.xml file (not called pom.xml however:) ). I define references to these files in my build script as follows: artifact:pom id=xxx.pom file=xxx.xml/

RE: Bug within Maven ANT Tasks?

2008-03-10 Thread Matthew Tordoff
Hi all, It looks like this could have been fixed in 2.0.9 which introduces support for default profiles. I am guessing because I am defining my properties within a profile , this is why it is not being read by the Maven ANT tasks. Does anyone know when or how to find out when this version

RE: Reuse Best Practice

2008-03-10 Thread Jackson, Paul
Thank you for this suggestion - I had not heard of pluginManagement. If I understand you correctly, I add a pluginManagement section to the pom that is at a level that all my projects inherit. In my example it would be at com.g1.dcg and the section would look something like this: build

pom dependencies not found in the reactor.

2008-03-10 Thread greenstar
Hello, I have a situation where dependencies of type pom are not found in the reactor (ie: multi-module builds). If the dependency is of type jar, then it is found in the reactor with no problems. What is special about pom types in the reactor? As an aside, the reason I am depending on a pom

Re: pom dependencies not found in the reactor.

2008-03-10 Thread gotama
This problem seems similar to mine: http://www.nabble.com/running-optional-ant-tasks-with-maven-antrun-plugin-td15842721s177.html Why is the parent pom not seeing the plugin dependencies of a required jar module? greenstar wrote: Hello, I have a situation where dependencies of type pom

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

2008-03-10 Thread Dennis Lundberg
There is a feature request for this in JIRA: http://jira.codehaus.org/browse/MANTRUN-68 Baz wrote: Do you know if there is a maven version that will support Ant 1.7.0+ ? Thanks. A. On Sun, Mar 9, 2008 at 9:45 PM, Wayne Fay [EMAIL PROTECTED] wrote: That's what he said. Just to be clear,

not using -DremoteRepositories specified urls

2008-03-10 Thread jdijkmeijer
Hi, I'm trying to follow a liftweb tutorial but it doesnot work as expected: mvn archetype:create -U -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-blank -DarchetypeVersion=0.3.0 -DremoteRepositories=http://scala-tools.org/repo-releases -DgroupId=com.test

maven archetype: archetype-metadata.xml ..?

2008-03-10 Thread Nino Saturnino Martinez Vazquez Wael
Hi Im trying to build a archetype that has the following structure: parent | |-subproject |-subproject Im using the new way of doing this by the archetype-metadata.xml and modules, but I am a bit uncertain about the structure for the modules, they should have the archetype structure aswell,

Changing POM Versions

2008-03-10 Thread gotama
For large Maven projects, what is the best practice way for changing the version of the POMs? Just created a script and traverse all POMs to alter their version or is there a better method? Thanks. -- View this message in context:

Re: filtering files at archetype-metadata.xml multi-project

2008-03-10 Thread Raphaël Piéroni
Hi Marcelo, Your first file set is set to directory./directory but it should be set to directory/directory yes the value for root directory is empty Regards, Raphaël 2008/3/10, Marcelo Rÿf4mulo Fernandes [EMAIL PROTECTED]: I´m creating a multi-project archetype. When I run the command

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-10 Thread Ken Liu
I'm sort of in the same boat, but for different reasons. The maven version is considered to be part of the configuration for each project, so projects are tied to whatever version of Maven was used at release time. Upgrades are considered to be changes to the build environment, which are out of

Re: maven archetype: archetype-metadata.xml ..?

2008-03-10 Thread Raphaël Piéroni
Hi Nino, Answers inlined 2008/3/10, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED]: Hi Im trying to build a archetype that has the following structure: parent | |-subproject |-subproject Im using the new way of doing this by the archetype-metadata.xml and modules, but I

Re: running optional ant tasks with maven-antrun-plugin

2008-03-10 Thread Wayne Fay
STOP sending this email. You've sent it four times in 12 hours. If someone feels like responding, they will. Wayne On 3/10/08, gotama [EMAIL PROTECTED] wrote: The above XML apparently only works when the POM's packaging is jar. When I execute this POM from a parent POM, who's packaging is

Re: Changing POM Versions

2008-03-10 Thread Wayne Fay
If you use the release plugin, it will automatically update the versions in your poms for you when you perform a release. Otherwise, yes, its a manual process. Wayne On 3/10/08, gotama [EMAIL PROTECTED] wrote: For large Maven projects, what is the best practice way for changing the version

Re: pom dependencies not found in the reactor.

2008-03-10 Thread Wayne Fay
Apparently Nabble is re-sending these emails repeatedly. Is gotama the only person using Nabble who is experiencing these troubles? Are other people seeing it too? Or is gotama simply hitting refresh and causing these emails to be sent over and over again without realizing it? Wayne On 3/10/08,

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-10 Thread Brett Porter
On 11/03/2008, Ken Liu [EMAIL PROTECTED] wrote: Until I can figure out a way to get Continuum to run with different Maven versions, we're stuck with the current one. If you are running Continuum 1.1 you can choose the Maven version to use per project or per group (as well as JDK, etc). If you

file with source like src/main/config/ myfile.ext doesn´t work in multimodule build

2008-03-10 Thread torsten . reinhard
Hi I have an assembly (install.xml) with assembly xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.0.0.xsd; xmlns= http://maven.apache.org/POM/4.0.0; formats formatzip/format

outputDirectory./outputDirectory needed in file assembly

2008-03-10 Thread torsten . reinhard
Hi, in Windows XP it seems to be necessary to configure the outputDirectory in a file element with a dot like assembly xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.0.0.xsd; xmlns=

Re: filtering files at archetype-metadata.xml multi-project

2008-03-10 Thread Marcelo Romulo Fernandes
Hi Raphael, It works! Thanks very much! ´s marcelo - Original Message From: Raphaël Piéroni [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Monday, March 10, 2008 4:22:56 PM Subject: Re: filtering files at archetype-metadata.xml multi-project Hi Marcelo, Your

Re: running optional ant tasks with maven-antrun-plugin

2008-03-10 Thread gotama
I just found that this is a bug: http://jira.codehaus.org/browse/MANTRUN-51 In a multi-module project, the ant plugin dependencies are lost. The 'workaround' is the place the ant plugin dependencies in the 1st module despite if you actually need the ant plugin there, simply to load the

RE: running optional ant tasks with maven-antrun-plugin

2008-03-10 Thread Jason Chaffee
The antrun-plugin has been a major pain in the butt for a couple of years now and there are so many people wanting this fixed. Every time someone asks about it, it falls on deaf ears, or so it seems. This is one of the reasons when you go to conferences you always hear well respected engineers

Conditional Build

2008-03-10 Thread David C. Hicks
I've recently added some profiles to my build that allow us to create artifacts for different environments. This all works just dandy, but now I need to eliminate the dummy versions of classes from my production artifacts. I've seen a tutorial that uses the maven-antrun-plugin, but that

RE: [POLL] Why are you not able to use the most recent maven release?

2008-03-10 Thread Brian E. Fox
We're currently stuck on 2.0.4 but are starting to plan to upgrade to 2.0.9. 2.1 is not even on the radar yet. Good, be sure to check out your dependencies using the url I previously sent on this thread. 2.0.9 will have some important fixes / enhancements so it should be considered for upgrade.

RE: Release process

2008-03-10 Thread Luca Tagliani
I mean that during the release:perform the war is built using the content of the target/checkout directory and the resources placed outside the src/main/resources directory (but specified in the resources tag of the pom.xml) isn't copied into the war. Brian E Fox wrote: What do you mean the

Maven / Repository / SVN

2008-03-10 Thread Marco Mistroni
hi all, was wondering if someone has any ideas or had to deal with similar cases. my colleague and i are trying to promote maven at our working place using an internal repository the problem is that people here want to store artifact / external libraries in svn rather than in an internal

Re: Maven / Repository / SVN

2008-03-10 Thread Graham Leggett
Marco Mistroni wrote: the problem is that people here want to store artifact / external libraries in svn rather than in an internal repository Tell them that at it's core, released maven artifacts never change, and so it makes no sense to store artifacts in a change control system, as doing

Re: pom dependencies not found in the reactor.

2008-03-10 Thread gotama
There is something wrong w/ the list or Nabble. My posts were not going through so I hit resend on Nabble. Nabble said the post was not accepted so I don't understand why there are duplicates. Nothing went through last night through this afternoon. I'm guessing either the list got backed up for

Re: Bug within Maven ANT Tasks?

2008-03-10 Thread Hervé BOUTEMY
Le lundi 10 mars 2008, Matthew Tordoff a écrit : Hi all, It looks like this could have been fixed in 2.0.9 which introduces support for default profiles. I am guessing because I am defining my properties within a profile , this is why it is not being read by the Maven ANT tasks. I just put a

RE: Reuse Best Practice

2008-03-10 Thread Brian E. Fox
Yep you got it. If you need to turn that off, you'll need to redefine an execution using the same id to clear/change the behavior. -Original Message- From: Jackson, Paul [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 1:20 PM To: Maven Users List Subject: RE: Reuse Best Practice

RE: Release process

2008-03-10 Thread Brian E. Fox
Are these resources not inside your scm? Why would they not be picked up from the checkout folder? Are you using absolute paths or something? Something is fishy here because the build shouldn't care where it is. -Original Message- From: Luca Tagliani [mailto:[EMAIL PROTECTED] Sent:

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-10 Thread Barrie Treloar
See http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins and the final post that started that page at http://www.nabble.com/forum/Permalink.jtp?root=7845254post=7884079page=y I can't find a JIRA, I would have thought I raised one... Oh well. I never found the time to re-investigate

Re: Build blocked

2008-03-10 Thread Nicolas Loison
Hi, I was in holiday the last week. I would like to know what is the name of the DB and What is the login and the password to connect it ? Thanks a lot, Nico 2008/2/29, Nicolas Loison [EMAIL PROTECTED]: Thanks, But what is the name of the DB ? Where is it ? What is the login and the

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
You'll find the jdbc url in your application.xml file with username/password. normally, the login is 'sa' with no password. emmanuel On Mon, Mar 10, 2008 at 9:44 AM, Nicolas Loison [EMAIL PROTECTED] wrote: Hi, I was in holiday the last week. I would like to know what is the name of the DB

Re: Build blocked

2008-03-10 Thread Nicolas Loison
Ok, so I've found this information in the application.xml file but I don't know what is the name of the DB... 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: You'll find the jdbc url in your application.xml file with username/password. normally, the login is 'sa' with no password. emmanuel

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
What is your jdbc url? Emmanuel On Mon, Mar 10, 2008 at 11:45 AM, Nicolas Loison [EMAIL PROTECTED] wrote: Ok, so I've found this information in the application.xml file but I don't know what is the name of the DB... 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: You'll find the jdbc url

Re: Build blocked

2008-03-10 Thread Nicolas Loison
So, My jdbc url is : property namejavax.jdo.option.ConnectionURL/name valuejdbc:derby:${plexus.home}/database;create=true/value /property Thanks ! 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: What is your jdbc url? Emmanuel On Mon, Mar 10, 2008 at 11:45 AM,

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
derby is used in memory, so the database is stored in some files and the db name is ${plexus.home}/database When you'll use SquirrelSQL, replace ${plexus.home} by the continuum root directory, maybe a sub-directory. Search a subdirectory named 'database' under your continuum directory and you'll

Re: Build blocked

2008-03-10 Thread Emmanuel Venisse
You can't except if you start a derby server plugged to your db. Emmanuel On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison [EMAIL PROTECTED] wrote: Ok thanks for these explications. SquirelSQL may be installed in other PC than the PC where is installed continuum ? 2008/3/10, Emmanuel

Re: Build blocked

2008-03-10 Thread Nicolas Loison
Ouc, It's too much difficult 2008/3/10, Emmanuel Venisse [EMAIL PROTECTED]: You can't except if you start a derby server plugged to your db. Emmanuel On Mon, Mar 10, 2008 at 5:58 PM, Nicolas Loison [EMAIL PROTECTED] wrote: Ok thanks for these explications. SquirelSQL may