Re: Proxying central repo

2007-07-17 Thread Wendy Smoak
On 7/17/07, Paul Smith [EMAIL PROTECTED] wrote: I think I might have buggered something somewhere. When trying to do a test of proxying the central repo with Archive, I'm getting this in the archiva logs: What version are you using? 1.0-alpha-2 comes pre-configured to proxy the central

Re: [1.0.3] how do i resume/abort a stuck build

2007-07-17 Thread Michael Meyer
Hi If you have restarted the server the build has stopped. It's just the icon that is wrong. If you click on Build all a new build should start imediately. With the private key I'm takeing a guess. Did you ever login manually to the remote server with the user that runs continuum (from the

Re: Continuum+archiva in same application

2007-07-17 Thread Arnaud Bailly
Arnaud Bailly [EMAIL PROTECTED] writes: hello, I am trying to run continuum and archiva in the same plexus component but I ran into some problems. Using both latest builds result in some conflicts in libs as I got an exception Method does not exist Collections.isNotEmpty(). Does anybody

Re: Maven2 release process in Continuum

2007-07-17 Thread Jesse McConnell
at the moment I think you need to make sure the underlying project that you are going to try and release is 'clean' for the release. that means that all dependencies that you are going to release ave been resolved into released and available artifacts. the continuum release mechanism makes use

Julia Vilke/Moscow/Canon/FI is out of the office.

2007-07-17 Thread Julia . Vilke
I will be out of the office starting 16.05.2007 and will not return until 08.01.2008. I'm on maternity leave till January 2008. In case of Canon Consumable business, please contact Mikhail Popov, in case of Paper business - Maria Bondarenko.

[WARNING] Unable to load parent project from repository: Could not find the model file....

2007-07-17 Thread Michael Meyer
Hi four our company I want to set up a parent pom that defines default versions for plugins (pluginManagement), repository locations and so on. The idea is that I make new releases of this project ever so often. Other people should be able to use this pom in their project by including the

changelog and perforce

2007-07-17 Thread Jackson, Brian R
I'm trying to use the changelog with Perforce but after some investigation it appear that the SCM provider for Perforce in not creating the necessary client. The changelog plugin executes this command: p4 -p perforce:1666 -c JACKSBRR-LW-CT-JACKSBRR-MavenSCM-C:\Projects\SuperPOMs\espn filelog

Do we have any issues with release plug-in with perforce?

2007-07-17 Thread Baz
All, Do we have issues with using release plug-in with perforce as scm tool? Thanks. A.

Build failure out of the blue

2007-07-17 Thread Jeff Mutonho
My maven builds have been working without issue and now all of a sudden they've started failing with the message : started $ java -cp /app/maven/apache-tomcat-6.0.10/webapps/hudson/WEB-INF/lib/maven-agent-1.113.jar:/app/maven/M2/maven-2.0.4/core/boot/classworlds-1.1.jar hudson.maven.agent.Main

Re: [m2] Can I have a user specific plugin?

2007-07-17 Thread Maria Odea Ching
No, you can't add a build plugin into the settings.xml. That can only be done in the pom. You need to use profiles in the pom.xml of the project. Please see the link in the previous email ('Profiles in pom.xml' section) for the pom elements which you can add in a profile in the pom.xml. -Deng

Re: Build failure out of the blue

2007-07-17 Thread Maria Odea Ching
Hi, Try executing 'which java' from the command line and trace from this which java (the one displayed may be an alternate only) is being executed to verify if the java you're using is really 1.6. It might not exactly be a Maven problem :-) HTH, Deng Jeff Mutonho wrote: My maven builds

Re: Build failure out of the blue

2007-07-17 Thread Jeff Mutonho
On 7/17/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi, Try executing 'which java' from the command line and trace from this which java (the one displayed may be an alternate only) is being executed to verify if the java you're using is really 1.6. It might not exactly be a Maven problem :-)

I must be doing something dumb, surely

2007-07-17 Thread Paul Smith
I tried the archiva alpha-2 distribution and trunk, but I'm having trouble do a simple 'mvn deploy' to an Archiva snapshot repo that has been freshly setup with just the admin user. I get this output: [INFO] [deploy:deploy] altDeploymentRepository = null [INFO] Retrieving previous

webapp plugin

2007-07-17 Thread John Coleman
Hi, I have developed a plugin that filters js and jsp files to customize them prior to packaging. I was going to bind the plugin to the package phase but it would make more sense to apply the filtering during the copy of the webapp directory to the target. If I apply during the package

question as regards properties in maven.

2007-07-17 Thread Nolan, Edell
Hi, I am trying to set a property in maven and I want this to work on both windows and unix ideally what I want to set is Windows: file:/c:/tmp/service.ior Unix file:/tmp/service.ior I have tried using the java.io.tmpdir but it generates file:/ + c:\tmp\ + service.ior Is there a

Maven does not get latest snapshot from repository

2007-07-17 Thread andreas.ebbert-karroum
Hi, I've a weird (for me) build problem. There's an updated snapshot version on the repository, but maven is not pulling that down for the build, but rather uses my local version. Under which conditions can this happen, and how do I resolve it (except for maybe trashing the whole

Re: Maven does not get latest snapshot from repository

2007-07-17 Thread Wendy Smoak
On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've a weird (for me) build problem. There's an updated snapshot version on the repository, but maven is not pulling that down for the build, but rather uses my local version. Under which conditions can this happen, and how do I resolve it

Re: I must be doing something dumb, surely

2007-07-17 Thread Wendy Smoak
On 7/17/07, Paul Smith [EMAIL PROTECTED] wrote: I tried the archiva alpha-2 distribution and trunk, but I'm having trouble do a simple 'mvn deploy' to an Archiva snapshot repo that has been freshly setup with just the admin user. I get this output: ... I have verified with a Windows Webdav

Doxia maven plugin with maven 2.0.7

2007-07-17 Thread Dave Syer
Is it possible to use the doxia maven plugin (http://maven.apache.org/doxia/book/index.html) with maven 2.0.7. I have to specify a snapshot repo to get the plugin to load at all, and then it fails miserably during mvn site with urls[19] = file:/C:/Documents and Settings/David

RE: Failed to validate POM warning

2007-07-17 Thread Joel COSTIGLIOLA \(Services DPT SYSTEME D INFORMATION METIER\)
I have run validate commands on my projects ObjetTrouveService and Sapiens Core (ObjetTrouveService depends on Sapiens Core), the result is ok but when I tried to compile ObjetTrouveService then the warning come back ... (see trace) [INFO] Scanning for projects... [INFO]

Re: webapp plugin

2007-07-17 Thread Jochen Wiedmann
On 7/17/07, John Coleman [EMAIL PROTECTED] wrote: I have developed a plugin that filters js and jsp files to customize them prior to packaging. The filtering possibilities provided by the maven-war-plugin aren't sufficient? IMO, filtering should be an abstract mechanism, as implemented in

Version Range issue

2007-07-17 Thread Adrian Shum
Dear all, I know that I can use version range to identify which range of version my application should use. For example, as a normal practice, library version with same Major and Minor number in version are considered as compatible. How should I set my dependency version range to reflect

webapp plugin/mavenide

2007-07-17 Thread John Coleman
I got my plugin working and want to bind it to prepare-package, but that's in Maven2.1. Is there way to do this task in Maven2? TIA John Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and

Re: webapp plugin/mavenide

2007-07-17 Thread Milos Kleint
John Coleman wrote: I got my plugin working and want to bind it to prepare-package, but that's in Maven2.1. Is there way to do this task in Maven2? TIA are you using maven support in netbeans? that one by default builds with a custom 2.0.4-like maven2 embedder. allowing to build with any

RE: Maven does not get latest snapshot from repository

2007-07-17 Thread andreas.ebbert-karroum
Hi, Thanks for your help. Actually the issue was a little tricky. Someone thought it might be a good idea to deploy by ftp-ing the directory from the local repository. That also caused the warning about the missing repository metadata. After I removed the directory from the remote repository

[1.0.3] how do i resume/abort a stuck build

2007-07-17 Thread CodingPlayer
Hi, i'm using Continuum 1.0.3 (as continuous integration). after creating a new project the first build stuck during the site:deploy-phase. last lines of the build output: [INFO] [site:deploy] Using private key: /home/continuum/.ssh/id_dsa now the build is stuck. How do i reset the

Re: property dependent resources

2007-07-17 Thread Steven Rowe
Hi Severin, Here's an undocumented profiles trick: profiles profile idundefined-property-value/id activation property name!my.property.name/name /property /activation properties my.property.namedefault-value-here/my.property.name /properties

RE: webapp plugin/mavenide

2007-07-17 Thread John Coleman
Yes Milos, Mavenide2.3 with embedded Maven, no idea what version. I see Maven2.1 is not available yet anyway. But would just be nice to have prepare-package available for me now. The problem is the package goal also does the copy over of webapp resources I want to tweak, so I can't see a way to

Re: Profile activation - release

2007-07-17 Thread Steven Rowe
Hi Barrett, Here's what I do in this situation: plugin artifactIdmaven-release-plugin/artifactId configuration ... arguments-Pmy.release.profile/arguments /configuration /plugin the -Pprofile-id argument activates profile-id when the release:* goals are run. Steve Barrett Nuzum

Choice of implementation language for writing Maven2 Plugins

2007-07-17 Thread Ritu Kedia
Hi, We are currently investigating the implementation language for writing Maven2 Plugins. We have looked at all the 3 options available today in Maven2, namely: - Java - Ant Scripting - Scripting Languages (looked at Beanshell, Groovy, JRuby) Our parameters for evaluation are: - Maturity of

maven changelog report

2007-07-17 Thread Rajiv Kumar Poddar
Hi, I configured maven-changelog-plugin as follows - reporting ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changelog-plugin/artifactId reportSets reportSet idchange-report/id

RE: Profile activation - release

2007-07-17 Thread Barrett Nuzum
Steven: Thanks for the response. That would work -- except the profiles need to be mutually exclusive. If the my.release.profile is active, the my.snapshot.profile needs to be inactive. Anybody got any idea why the exact syntax from the Super POM does nothing? Barrett :: Barrett

Re: Compilation issues

2007-07-17 Thread jaxzin
The problem (caused by a cut/paste error) was that my packaging in the POM was 'pom' instead of 'jar'. jaxzin wrote: Anyone know why mvn compile runs with no goals needed for project - skipping but mvn compiler:compile runs just fine for my project? Thanks, Brian -- View

Maven Training

2007-07-17 Thread Ferguson, Jason M TSgt 375 CSPTS/SCE
Are questions related to possible commercial training for Maven allowed on this list? I'm looking for copanies providing training, but don't want to break any list rules. Jason p.s. I've got a copy of Better Builds With Maven, but I'm looking for commercial training so that all of the C#

Re: Maven Training

2007-07-17 Thread Kit Plummer
We had Bruce Snyder, from IONA (was LogicBlaze), come in. Worth it. I think DevZuz might be worth looking at too... Ferguson, Jason M TSgt 375 CSPTS/SCE wrote: Are questions related to possible commercial training for Maven allowed on this list? I'm looking for copanies providing training,

Re: Maven Training

2007-07-17 Thread Antonio Petrelli
2007/7/17, Ferguson, Jason M TSgt 375 CSPTS/SCE [EMAIL PROTECTED]: Are questions related to possible commercial training for Maven allowed on this list? I'm looking for copanies providing training, but don't want to break any list rules. http://www.sonatype.com/training/ Antonio

Trigger multiple phases in a plugin

2007-07-17 Thread Roland Asmann
Hi, I'm working on a plugin, that needs the results of the 'install' and 'site' phases. However, I can't figure out how to define this in the MOJO. I can define one of them, which results in too few files being generated, but when I define both, the MOJO doesn't run. Could someone tell me how

RE: maven changelog report

2007-07-17 Thread mac-systems
Actually i face the same Problem. I using SVN as Repository. - Jens Hi, I configured maven-changelog-plugin as follows - reporting ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changelog-plugin/artifactId reportSets

Re: maven changelog report

2007-07-17 Thread Dennis Lundberg
Hi Rajiv Please check if the file target/changelog.xml exists. This is an xml file that repesents the changes that were collected from your SCM. If it does, make sure that you have set the developers/developer/id element in your pom.xml to the same value as the changelog-entry/author

Maven site

2007-07-17 Thread Pat US
Hi, Please, can anybody help me with this error? I used often 'maven site' and suddenly it stoped working I use maven 1.1-RC1-SNAPSHOT and these reports: reportmaven-jdepend-plugin/report reportmaven-javadoc-plugin/report reportmaven-cobertura-plugin/report Thank you, Pat Exception stack

Re: Maven site

2007-07-17 Thread Arnaud HERITIER
Don't you have a jar corrupted on your system ? For example in the JVM ? Arnaud On 17/07/07, Pat US [EMAIL PROTECTED] wrote: Hi, Please, can anybody help me with this error? I used often 'maven site' and suddenly it stoped working I use maven 1.1-RC1-SNAPSHOT and these reports:

Maven embedder simple example

2007-07-17 Thread guilherme_silveira
Hello there, I have searched both users and dev mailing list archive but could not find a simple example appart from http://maven.apache.org/guides/mini/guide-embedding-m2.html The problem here is that Configuration, DefaultConfiguration and DefaultMavenExecutionRequest cannot be found if my

multiple runs of xmlbeans in the same lifecycle

2007-07-17 Thread andreas.ebbert-karroum
Hi, we have a problem with the xml beans plugin. We have to compile a set of XML Schema with different configurations (details on request). The problem is that the plugin for the second run always reports that everything is up to date and nothing needs to be generated. It works fine if I

Re: Maven embedder simple example

2007-07-17 Thread Jason van Zyl
On 17 Jul 07, at 2:14 PM 17 Jul 07, guilherme_silveira wrote: Hello there, I have searched both users and dev mailing list archive but could not find a simple example appart from http://maven.apache.org/guides/mini/guide-embedding-m2.html The problem here is that Configuration,

Re: I must be doing something dumb, surely

2007-07-17 Thread Paul Smith
Can you point out where you read that? Michael is correct. Right now, it should be dav:http:// for deployment. Ok, now I'm starting to think I ate some bad cheese and was hallucinating. the dav:http://... works.I had tried dav://... and http://; but not dav:http://;. I was

Re: Maven embedder simple example

2007-07-17 Thread guilherme_silveira
great, thanks for the reply. answers all my questions regards guilherme -- View this message in context: http://www.nabble.com/Maven-embedder-simple-example-tf4099532s177.html#a11659633 Sent from the Maven - Users mailing list archive at Nabble.com.

release:perform - How do I suppress the version prompts

2007-07-17 Thread Max Stepanenko
I would like to wrap my release:prepare and release:perform in some sort of a script (ant??), so that there is this magical button that someone can press to prepare and release our software. That said, release:perform, requires some user input (versions). Is there anyway to avoid/streamline this?

Re: release:perform - How do I suppress the version prompts

2007-07-17 Thread Dan Tran
mvn release:prepare -B On 7/17/07, Max Stepanenko [EMAIL PROTECTED] wrote: I would like to wrap my release:prepare and release:perform in some sort of a script (ant??), so that there is this magical button that someone can press to prepare and release our software. That said, release:perform,

Re: release:perform - How do I suppress the version prompts

2007-07-17 Thread Alan D. Salewski
On Tue, Jul 17, 2007 at 02:42:22PM -0700, Max Stepanenko spake thus: I would like to wrap my release:prepare and release:perform in some sort of a script (ant??), so that there is this magical button that someone can press to prepare and release our software. That said, release:perform,

Re: release:perform - How do I suppress the version prompts

2007-07-17 Thread Alan D. Salewski
On Tue, Jul 17, 2007 at 04:57:58PM -0700, Dan Tran spake thus: mvn release:prepare -B Thanks for that, Dan. I didn't realize that batch mode implied that release:prepare would do The Right Thing. I was playing around with this a bit (I just happen to be performing a release tonight), and ended

[Maven2] Eclipse 3.3 WEB Project integration

2007-07-17 Thread Adrian Shum
Hi all, I am not sure whether I should put this question in the maven list but I hope people with similar setup can share their experience. I am trying to use Eclipse Europa (JEE distribution) + Maven 2. For normal Java project, it works fine after modifying the project setting a bit, with the

Re: Build failure out of the blue

2007-07-17 Thread Henry Isidro
Try changing your java alternative setting: sudo update-alternatives --config java HTH, Henry Jeff Mutonho wrote: On 7/17/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi, Try executing 'which java' from the command line and trace from this which java (the one displayed may be an alternate

RE: Surefire includes artifacts with scope 'provided' in the runtime classpath, is this correct?

2007-07-17 Thread Stephen Connolly
frodesto wrote: Jörg Schaible wrote: Why is it a problem for you, that it is available in the classpath for the test? - Jörg Hi again. I see your point in that in many (most?) cases you actually would like the artifacts with scope 'provided' to be available in the

RE: Surefire includes artifacts with scope 'provided' in the runtime classpath, is this correct?

2007-07-17 Thread Stephen Connolly
frodesto wrote: In my case I am using the javaee-api to get access to the JMS API (javax.jms). I need the API classes to get my code to compile, but I cannot include this jar as a compile-time dependency since the app-server/JMS provider will provide the real JMS implementation. I my

Re: diagnosing class version errors

2007-07-17 Thread Mark Derricutt
I did try with -X (and the output was in the original message) - however the process I see being forked doesn't match that classpath: [DEBUG] Test Classpath : [DEBUG] /Users/amrk/IdeaProjects/dbng/dbng-core/target/classes [DEBUG] /Users/amrk/IdeaProjects/dbng/dbng-core/target/test-classes