RE: How can I do

2007-01-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. When will 1.1 be released? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 9:11 AM To: continuum-users@maven.apache.org Subject: Re: How can I do It isn't possible in 1.0.3, this feature is implemeted in 1.1. Emmanuel

force tasks

2007-01-04 Thread Marcelo Takeshi Fukushima
Hello folks! the disappering of tasks seens to not be happening anymore wich is weird by itself. Anyhow, is there any way to schedule a task to always run regardless of its state in the scm? thanks in advance, takeshi

assembly don't work in continuum

2007-01-04 Thread Marek Chowaniok
I have multi-module project. A \_B \_C \_D I have there assembly plugin everything works fine on my developer coputer. When I have uploaded it in Continuum = our server I used http://user:[EMAIL PROTECTED]/svn/A/pom.xml to include all modules at once and it Maven2 project. But I have found

[m2] Configuring m2 for a corporate environment

2007-01-04 Thread Alexander Schwartz
Hi, I am configuring m2 for a corporate enviroment. Some of our goals are to [goal #1] reduce the local (user depending) configuration, [goal #2] reduce the manual steps to install/maintain a local m2 installation on on a developer machine or a build server. The m2 book

Re: [m2] Configuring m2 for a corporate environment

2007-01-04 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Alexander, I like this idea, and if I may, I'd like to add one suggestion. How about allowing the users settings.xml to 'include' a settings.xml from a different location (file, url, whatever). This would allow developers to customize the

RE: Install Plugin Broken?

2007-01-04 Thread Chris Hilton
Does anyone know if there is a bug filed for this? I'm assuming this is similar to a problem we're seeing where a plugin download seems to result in only metadata in the local repository and further attempts to build just get the does not exist or no valid version could be found message. We've

Re: JBoss EJB3 and Maven

2007-01-04 Thread Fabricio Lemos
On 1/3/07, Vitor Pellegrino [EMAIL PROTECTED] wrote: i forgot to add at project/pom.xml my web project as a module, so it was not being compiled when i was trying to package my whole project. I have the same problem, but my web project is already a module of my project/pom.xml. What command did

Filters with Eclipse

2007-01-04 Thread bjorn.de.bakker
Does anybody know how to resolve the following issue: We created a project with Maven2 and we have some properties who need to be filtered. The problem is, if we declare those properties as ${test.name} and we have a filter file where test.name=c:/test.log, Eclipse doesn't know when you

Re: Filters with Eclipse

2007-01-04 Thread Fabricio Lemos
I had the same problem. The solution was to run the application compiled by maven, instead of runing the one compiled by eclipse. On 1/4/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Does anybody know how to resolve the following issue: We created a project with Maven2 and we have some

RE: using hibernate3-maven-plugin:hmb2ddl with test-classes

2007-01-04 Thread Johann Reyes
Hello Andi I believe that with version 1.0-SNAPSHOT you can not scan the test-classes, but 2.0-SNAPSHOT can do. Would you be willing to use the 2.0-SNAPSHOT? I can help you to configure again your plugin if that is the case. Regards Johann Reyes -Original Message- From: garbandi

How can I do

2007-01-04 Thread Christophe LECHENNE
Hi all, I've got 2 maven2 projects A and B in continuum 1.0.3, B depend on A. I want that if I modify A, that continuum builds A and B. Can you help me ? Christophe Lechenne

How to create compile dependency to shared j2ee library?

2007-01-04 Thread Nunn, Gerald
Hi all, I am working with WebLogic Portal 9.2 and Maven for the first time. I'm looking at using Maven instead of Ant for the build system as the dependency system is intriguing however I am having a problem getting my WLP dependencies setup. WLP has the notion of shared J2EE libraries where

Re: How can I do

2007-01-04 Thread Emmanuel Venisse
It isn't possible in 1.0.3, this feature is implemeted in 1.1. Emmanuel Christophe LECHENNE a écrit : Hi all, I've got 2 maven2 projects A and B in continuum 1.0.3, B depend on A. I want that if I modify A, that continuum builds A and B. Can you help me ? Christophe Lechenne

[m2] running both Maven 1.0.2 and Maven 2.0.4

2007-01-04 Thread Mark Hansen
It seems that it is impossible to use both Maven 1 and Maven 2 concurrently since both use the MAVEN_HOME environment variable. Is that correct? Are there any workarounds? I am building multiple projects - some use Maven 2 and some use Maven 1.

Re: [m2] running both Maven 1.0.2 and Maven 2.0.4

2007-01-04 Thread nicolas de loof
Maven2 use M2_HOME and can be used in // with maven1. I'm using both with no problem. Nico. 2007/1/4, Mark Hansen [EMAIL PROTECTED]: It seems that it is impossible to use both Maven 1 and Maven 2 concurrently since both use the MAVEN_HOME environment variable. Is that correct? Are there any

Re: multi project interdependencies

2007-01-04 Thread Alan D. Salewski
On Wed, Jan 03, 2007 at 07:18:17PM -0500, Trevor Torrez spake thus: Is it the suggested / best practice to have a subproject in a multi project setup to declare it's dependencies on the other subprojects in the dependency section? Yes. This leads to requiring some parts of the multi-project

Re: multi project interdependencies

2007-01-04 Thread Trevor Torrez
Ok; just checking; so what is the point of having the maven-eclipse-plugin generate dependencies on subprojects in eclipse ( http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html#useProjectReferences), since it has to get the artifacts from the repository anyway to successfully

Re: assembly don't work in continuum

2007-01-04 Thread Marek Chowaniok
My fault. in assembly.xml I have been looking in folders WEB-INF which were created by Eclipse, but where not used and where not in SVN. In continuum there were not these folders so that's why it didn't run properly. Marek Chowaniok wrote: I have multi-module project. A \_B \_C \_D

Repository questions

2007-01-04 Thread Trevor Torrez
What is the best practice for using and declaring common internal repositories at an organization? Basically the organization has 3 main repositories (central, internal for 3rd party non-redistributables and the base library project 'deploy's, and snapshot for the base library project SNAPSHOT

Re: How to create compile dependency to shared j2ee library?

2007-01-04 Thread Wayne Fay
I think the problem is that Javac doesn't know how to deal with the EAR that Maven puts on the compile classpath so the compile dependency isn't doing anything. This isn't Maven's fault per se nor is it something you can really expect Maven to help you with. You'll probably need to break apart

Re: Compilation failure for JSE 6 / maven2

2007-01-04 Thread Wayne Fay
Try mvn -X to get more debugging information so you might be able to tell why the compile failed. Wayne On 1/3/07, moraleslos [EMAIL PROTECTED] wrote: I currently have a maven 2 (v 2.0.4) project set up and working until now. I don't recall changing any code but when I run a mvn compile on

RE: How to create compile dependency to shared j2ee library?

2007-01-04 Thread Nunn, Gerald
Thanks Wayne, that sounds like the best solution to me. Gerald -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 11:25 AM To: Maven Users List Subject: Re: How to create compile dependency to shared j2ee library? I think the problem is that

RE: using hibernate3-maven-plugin:hmb2ddl with test-classes

2007-01-04 Thread garbandi
hi johann, i've moved to 2.0. but i didn't find myself a way to scan the classes in test-classes. so i would appreciate your help. best regards, andi Johann Reyes-2 wrote: Hello Andi I believe that with version 1.0-SNAPSHOT you can not scan the test-classes, but 2.0-SNAPSHOT can do.

uml reports

2007-01-04 Thread Dmitry Beransky
Hi, I've got UML diagrams that I'm maintaining using StarUML. Is there a way I can have them included with other Maven-generated reports? If not, is there another UML application that works better with Maven? Thanks Dmitry

Is there FTP plugin?

2007-01-04 Thread raghurajan . x . gurunathan
Hi All Is there a way / Plugin for FTP ing files other than remote repository using maven2 ?? I tried it from ant task inside of maven2, but its not finding the ftp taskdef classes, even though there are in dependency classpath i getEmbedded error: No public execute() in

release:prepare

2007-01-04 Thread alexsil
After runmvn release:prepare -DdryRun=true to check if it is all right, I tryed to run mvn release:prepare but doesn't run, or better do nothing and shows the following message: Release preparation already completed. You can now continue with release:perform, or start again using the

RE: using hibernate3-maven-plugin:hmb2ddl with test-classes

2007-01-04 Thread Johann Reyes
Hello Andi Sorry, but I haven't document yet that part of the plugin because it's being tested. To scan the test-classes directory you need to add the following flag to your componentProperties element: componentProperties scan-classestrue/scan-classes /componentProperties Let me know if you

Overriding properties in a dependency's pom.xml

2007-01-04 Thread mraible
I have a project that has dao.frameworkhibernate/dao.framework defined as a property in the root pom.xml. In a service project, that property is used as follows: dependency groupId${pom.groupId}/groupId artifactIdappfuse-${dao.framework}/artifactId

Resolving repository locations

2007-01-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I would like to reference the local maven repository and the remote maven repository by using ${variable}'s in a pom.xml. What are the variables which I need to use? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and

Re: Resolving repository locations

2007-01-04 Thread Tom Huybrechts
${localRepository} ${remoteArtifactRepositories} On 1/4/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Hi. I would like to reference the local maven repository and the remote maven repository by using ${variable}'s in a pom.xml. What are the variables which I need to use?

maven not configuring plexus artifacthandler

2007-01-04 Thread Steve Shucker
I've created a custom packaging type for jnlp webstarts so my build process will jar up the client application then generate a jnlp and package the whole thing into a war. The packaging works great, but I'm having trouble with the ArtifactHandler. It doesn't seem to be reading that

How can I make assembly include test jars?

2007-01-04 Thread Christian Goetze
As subject says ... it would seem that the assembly descriptors assume you're packaging main. Am I supposed to use full paths in the assembly descriptor? Anyone have an example? Thanks in advance! -- cg - To unsubscribe,

How to integrate XDoclet 1.2.3 in Maven2?

2007-01-04 Thread [EMAIL PROTECTED]
Hi, does anybody know how to get XDoclet 1.2.3 run in Maven2? I have googled and browsed the internet for quite a while now, tried different things, still not working... Thanks in advance for any hints, -Steffen- - To

Re: How to upload 3rd party source jars to external repository

2007-01-04 Thread Sanjiv Jivan
Can the maven docs be updated to reflect this useful piece of information. Thanks, Sanjiv On 11/8/06, Wayne Fay [EMAIL PROTECTED] wrote: Give this a try... Use that same command, but add -Dclassifier=sources or -Dclassifier=javadoc as appropriate. I'm reasonably certain that will work. Wayne

First impressions of using maven (long)

2007-01-04 Thread Christian Goetze
In this post, I'd like to summarize my first impressions of using maven. The product built in my company is a mixed bag of C/C++ code, java code and perl code. It is a classic three tier app, with the back end written in C/C++, the middle tier written in perl and java and the GUI written in

Resolving repository information

2007-01-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
I would like to resolve the URL of the remote Maven repository. How can I use ${project.distributionManagementArtifactRepository} to resolve the URL of the repository? I need a way to only resolve the URL of the non-SNAPSHOT repository. Since there can be both repository and snapshotRepository,

Re: External repositories listed in centrally deployed poms?

2007-01-04 Thread Carlos Sanchez
On 1/2/07, Wayne Fay [EMAIL PROTECTED] wrote: I believe the Maven dev team has a fairly strict all dependencies should exist on Central policy for their own artifacts (don't quote me). However it is unreasonable to expect that all artifacts in Central depend solely on other artifacts available

Re: site:stage empty index.html

2007-01-04 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Andre, you are not the only one with this problem. See: http://jira.codehaus.org/browse/MSITE-138 I got it fixed for javadoc with some snapshot plugins but it still does not work for cobertura and jxr. Regards Jörg Andre Biryukov schrieb: I

Re: Error trying to use the maven-antrun plugin

2007-01-04 Thread DevPro
Try adding the following line before calling the external ant script. property name=build.compiler value=extJavac/ This worked for me. Stephen Coy-2 wrote: If my experience with the weblogic plugin is anything to go by, you need to add this as an ant plugin dependency:

Re: Is there FTP plugin?

2007-01-04 Thread Eric Redmond
Well, you can always use Ant's FTP with the antrun plugin: plugin artifactIdmaven-antrun-plugin/artifactId configuration tasks ftp server=ftp.mycompany.com userid=usr1 password=pass1 action=list listing=${project.build.directory}/ftplist.txt

Re: How to integrate XDoclet 1.2.3 in Maven2?

2007-01-04 Thread Marco Mistroni
Hi, this is a sample pom.xml this is for creating hibernate mappings plugins plugin artifactIdxdoclet-maven-plugin/artifactId groupIdorg.codehaus.mojo/groupId executions execution phasegenerate-sources/phase goals

Re: How can I make assembly include test jars?

2007-01-04 Thread Barrie Treloar
On 1/5/07, Christian Goetze [EMAIL PROTECTED] wrote: As subject says ... it would seem that the assembly descriptors assume you're packaging main. Am I supposed to use full paths in the assembly descriptor? Anyone have an example? This should be added to the assembly docs, do you want to file

Re: How can I make assembly include test jars?

2007-01-04 Thread Barrie Treloar
On 1/5/07, Barrie Treloar [EMAIL PROTECTED] wrote: On 1/5/07, Christian Goetze [EMAIL PROTECTED] wrote: As subject says ... it would seem that the assembly descriptors assume you're packaging main. Am I supposed to use full paths in the assembly descriptor? Anyone have an example? This

Re: How can I make assembly include test jars?

2007-01-04 Thread Christian Goetze
Thanks for the tips. I ended up making it its own module and just use the standard assembly. My thinking is that if it's being distributed, it isn't really a test anymore. I hope this conforms with the idea of the test vs main source subtrees... -- cg

Re: How can I make assembly include test jars?

2007-01-04 Thread Barrie Treloar
On 1/5/07, Christian Goetze [EMAIL PROTECTED] wrote: Thanks for the tips. I ended up making it its own module and just use the standard assembly. My thinking is that if it's being distributed, it isn't really a test anymore. I hope this conforms with the idea of the test vs main source

Re: uml reports

2007-01-04 Thread Wayne Fay
What do you want to do with them -- convert to JPG or PNG and include in Javadoc or another webpage? Or just include links to the UML files? Wayne On 1/4/07, Dmitry Beransky [EMAIL PROTECTED] wrote: Hi, I've got UML diagrams that I'm maintaining using StarUML. Is there a way I can have them

Re: Maven-buildnumber plugin

2007-01-04 Thread Binil Thomas
Hi all, A new version of maven-buildnumber plugin is released. Please see http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/index.html Thanks, Binil Kay Huber wrote: Hi Binil The good news first: Thanks to your work, I got the right start - and found the answer to your

Re: Packaging application with dependent jars?

2007-01-04 Thread mxc
Hi Mathew, Thanks for the help. I have added the above XML to my pom.xml. When I run the command [INFO] Unable to find descriptor: /home/mark/workspace/appgen/src/decriptor.xml (No such file or directory) -- View this message in context:

Re: Overriding properties in a dependency's pom.xml

2007-01-04 Thread mraible
I tried setting the dao.framework property in settings.xml, but that didn't work either. It seems there's only two ways to set a DAO Framework with AppFuse/Maven. 1. Pass it in from the command-line: mvn jetty:run-war -Ddao.framework=jpa-hibernate 2. Set it in your MAVEN_OPTS environment

Invoking ant java Task from Maven or similar approaches in MAVEN

2007-01-04 Thread raju
Hi , Currently I am invoking java org.apache.xalan.xslt.Process using an ant build file in order to generate output based on XSL.IS there any way i can do the same in MAVEN or maybe call this ant script from within MAVEN POM. ?xml version=1.0 encoding=UTF-8? project name=Code Generation