Problem updating from CVS on scheduled builds

2006-06-14 Thread David Neiman
I'm new to continuum. Have successfully configured and run Ant builds both scheduled and forced but now getting the following build failure ONLY with a scheduled build which seems to be related to the CVS update as indicated in the continuum.log. This is not encountered on a forced build.

Re: Problem updating from CVS on scheduled builds

2006-06-14 Thread Emmanuel Venisse
Can you send more logs? like the list of updated files. Perhaps they are in an unknown state. Emmanuel David Neiman a écrit : I'm new to continuum. Have successfully configured and run Ant builds both scheduled and forced but now getting the following build failure ONLY with a scheduled build

[Help]how can i perform a auto build when the scm have some changes.

2006-06-14 Thread shen kai
i want to perform a auto build when the scm have some changes,like curisecontrol 's modificationset. how can i do in continuum?

Re: Problem updating from CVS on scheduled builds

2006-06-14 Thread Emmanuel Venisse
The forced build for a schedule build is a planned feature for 1.1 Emmanuel David Neiman a écrit : I think I've fixed this problem but came up with another. It seems the CVS source tree wasn't clean somehow (see extended log below). So now that I've cleaned them up I get the following on a

Re: [Help]how can i perform a auto build when the scm have some changes.

2006-06-14 Thread Emmanuel Venisse
continuum works with schedulers. you can define the schedule period in the schedule configuration screen. All build definitions can be attached to a scheduler and they are attached automatically to the default one. You can access to the build definition from the project view. Emmanuel shen

Re: Problem starting Continuum webapp interface

2006-06-14 Thread Emmanuel Venisse
the default http port used by continuum is 8080. Do you have an other server on this port? You can change it in apps/continuum/conf/application.xml Actually, you can't deploy continuum in a servlet container. Normally, it will be possible in 1.1 Emmanuel Punyashloka Biswal a écrit : Hi,

Release schedule

2006-06-14 Thread Christian Gruber
Hey all, First - Continuum is awesome. It has some feature-gaps in 1.0.x that make it not quite what I need, but what it does so far is still worth the effort of the workarounds, especially since they're fairly temporary. 1.1 features look to me like they will make Continuum exactly the

Re: assembly moduleSet versus dependencySet

2006-06-14 Thread Edwin Punzalan
like what the names imply, moduleSets represent your pom's modules and dependencySets represent your pom's dependencies Hope that helps. ^_^ Bob Newby wrote: In an assembly, I am unclear how a moduleSet differs from a dependencySet. (I am referring to the documentation at

Re: plexus-utils 1.1 giving me a hard time

2006-06-14 Thread henrikwl
mvn -X tells me that the only plexus-utils JAR in my classpath is 1.1. As for putting 1.3-SNAPSHOT in version, I seem to have read somewhere that it doesn't really matter what version of plexus-utils your pom depends on, what you get is the version present in M2_HOME/core. This may have changed

Re: Default goals with maven 2

2006-06-14 Thread Barrie Treloar
A JIRA is was raised on 19/Jul/05 for this. http://jira.codehaus.org/browse/CONTINUUM-243

Re: Best practices for multi-flavour build?

2006-06-14 Thread Ivo Limmen
For this we use the profile in the settings.xml. We do this to avoid creating a pom file with 30+ environments. If everyone uses a local profile with their own unique settings you get a clean pom file. The only profiles we do maintain in the pom file is the profile to build for the test,

RE: integration builds and version numbers

2006-06-14 Thread Roald Bankras
Updating the version numbers in the pom files can be done by calling the release goal. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 11:30 PM To: Maven Users List Subject: RE: integration builds

Multiple test executions

2006-06-14 Thread Peter Karlsson
Hi, I'm getting multiple executions of all tests when adding the surefire report and the cobertura report plugins to my pom. Is it possible to have all the plugins collect info from only one test run? I'm running 2.0.4. To reproduce: 1.Try mvn archetype:create -DgroupId=com.mycompany.app

Re: plexus-utils 1.1 giving me a hard time

2006-06-14 Thread jerome lacoste
On 6/14/06, henrikwl [EMAIL PROTECTED] wrote: mvn -X tells me that the only plexus-utils JAR in my classpath is 1.1. As for putting 1.3-SNAPSHOT in version, I seem to have read somewhere that it doesn't really matter what version of plexus-utils your pom depends on, what you get is the version

Directory structure

2006-06-14 Thread Jeff Mutonho
Our projects are structured using the SoC principle , but they do not have the src/main/java/com/mycompany...blah blah and src/main/webapp package structure.Where would I start from to tell M2 about the existing project structure?Is it too much elbow grease and pain to get M2 to work with a

Re: Directory structure

2006-06-14 Thread Jorg Heymans
not really. Look at the configuration of the build element for example, you can customize source and resource directories there. The benefit of using the maven standard directory layout [1] is that things Just Work without the need for extra configuration everywhere. This is especially helpful

how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread Kent Tong
Hi, My app contains a Foo.java file and a Foo.properties file in the same directory. I need to make sure the Foo.properties are compiled (copied) into the same directory as Foo.class, i.e., target/classes. How to do that? Thanks! -- Kent Tong, Msc, MCSE, SCJP, CCSA, Delphi Certified Manager of

Automatically adding NOTICE.txt and LICENSE.txt to distributions

2006-06-14 Thread Craig L Russell
Hi,I'm using maven 1.0.2 to build distributions of Apache JDO and I'm trying to automatically add NOTICE.txt to the source artifact and the various project jar artifacts. It appears that maven is automatically adding LICENSE.txt to these artifacts but I'm not quite sure how (and I'm not sure it's

Parent POM across projects

2006-06-14 Thread Mark Chaimungkalanont
Guys Gals, I think I'm missing something fairly fundamental here. I have a setup where there's a parent project, atlassian-base with some common settings on it. This project has many sub-projects which declares atlassian-base as the parent. e.g. !-- Parent Project Information -- parent

RE: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread Andrew-A . Davies
Hi, Why are you placing them in the same directory ? You should follow standard directory structure Src/main/java/ com/... For your java files and Src/main/resources/ com/... For your properties files -Original Message- From: Kent Tong [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 02:31

RE: Parent POM across projects

2006-06-14 Thread Jörg Schaible
Hi Mark, Mark Chaimungkalanont wrote on Wednesday, June 14, 2006 10:26 AM: Guys Gals, I think I'm missing something fairly fundamental here. I have a setup where there's a parent project, atlassian-base with some common settings on it. This project has many sub-projects which declares

compile time xerces version problem

2006-06-14 Thread snikhi1
Hello, I currently have this problem. My projects uses (specifies in its dependencies) xerces version 2.8. However, as I found out maven uses xerces 2.4 from its endorsed directory to compile. As a result, certain newer methods in xerces native API cannot be found. I do not see how to override

RE: Directory structure

2006-06-14 Thread Roald Bankras
You can specify in your pom what the directory structure looks like. Inside build, specify sourceDirectory, testSourceDirectory, etc.. build sourceDirectorysrc/sourceDirectory scriptSourceDirectory/ testSourceDirectorytest/testSourceDirectory

Re: Parent POM across projects

2006-06-14 Thread Mark Chaimungkalanont
Jörg, Thanks for the reply! So what is the difference between: versionSNAPSHOT/version and versionlatest/version Basically I've been naming the atlassian-base snapshots as: 1.1-SNAPSHOT 1.2-SNAPSHOT etc. and so whenever I rev atlassian-base, I need to change all the child projects as

Re: Parent POM across projects

2006-06-14 Thread Edwin Punzalan
I think people here use the release plugin and it takes care of those tedious jobs for you. I haven't used it though. Mark Chaimungkalanont wrote: Jörg, Thanks for the reply! So what is the difference between: versionSNAPSHOT/version and versionlatest/version Basically I've been

RE: Directory structure

2006-06-14 Thread Roald Bankras
Furthermore, there might be some plugins which don't use the elements from build and therefore might not work correctly with a different directory structure. Although I haven't encountered any yet, it might be another reason for following the maven directory structure. Roald Bankras Software

Re: Classloader problem with antrun with run from continuum

2006-06-14 Thread Emmanuel Venisse
it's strange because when we run maven in continuum it's a forked process so it must be the same result that a run on the command line. Emmanuel Gautham Pamu a écrit : Hi Emmanuel, Thanks for responding to my question. I ran both using the root user id. Thanks Gautham Pamu On 6/13/06,

Re: 1.0.2-1.0.3 upgrade - JDODataStoreException: ...trying to shrink VARCHAR...ContinuumBuildExecutorE

2006-06-14 Thread Emmanuel Venisse
weird. Can you try with a fresh install of continuum? Emmanuel Chris Wall a écrit : It's consistent during our builds. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: June 13, 2006 3:45 AM To: continuum-users@maven.apache.org Subject: Re: 1.0.2-1.0.3

Re: Building a project using Continuum + execute mvn site

2006-06-14 Thread Emmanuel Venisse
You need to go to the project view and add a new build definition. Emmanuel Tatiana Escovedo a écrit : Hi, I'm trying Continuum 1.0.3 and I can build my project through the web interface. However, I'd like to build and execute the goal mvn site, for example. Do you know how could I do this

RE: Parent POM across projects

2006-06-14 Thread Jörg Schaible
Edwin Punzalan wrote on Wednesday, June 14, 2006 11:00 AM: I think people here use the release plugin and it takes care of those tedious jobs for you. No, this works only if your parent POM is part of your project. In case of a company wide super POM, this does not apply. I haven't used it

Re: Directory structure

2006-06-14 Thread JeffM
On 6/14/06, Roald Bankras [EMAIL PROTECTED] wrote: Furthermore, there might be some plugins which don't use the elements from build and therefore might not work correctly with a different directory structure. Although I haven't encountered any yet, it might be another reason for following the

RE: Parent POM across projects

2006-06-14 Thread Jörg Schaible
Hi Mark, Mark Chaimungkalanont wrote on Wednesday, June 14, 2006 10:54 AM: Jörg, Thanks for the reply! So what is the difference between: versionSNAPSHOT/version and versionlatest/version Basically I've been naming the atlassian-base snapshots as: 1.1-SNAPSHOT

RE: Directory structure

2006-06-14 Thread Roald Bankras
Maybe, but I haven't encountered any problems yet. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: JeffM [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 11:19 AM To: Maven Users List Subject: Re: Directory structure On 6/14/06, Roald Bankras [EMAIL

compile time xerces version problem

2006-06-14 Thread snikhi1
Hello, I currently have this problem. My projects uses (specifies in its dependencies) xerces version 2.8. However, as I found out maven uses xerces 2.4 from its endorsed directory to compile. As a result, certain newer methods in xerces native API cannot be found. I do not see how to override

Re: [m2] How to override a mirror in local settings

2006-06-14 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Morgan, I have maven-proxy running on an internal server. I have also updated the parent pom.xml to include this: repositories repository idcentral/id nameInternal Mirror of Central Repository/name

Re: Directory structure

2006-06-14 Thread JeffM
I'm finding it difficult to convince my colleagues why we should refactor our codebase to introduce the M2 recommended directory structure :( On 6/14/06, Roald Bankras [EMAIL PROTECTED] wrote: Maybe, but I haven't encountered any problems yet. Roald Bankras Software Engineer JTeam b.v.

RE: Parent POM across projects

2006-06-14 Thread Jörg Schaible
Jörg Schaible wrote on Wednesday, June 14, 2006 11:30 AM: Mark Chaimungkalanont wrote on Wednesday, June 14, 2006 10:54 AM: I'm thinking this *should* be a fairly common use-case, and wondered what other solutions there are. Not that I don't understand your pain: MRELEASE-96 - Jörg

eclipse plugin

2006-06-14 Thread Jon
Hi All, Has anyone had success using the eclipse ide plugin (0.0.9) to execute mvn compile (or any other goal for that mater) on a parent pom. If i run mvn compile on the parent project, it simply compiles that project (i.e. does nothing as there is no source - it's a POM project) If i run

RE: Parent POM across projects and versions of dependencies

2006-06-14 Thread Artamonov, Juri
So either use a static version like 1.1 or bite the bullet. This is why we use SNAPSHOT only, because the version of the master POM is absolutely moot. If we release, we will have to change SNAPSHOT to the next release version (e.g. 42) in all POMs of that are part of the release For me this

RE: Directory structure

2006-06-14 Thread Roald Bankras
So have I. But as I have said, I haven't encountered any problems yet. So as long as that pattern continues, I don't think I need to convince them anyway. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: JeffM [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006

Re: Parent POM across projects and versions of dependencies

2006-06-14 Thread Edwin Punzalan
Well, to minimize it, you can at least use the dependencyManagement section inside a parent pom. Artamonov, Juri wrote: So either use a static version like 1.1 or bite the bullet. This is why we use SNAPSHOT only, because the version of the master POM is absolutely moot. If we release, we

Re: Errors using changelog plugin

2006-06-14 Thread joluv
Hi. I encounter the same problem, I got the v2.0.4 Maven version, with changelog plugin v 2.0-beta-1, and it doesn't work. I would like to know where it is possible to download changelog plugin sources so that I can compile them. Thanks -- View this message in context:

RE: Parent POM across projects and versions of dependencies

2006-06-14 Thread Jörg Schaible
Hi Juri, Artamonov, Juri wrote on Wednesday, June 14, 2006 12:02 PM: So either use a static version like 1.1 or bite the bullet. This is why we use SNAPSHOT only, because the version of the master POM is absolutely moot. If we release, we will have to change SNAPSHOT to the next release

Re: eclipse plugin

2006-06-14 Thread Milos Kleint
I don't know the details of the eclipse plugin, but it sounds like a bug in the maven-embedder in the 2.0.x series. I had the same problem in the netbeans support. The 2.1-SNAPSHOT version have correct behaviour. I'm shipping a snapshot of that in betbeans and it works. bt the API of embedder

Re: Default goals with maven 2

2006-06-14 Thread leahpar
Hello world, I'm not maven confortable with : I have projects working with continuum / maven proxy / personnal superSharedPom but I touch all this only since April... I'm starting to use qalab in my super pom Perform a copy of the internal repository seems not to do the job : maybe I don't

build is not finished if start executable

2006-06-14 Thread Maksimenko Alexander
hi! I spent 2 days to the following problem : I start executable in ant script target name= exec executable=cmd dir=. spawn=true arg line=/C start calc.exe/ /exec /target the execution of ant script has been finished but continuum build is not marked

build is not finished if start executable

2006-06-14 Thread Maksimenko Alexander
hi! I spent 2 days to the following problem : I start executable in ant script target name= exec executable=cmd dir=. spawn=true arg line=/C start calc.exe/ /exec /target the execution of ant script has been finished but continuum build is not marked

Re: eclipse plugin

2006-06-14 Thread Dario Luis Coneglian Oliveros
Yes, it is. It's a problem with maven embedder 2.0.4. If I am not mistaken, this is already fixed in the SNAPSHOT and should be available in the next release (2.0.5). Please remember m2eclipse plugin should add the new embedder once it's released, otherwise it won't work. Hope it helps. Dário

Eduction: 50 students get the same project assignement

2006-06-14 Thread Geoffrey De Smet
A friend of mine asked me how far Maven 2 could help in education. Take about 50 students, that all have to do the same 10 projects. Most of these projects are small (2 hours to solve, e.g. Fibonacci), but others are big (3 months to solve, e.g. FTP client). The teacher doesn't have the time to

Re: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread javed mandary
Hi Kent, thats pretty simple in your POM add the following configuration: build resources resource directorysrc/main/java/directory includes include**/*.properties/include /includes /resource /resources /build if as suggested by

Re: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread javed mandary
No normally specifying your properites or xml or other resources directly in the resources folder should have everything copied automatically but i had some cases where some files were not copied this is why i like to specify it in my POMs ;) cheers, Javed On 6/14/06, [EMAIL PROTECTED]

Re: Eduction: 50 students get the same project assignement

2006-06-14 Thread jerome lacoste
On 6/14/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: A friend of mine asked me how far Maven 2 could help in education. Take about 50 students, that all have to do the same 10 projects. Most of these projects are small (2 hours to solve, e.g. Fibonacci), but others are big (3 months to solve,

RE: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread Andrew-A . Davies
Thanks Javed. Thought I might be missing something important as I have got 1 issue that I just can't solve and hence have resigned myself to living with it ! Building an enterprise distributed global app with multi site multi project dependencies. Integrating with Cruise Control, Clearcase UCM.

Re: How to report public repository problems

2006-06-14 Thread Lyndon Washington
Thanks Edwin. After a quick cursory look at the guide, I am intrigued to know if anyone can contribute pom's for ANY project or component. For instance, I start creating a new maven project for a project called bandit ( http://www.bandit-project.org), and it has a reliance on an open source

Re: whats going wrong with my build?

2006-06-14 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, [INFO] Scanning for projects... [INFO] [INFO] Building Provisioning System Enterprise Application [INFO]task-segment: [install] [INFO]

How to set the interval?

2006-06-14 Thread Michael Waluk
Hi, I see in the Continuum documentation that there are interval and delay configuration points, but it doesn't specify where to put them. Does anyone have an example? I'd also like to know how to specify it not to automatically run so that later I can programmatically tell it to build when a

install:install-file with a URL?

2006-06-14 Thread Richard S. Hall
Looking at the source code, it definitely does not appear possible to install a file from a URL using install:install-file. To me, this seems like it would be a useful feature and could be handled uniformly if file: URLs were supported. As it stands right now, if I want to install something

Re: build is not finished if start executable

2006-06-14 Thread Emmanuel Venisse
Can you send your continuum logs? Emmanuel Maksimenko Alexander a écrit : hi! I spent 2 days to the following problem : I start executable in ant script target name= exec executable=cmd dir=. spawn=true arg line=/C start calc.exe/ /exec /target the

Re: eclipse plugin

2006-06-14 Thread SlinnHawkins, Jon (ELS)
Thanks Guys - glad it's not just me ;-) Is there any indication of when 0.0.10 will be released ? Thanks Ovidio Mallo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hi, actually, the current development version of the m2eclipse plugin has recently been adapted to use the new

Re: How to report public repository problems

2006-06-14 Thread Lyndon Washington
. and what do you know, someone had already raised the isse, http://jira.codehaus.org/browse/MEV-395, so I just added the patch. Cheers, -L- On 6/14/06, Edwin Punzalan [EMAIL PROTECTED] wrote: Please see: http://maven.apache.org/guides/mini/guide-maven-evangelism.html Lyndon Washington

Maven test-compile dependency problem

2006-06-14 Thread Bratek
Hello, I'm trying to run mvn test-compile in my build and I keep getting dependency errors (cannot find symbol ...). The thing is that those dependencies are defined in pom file, with the scope compile. I'm not sure why mvn install works, and mvn test-compile does not. I would appreciate any

Re: whats going wrong with my build?

2006-06-14 Thread teknokrat
Thorsten Heit wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, [INFO] Scanning for projects... [INFO] [INFO] Building Provisioning System Enterprise Application [INFO]task-segment: [install] [INFO]

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
Where is this documented? I'd like to read more about this. -Original Message- From: Roald Bankras [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 3:16 AM To: Maven Users List Subject: RE: integration builds and version numbers Updating the version numbers in the pom files

Re: eclipse plugin

2006-06-14 Thread Ovidio Mallo
Is there any indication of when 0.0.10 will be released ? I'm not sure since the version 0.0.9 has only been released recently. However, I think that the mere fact of having migrated to the new embedder deserves a new release... You may consider posting a request to the m2eclipse user mailing

Re: whats going wrong with my build?

2006-06-14 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, No you don't understand. The files are in my local repository already. They are not on ibiblio. I have no idea why maven insists on looking there. This is a purely local project. Erm, yes, haven't read it (OutOfCoffeeException...) ;-) Does

RE: Shared properties across multiple modules

2006-06-14 Thread EJ Ciramella
Any further suggestions about this? This is kind of a pressing issue for me. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 3:57 PM To: Maven Users List Subject: Shared properties across multiple modules Ok - so I'm filtering resources

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
I tried both mvn release and mvn release:release - neither exists. What is the correct goal? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 9:51 AM To: Maven Users List Subject: RE: integration builds and version numbers Where is this

RE: integration builds and version numbers

2006-06-14 Thread Roald Bankras
In chapter 7 of the 'better builds with maven' book (downloadable from www.mergere.com) there is a description on how to use the release plugin. The plugin website can be found at http://maven.apache.org/plugins/maven-release-plugin/ Roald Bankras Software Engineer JTeam b.v. -Original

Re: integration builds and version numbers

2006-06-14 Thread Kieran Brady
Its 'release:prepare' and 'release:perform' This is the best guide I know of: http://apollo.ucalgary.ca/tlcprojectswiki/index.php/Public/Project_Versioning_-_Best_Practices - Original Message - From: EJ Ciramella [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent:

RE: Eduction: 50 students get the same project assignement

2006-06-14 Thread Siegmann Daniel, NY
Could work, though it is somewhat complex. I don't know why you'd need a solution though, since you could just provide some high-level test cases. I would worry about these constraining the program design or giving too much away, however. My professor for graduate algorithms automated grading

RE: whats going wrong with my build?

2006-06-14 Thread EJ Ciramella
I'm in the same boat as you teknokrat - no matter what I do, it the artifact doesn't exist in the internal remote repository, maven goes to look in repo1 for it. In addition to this, there are a few poms it simply skips looking to my internal remote repository (like all the maven plugin poms). I

maven-surefire-report-plugin requires Maven version 2.0.3?

2006-06-14 Thread Michael Waluk
Hi, I'm new to Maven. I'm using 2.04 and tried to use the maven-surefire-report-plugin to produce a report in the Maven site. But I get this error: 'org.apache.maven.plugins:maven-surefire-report-plugin': Plugin requires Maven version 2.0.3 It's pretty obviously stated in the plugin's 2.0

Re: install:install-file with a URL?

2006-06-14 Thread Jorg Heymans
Sounds like a valid usecase to me. In case nobody comes up with a solution here i'ld suggest you file this in jira. On 6/14/06, Richard S. Hall [EMAIL PROTECTED] wrote: Looking at the source code, it definitely does not appear possible to install a file from a URL using install:install-file.

Re: whats going wrong with my build?

2006-06-14 Thread teknokrat
Thorsten Heit wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, No you don't understand. The files are in my local repository already. They are not on ibiblio. I have no idea why maven insists on looking there. This is a purely local project. Erm, yes, haven't read it

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
Ok - got the pdf, but I'm confused. Does this release plugin need to be configured at the parent or child pom level? What if our scm tool of choose (perforce) requires passwords? -Original Message- From: Roald Bankras [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 10:26 AM

RE: maven-surefire-report-plugin requires Maven version 2.0.3?

2006-06-14 Thread Boden, David
You're always better off with the most up to date core version of Maven. Please download and install 2.0.4 from maven.apache.org. -Original Message- From: Michael Waluk [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 3:23 PM To: users@maven.apache.org Subject:

RE: integration builds and version numbers

2006-06-14 Thread Roald Bankras
The website mentioned by Kieran Brady shows how you can store the scm passwords. Roald Bankras Software Engineer JTeam b.v. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 4:40 PM To: Maven Users List Subject: RE: integration builds and

Re: whats going wrong with my build?

2006-06-14 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does your repository contain the corresponding pom for your war file? AFAIK Maven checks the central repository if the pom files do not exist in your repo, therefore the warning(s)... yes, its in there. whats really strange is that the war

Re: taglist - issue with several compile source root

2006-06-14 Thread Fabrice BELLINGARD
Hi Raphael, For your 2nd point, there's an issue about that: http://jira.codehaus.org/browse/MTAGLIST-2 Can you please make a patch and attach it to the issue? I'll have a look at it. For your 1rst point, I'll check that. Thanks, Fabrice. On 6/14/06, leahpar [EMAIL PROTECTED] wrote: hello

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
The only place on that page I see passwords mentioned is in regards to repositories: settings servers server idcommons.ucalgary.ca/id usernamewoodj/username privateKey~/.ssh/id_rsa/privateKey passphrase***/passphrase password***/password /server /servers

Re: How to set the interval?

2006-06-14 Thread Emmanuel Venisse
the scheduler is set in the schedule configuration page and all build definitions use one of schedules. You can choose the schedule to use in the project view by editing the build definition Emmanuel Michael Waluk a écrit : Hi, I see in the Continuum documentation that there are interval

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
Also - where should this plugin be configured? Once in each child module or one time in the parent pom? We plan on branching just the modules needed for a particular change and then just releasing those into the wild. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED]

How to install artifact created with assembly artifact into Continuum's local repository

2006-06-14 Thread Mark Reynolds
The primary artifact from each of my pom's are copied into Continuum's repository, but not the additional artifacts that are created using the assembly plugin. Is there a way to make this happen?

RE: integration builds and version numbers

2006-06-14 Thread Mike Perham
The perforce provider does not handle passwords; it is assumed that you are already logged in. We have a special build user who is only allowed to log in from the build server and whose login never expires. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent:

Re: Best practices for multi-flavour build?

2006-06-14 Thread Toto Laricot
Hi Ivo, So, if you have 3 sub-projects (3 POM's under the root POM), you define the test/acceptance/production profiles in each one of them? I.e. the DB information (jdbc url, username, etc.) - for instance- has to be repeated 3 times? Theo. On 6/14/06, Ivo Limmen [EMAIL PROTECTED] wrote:

[M2] release-perform vs. Cygwin with Subversion

2006-06-14 Thread Chas Douglass
In the last release of the maven release plugin, releases broke on my systems. I use Cygwin (under Windows XP) and for some reason the release:perform action creates an invalid combination of paths to pass to Subversion. The error I get is: [INFO] Working directory: d:\personal\JEC

Re: Subversion username and password

2006-06-14 Thread Douglas José
Hello all,I solved my problem on connecting to Subversion using SCM plugin with -Dusername and -Dpassword parameters passed to Maven. I'm wonder if there is a way to have at least the password prompted, in a way that I don't have to explicit write my password when calling Maven command line. Best

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
Does anyone know if mvn, when using the perforce scm config, will pull the users password from an environment variable? Mike, did you try that before you left this person logged in? -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:12 PM

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
Ok, I need more detail on how to utilize the release plugin (there's no fully documented example anywhere I've looked - including that pdf book) Here's a snippet of my pom.xml (which results in a Missing required setting: scm connection or developerConnection must be specified. Error) scm

RE: integration builds and version numbers

2006-06-14 Thread Mike Perham
I wrote the Perforce integration for Maven 2.0 so I am the proverbial horse's mouth. It will not. It does not run 'p4 login' at all. You need to be logged in beforehand. You might be able to use a cron job with the P4PASSWD environment variable to automatically login the user every X hours but

Re: integration builds and version numbers

2006-06-14 Thread Alexandre Poitras
Just pass it on the command line. You should check the plugin page. Tons of information like the goal names and their properties : http://maven.apache.org/plugins/maven-release-plugin/howto.html http://maven.apache.org/plugins/maven-release-plugin/plugin-info.html On 6/14/06, EJ Ciramella [EMAIL

maven ant tasks snapshot handling

2006-06-14 Thread Tom Huybrechts
Hi all, I'm using the maven tasks for ant (2.0.4) to download snapshots from a repository. My target looks like this: maven:dependencies pathId=mypath verbose=true maven:remoteRepository url=http://myrepository/snapshots; snapShots enabled=true

Re: [M2] release-perform vs. Cygwin with Subversion

2006-06-14 Thread Emmanuel Venisse
this pb happen when you use a windows jdk instead a jdk installed in cygwin. When we run svn, we define the working directory with workingDirectory.getAbsolutePath(). This commands returns always with a windows jdk a path like d:\personal\JEC so for cygwin, this path isn't an absolute path but

Problems rewriting dependencies

2006-06-14 Thread Matthew Beermann
I've writing a plugin which, among other things, needs to rewrite a project's dependencies on the fly. In particular, it needs to change their scope to system and point them to a file, and it needs to do this after the transitive dependencies are resolved. (Yes, I know this is weird. No, there

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
I tried that: E:\work\up-svcs-test\rel\R1.5\cryptoServermvn -Dmaven.test.skip=true release:prepare -Dconnection=scm:perforce:[EMAIL PROTECTED]:1666://d epot/up-svcs-test/cryptoServer/... [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'release'. [INFO]

M2-Cargo Plugin Question

2006-06-14 Thread Matilda Robert
Hi all maven 2.0 users, I am still fairly new to maven 2.0 and I have to questions for anyone that can provide feedback. I wanted to know if or when will local or remote deployer support for weblogic8x be added to the Maven 2 plugin for Cargo in the near future? Second, are there any

RE: integration builds and version numbers

2006-06-14 Thread Mike Perham
You need something like this in your POM. scm connectionscm:perforce://depot/modules/fabric/trunk/parent/connection developerConnectionscm:perforce://depot/modules/fabric/trunk/parent/d eveloperConnection /scm -Original Message- From: EJ Ciramella [mailto:[EMAIL

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
Got it - yeah, I was editing a pom in a different branch (DOH!). I have the following dependency chain C depends on B depends on A. The only real application here is C. In order to release C, I need to release B and A also? And my other question earlier was, where is this scm setup supposed

RE: integration builds and version numbers

2006-06-14 Thread Mike Perham
Yes, you need to release all three. If you have a parent project with A B and C as child modules, you can release the parent and it will recursively release A B and C also at the same time. If you put it in the parent and release everything at once, it should just work. If you want to release

RE: integration builds and version numbers

2006-06-14 Thread EJ Ciramella
In this case, we have something like this: //depot/up-svcs-test/rel/R1.0/pom.xml --- parent //depot/up-svcs-test/rel/R1.0/A/pom.xml //depot/up-svcs-test/rel/R1.0/B/pom.xml --- children //depot/up-svcs-test/rel/R1.0/C/pom.xml Without putting artifactIdR1.0/artifactId (and then changing

  1   2   >