Re: artifacts not getting indexed?

2008-01-15 Thread Maria Odea Ching
Hi Joe, The repo indexing and search seems to be working fine to me. It would definitely be helpful if you could provide the logs.. Thanks, Deng On Jan 11, 2008 7:43 AM, Joseph Heck [EMAIL PROTECTED] wrote: Howdy, I've just started digging in to using Archiva. We've been using Proximity

Re: remote repositories verse proxy connectors...??

2008-01-15 Thread Maria Odea Ching
Hi Mick, I was able to get the dashboard-maven-plugin via a proxy so there must be something wrong with your current configuration.. Anyway, I've detailed below what you need to configure in Archiva and in your settings.xml: 1. Create a local proxy repo (e.g. managed repo) or you

Re: [m1][archiva1.0] Configuring types

2008-01-15 Thread nicolas de loof
What is the physical name for the deployed ejb jar ? It should be EjbXX.jar How did you deploy it on your managed repository ? Archiva support for m1 is limited as legacy (m1) repository path are not as struict as m2 ones, and miss some meta-datas. Nico. 2008/1/15, fabien.dubron [EMAIL

[m1][archiva1.0] Configuring types

2008-01-15 Thread fabien.dubron
Hi all, First, congratulations for releasing the 1.0 version of Archiva. I'm working on a multi-project application and i encountered a problem. One of my sub-project is having the type ejb. Also, when i deploy it with maven, it's placed in a folder called ejbs. The problem is that when i'm

Re: [m1][archiva1.0] Configuring types

2008-01-15 Thread fabien.dubron
nicolas de loof-3 wrote: What is the physical name for the deployed ejb jar ? It should be EjbXX.jar How did you deploy it on your managed repository ? /myrepository/myGroupId/ejbs/EjbPFE-0.5-beta-2.jar I deployed it with the maven multiproject:deploy command. Fabien. -- View this

Re: [archiva 1.0] trying to eliminate external REPO lookups...

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:57 PM, Mick Knutson [EMAIL PROTECTED] wrote: I was hoping that my setting up my archiva as a mirror, each developer would not have to go to maven, and codehaus each time they build, but it seems that we are still going out each time: How did you configure your mirrors?

[c 1.1, archiva 1] Deployment Repository directory parameter

2008-01-15 Thread Mick Knutson
I wnat to know what I should set this to: * Deployment Repository Directory: * * Enter the deployment repository directory of the Continuum web application * Should I set this to the path for my archive repository? http://rc-sun66e.ut.dentegra.lab:8080/archiva/repository/internal/ so

[c 1.1] schedule build per svn check-in?

2008-01-15 Thread Mick Knutson
Is it possible to kick off the build each time there is a new update available in svn? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com ---

Re: [c 1.1, archiva 1] Deployment Repository directory parameter

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:37 PM, Mick Knutson [EMAIL PROTECTED] wrote: I wnat to know what I should set this to: * Deployment Repository Directory: * * Enter the deployment repository directory of the Continuum web application * Should I set this to the path for my archive repository?

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:29 PM, Mick Knutson [EMAIL PROTECTED] wrote: I have been running derby almost file. But when I bounce Tomcat, the db.lckfiles are not removed, thus giving me an error when I re-start Tomcat as the DB is already in use, which it is not. It is only because the lck files are

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Emmanuel Venisse
Continuum define few properties that are sent to the maven process during the build like the current build number, the next, last state and the group name. Look at your logs and you'll see them when a build start the maven process Emmanuel On Jan 15, 2008 10:54 PM, Mick Knutson [EMAIL PROTECTED]

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Olivier Lamy
Have a look here [1]. -- Olivier [1] http://www.nabble.com/Version-and-build-number-to-Ant-build-process-td14593864.html 2008/1/15, Mick Knutson [EMAIL PROTECTED]: I want to create our war final name appended with the continuum build number: myProject-userwebapp-1.25-build-42.war Is this

Single directory permissions

2008-01-15 Thread gcalm
In a simple setup using packagingwar/packaging, is there a way to specify permissions for a single directory? I'm developing a small web-app, which has to upload files, so I'm looking for a way to just specify chmod 777 on the uploads directory /src/webapp/uploads. I would really appreciate any

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
I still haven't moved forwards with this. Does any one have any ideas? -Original Message- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent: 14 January 2008 17:56 To: Maven Users List Subject: Setting Java System property Hi all, I am having problems setting a Java System Property

Re: Is there a problem with surefire-junit-2.4?

2008-01-15 Thread Mauro Talevi
Ben Lidgey wrote: Thanks for that. How can I see what has changed as something is trying to download 2.4-SNAPSHOT all of a sudden? It is concerning from a build reproducibility point of view if something has changed without us knowing. My thought was that if a pom.xml does not specify a

RE: Setting Java System property

2008-01-15 Thread Simon Kitching
http://maven.apache.org/ref/current/maven-model/maven.html Search for properties. Matthew Tordoff [EMAIL PROTECTED] schrieb: I still haven't moved forwards with this. Does any one have any ideas? -Original Message- From: Matthew Tordoff [mailto:[EMAIL PROTECTED] Sent: 14

Howto disable a profile when another is enabled ?

2008-01-15 Thread nicolas de loof
Hello, I have used this configuration in a project to select the SOAP stack to use for WSDL - Java code generation profile idrelease/id properties releasetrue/release /properties build // WSDL2Java for Webpshere /profile profile idaxis/id activation

RE: Setting Java System property

2008-01-15 Thread Minto.van.der.Sluis
Hi Matthew, For my unittest I included the following to set system properties: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
Thanks for that but I have already looked at the appropriate documentation. I have tried setting the system property in all of those locations and for some reason none of the settings are passed through. I did find a JIRA bug opened against this problem somewhere, and thus am guessing this

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
Hi Minto, The reason that this works for this plugin, is because inside of the plugin it will explicitly execute a System.setProperty(key, value) operation with the name value pair that was passed. This is not however, standard functionality across all plugins. I am essentially having to write

RE: Setting Java System property

2008-01-15 Thread Simon Kitching
Matthew Tordoff [EMAIL PROTECTED] schrieb: Thanks for that but I have already looked at the appropriate documentation. I have tried setting the system property in all of those locations and for some reason none of the settings are passed through. I did find a JIRA bug opened against this

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
Hi Simon, Sorry for the confusion, but I am not trying to set a basic property, but a JVM System Property. A property which would be accessible from the Java code using System.getProperty(PropertyName); I then want that property to be available to every plugin I execute. Matt -Original

Re: Migrate a J2ME Ant build?

2008-01-15 Thread Clifton
I'm not new to Maven at all. I'm new to J2ME but not as much anymore. Basically I'm trying to build a super project that encompasses everything from the client to the server(s) which are all currently managed by Maven. I'd build a parent pom that sits ontop of these pieces and builds and pushes

RE: Setting Java System property

2008-01-15 Thread Simon Kitching
Simon Kitching [EMAIL PROTECTED] schrieb: Matthew Tordoff [EMAIL PROTECTED] schrieb: Thanks for that but I have already looked at the appropriate documentation. I have tried setting the system property in all of those locations and for some reason none of the settings are passed

RE: Running javadoc:javadoc with site:site causes problems

2008-01-15 Thread Randall Fidler
Hi Michael, I haven't tried to use javadoc:javadoc but do get javadoc output with my pom configured like below and running site:site or even site:run reporting ... plugins plugin artifactIdmaven-javadoc-plugin/artifactId

mojo cookbook; resolving transitively

2008-01-15 Thread Nigel Magnay
The Mojo Developer Cookbook (http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook) is great. In it, there's a section on Resolving Transitively. This works great - however, the artifact set that is resolved is based on Maven's idea of which graph edges ought to be considered for

Running javadoc:javadoc with site:site causes problems

2008-01-15 Thread Michael
Hi, I configured my pom reporting to run javadoc:javadoc within the site generation. Running javadoc:javadoc outputs no errors, running site:site gives me tonnes of errors telling that some packages cannot be resolved. I don't understand that since the doc site of javadoc plugins says

[m1][archiva1.0] Configuring types

2008-01-15 Thread fabien.dubron
Hi all, First, congratulations for releasing the 1.0 version of Archiva. I'm working on a multi-project application and i encountered a problem. One of my sub-project is having the type ejb. Also, when i deploy it with maven, it's placed in a folder called ejbs. The problem is that when i'm

Re: Running javadoc:javadoc with site:site causes problems

2008-01-15 Thread Michael
Randall Fidler wrote: What's your project file structure? Nothing in your POM stuck out as being obviously wrong at a quick glance... browse the source: http://dev.fckeditor.net/browser/FCKeditor.Java/branches/2.4 Also, what version of the plugin are you using? Perhaps you've got an

Re: How to make assembly:assembly depend on goals?

2008-01-15 Thread Michael
[EMAIL PROTECTED] wrote: This can be be perfectly done by using the lifecycle of maven. In short, don't site:site, but call the phase site (thus mvn site instead of mvn site:site). Also, you could bind the assembly plugin to the package phase and thus run mvn package instead of mvn

How to make assembly:assembly depend on goals?

2008-01-15 Thread Michael
Hi, I kinda miss task dependencies like in Ant. My basic idea is provide a bin distro which easily can be done with assembly plugin. But I want assembly:assembly depend on site:site since running assembly:assembly runs package only in advance. Is this possible? Thx, Mike -- NO OOXML - Say

Re: Running javadoc:javadoc with site:site causes problems

2008-01-15 Thread Michael
Randall Fidler wrote: Hi Michael, I haven't tried to use javadoc:javadoc but do get javadoc output with my pom configured like below and running site:site or even site:run reporting ... plugins plugin

RE: How to make assembly:assembly depend on goals?

2008-01-15 Thread nicklist
This can be be perfectly done by using the lifecycle of maven. In short, don't site:site, but call the phase site (thus mvn site instead of mvn site:site). Also, you could bind the assembly plugin to the package phase and thus run mvn package instead of mvn assembly:assembly. Try reading this

RE: Running javadoc:javadoc with site:site causes problems

2008-01-15 Thread Randall Fidler
What's your project file structure? Nothing in your POM stuck out as being obviously wrong at a quick glance... Also, what version of the plugin are you using? Perhaps you've got an older version of the javadoc plugin. Not sure if there have been any new releases but might be worth running

RE: How to make assembly:assembly depend on goals?

2008-01-15 Thread nicklist
Looking at your post again and I think I understand what you want to accomplish. You want to include inside the assembly the generated site? Take a look at the Assembly mojo [1] and especially this parameter: includeSite boolean Set to true to include the site generated by

Re: How to make assembly:assembly depend on goals?

2008-01-15 Thread Michael
[EMAIL PROTECTED] wrote: Looking at your post again and I think I understand what you want to accomplish. You want to include inside the assembly the generated site? Take a look at the Assembly mojo [1] and especially this parameter: includeSite boolean Set to true to include the

Re: Setting Java System property

2008-01-15 Thread Wayne Fay
Due to the way Maven forks builds etc, I don't think you can ever safely assume that System properties are going to be available to a specific plugin in your build. Instead, you should be passing properties into plugins directly, or writing code in your plugin to access Maven properties using the

Re: Disk Space Optimization with Snapshots

2008-01-15 Thread Wayne Fay
You rock, Rob. Thanks for following up. I'm sure this will be appreciated by other current and future users of Maven. Wayne On 1/14/08, Robert Winch [EMAIL PROTECTED] wrote: As requested I have included two postings in addition to the Archiva issue provided by Wayne. Artifactory

RE: Disk Space Optimization with Snapshots

2008-01-15 Thread Barrett Nuzum
Robert: We use a combination of distributionManagement snapshotRepository uniqueVersionfalse/uniqueVersion /snapshotRepository /distributionManagement and Archiva. Both have worked well for us. Barrett Barrett Nuzum Sr. Consultant [EMAIL PROTECTED] Mobile: 918-640-4414

Re: How to make assembly:assembly depend on goals?

2008-01-15 Thread Michael
[EMAIL PROTECTED] wrote: Please explain then what your intended result is, maybe I can help you better then. I want to creae a bin distibution which should contain: site/ my.jar LICENSE.txt README.txt I set you the bin.xml descriptor and set includeSiteDirectory to true since we know

RE: How to make assembly:assembly depend on goals?

2008-01-15 Thread nicklist
Please explain then what your intended result is, maybe I can help you better then. With regards, Nick Stolwijk -Original Message- From: Michael [mailto:[EMAIL PROTECTED] Sent: Tue 1/15/2008 4:09 PM To: Maven Users List Subject: Re: How to make assembly:assembly depend on goals?

RE: Setting Java System property

2008-01-15 Thread Labanca, Rick
From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 7:39 AM To: Maven Users List; Matthew Tordoff Subject: RE: Setting Java System property Setting properties in a pom which are global to all stuff in the pom (and child poms) is trivial, and definitely works

Re: Disk Space Optimization with Snapshots

2008-01-15 Thread Robert Winch
Barrett, Thanks for the response. Does your solution take care of the local repository? I have seen the uniqueVersion=false before and seem to recall (possibly mistakenly) this causing issues with developers having the most recent snapshot build. Have you experienced problems with this or was

RE: How to make assembly:assembly depend on goals?

2008-01-15 Thread nicklist
Ok, I'll understand what you want. Let's find a solution. :) Try it the other way around, bind the assembly:assembly goal to the post-site phase and call mvn post-site. If you don't want it to always run when calling mvn site-deploy (which is after post-site) add a profile and call mvn

Solving generic dependencies

2008-01-15 Thread Jose Luis Ruiz
I would like to use Maven in order to create a generic dependency resolver. My intention is creating a maven repository that is capable of solving dependency questions related to internal logical resources included into the artifacts. Java packages is an example of the type of resources I am

Re: How to make assembly:assembly depend on goals?

2008-01-15 Thread Michael
[EMAIL PROTECTED] wrote: Ok, I'll understand what you want. Let's find a solution. :) Try it the other way around, bind the assembly:assembly goal to the post-site phase and call mvn post-site. If you don't want it to always run when calling mvn site-deploy (which is after post-site) add a

RE: Setting Java System property

2008-01-15 Thread Matthew Tordoff
That's pretty much the same as what I found. What did you do in settings.xml? -Original Message- From: Labanca, Rick [mailto:[EMAIL PROTECTED] Sent: 15 January 2008 15:32 To: Maven Users List Subject: RE: Setting Java System property From: Simon Kitching [mailto:[EMAIL PROTECTED]

RE: How to make assembly:assembly depend on goals?

2008-01-15 Thread nicklist
Yes, the reason is that It would call assembly even if I want just run site for upload to my space or just for my development verification if my site is really fine. It would be just some unnecessary overhead. To avoid this, use a profile for now. Hth, Nick Stolwijk

Deployed artifcat names

2008-01-15 Thread John Coleman
Hi, When I deploy my artifacts, the file names change from xxx-ver-SNAPSHOT.jar to xxx-ver-date time-n.jar. I just want to retain the latest snapshot versions with the usual SNAPSHOT suffix. Is that possible or ok? Or is it just better to let the deployment put on a data and time - is this what

RE: How to make assembly:assembly depend on goals?

2008-01-15 Thread nicklist
I guess the author is already aware of it: http://jira.codehaus.org/browse/MASSEMBLY-22 And have been aware of it for a long time (Hence it is an early issue number), but the problem seems with maven can not optionally execute other phases. Hth, Nick Stolwijk ps. If I may ask, what are your

Re: How to make assembly:assembly depend on goals?

2008-01-15 Thread Michael
[EMAIL PROTECTED] wrote: Yes, the reason is that It would call assembly even if I want just run site for upload to my space or just for my development verification if my site is really fine. It would be just some unnecessary overhead. To avoid this, use a profile for now. I guess I have to

Re: How to make assembly:assembly depend on goals?

2008-01-15 Thread Michael
[EMAIL PROTECTED] wrote: I guess the author is already aware of it: http://jira.codehaus.org/browse/MASSEMBLY-22 found it after I filed mine. And have been aware of it for a long time (Hence it is an early issue number), but the problem seems with maven can not optionally execute other

RE: Maven 2.1 release

2008-01-15 Thread Graham Leggett
On Sun, January 13, 2008 1:31 am, Brian E. Fox wrote: I think John is wrapping up a few issues before an alpha goes out. Are there any showstoppers outstanding that prevent a release? Regards, Graham -- - To unsubscribe,

Re: Deployed artifcat names

2008-01-15 Thread nicolas de loof
use distributionManagement snapshotRepository url.../url uniqueVersionfalse/uniqueVersion /snapshotRepository /distributionManagement This will deploy only SNAPSHOT jars, with no history (timsetamp) versions. Nico. 2008/1/15, John Coleman [EMAIL PROTECTED]: Hi,

RE: Setting Java System property

2008-01-15 Thread Labanca, Rick
I made a settings.xml in my project's root area, my goal was to have a variable for all version tags because I don't want to go changing all those and risking them being out of sync. So settings.xml looks like the following, and I do mvn -s settings.xml so it uses this instead of any user one I

Ant exception

2008-01-15 Thread supareno
hello, i read this tutorial to use Ant http://maven.apache.org/ant-tasks.html the exception is on this build line: [...] artifact:pom file=pom.xml id=my.maven.project/ [...] exception... Caused by: The following error occurred while executing this line:

org.codehaus.mojo:jaxws-maven-plugin Random order of generated sourceCode ?

2008-01-15 Thread torsten . reinhard
Hi, I´m using the jaxws-maven-plugin. plugin groupIdorg.codehaus.mojo/groupId artifactIdjaxws-maven-plugin/artifactId executions execution idserver-bindings/id goals goalwsimport/goal

Re: mojo cookbook; resolving transitively

2008-01-15 Thread Jeff MAURY
On Jan 15, 2008 3:15 PM, Nigel Magnay [EMAIL PROTECTED] wrote: The Mojo Developer Cookbook (http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook) is great. In it, there's a section on Resolving Transitively. This works great - however, the artifact set that is resolved is

Re: Resources from classpath in JAR

2008-01-15 Thread dddzzz
Heinrich Nirschl wrote: Put them into src/main/resources. I want them to be in same folder that classes are. -- View this message in context: http://www.nabble.com/Resources-from-classpath-in-JAR-tp14814993s177p14844214.html Sent from the Maven - Users mailing list archive at

Re: Sources in JAR

2008-01-15 Thread dddzzz
Michael McCallum-3 wrote: why would you want to? I nead them in JAR for GWT compiler. -- View this message in context: http://www.nabble.com/Sources-in-JAR-tp14814994s177p14844218.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Resources from classpath in JAR

2008-01-15 Thread Heinrich Nirschl
On Jan 15, 2008 7:31 PM, dddzzz [EMAIL PROTECTED] wrote: Heinrich Nirschl wrote: Put them into src/main/resources. I want them to be in same folder that classes are. Which folder do you mean, the one with the .class files or with the .java files? The final jar will have the .class

assembly plugin - dependency jars

2008-01-15 Thread tadamski
I need to include all internal and external jars that my submodules depend on. The code below is what use in my descriptor. This however does not include and of the dependency jars included in the depenedencyManagement section of my parent pom file. Does anyone know how to include these

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Mick Knutson
Trust me, I do NOT want to use Derby, but there is an Oracle bug: http://jira.codehaus.org/browse/CONTINUUM-1622 Thus I am forced to use Derby for now until that is fixed. So, any help to get this fixed on Derby until the above bug is fixed would be great On Jan 15, 2008 12:16 AM,

Eclipse plugin and project references

2008-01-15 Thread TM
Hello, my question is about whether it is possible to let the Maven Eclipse plugin create the .classpath file in a way that it will directly reference dependency projects instead of referencing the JAR artifact from the local repository. The following example .classpath file for a project named

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:13 PM, Mick Knutson [EMAIL PROTECTED] wrote: Trust me, I do NOT want to use Derby, but there is an Oracle bug: http://jira.codehaus.org/browse/CONTINUUM-1622 Thus I am forced to use Derby for now until that is fixed. So, any help to get this fixed on Derby until the above

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Mick Knutson
I have been running derby almost file. But when I bounce Tomcat, the db.lckfiles are not removed, thus giving me an error when I re-start Tomcat as the DB is already in use, which it is not. It is only because the lck files are still present. When I delete those 2 files, then re-start tomcat,

Re: Eclipse plugin and project references

2008-01-15 Thread Heinrich Nirschl
On Jan 15, 2008 8:14 PM, TM [EMAIL PROTECTED] wrote: Hello, my question is about whether it is possible to let the Maven Eclipse plugin create the .classpath file in a way that it will directly reference dependency projects instead of referencing the JAR artifact from the local repository.

[archiva 1.0] trying to eliminate external REPO lookups...

2008-01-15 Thread Mick Knutson
I was hoping that my setting up my archiva as a mirror, each developer would not have to go to maven, and codehaus each time they build, but it seems that we are still going out each time: Number of imports: 0 - WAGON_VERSION: 1.0-beta-2 [INFO]

Re: [archiva 1] issue with repository location on disk.

2008-01-15 Thread sgargan
If you want it to resolve the appserver.base property, you need to set it. This wiki entry explains http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat Wendy Smoak-3 wrote: On Jan 14, 2008 4:31 PM, Mick Knutson [EMAIL PROTECTED] wrote: In my repository setup page I have this

Re: assembly plugin - dependency jars

2008-01-15 Thread Wayne Fay
You will need to list those jars in your modules' pom.xml files as well, in the dependencies section. DepMgmt is really simply a place to manage things. It does not imply actual dependencies on anything. You will need to explicitly declare your dependencies in the various modules, and then

Re: Eclipse plugin and project references

2008-01-15 Thread Michael McCallum
the dev version of the m2eclipse plugin will automatically resolve project references when the depedency resolves to a snapshot... you can run mvn eclipse:m2eclipse to generate the project files for the m2eclipse plugin update site... http://m2eclipse.codehaus.org/update-dev/ On Wed, 16 Jan

Re: Maven 2.1 release

2008-01-15 Thread Dennis Lundberg
Graham Leggett wrote: On Sun, January 13, 2008 1:31 am, Brian E. Fox wrote: I think John is wrapping up a few issues before an alpha goes out. Are there any showstoppers outstanding that prevent a release?

Run plugin on some goal execution

2008-01-15 Thread Michael
Hi, I'd like to bind the antrun plugin to the jetty:run goal. I have noticed it is only possible to bind against phases only. Does that mean, that I can't do that? My intention is to copy some temporary resources to the webapp dir during jetty:run thx -- NO OOXML - Say NO To Microsoft

Re: [c 1.1] schedule build per svn check-in?

2008-01-15 Thread Jesse McConnell
you can have svn push a request to continuum to do a build using the xmlrpc interface to continuum jesse On Jan 15, 2008 1:38 PM, Mick Knutson [EMAIL PROTECTED] wrote: Is it possible to kick off the build each time there is a new update available in svn? -- Thanks, Mick Knutson

Re: [c 1.1] schedule build per svn check-in?

2008-01-15 Thread Mick Knutson
Is there a wiki or something that can show me how to do that? I am not very good with svn On Jan 15, 2008 12:44 PM, Jesse McConnell [EMAIL PROTECTED] wrote: you can have svn push a request to continuum to do a build using the xmlrpc interface to continuum jesse On Jan 15, 2008 1:38 PM,

Re: org.codehaus.mojo:jaxws-maven-plugin Random order of generated sourceCode ?

2008-01-15 Thread Dan Tran
It is best to ask this question at java.net ws-common. -D On Jan 15, 2008 8:57 AM, [EMAIL PROTECTED] wrote: Hi, I´m using the jaxws-maven-plugin. plugin groupIdorg.codehaus.mojo/groupId artifactIdjaxws-maven-plugin/artifactId executions

[m2] Off-topic: Has anyone gotten Cargo plugin to deploy to Oc4j 10.1.3 ?

2008-01-15 Thread Mick Knutson
I see the docs talk about oc4j 9.x but we are running 10.1.3 and want to deploy to a running container. -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine

Re: [m2] Off-topic: Has anyone gotten Cargo plugin to deploy to Oc4j 10.1.3 ?

2008-01-15 Thread Wayne Fay
The deployment process changed a bit from 9.x to 10.1.3, and I don't believe anyone has written any new Cargo plugin/updates for 10.1.3, so I don't believe this will happen without some work on your end. Wayne On 1/15/08, Mick Knutson [EMAIL PROTECTED] wrote: I see the docs talk about oc4j 9.x

[c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Mick Knutson
I want to create our war final name appended with the continuum build number: myProject-userwebapp-1.25-build-42.war Is this possible? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 2:54 PM, Mick Knutson [EMAIL PROTECTED] wrote: I want to create our war final name appended with the continuum build number: myProject-userwebapp-1.25-build-42.war Is this possible? Just a guess, but since unsuccessful builds don't get a number, I bet the number isn't

release-plugin: additional options for automation

2008-01-15 Thread Christian Nelson
We're about to start using the maven-release-plugin on a large project, and found a few things that would be nice to pass in as arguments on the command line. I looked to see if this was already possible, and came up blank. Does anyone know if it's possible to... 1) release:branch needs two

[m2] continuum dashboard integration?

2008-01-15 Thread Mick Knutson
http://mojo.codehaus.org/dashboard-maven-plugin/continuum.html I do not understand what is meant by first goal, second goal and third goal. DO I need to setup a seperate Maven2 project in my default project group for each goal? -- Thanks, Mick Knutson http://www.baselogic.com

Re: [m2] continuum dashboard integration?

2008-01-15 Thread Kalle Korhonen
On 1/15/08, Mick Knutson [EMAIL PROTECTED] wrote: http://mojo.codehaus.org/dashboard-maven-plugin/continuum.html I do not understand what is meant by first goal, second goal and third goal. DO I need to setup a seperate Maven2 project in my default project group for each goal? No. Open

Re: [m2] dashboard report not printing Cobertura overview anymore

2008-01-15 Thread Mick Knutson
Looking through my mvn site:site logs, I notice: Cobertura: Error reading file C:\viewstore\esp_lynx_dap\esp\dap\utilities\common\common-a3\target\cobertura\cobertura.ser: net.sourceforge.cobertura.covera gedata.CoverageDataContainer; local class incompatible: stream classdesc serialVersionUID =

[m2] dashboard report not printing Cobertura overview anymore

2008-01-15 Thread Mick Knutson
I have a multi-module project and before I upgraded to cobertura 2.3, the main page aggregate all my modules. But now they all come up as zero: Afferent Coupling Average = 0.44 Nb Packages = 25PackageAfferent CouplingLine CoverageBranch Coverage

RE: mojo cookbook; resolving transitively

2008-01-15 Thread Jörg Schaible
Jeff MAURY wrote: On Jan 15, 2008 3:15 PM, Nigel Magnay [EMAIL PROTECTED] wrote: The Mojo Developer Cookbook (http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook) is great. In it, there's a section on Resolving Transitively. This works great - however, the artifact set

[m2]Want to have regex user packageLineRate

2008-01-15 Thread Mick Knutson
I want to use something liek this: regex patterncom.baselogic.*/pattern packageLineRate70/packageLineRate packageBranchRate80/packageBranchRate /regex instead

Re: [m2] dashboard report not printing Cobertura overview anymore

2008-01-15 Thread Erez Nahir
Hi Mich, Have a look at: http://www.nabble.com/dashboard---code-coverage-not-not-included-with-cobertura-2.2-to14354623s177.html#a14359864 Might be your case too. Erez. On Jan 16, 2008 7:50 AM, Mick Knutson [EMAIL PROTECTED] wrote: Looking through my mvn site:site logs, I notice: Cobertura: