[m2] rmic ant task, classpath and pom.getDependencyPath()

2005-12-14 Thread Didier Brichet
Hi, I'm trying to use maven-antrun-plugin with rmic and ${pom.getDependencyPath('')} My projects are set like this : root pom.xml api pom.xml myapp-api pom.xml src myapp2-api pom.xml src impl pom.xml myapp-

Re: [m2] Filtering resources and current time

2005-12-14 Thread Allan Ramirez
I think this is already filed.. See MNG-1832 -allan Wim Deblauwe wrote: I could use that too, so please file an issue. 2005/12/15, Edwin Punzalan <[EMAIL PROTECTED]>: AFAIK, there is no ${} expression with the current time as value. You may want to file a jira request for this feature th

Re: [m2.0.1] M2 updated to 2.0.1, but what about plugins

2005-12-14 Thread Wim Deblauwe
with after that pmd and clover? ;) 2005/12/15, dan tran <[EMAIL PROTECTED]>: > > realease, assembly, deploy, install following up? ;-) > > -D > > > On 12/14/05, John Casey <[EMAIL PROTECTED]> wrote: > > > > Plugin releases are on the way. The surefire plugin was released today, > > and we're getti

Re: [m2] Filtering resources and current time

2005-12-14 Thread Wim Deblauwe
I could use that too, so please file an issue. 2005/12/15, Edwin Punzalan <[EMAIL PROTECTED]>: > > > AFAIK, there is no ${} expression with the current time as value. You > may want to file a jira request for this feature though. The Maven 2 > jira is here: http://jira.codehaus.org/browse/MNG >

Re: [m2.0.1] PMD & JDK 1.5

2005-12-14 Thread Wim Deblauwe
Allright, filed an issue to have plugin with 3.4 version of PMD: http://jira.codehaus.org/browse/MNG-1845 Anybody knows when a version of the plugin that supports JDK 1.5 will be released? regards, Wim 2005/12/15, Edwin Punzalan <[EMAIL PROTECTED]>: > > > The latest PMD plugin uses version 3.0

Re: [M2] Error building Maven plugins from source

2005-12-14 Thread Edwin Punzalan
These plugins have been fixed by John Casey just recently, thanks. :D Richard Allen wrote: I had a problem building Maven 2 from the latest source because of some dependency references to 2.0.1-SNAPSHOT versions. To make the build work, I had to change these dependency version references t

Re: [m2.0.1] M2 updated to 2.0.1, but what about plugins

2005-12-14 Thread dan tran
realease, assembly, deploy, install following up? ;-) -D On 12/14/05, John Casey <[EMAIL PROTECTED]> wrote: > > Plugin releases are on the way. The surefire plugin was released today, > and we're getting ready to do the ear, checkstyle, javadoc, and eclipse > plugins Real Soon Now. > > -john > >

Re: Need of POM tags description

2005-12-14 Thread Edwin Punzalan
Just below the whole reference is a short description of the tags of the descriptor. I'm afraid that's all that we have for the project descriptor... feel free to ask if you want to know more about a certain tag or when you're not sure if you're understanding the description correctly. De

Re: [m2] Links from parent site to module site

2005-12-14 Thread Edwin Punzalan
Please see: http://maven.apache.org/guides/development/guide-testing-development-plugins.html Matthew Beermann wrote: I want to create a parent site that has links to the modules' sites. MNG-661, about this very issue, was recently fixed. I pulled a snapshot of the site plugin; now how do

Re: [m2.0.1] M2 updated to 2.0.1, but what about plugins

2005-12-14 Thread John Casey
Plugin releases are on the way. The surefire plugin was released today, and we're getting ready to do the ear, checkstyle, javadoc, and eclipse plugins Real Soon Now. -john Andreas Lemke wrote: Hi, I'm currently evaluating maven2 for our company since about a week. My understanding has grown

Re: Is it possible to make pom.xml simpler?

2005-12-14 Thread John Casey
Actually, an even better thing to do would be to participate in the design for 2.1. The page for some of this discussion is at: http://docs.codehaus.org/pages/viewpage.action?pageId=32108 Cheers, John Allan Ramirez wrote: Please file a jira issue for this http://jira.codehaus.org/browse/MNG

Need of POM tags description

2005-12-14 Thread Deepika.M
Hi, This link has POM reference. Good One... http://maven.apache.org/maven-model/maven.html But there is no description about tags. Which tag for what? Any one of you who had soundful knowledge on Mavne 2.0 reply with usage of each and every tag in pom.xml M1 's project.xml has different sect

Re: scm svn not working or compiling

2005-12-14 Thread dan tran
you can temporarily remove maven-scm-provider-clearcase module from maven-scm-provider's pom.xml to get you going. -D On 12/14/05, dan tran <[EMAIL PROTECTED]> wrote: > > http://jira.codehaus.org/browse/SCM-108 > > clearcase provider uses 1.5 api. > > -Dan > > > > On 12/14/05, Brian E. Fox <[EMA

Re: [announce] maven-surefire-plugin 2.1.1

2005-12-14 Thread Edwin Punzalan
Great! A lot of people have been waiting for this... Thanks! ^_^ Jason van Zyl wrote: Hi, The maven-surefire-plugin version 2.1.1 has been released. This release focuses on forking support with a few bug fixes. Sorry for being so vague but because the plugins don't have their own project

Re: Is it possible to make pom.xml simpler?

2005-12-14 Thread Allan Ramirez
Please file a jira issue for this http://jira.codehaus.org/browse/MNG -allan Matt Raible wrote: After seeing what the Spring Developers have done to simplify Spring context files, I can't help but think the same thing is possible for Maven 2's pom.xml. Is it possible to add namespaces and mak

Re: [m2] axistools:wsdl2java

2005-12-14 Thread Edwin Punzalan
This is what the axistools plugin author left as an example in svn: ... org.codehaus.mojo axistools-maven-plugin http://host/server/sample.wsdl http://host/server/s

Re: [m2]release plugin with -N tag all modules (with cvs)

2005-12-14 Thread Edwin Punzalan
On my understanding with the release plugin, if you run it on the parent pom, all module references to the parent pom will be incremented too. And it is done by using the release:prepare So, if you have: parent (1.0-SNAPSHOT) - child01 - child02 The parent declarations for child01

Re: [m2.0.1] M2 updated to 2.0.1, but what about plugins

2005-12-14 Thread Allan Ramirez
Hi there, Please refer to this page http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-Thesnapshotversionofthepluginisnotupdatedinthesnapshotrepo%2CWhatshouldIdotoupdatemycopyoftheplugin%3F -allan Andreas Lemke wrote: Hi, I'm currently evaluating maven2 for our company since about a week.

Re: [m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-14 Thread clark . rao
Dear, exaplme: org.apache.maven.plugins maven-jar-plugin true

Re: scm svn not working or compiling

2005-12-14 Thread dan tran
http://jira.codehaus.org/browse/SCM-108 clearcase provider uses 1.5 api. -Dan On 12/14/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > I'm trying to figure out why I can't release:prepare to work. I tried > downloading the scm trunk and beta2 tags and both give this compile > error: > [INFO] C

scm svn not working or compiling

2005-12-14 Thread Brian E. Fox
I'm trying to figure out why I can't release:prepare to work. I tried downloading the scm trunk and beta2 tags and both give this compile error: [INFO] Compilation failure E:\STC\scm1.0-beta2\maven-scm-providers\maven-scm-provider-clearcase\src \main\ja va\org\apache\maven\scm\provider\clearcase\

Re: [m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-14 Thread Edwin Punzalan
The ejb plugin has configuration elements for the application.xml. Please see: http://maven.apache.org/plugins/maven-ear-plugin/howto.html Dário Luís Coneglian Oliveros wrote: Hi, I´ve been trying to create an EAR that contains a JAR, an EJB JAR (depends on JAR) and a WAR, however only E

Re: [m2] Checkstyle severity attribute problem

2005-12-14 Thread Edwin Punzalan
Please file a jira issue for this so we can check it out. Thanks. ^_^ Giles, Nick wrote: When I provide the Checkstyle plugin with a customised config file, it causes it to crash unpleasantly when generating the report. It appears that this is due to calling the 'remove' method on Arrays$Arr

Re: [m2] Filtering resources and current time

2005-12-14 Thread Edwin Punzalan
AFAIK, there is no ${} expression with the current time as value. You may want to file a jira request for this feature though. The Maven 2 jira is here: http://jira.codehaus.org/browse/MNG Piotr Bzdyl wrote: Hello, I would like to have something like this in my pom.xml src/

Re: (Maven 2) mvn site not working

2005-12-14 Thread Edwin Punzalan
Did you update your version of the PMD plugin? It seems like the PMD plugin you're using does not implement canGenerateReport() method. Try checking out the latest pmd plugin from svn and install it to your local repository. See: http://maven.apache.org/guides/development/guide-testing-dev

Re: Example of a plugin with integration tests

2005-12-14 Thread Edwin Punzalan
AFAIK, each integration test is a separate project. For a plugin, you may want to create a project that will use your plugin and probably put it inside src/test/projects like maven-antrun-plugin, maven-eclipse-plugin, maven-javadoc-plugin and several others. These plugins can be found here:

Re: [m2.0.1] PMD & JDK 1.5

2005-12-14 Thread Edwin Punzalan
The latest PMD plugin uses version 3.0 of PMD. For feature requests, please file jira issues here: http://jira.codehaus.org/browse/MNG Wim Deblauwe wrote: hi, The latest code of the PMD plugin seems to be not release also (like the clover plugin - see other mail) to support JDK 1.5. I thi

Re: [m2] can't read url exception

2005-12-14 Thread Edwin Punzalan
Which project directory are you generating using the command ? I used on maven-site and I got it to generate the site successfully. Law Green-A20134 wrote: When I running "mvn -U site:site" to generate offline document for maven2, I got the following error: [INFO]

Re: [m2] Checkstyle reports

2005-12-14 Thread Edwin Punzalan
This should be better put in a jira. Please see if anything similar exists in jira, and if none, please create one. Thanks. Giles, Nick wrote: Following up to myself, some poking around suggests that at least in my version, it's the classloading that's to blame... The ClassLoader passed i

Re: [m2] [evangelism] [suggestion] New libraries coming out

2005-12-14 Thread Alexandre Poitras
Nah only correcting errors. Lot of POMs are invalid right now. On 12/14/05, Christian Schulte <[EMAIL PROTECTED]> wrote: > Arik Kfir schrieb: > > > Hi, > > > > Sorry for butting in - but how about adding some (willing) people as > > administrators of *parts* of the ibiblio repo? I for example woul

Re: [m2] [evangelism] [suggestion] New libraries coming out

2005-12-14 Thread Christian Schulte
Arik Kfir schrieb: Hi, Sorry for butting in - but how about adding some (willing) people as administrators of *parts* of the ibiblio repo? I for example wouldn't mind being responsible for managing, say, the jboss section. This means that the admin only has permissions for that particular direc

Is it possible to make pom.xml simpler?

2005-12-14 Thread Matt Raible
After seeing what the Spring Developers have done to simplify Spring context files, I can't help but think the same thing is possible for Maven 2's pom.xml. Is it possible to add namespaces and make something like the following possible? Before: springframework spring 1.2.

Re: Maven Plug-in for Eclipse

2005-12-14 Thread Jason van Zyl
Tomasz Pik wrote: I'm sending email here as it's on Apache Maven page. 'subscribe' link for user's list is incorrect, it should be user-subscribe at m2eclipse.codehaus.org not users-subscribe at m2eclipse.codehaus.org Link is fixed. It's [EMAIL PROTECTED] ... And thanks for this plugin! Reg

[m2] Links from parent site to module site

2005-12-14 Thread Matthew Beermann
I want to create a parent site that has links to the modules' sites. MNG-661, about this very issue, was recently fixed. I pulled a snapshot of the site plugin; now how do I get it to actually work? Details: In the POM of my parent project, I have entries that say: ../my-module

Re: Ibiblio announcment list

2005-12-14 Thread Brett Porter
I think JIRA is better for this so that things get tracked. Generally, there is not a discussion and I don't see that people contributing are having any problems right now. The worst thing is when there are multiple ways to communicate as it gets hard to keep track. As far as announcements - part

Ibiblio announcment list

2005-12-14 Thread Srepfler Srgjan
Hi, is there a ibiblio announcement list where people could see what are the libs uploaded, dropped from ibiblio and where they can discuss also on which libs might be wise to add, how to correct pom's etc. I'm saying this because the process is not transparent enough, people should be able to

Re: Maven Plug-in for Eclipse

2005-12-14 Thread Tomasz Pik
On 15/12/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Hi, > > By popular demand the source for the Maven 2.x Plug-in for Eclipse has > been released. All the information is here: > > http://maven.apache.org/eclipse-plugin.html > > Please note that there are separate mailing lists for this project

Maven Plug-in for Eclipse

2005-12-14 Thread Jason van Zyl
Hi, By popular demand the source for the Maven 2.x Plug-in for Eclipse has been released. All the information is here: http://maven.apache.org/eclipse-plugin.html Please note that there are separate mailing lists for this project. There will be a lot of questions and we don't want to flood t

Re: [m2] [evangelism] [suggestion] New libraries coming out

2005-12-14 Thread Srepfler Srgjan
Brett Porter wrote: This is exactly what we plan to do. There is work under way to set up the necessary permission system and web of trust. Ideally, it will be the projects themselves doing so, but we realise this won't always be the case. BTW, we just did a big key signing at ApacheCon. If you

RE: Continuum 1.0.2

2005-12-14 Thread Michael Fiedler
Yes 4.0.0 Thank you, Michael -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 1:02 PM To: continuum-users@maven.apache.org Subject: Re: Continuum 1.0.2 Dumb question, but you have: 4.0.0 in your POM, right? See: > jvm 1| org.ap

[m2] packaging up applets

2005-12-14 Thread Christopher Cobb
I have one project which an applet and produces, say, applet.jar. This applet depends on other projects which produce, say, appletsupport1.jar and appletsupport2.jar. I have another project which is a web app which will provide the home for the applet. Among other things, it will have a jsp page

Disable source bundle in release plugin

2005-12-14 Thread dan tran
Hello, By default release plugin creates and deploys source bundle, how do i disable this feature? Thanks -Dan

Re: Project dependencies and plugin classloaders

2005-12-14 Thread Jochen Wiedmann
Brian E. Fox wrote: Here's how. (I did this for a kodo plugin I'm finishing up) Thanks, that helped! :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[announce] maven-surefire-plugin 2.1.1

2005-12-14 Thread Jason van Zyl
Hi, The maven-surefire-plugin version 2.1.1 has been released. This release focuses on forking support with a few bug fixes. Sorry for being so vague but because the plugins don't have their own project it is difficult to get a decent query out of JIRA. We are working to fix this. At any rate

[m2] axistools:wsdl2java

2005-12-14 Thread Nathan Sowatskey
http://mojo.codehaus.org/axistools-maven-plugin/index.html Has anyone figured out how to use this plugin please? I'd start with knowing what the group and artifact ID are if anyone knows. Many thanks Nathan Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - +34-638-083-675, +34-

Re: Maven 2 xdoclet Null Pointer Exception

2005-12-14 Thread Uli Steinkopf
On the first catch that seems to work.. On weekend i dig deeper, and i'll give a new message when something fails... What's wrong? Is the alpha version more stable than the production ;-) Thanks for help... Uli Wim Deblauwe schrieb: Let me know if you get this working, because I tried earlie

RE: [m2] Standard directory layout for generated sources

2005-12-14 Thread Dário Luís Coneglian Oliveros
Hi John, Thanks a lot. I appreciated it. I was wondering if this could be documented in the "Introduction to the Standard Directory Layout" and/or "Plug-in Development Guide" sections. This way plugin developers would have an idea of the standard layout for generated code before going towards i

RE: Project dependencies and plugin classloaders

2005-12-14 Thread Brian E. Fox
Here's how. (I did this for a kodo plugin I'm finishing up) /** * Adds nessessary items to the classloader. * * @return ClassLoader original Classloader. * @throws MojoExecutionException */ public ClassLoader setupClassloader() throws MojoExecutionException

Re: [m2] [evangelism] [suggestion] New libraries coming out

2005-12-14 Thread Arik Kfir
This sounds great brett - glad to hear that. On 12/14/05, Brett Porter <[EMAIL PROTECTED]> wrote: > This is exactly what we plan to do. There is work under way to set up > the necessary permission system and web of trust. Ideally, it will be > the projects themselves doing so, but we realise this

Re: Continuum 1.0.2

2005-12-14 Thread John Casey
Dumb question, but you have: 4.0.0 in your POM, right? See: jvm 1| org.apache.maven.project.InvalidProjectModelException: Invalid POM (not v4.0.0 modelVersion) -john

Re: Problem while running Checkstyle goal

2005-12-14 Thread John Casey
That particular bug should have been fixed in the 2.0.1 release of Maven (The NPE in the DiagnosisUtils, I mean). The checkstyle plugin fix has been patched, and I'll apply it within the next day or so, if it hasn't already been applied. However, unless you've configured a pluginRepository poin

Re: [m2] [evangelism] [suggestion] New libraries coming out

2005-12-14 Thread Brett Porter
This is exactly what we plan to do. There is work under way to set up the necessary permission system and web of trust. Ideally, it will be the projects themselves doing so, but we realise this won't always be the case. BTW, we just did a big key signing at ApacheCon. If you ever wind up at a face

Re: [m2] Standard directory layout for generated sources

2005-12-14 Thread John Casey
We already have some default "standards" for generation of code. First, code should be generated into: ${project.build.directory}/generated-sources/${plugin-prefix} Correspondingly, generated resources would go in: ${project.build.directory}/generated-resources/${plugin-prefix} This accommoda

Re: spring-mock Spring framework 1.2.5

2005-12-14 Thread Carlos Sanchez
Spring mock is there http://www.ibiblio.org/maven2/org/springframework/spring-mock/1.2.5/ Your errors are probably due to other reason On 12/13/05, cameron clarke <[EMAIL PROTECTED]> wrote: > don't shoot I'm new to Maven ;-) > > spring-mock is specified in spring-parent-1.2.5.pom but spring-mock.j

Re: [m201] cygwin: Failed to initialize environment variable resolver. Skipping environment substitution in settings.

2005-12-14 Thread John Casey
Unfortunately, that's a bug which got introduced when adding envar substitution support for the pom, settings, and profiles.xml. IIRC, it should only happen when you have an environment variable set that doesn't contain '=', as in HOME=/path/to/my/home. At any rate, it's fixed for both version

Re: Pb while installing maven-andromda plug-in

2005-12-14 Thread Lukas Theussl
For m1: First make sure maven is properly installed [1], then type maven plugin:download -DgroupId=andromda -DartifactId=maven-andromdapp-plugin -Dversion=3.1 -Dmaven.repo.remote=http://team.andromda.org/maven/ HTH, -Lukas [1] http://maven.apache.org/maven-1.x/start/install.html Somasu

[m2]release plugin with -N tag all modules (with cvs)

2005-12-14 Thread Olivier Lamy
Hi, I have the following structure pom.xml (pom packaging root with modules declaration and some common dependencies) - apis (interfaces and abstract classes) - jdbc one implementation of the api - webservices one implementation of the api All are in snapshots

[m2.0.1] ambiguous subtask definition

2005-12-14 Thread Dário Luís Coneglian Oliveros
Hi all, After upgrading to 2.0.1, I started getting an error when compiling a multi-module project that contains modules using ejbdoclet and webdoclet respectively. It says "Embedded error: Ambiguous subtask definition for logical name service-endpoint: xdoclet.modules.ejb.intf.ServiceEndpointS

Re: [ANN] Maven 2.0.1 Released

2005-12-14 Thread Alexandre Poitras
I agree! Hat off to Maven team. Maven has become my favorite Java goodie and I wouldn't want to go back to Ant :) On 12/14/05, Michael Böckling <[EMAIL PROTECTED]> wrote: > Hey Maven-Team, > > I thought this was a good opportunity to thank you for your efforts. M2 > is an impressive piece of soft

Re: [m2] [evangelism] [suggestion] New libraries coming out

2005-12-14 Thread Arik Kfir
Hi, Sorry for butting in - but how about adding some (willing) people as administrators of *parts* of the ibiblio repo? I for example wouldn't mind being responsible for managing, say, the jboss section. This means that the admin only has permissions for that particular directory of the ibiblio re

RE: [m2] Checkstyle reports

2005-12-14 Thread Giles, Nick
Following up to myself, some poking around suggests that at least in my version, it's the classloading that's to blame... The ClassLoader passed in to CheckStyle by CheckstyleReport can see some necessary resources when the invocation has got there through being called directly (checkstyle:checksty

Re: Assembly plugin triggers execution of all previous phases

2005-12-14 Thread John Allen
assembly plugin is differenct to other lifecycle cooperating plugins in as much as it invokes the package lifecyle before running. if you have configured assembly to be part of package phase itself you will loop forever. the idea is mvn assembly:assembly will do all the work of building an as

gtalk notifier not working

2005-12-14 Thread phertogen
Hi, >From the Continuum faq and mailing-list I understood it should be possbile to use google's gtalk to be notified since it uses the jabber protocol, but I must be doing something wrong because I get this error: ERROR org.apache.maven.continuum.notification.ContinuumNotificationDispatcher

Re: [ANN] Maven 2.0.1 Released

2005-12-14 Thread Michael Böckling
Hey Maven-Team, I thought this was a good opportunity to thank you for your efforts. M2 is an impressive piece of software design and I'm pretty sure it will take its place as a new de-facto standard for building Java projects (once the bugs are ironed out, hehe). Just thought this release, ev

Re: m2 - my technique for installing 3rd party jars

2005-12-14 Thread Carlos Sanchez
If you create a remote repo any developer don't need to do that previous step On 12/12/05, Brill Pappin <[EMAIL PROTECTED]> wrote: > You misunderstand... he can reproduce it at will... any developer that > joins his company can simply check out the moduleand run the build... > > However I still th

Re: How to change default build ("target") directory?

2005-12-14 Thread Wim Deblauwe
I use a set of parent poms to archive this. I have a directory structure like this: build + build-base + build-java + build-native each build-* directory has a pom.xml. The base pom defines all things that are valid for java and others. Then the build-java pom.xml defines everything for java spec

[ANN] Maven 2.0.1 Released

2005-12-14 Thread John Casey
NOTE: This didn't go out as planned because of a technicality in my From: address. Sorry for the delay... -j The Apache Maven team is proud to announce the release of Maven 2.0.1. Maven is a build system that provides software project management and dependency comprehension. Based on the conc

How to change default build ("target") directory?

2005-12-14 Thread Slawek Zachcial
Hi, I would like that all the generated files for all my m2 projects go to specific, different than default, build directory. For example, if I have projects P1 and P2, the default build directories are P1/target and P2/target. I'd like to change it to something like /temp/target. I don't want

RE: How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
I could setup an apache server to serve it but it would be nice to have everything at the same place, since continuum already have a web interface to view the source files, and all it has to do is to serve the files instead of reading the content and put it in a text box -Original Message

RE: How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
http://jira.codehaus.org/browse/CONTINUUM-512 -Original Message- From: Mayorgaadame, Alex [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 10:51 AM To: Maven Users List Cc: [EMAIL PROTECTED] Subject: RE: How to view generated site? Aviran, You should try the site-deploy goa

[m2] ear plugin: jar does not get added to application xml (as java module)

2005-12-14 Thread Dário Luís Coneglian Oliveros
Hi, I´ve been trying to create an EAR that contains a JAR, an EJB JAR (depends on JAR) and a WAR, however only EJB JAR and WAR gets added to the application.xml as ejb and web modules respectively. The JAR is not added at all. This used to work in Maven 1. How can I have an entry of JAR in the

RE: How to view generated site?

2005-12-14 Thread Neil Padgen
> -Original Message- > From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] > > Is there a way to have continuum link and serve the project's > site? Could you use site:deploy to view the site at a known location? -- Neil http://www.bbc.co.uk/ This e-mail (and any attac

RE: How to view generated site?

2005-12-14 Thread Mayorgaadame, Alex
Aviran, You should try the site-deploy goal with a section in your POM. A preview of the site could be a great idea, but I don't know if that's planned for Continuum. Maybe you can fill a request in Continuum's JIRA. Regards, Alex -Original Message- From: Mordo, Aviran (EXP N-NANNATEK

RE: [m201] cygwin: Failed to initialize environment variable resolver. Skipping environment substitution in settings.

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
Check your environment for blank entries, entries without = and also check your path for a . (dot) - if a . Exists in your path - remove it. Check this out http://jira.codehaus.org/browse/MNG-1819 Aviran -Original Message- From: Christopher Cobb [mailto:[EMAIL PROTECTED] Sent: Wednesda

How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
I have a maven project which I run thru continuum. One of the goals in the build process is site, which makes maven to generate the project site (under the target folder) Is there a way to have continuum link and serve the project's site? If I go to the working folder and click on target->site-

[m2] Checkstyle severity attribute problem

2005-12-14 Thread Giles, Nick
When I provide the Checkstyle plugin with a customised config file, it causes it to crash unpleasantly when generating the report. It appears that this is due to calling the 'remove' method on Arrays$ArrayList, which doesn't implement the method. The call is actually removing the 'severity' propert

Assembly plugin triggers execution of all previous phases

2005-12-14 Thread Nitko2
Hi! I created my components.xml with assembly plugin associated with integration-test phase. I did so because association with package phase caused infinite loop. org.apache.maven.plugins:maven-assembly-plugin:2.0:assembly This is pom.xml excerpt: maven-assembly-plugin

1.0.2: JCoverage doesn't use unit test resources?

2005-12-14 Thread jason r tibbetts
Is there any way to tell JCoverage to use the unit test resources? JCoverage worked fine until I added some tests which rely on properties files. Because these files are neither copied over to JCoverage's instrumented classes dir nor picked up in its classpath, these tests now fail. I tried to

How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
I have a maven project which I run thru continuum. One of the goals in the build process is site, which makes maven to generate the project site (under the target folder) Is there a way to have continuum link and serve the project's site? If I go to the working folder and click on target->site->in

Perforce issues and feedback

2005-12-14 Thread Mike Perham
Clientspec Naming http://jira.codehaus.org/browse/SCM-114 Transient vs Persistent Clientspecs http://jira.codehaus.org/browse/SCM-113 Please add your thoughts as comments to these issues. mike

Re: spring-mock Spring framework 1.2.5

2005-12-14 Thread Richard Wallace
Here's what I finally settled on for my pom with Spring and Hibernate. springframework spring 1.2.6 springframework spring-mock 1.2.6 test org.hibernate hibernate 3.1beta3 jta javax.transaction

Re: Maven 2 xdoclet Null Pointer Exception

2005-12-14 Thread Wim Deblauwe
Let me know if you get this working, because I tried earlier but it did not work (using JDK 1.5 and hibernate 3) regards, Wim 2005/12/14, Dário Luís Coneglian Oliveros <[EMAIL PROTECTED]>: > > Hi Uli, > > Please try to use the xdoclet maven plugin from codehaus. > I am not sure if it´s gonna wor

RE: Exception running continuum on solaris

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
See attached environment. Aviran http://www.aviransplace.com -Original Message- From: Mayorgaadame, Alex [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 5:34 PM To: continuum-users@maven.apache.org Subject: RE: Exception running continuum on solaris Aviran, Just for the rec

Project dependencies and plugin classloaders

2005-12-14 Thread Jochen Wiedmann
Hi, I have a project (A) which uses the maven-jaxme-plugin. The plugin allows to configure so-called factory chains. Think of them as plugins for the plugin. I have another project (B), which implements such a factory chain. Project B is one of the dependencies of A. However, the plugin fails to

RE: Why are jar files rebuilt all the time?

2005-12-14 Thread Jeff Jensen
What goal(s) are you running? -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 4:29 AM To: Maven Users List Subject: Why are jar files rebuilt all the time? Hi, this is probably a FAQ. If so, I apologize in advance. I notice, that

Re: Continuum with perforce

2005-12-14 Thread Emmanuel Venisse
Thanks Mike. Mike Perham a écrit : Continuum does not currently work with Perforce. I wrote the Perforce SCM plugin and tested it with Maven's release plugin but I never tested it with Continuum. I have installed Continuum and can reproduce the problem but it will take me a few days to trac

RE: Why are jar files rebuilt all the time?

2005-12-14 Thread Jeff Jensen
Thanks :-) -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 8:28 AM To: Maven Users List Subject: Re: Why are jar files rebuilt all the time? On 12/14/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Yes, that is the way it is, and I h

Re: Why are jar files rebuilt all the time?

2005-12-14 Thread Jochen Wiedmann
On 12/14/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Yes, that is the way it is, and I have the same concern but have just lived > with it. Perhaps a jira entry is needed (unless one already exists). MNG-1838 -- Often it does seem a pity that Noah and his party did not miss the boat. (Mark Twa

RE: Continuum with perforce

2005-12-14 Thread Mike Perham
Continuum does not currently work with Perforce. I wrote the Perforce SCM plugin and tested it with Maven's release plugin but I never tested it with Continuum. I have installed Continuum and can reproduce the problem but it will take me a few days to track down the problem. -Original Mes

RE: Why are jar files rebuilt all the time?

2005-12-14 Thread Jeff Jensen
Right, it is not. That is my scenario as well. This solution doesn't work for all use cases, but for the build server... We use CruiseControl so the core products are only built when CC detects a source control change. Therefore the jars only change when the code is built. You can also use CC

Re: Why are jar files rebuilt all the time?

2005-12-14 Thread Jochen Wiedmann
On 12/14/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > What goal(s) are you running? Does that matter? Take "package" for an example. Jochen -- Often it does seem a pity that Noah and his party did not miss the boat. (Mark Twain)

RE: Why are jar files rebuilt all the time?

2005-12-14 Thread Jeff Jensen
It matters to newbies who run "package" or other by default and only want a compile. Yes, that is the way it is, and I have the same concern but have just lived with it. Perhaps a jira entry is needed (unless one already exists). -Original Message- From: Jochen Wiedmann [mailto:[EMAIL

Re: Why are jar files rebuilt all the time?

2005-12-14 Thread Jochen Wiedmann
On 12/14/05, Anders Hessellund Jensen <[EMAIL PROTECTED]> wrote: > If you only want to compile your sources, try "mvn compile". "mvn > test-compile" compiles both main and test. These phases should run > pretty fast. In a multiproject environment this is typically not sufficient, isn't it? Joche

Re: Why are jar files rebuilt all the time?

2005-12-14 Thread Anders Hessellund Jensen
What goal(s) are you running? Does that matter? Take "package" for an example. If you only want to compile your sources, try "mvn compile". "mvn test-compile" compiles both main and test. These phases should run pretty fast. Best regards, Anders --

[m201] cygwin: Failed to initialize environment variable resolver. Skipping environment substitution in settings.

2005-12-14 Thread Christopher Cobb
Using 2.0.1 under cygwin, I get this with every command: $ mvn clean [WARNING] Failed to initialize environment variable resolver. Skipping environment substitution in settings. [WARNING] Failed to initialize environment variable resolver. Skipping environment substitution in settings. [INFO] Scan

Re: JavaPolis

2005-12-14 Thread Roy van der Kuil
I am currently really impressed (I met Milos here at Javapolis) and started with netbeans the same day :) Hopefully we can all help him improve it even more (he has some nice advanced features for maven 1) =Roy On 12/13/05, Martin van den Bemt <[EMAIL PROTECTED]> wrote: > > Nope it is maven1.. A

Re: Continuum with perforce

2005-12-14 Thread Emmanuel Venisse
Hi, it seems we have some problem with perforce provider. Mike Perham ( developer of it) works on it. All the code is in maven-scm project : http://svn.apache.org/repos/asf/maven/scm/trunk/ Perfoce provider is in : http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-

Re: type vs packaging & looping over dependencies

2005-12-14 Thread Chris Berry
Thanks Dan, I found some info here as well http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html I had read this before but forgot that this info was there... Thanks, -- Chris On 12/14/05, dan tran <[EMAIL PROTECTED]> wrote: > > On 12/13/05, Chris Berry <[EMAIL PROTECTED]>

RE: [m2] Checkstyle reports

2005-12-14 Thread Giles, Nick
You're right there, checkstyle will run successfully when invoked as 'mvn checkstyle:checkstyle', and produces a report, but it's not integrated into the rest of the site. I guess I can hack it for now with some external links into it, maybe do a bit of post-processing, but I'd still like to fix th

Re: [m2] Checkstyle reports

2005-12-14 Thread Deepika.M
Hi Nick, I too am trying to get checkstyle report using M2. I got the same error "FATAL ERROR" when I trired to use maven-checkstyle-plugin-2.0 > > -beta-1-SNAPSHOT plugin > U better try it with ' mvn checkstyle:checkstyle' goal for checkstyle report generation separately. - Regard

  1   2   >