Re: any idea when 1.1 version will be available ?

2007-09-19 Thread Emmanuel Venisse
The vote for 1.1-beta-3 release will start this week so beta-3 will be available next week. A small guide will be added to do the upgrade. We don't know yet when 1.1 final will be release (I hope in 1 month) because we have lot of documentation to write before to release the final, but when

Re: Strange Behaviors in Continuum 1.1-betas as windows service

2007-09-19 Thread Dan Tran
I now have svn.exe on both of my system and local path and run continuum nt service using my account. But still see the same problem :( -D On 9/14/07, Dan Tran [EMAIL PROTECTED] wrote: it is a good news, now I can migrate my build from 1.0.3 to 1.1 Huge thanks -D On 9/14/07, mgifos

Re: Setting up an inhouse repository

2007-09-19 Thread Tim Kettler
Hi, Philip Constantinou schrieb: Hi - I'm struggling a little with setting up an inhouse repository. I've been looking at: http://www.sonatype.com/book/repository.html#creating_an_in-house_repository but the documentation about settings.xml seems to cause an error: Error reading

Re: Multiple Inclusions or exclusions in an assembly

2007-09-19 Thread Wouter Hermeling
I've been having the same problem. I had to use multiple dependencySets, each having its own include element. i've noticed some other strange behaviour with include elements. I'll make a comment on that in your JIRA issue MASSEMBLY-241. Paul Austin wrote: Looking at the schema for an

maven jdk1.6 classpath

2007-09-19 Thread priyasubu
Hi All I am using hte maven compiler plugin set to jdk1.6 in my pom.xml Now the thing is we want to use jaxws2.1 so we created a endorsed dir in the lb folder of jdk1.6 but when i try to do a maven compile I get an error since it does not get these jars in its classpath Any help would be

Remote repository problems

2007-09-19 Thread nodje nodje
well, damn... thank you Nick. I finally found the source of my error: some problems in my Artifactory configuration. everything seems to be fine now. Nick Stolwijk-3 wrote: In which remote repository are you looking? As fas as I can see classworlds:clasworlds:jar:1.1.-alpha-2 still exists

any idea when 1.1 version will be available ?

2007-09-19 Thread Ionut S
Hi, I know I asked this question before, but it's very important for my project to know when 1.1 version will be available.. (this means we'll need also a guide for upgrading from 1.0.3 to 1.1) Thank you, Ionut - Shape Yahoo! in your own image. Join

Re: maven jdk1.6 classpath

2007-09-19 Thread Gisbert Amm
I think you rather need to add jaxws2.1 as a dependency to your POM. -Gisbert priyasubu wrote: Hi All I am using hte maven compiler plugin set to jdk1.6 in my pom.xml Now the thing is we want to use jaxws2.1 so we created a endorsed dir in the lb folder of jdk1.6 but when i try to do a

Re: any idea when 1.1 version will be available ?

2007-09-19 Thread Ionut S
Once we upgrade to the new continuum server, will the old one still work ? You were mentioning the database changed between 1.0.3 and 1.1 .. So I guess it won't be possible (unless we create another database for the new continuum server). Can you take that into consideration when writing the

Re: any idea when 1.1 version will be available ?

2007-09-19 Thread Emmanuel Venisse
With the migration tool described in the doc, a new db is created with datas from the old db so you'll can use 1.0.3 and 1.1 in parallel because they won't use the same db Emmanuel Ionut S a écrit : Once we upgrade to the new continuum server, will the old one still work ? You were

Re: any idea when 1.1 version will be available ?

2007-09-19 Thread Ionut S
That's great ! Thanks ! Emmanuel Venisse [EMAIL PROTECTED] wrote: With the migration tool described in the doc, a new db is created with datas from the old db so you'll can use 1.0.3 and 1.1 in parallel because they won't use the same db Emmanuel Ionut S a écrit : Once we upgrade to the new

Re: delete existing content before deploying site with mvn site-deploy?

2007-09-19 Thread Gisbert Amm
Does nobody know the answer? -Gisbert Gisbert Amm wrote: I want to delete the old version of the reports before I deploy the new version. In Maven1, there was a property for this. How can I achieve that with Maven2? I found

Re: any idea when 1.1 version will be available ?

2007-09-19 Thread ashley . m . jarvis
Hi, Have been trialing out 1.1-beta-2, and it seems like a real improvement on 1.0.3 , but I kept getting problems related to http://jira.codehaus.org/browse/CONTINUUM-1353;,Is a fix for this likely in 1.1-beta-3 ? With regards Ashley Emmanuel Venisse [EMAIL PROTECTED] 19/09/2007

Re: maven jdk1.6 classpath

2007-09-19 Thread Michael McCallum
Unfortunately in their infinite wisdom Sun have packaged the jaxb 2.0 api in the core runtime... in order to override it you _have_ to create a directory called 'endorsed' in the jre/lib directory and put the jaxb-api-2.1.jar in it There is an article around somewhere on java.net. You could use

patching maven-jar-plugin

2007-09-19 Thread robert . egan
I'd like to implement a patch for maven-jar-plugin locally. How is that done? I have created a local repository (file:// etc) for our custom plugins and some parent poms shared by multiple artifacts. Should I deploy my plugin there? Will it be preferred over the remote one if I do? The patch

Re: [m2] multi-module centralized filter.properties

2007-09-19 Thread Philippe Le Marchand
I surely don't meet this problem, as my parent POM is not used by any plugin (like assembly) during packaging. So I don't have any clue but maybe to configure the assembly plugin in the parent POM so that it's not called? Or try to modify your project structure so that the parent POM is not used

Maven with Websphere

2007-09-19 Thread Hemant Ved
Hi all Can anybody explain me the steps to deploy ejb using maven with Websphere 6?Has anybody tried using Maven and RAD combination? Can maven follow the directory structure of RAD? Thanks and regards Hemant Ved

Re: How to run maven goals from Eclipse?

2007-09-19 Thread Gary Bauer
Siegfried (1) When creating the unit tests in eclipse, do I do anything special so maven can find them? I think not. Can I just tell eclipse to make a new unit test and maven test will find and run them? Place the tests in your project_root/src/test/java directory. The test classes must

Re: Using Maven WebLogic Plug in

2007-09-19 Thread greinhart
Hi, I add the same problem It was because the packaging target of the pom was 'ear' and the target directory of weblogic-maven-plugin was the same as the project ear target To resolve this, I changed the packaging target of the pom to 'pom': so the ear is only build by the

Attaching artifacts from a reporting plugin

2007-09-19 Thread Sommers, Elizabeth
Is there any way to attach an artifact (or define an artifact) from a reporting plugin? It is simple enough to do in a build plugin, but I cannot figure out how to do it from a report plugin. helper.attachArtifact(project,zip,siteReport,coeOutputFile); and

Re: jaxws-maven-plugin jaxws:wsgen - Could not find class file

2007-09-19 Thread Kyle.Bober
The fully qualified package name and class filename are 100% correct. I am wondering if it may have to do with the JAX-WS 2.1.1 version I am trying to use... This is really annoying... I even tried creating a new SimpleService with a single echo method that just returns a string and still no

Re: Removing a report in a child project

2007-09-19 Thread Rémy Sanlaville
It seem's that the only thing this flag is doing is to disable the html report exporting. All the other step for the report are done (Javadoc is still trying to instrument generated java code (which I don't really want!) If you specify to add the modules in the menu via your site.xml file,

Re: Removing a report in a child project

2007-09-19 Thread Marc-Andre Houle
It look like a something interesting, the problem is to integrate this with our continuous integration system. Since we use Hudson, maybe I can trigger a new build that will make the site, but that is not a perfect fit. Is it possible, on the same command line, to use a profile to make

RE: Determining top-level parent pom directory

2007-09-19 Thread Tim Foster
Wayne or anyone elsesuggestions? Tim -Original Message- From: Tim Foster [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 4:18 PM To: Maven Users List Subject: RE: Determining top-level parent pom directory Okay. I'm trying to dynamically create a properties file, e.g.,

Re: Removing a report in a child project

2007-09-19 Thread Rémy Sanlaville
It look like a something interesting, the problem is to integrate this with our continuous integration system. Since we use Hudson, maybe I can trigger a new build that will make the site, but that is not a perfect fit. I don't think that it's a problem to integrate this with a continuous

Re: Determining top-level parent pom directory

2007-09-19 Thread Wendy Smoak
On 9/18/07, Tim Foster [EMAIL PROTECTED] wrote: Okay. I'm trying to dynamically create a properties file, e.g., my.properties, into which I can define properties that can be referenced at all levels of the hierarchy. This file would live in a location relative to the top-level pom file. The

Re: Removing a report in a child project

2007-09-19 Thread Marc-Andre Houle
From your reply, I don't think what I though was good.. Here was what I was having in mind : profiles profile idsite/id modules modulemodule1/module modulemodule2/module /modules /profile profile

RE: jaxws-maven-plugin jaxws:wsgen - Could not find class file

2007-09-19 Thread Kyle.Bober
It seems the issue was that I had the following dependencies set to scopeprovided/scope instead of scopecompile/scope... Here is what it should have been... !-- JAXB 2.1.5 API -- dependency groupIdjavax.xml.bind/groupId artifactIdjaxb-api/artifactId

jaxws-maven-plugin Multiple SEI (Service Endpoint Implementations)

2007-09-19 Thread Kyle.Bober
Is there a way to execute the generation of multiple WSDL files using multiple jaxws-maven-plugin configurations via the jaxws-maven-plugin... I have yet to figure this out... Anyone out there have any success with this? -- View this message in context:

RE: Snapshot Browse Failure: *-beta-2 release

2007-09-19 Thread Troy Ronning
Thank you very much! :) -Original Message- From: Maria Odea Ching [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 9:21 PM To: [EMAIL PROTECTED] Subject: Re: Snapshot Browse Failure: *-beta-2 release You're right, the problem exists in the beta-2 release candidate. It seems

Re: jaxws-maven-plugin Multiple SEI (Service Endpoint Implementations)

2007-09-19 Thread Dan Tran
use multiple executes On 9/19/07, Kyle.Bober [EMAIL PROTECTED] wrote: Is there a way to execute the generation of multiple WSDL files using multiple jaxws-maven-plugin configurations via the jaxws-maven-plugin... I have yet to figure this out... Anyone out there have any success with this?

rar:rar plugin missing dependency?

2007-09-19 Thread Peter Taylor
I'm trying to build a resource adapter using maven with the rar:rar plugin. I've succeeded BUT I have an issue: I have packagingrarpackaging in my pom. But when I do a `mvn package` maven doesn't include the compiled source in the target rar file. The work-around seems to be: `mvn

Re: Setting up an inhouse repository

2007-09-19 Thread Eric Redmond
Yes, that's a documentation error - it should most definitely be in the POM... you don't need that information in a profile either. There used to be a link on the chapter pages where you could log book defects ... but it's not there now. Here's the link: https://bugs.labs.sonatype.org/book --

RE: Determining top-level parent pom directory

2007-09-19 Thread Tim Foster
Thanks for your reply. I want the properties to be available both at build time (e.g., to be used in packaging) and runtime (e.g., to be used to locate other resources that are relative to directory property values). Tim -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]

Re: Removing a report in a child project

2007-09-19 Thread Rémy Sanlaville
From your reply, I don't think what I though was good.. Here was what I was having in mind : profiles profile idsite/id modules modulemodule1/module modulemodule2/module /modules /profile

rar:rar plugin missing dependency?

2007-09-19 Thread Peter Taylor
I'm trying to build a resource adapter using maven with the rar:rar plugin. I've succeeded BUT I have an issue: I have packagingrarpackaging in my pom. But when I do a `mvn package` maven doesn't include the compiled source in the target rar file. The work-around seems to be: `mvn

Question about maven-war-plugin

2007-09-19 Thread Dave Rathnow
I've been able to use the war plugin to build a war file under the target directory of my project using the package goal. It also creates a couple of other files, including a jar file. However, when I try to use the install to put it into my local repository, it appeares as though it is

Need help with component management.

2007-09-19 Thread Chris Helck
Hi, I'm running into problems managing all of my component and versions. One problem is that the dependency relations are scattered across the different project reports. Asking questions like Which of my twenty applications use version 1.2.3 of this library? is hard to do. I think I would like a

RE: Question about maven-war-plugin

2007-09-19 Thread Colomer Cornejo, Marcelo
Hi, Try to use: packagingwar/packaging Marcelo. -Original Message- From: Dave Rathnow [mailto:[EMAIL PROTECTED] Sent: 19 September 2007 17:15 To: Maven Users List Subject: Question about maven-war-plugin I've been able to use the war plugin to build a war file under the target

RE: Question about maven-war-plugin

2007-09-19 Thread Dave Rathnow
Well...if you check the pom.xml I attached, packagingwar/packaging is there. -Original Message- From: Colomer Cornejo, Marcelo [mailto:[EMAIL PROTECTED] Sent: September 19, 2007 09:13 AM To: Maven Users List Subject: RE: Question about maven-war-plugin Hi, Try to use:

RE: Question about maven-war-plugin

2007-09-19 Thread Colomer Cornejo, Marcelo
Sorry. :-( -Original Message- From: Dave Rathnow [mailto:[EMAIL PROTECTED] Sent: 19 September 2007 17:23 To: Maven Users List Subject: RE: Question about maven-war-plugin Well...if you check the pom.xml I attached, packagingwar/packaging is there. -Original Message- From:

producing UML from javadocs (or other source-level meta-datas)

2007-09-19 Thread nicolas de loof
Hello, I'm looking for a nice tool to generate UML diagrams from my source code, based on some javadocs tags or other source-level meta-datas. The idea is to allow source code refactoring without having to apply changes manually on a UML model. I'd like this tool to run as part of my mvn site

Re: producing UML from javadocs (or other source-level meta-datas)

2007-09-19 Thread Antonio Petrelli
2007/9/19, nicolas de loof [EMAIL PROTECTED]: I'm looking for a nice tool to generate UML diagrams from my source code, based on some javadocs tags or other source-level meta-datas. The idea is to allow source code refactoring without having to apply changes manually on a UML model. I'd

Need help building families of components.

2007-09-19 Thread Chris Helck
Hi, I need something to help us assembly families of components. I'd like to say something like: Family Foo 1.2 consists of: FooApp 1.2 FooWebStuff 1.0.6 FooDb 1.0.2 FooClient 1.2.5 I'd like to give this description to our Certification group who can then build Family Foo 1.2.

Re: patching maven-jar-plugin

2007-09-19 Thread Wayne Fay
(I saw your email on dev@ and waited for it to be posted on [EMAIL PROTECTED]) Here's how I patch Maven jars: download the code from svn apply patch modify pom to add -mycompany to version number ie 2.2.1.0-mycompany (use your own company name here) mvn install the file into your repo lock down

[m2] REALLY need a solution please....

2007-09-19 Thread Mick Knutson
Below is my last message last week and no response. I need to be able to have build filters for my multi-modules, as well as the same filter file for my assemblies. original thread: --- So what did you do with you master pom.xml for relativePath..*/../*../relativePath!--

mvn archetype:create

2007-09-19 Thread Dmitri Pissarenko
Hello! I'm new to maven and now I try to create my first maven project. My settings file (start) settings localRepositoryC:/Programme/maven-2.0.7/local-repository/localRepository offlinefalse/offline proxies /proxies servers /servers mirrors /mirrors profiles /profiles

mvn not found in path

2007-09-19 Thread Guillaume Lederrey
This is probably a dumb question, but I cant get Continuum to find mvn. My mvn is installed in /usr/local/share/maven-2.0.7/. I modified the startup script (/usr/local/share/continuum-1.0.3/bin/linux/run.sh) to add the following lines : RUN_AS_USER=continuum export

Re: mvn archetype:create

2007-09-19 Thread Jim Sellers
[INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. GroupId: org.apache.maven.archetypes ArtifactId: maven-archetype-quickstart

Re: Determining top-level parent pom directory

2007-09-19 Thread Wendy Smoak
On 9/19/07, Tim Foster [EMAIL PROTECTED] wrote: Thanks for your reply. I want the properties to be available both at build time (e.g., to be used in packaging) and runtime (e.g., to be used to locate other resources that are relative to directory property values). I still don't have the

Re: Need help with component management.

2007-09-19 Thread Wendy Smoak
On 9/19/07, Chris Helck [EMAIL PROTECTED] wrote: I think I would like a program that can look at my Maven repository, extract all the dependecy data from all of the poms (Maven1 and Maven2), and create a complete graph. I could then process the graph and produce reports with graphviz or some

Re: mvn archetype:create

2007-09-19 Thread Dmitri Pissarenko
Hello! Thanks for your answer! A question: why are you fighting the default location of maven (where the repo goes, what repo's it contacts, ...). Ad location of local repo: Because I'm on a Windows machine and default location is located in a cryptic directory like C:\Dokumente und

Re: mvn archetype:create

2007-09-19 Thread Wayne Fay
Try specifying -U on the commandline to force Maven to look for updates. Wayne On 9/19/07, Dmitri Pissarenko [EMAIL PROTECTED] wrote: Hello! Thanks for your answer! A question: why are you fighting the default location of maven (where the repo goes, what repo's it contacts, ...). Ad

Usage of Maven to create TAR File

2007-09-19 Thread Waykole, Vikas M
HI, Can you please help me in the usage of maven in creating the tar file? Thanks, Vikas This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is

Re: Usage of Maven to create TAR File

2007-09-19 Thread Dan Tran
use maven-antrun-plugin to call tar task or maven-assembly-plugin to package files in tar On 9/19/07, Waykole, Vikas M [EMAIL PROTECTED] wrote: HI, Can you please help me in the usage of maven in creating the tar file? Thanks, Vikas This e-mail, including attachments, may include

property to get maven total time to build

2007-09-19 Thread I am Who i am
Hi all As shown below, is there a propery i can filter to some external file all those details, like some external property file when i filter them i want these information to go in there, like a.properties build-result= ${build-result} Total time = ${total_time} Finished at=${finished}

Re: property to get maven total time to build

2007-09-19 Thread Wayne Fay
Not that I'm aware of. But you could easily pipe the output of your Maven process to another program that you would write which would write these details into a properties file. Wayne On 9/19/07, I am Who i am [EMAIL PROTECTED] wrote: Hi all As shown below, is there a propery i can filter to

Changing paths in maven-war-plugin

2007-09-19 Thread Alexandre Gomes
Hi friends, how can I change the src/main/webapp to other path of my choice? thanks a lot! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Changing paths in maven-war-plugin

2007-09-19 Thread Alexandre Gomes
Ooops, sorry. I found it [1] plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.0/version configuration warSourceDirectory${basedir}/web/warSourceDirectory

Re: maven-changelog-plugin issue?

2007-09-19 Thread Dennis Lundberg
The error message you get is coming from the stat-scm plugin - not the changelog plugin. Andre Salvati wrote: Hi Dennis, My project has this structure: Empire * GenericXXX * pom.xml* *EJBModule1 EJBModule2 WarModule1 EARModule1 pom.xml ... before I change

Re: Maven install:install-file not working for sources

2007-09-19 Thread Wayne Fay
Remove the generatePom and see if that helps. The pom should be created when the Jar is installed. The sources and javadocs do not write the pom. Also, if this is a project built by Maven, you can attach the sources (and javadocs) to the build so they get automatically installed when mvn install

RE: Maven install:install-file not working for sources

2007-09-19 Thread Dave Rathnow
Probably not a bad idea. I've chewed through enough brain cells today. Thanks -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: September 19, 2007 03:37 PM To: Maven Users List Subject: Re: Maven install:install-file not working for sources Just copy and paste the

RE: Maven install:install-file not working for sources

2007-09-19 Thread Dave Rathnow
Nope. That doesn't work. These are separater sources that I got with the download off the web. They are not sources from my project. Dave -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: September 19, 2007 03:09 PM To: Maven Users List Subject: Re: Maven

Re: Maven install:install-file not working for sources

2007-09-19 Thread Wayne Fay
Just copy and paste the jar (assuming it is named properly) into the directory under ~/.m2 and be done with it. You may have a bad version of the install plugin or you've run into a bug or something else entirely. Unless you are really inspired to figure it out, I'd just take the pragmatic route

Maven install:install-file not working for sources

2007-09-19 Thread Dave Rathnow
Could someone tell me how to install sources into the repository? As far as I can make out from the doc, the following command should work: mvn install:install-file -DgroupId=myGroupId-DartifactId=myArtifactId -Dfile=myArtifact-1.0-sources.jar -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true

Re: Need help with component management.

2007-09-19 Thread Wayne Fay
Very little in the world cannot be done (from a programming perspective) if you have the time and inclination. As Wendy suggested, it is possible that some of the functionality you desire has already been created by one of the Repository Management tools. So pull them all down and do some

Re: Determining top-level parent pom directory

2007-09-19 Thread Wayne Fay
You could turn this single file into its own module and deploy etc it on its own in a jar file. Then use remote-resources plugin or assembly:unpack or a similar approach to bring that file into each submodule as needed. You generally should not expect that a Maven build of a module necessarily

RE: How to run maven goals from Eclipse?

2007-09-19 Thread siegfried
Place the tests in your project_root/src/test/java directory. The test classes must have names beginning or ending in Test or ending in TestCase. Thanks, I have done that now. Here is c:/Documents and Settings/siegfried/workspace/Maven_Hibernate_Spring_UML_Demo/src/test/java/c

Re: How to run maven goals from Eclipse?

2007-09-19 Thread Yaakov Chaikin
The surefire plugin, which is what takes care of your test phase, is configured by default to look for java files that **end** with *Test.java. Your file ends with *TestCase.java. Eclipse will run any test case you point it to, but not maven. Rename your test java file and it'll work. Yaakov.

Re: How to run maven goals from Eclipse?

2007-09-19 Thread Yaakov Chaikin
Maybe I spoke too soon... I just looked up the documentation on this and it says that it DOES include any of these: **/Test*.java **/*Test.java **/*TestCase.java If so, I am not sure what could be wrong. It wouldn't be the first time something strange is going on with surefire:test. Try

Re: How to run maven goals from Eclipse?

2007-09-19 Thread Wayne Fay
Its not clear what version of surefire you're using. You should specify it: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId version2.3/version /plugin Wayne On 9/19/07, siegfried [EMAIL PROTECTED] wrote: Place the tests in your

mvn-qalabs-plugin

2007-09-19 Thread David Williams
Is anyone using this plugin and experiencing problems with the movers report? I can seem to get it to recognize that a report was ran previously so it always has a - in the previously ran column. I'm using version 2.2of the plugin with Maven 2.0.6 and Java 1.5_12. Thanks, David