Build dashboard question

2007-02-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have been searching the web for the last week, and I have not found what I wanted. I strongly believe someone out there is using something like this. I need to have build dashboard like this: |Environment|Build Version|Build Date| |=|=|| |111.112.2.2| 1.05

RE: Build error when using Build All button

2007-02-05 Thread Morgovsky, Alexander \(US - Glen Mills\)
Try clearing your checkout directory. Thanks. -Original Message- From: Chris Russell [mailto:[EMAIL PROTECTED] Sent: Monday, February 05, 2007 5:55 PM To: continuum-users@maven.apache.org Subject: Build error when using Build All button Hello, I just created a new project in

RE: Re: POM Inheritance

2007-02-03 Thread Morgovsky, Alexander \(US - Glen Mills\)
You may want to use transitive parents. By this I mean have B depend on A, C depend on B, etc. This way, when C is dependent on B, C is also dependent on A. Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose,

RE: continuum - scm update error

2007-02-02 Thread Morgovsky, Alexander \(US - Glen Mills\)
You may want to check the permissions of the user under which Continuum is running. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 12:49 PM To: continuum-users@maven.apache.org Subject: continuum - scm update error Hi All

Re: Anchors on maven.apache.org

2007-02-02 Thread Alexander Dotor
Where do I put bugs concerning the site. I didn't find any category that's related to the website? Alexander Wayne Fay schrieb: You should probably file this as a new bug report in JIRA. Wayne On 2/1/07, Alexander Dotor [EMAIL PROTECTED] wrote: Dear Users, it seems to me that since

Anchors on maven.apache.org

2007-02-01 Thread Alexander Dotor
instead of blanks. This makes it extremly difficult to navigate the POM-Reference for example. Greetings, -- Alexander Dotor Universität Bayreuth Angewandte Informatik I (Gebäude NW II) - Raum 1.1.02.606 Universitätstraße 30 95440 Bayreuth Phone: +49921/55-2370 Fax: +49921/55-3316

Re: Dynamic dependencies

2007-02-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
You could define a property custom.version in your settings.xml or POM and have your dependency be of the form: groupIda/groupId artifactIdb/artifactId version${custom.version}/version This way, you could change the value of custom.version whenever you want, and the POM will pick up the right

maven local repository within SVN..

2007-02-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Well, you could could install SVN on the machine, and have your build call a bootstrapping project which checks out whatever you need from SVN. Then, control would flow to the build, etc. Thanks. This message (including any attachments) contains confidential information intended for a

RE: newbie failed to create a Maven 2 project

2007-01-31 Thread Morgovsky, Alexander \(US - Glen Mills\)
Also, save your settings.xml somewhere and delete it from your active configuration directory. Define everything in your POM. This way, you will see what is being done in the settings.xml, but you will be doing this more actively than having the settings.xml do it for you. Thanks. This

Re: M2 dashboard plug-in found

2007-01-30 Thread Morgovsky, Alexander \(US - Glen Mills\)
I will try this. Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of

RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks, I will try this. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of

RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
I put the plug-in into my master POM, but the plug-in could not be downloaded. I tried manually installing to our repository, but no success. Could you please post a basic POM which fully shows how to properly declare the Codehaus repository and use this plugin? Thanks. This message

RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
I just need to check out all the code from this URL and run mvn install? -Original Message- From: Srilakshmanan, Lakshman [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 7:29 PM To: Morgovsky, Alexander (US - Glen Mills) Cc: users@maven.apache.org Subject: RE: M2 dashboard plug

RE: M2 dashboard plug-in found

2007-01-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks, I will try this. -Original Message- From: Srilakshmanan, Lakshman [mailto:[EMAIL PROTECTED] Sent: Monday, January 29, 2007 10:08 PM To: Morgovsky, Alexander (US - Glen Mills) Cc: users@maven.apache.org Subject: RE: M2 dashboard plug-in found Yup, I normally usemvn clean

Re: Java Plugin Framework Support

2007-01-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
Try using ${project.basedir} relative to where you want this packaged relative to your binary. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should

M2 dashboard plug-in found

2007-01-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
I found the M2 dashboard plug-in in http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-dashboard-plug in/. I added it like this. reporting plugins plugin groupIdmaven/groupId

RE: maven2, eclipse and hierarchical layout

2007-01-27 Thread Morgovsky, Alexander \(US - Glen Mills\)
From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 8:11 AM To: Morgovsky, Alexander (US - Glen Mills) Subject: Re: maven2, eclipse and hierarchical layout Hi Alexander, would you mind posting a simple pom.xml of the children? because i was using

Re: EJB3 with maven

2007-01-26 Thread Alexander Sack
As Marco is saying you don't need to use the ejb3 plugin. Just create a stand alone JAR to deploy under JBoss. Again, first read the Better Builds with Maven 2 book which gives plenty of examples. -aps On 1/26/07, Vidya Mahavadi [EMAIL PROTECTED] wrote: Hi Marco, Thanks for your respose.

maven2, eclipse and hierarchical layout

2007-01-26 Thread Morgovsky, Alexander \(US - Glen Mills\)
I use a flat structure where the children reference the parent as ..\(name of parent). Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you

Build Status Dashboard Project

2007-01-26 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hello. I have multiple builds being deployed to multiple servers. My system works on Subversion, Continuum and Maven 2. Is there a dashboard which has red lights(failure), yellow(in progress) and green (success) which displays the status of the builds and their destination servers? Thank you.

Potential Profile bug

2007-01-24 Thread Morgovsky, Alexander \(US - Glen Mills\)
I really need help with this, I have done all that I could for as long as I could. I have a profile which I define in my global settings.xml. profile idx/id properties customVersion8.2/customVersion /properties /profile I have a parent project which

V4.0.0 POM's are not downloaded in Maven 2

2007-01-23 Thread Morgovsky, Alexander \(US - Glen Mills\)
Please explain why some of my Maven 2 dependencies are downloaded from my remote Maven repository to my local Maven repository with Maven 1 POM's packaged inside of them? I looked on my Maven Repository, and I saw that my artifacts had only v4.0.0 Maven 2 POM's, but when they were downloaded to

null project

2007-01-23 Thread Morgovsky, Alexander \(US - Glen Mills\)
You could try to give it a name with something like name. Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any

Release strategies

2007-01-22 Thread Morgovsky, Alexander \(US - Glen Mills\)
You could define a build number in your profile and write a script which increments that build number. Then, you could reference that build number as a property in your pom.xml, for your versions. This message (including any attachments) contains confidential information intended for a

Maven 2 Profile property resolution

2007-01-22 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have a property defined in a profile. I have 3 modules in a parent project. When I build the parent project the modules build correctly, where the modules correctly resolve the property defined in the profile. When I build the modules individually using the profile, the property from the

RE: Maven2 is not working with Eclipse

2007-01-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks for your help, I will try this. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or

Unexplainable Maven error

2007-01-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
This is strange, but I am seeing model v4.0.0 plug-ins being downloaded as non-v4.0.0 plug-ins, and jar sizes of local dependencies after having been downloaded from my remote Maven repository being completely different from the sizes that are the in remote Maven repository. I am using Apache as

Uploading to the remote Maven repository

2007-01-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
My Maven 2 system is configured to use http for file downloads. However, I have not been able to use http for file deployments. I am using Apache for the web server. Please let me know how I can configure my system to deploy to the remote Maven repository using http through Apache. Thanks.

Maven2 is not working with Eclipse

2007-01-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have seen many people talk about this problem, but I have not seen a solution for this. The Maven2 Eclipse plugin does not read the settings.xml file in %M2_HOME%/conf. I am familiar with http://jira.codehaus.org/browse/MNGECLIPSE-29. May someone please tell me what I can do have Eclipse pick

Profile question

2007-01-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
When an activeProfile is active, and we call mvn with another profile, does the activeProfile remain active, or does the profile specified with mvn take over and all the values in activeProfile are ignored? Thanks. This message (including any attachments) contains confidential information

Re: Maven2 is not working with Eclipse

2007-01-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
Well, I see what you are saying, but is there a fix for this problem? This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message.

[m2] subversion repository upload using webdav

2007-01-19 Thread Alexander Schwartz
Hi, (crossposting to users@maven.apache.org and maven-wagon-users) as Brett Porter suggested (/Storing your Maven Repository in CVS/Subversion, /http://blogs.codehaus.org/people/brett/archives/001066_storing_your_maven_repository_in_cvssubversion.html) I would like to maintain the corporate

[m2] subversion repository upload using webdav

2007-01-19 Thread Alexander Schwartz
Hi, (crossposting to and maven-wagon-users) as Brett Porter suggested (Storing your Maven Repository in CVS/Subversion, http://blogs.codehaus.org/people/brett/archives/001066_storing_your_maven_repository_in_cvssubversion.html

Profile property is not resolved

2007-01-19 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have a parent Maven project which has 3 modules. In an active profile I define 3 properties. When I do a reactor build, the modules build correctly. When I try to build the modules separately, the properties which I defined in the profile are not resolved. Here is what I tried to do to solve

Artifact downloads corrupted

2007-01-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
For some reason, Jars which I created and copied to the remote Maven repository get downloaded to the local Maven repository as expected, but they are corrupted on their way. When I open up the Jar on the local Maven repository, I see that the contents are corrupted and the overall size of the

RE: calling Maven goal from ant

2007-01-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
Maybe you can use the MavenEmbedder? -Original Message- From: Irrisor [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 9:33 AM To: Morgovsky, Alexander (US - Glen Mills) Cc: users@maven.apache.org Subject: Re: calling Maven goal from ant Thanks for your answer

how do I copy a dependency to a local directory

2007-01-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
You may use the maven-dependency-plugin. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or

Eclipse not picking up settings.xml

2007-01-12 Thread Morgovsky, Alexander \(US - Glen Mills\)
What do I need to do to configure Eclipse 3.2 to pick up the settings.xml file defined in %M2_HOME%/conf? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended

calling Maven goal from ant

2007-01-11 Thread Morgovsky, Alexander \(US - Glen Mills\)
In the Ant file, create an exec task and spawn a shell and execute something like mvn goal. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should

RE: How can I do

2007-01-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. When will 1.1 be released? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 9:11 AM To: continuum-users@maven.apache.org Subject: Re: How can I do It isn't possible in 1.0.3, this feature is implemeted in 1.1. Emmanuel

[m2] Configuring m2 for a corporate environment

2007-01-04 Thread Alexander Schwartz
Hi, I am configuring m2 for a corporate enviroment. Some of our goals are to [goal #1] reduce the local (user depending) configuration, [goal #2] reduce the manual steps to install/maintain a local m2 installation on on a developer machine or a build server. The m2 book

Resolving repository locations

2007-01-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I would like to reference the local maven repository and the remote maven repository by using ${variable}'s in a pom.xml. What are the variables which I need to use? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and

Resolving repository information

2007-01-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
I would like to resolve the URL of the remote Maven repository. How can I use ${project.distributionManagementArtifactRepository} to resolve the URL of the repository? I need a way to only resolve the URL of the non-SNAPSHOT repository. Since there can be both repository and snapshotRepository,

Re: JBoss EJB3 and Maven

2006-12-28 Thread Alexander Sack
containers pointing to the appropriate EJB3 JBoss libraries to link against). As for including them in an EAR, yes they are just listed as a dependency and javaModule. -aps On 12/28/06, Stephane Nicoll [EMAIL PROTECTED] wrote: On 12/28/06, Alexander Sack [EMAIL PROTECTED] wrote: I'm not sure why you

Surefire Question

2006-12-28 Thread Alexander Saar
tests (like feature key ...) Kind regards, Alex -- Alexander Saar Mindquarry - achieving more together (http://www.mindquarry.com) E-Mail: [EMAIL PROTECTED] | Mindquarry GmbH Work: +49 331 97992 223 | August-Bebel-Str. 88 Mobile: +49 177 59 85 437 | 14482 Potsdam

Re: JBoss EJB3 and Maven

2006-12-27 Thread Alexander Sack
I'm not sure why you are using the EJB plugin since EJB3 and JBoss are just JARs. We use EJB3 and JBoss exclusively and I prefer the JAR plugin. -aps On 12/27/06, Stephane Nicoll [EMAIL PROTECTED] wrote: Hi, On 12/26/06, Vitor Pellegrino [EMAIL PROTECTED] wrote: Hello, 1 - How can i

Error trying to use the maven-antrun plugin

2006-12-23 Thread Morgovsky, Alexander \(US - Glen Mills\)
Please make sure that your JAVA_HOME environment variable is set. Also, to make sure that this variable is correctly being resolved by doing something like echo message=${env.JAVA_HOME}/. You may also need to add Java dependencies to your dependencies section of your maven-antrun plugin

Re: Calling a plugin unexpectedly stopped working

2006-12-19 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks. Actually, I just went ahead and combined the plugin with another plugin. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this

clover plugin

2006-12-13 Thread Morgovsky, Alexander \(US - Glen Mills\)
In addition to modifying the reporting section, I added the following to my plugins section. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-clover-plugin/artifactId executions execution phasepre-site/phase goals

Properties file exclusion from a Jar in Maven2

2006-12-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am trying to exclude abc.properties from being put into the /classes directory when a jar is created. I try to do it like this. However, the file still is in the /classes directory after I run mvn package. I include this file as a resource because I need it during the build, but I don't want

Aggregate reports

2006-12-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
How may I run an aggregate dependencies report on a multi-module project? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this

Re: Ant-Contrib foreach in Maven 2

2006-12-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you so much for your help. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or

Re: Ant-Contrib foreach in Maven 2

2006-12-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you so much for your help. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or

Aggregate dependencies report

2006-12-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi, is it possible to generate an aggregate of dependencies report for a project which has multiple modules? In a sense, if projects b, c, and d are modules of a, and b depends on p and q, and c depends on r and s, and d depends on t and u, I would like the aggregate report of a to list p, q, r,

Central settings.xml file

2006-12-05 Thread Morgovsky, Alexander \(US - Glen Mills\)
I would like to create several profiles in a settings.xml file which I would like to store in the company-wide shared Maven repository which we have. Is there a way that I could do this? This message (including any attachments) contains confidential information intended for a specific

Ant-Contrib foreach in Maven 2

2006-12-05 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am trying to create an Ant task using the maven-antrun-plugin in Maven 2. I would like to use the optional task foreach. In Ant, I did this by declaring the Ant-Contrib jar in a taskdef object in the build.xml. How may I do this in Maven 2? Thanks. This message (including any attachments)

Re: Ant-Contrib foreach in Maven 2

2006-12-05 Thread Alexander Sack
Ah crap, beat me too itwhat he said! :D! I use ant-contrib too for other projects as well (exactly for the foreach target). -aps On 12/5/06, Haroon Rafique [EMAIL PROTECTED] wrote: On Today at 11:30am, MAUGM=Morgovsky, Alexander (US - Glen Mills)...: AM I am trying to create an Ant

Re: EAR plugin problem

2006-12-04 Thread Alexander Sack
Try defaultJavaBundleDirAPP-INF/lib/defaultJavaBundleDir instead. I believe the BBwMaven book is inaccurate at this point. -aps On 12/4/06, Lars Rosenberg Nielsen [EMAIL PROTECTED] wrote: I have a problem with configuring the EAR plugin so it copies the depended jar files to by APP-INF/lib

Re: Including an assembly as part of another assembly

2006-12-04 Thread Alexander Sack
Quick question, why can't you have two sub modules under your POM, one that generates an assembly, the other generating the final output with the other assembly included? (you get the idea) -aps On 12/4/06, Eric Wang [EMAIL PROTECTED] wrote: Hi, I'm new to Maven so forgive me if this

Re: Including an assembly as part of another assembly

2006-12-04 Thread Alexander Sack
a zip file. On 12/4/06, Alexander Sack [EMAIL PROTECTED] wrote: Quick question, why can't you have two sub modules under your POM, one that generates an assembly, the other generating the final output with the other assembly included? (you get the idea) -aps On 12/4/06, Eric Wang [EMAIL

Re: Including an assembly as part of another assembly

2006-12-04 Thread Alexander Sack
. Thanks for your help Alexander. On 12/4/06, Alexander Sack [EMAIL PROTECTED] wrote: I won't speak for best practices but typically you would create another module to do the packaging (similar to some of the EAR examples). For a simple command-line application, my guess is one pom and one

Re: [***POSSIBLE SPAM***] - How to create multiple jar files from one project? - Bayesian Filter detected spam

2006-12-03 Thread Alexander Sack
Yea, I agree...I don't see why interfaces should be dependent on implementations? What's the point? I don't see how you would have a circular dependency. Your factory classes probably produce instances of your interfaces. Your implementation classes would depend on those interfaces. Life is

Clover coverage

2006-12-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Does Clover have line coverage or branch coverage or both? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message.

Re: Question about transitive dependencies

2006-12-01 Thread Alexander Sack
This maybe an artifact of the fact that many plugins use the classpath for runtime constraints as well. -aps On 12/1/06, Heck, Joe [EMAIL PROTECTED] wrote: I couldn't answer this for one of the devs in our team, so I thought I'd push the question to you all for any feedback you could provide.

Re: Question about transitive dependencies

2006-12-01 Thread Alexander Sack
classpath for whatever reason (packaging, etc.). -aps On 12/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 12/1/06, Alexander Sack [EMAIL PROTECTED] wrote: This maybe an artifact of the fact that many plugins use the classpath for runtime constraints as well. It's also possible to avoid

Re: Question about transitive dependencies

2006-12-01 Thread Alexander Sack
On 12/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 12/1/06, Alexander Sack [EMAIL PROTECTED] wrote: And in fact, one can actually remove the transitive dependencies that are unwanted during the build classpath by declaring them in the POM as provided. I believe that fits his scenario

Maven and .NET

2006-11-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is there a version of Maven for .NET? This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or

Repackaging a snapshot dependency

2006-11-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
Let us assume that there exists a snapshot dependency. This is a jar file with the usual packaging of a Maven 2 dependency, and the version of this is SNAPSHOT. Is it possible to repackage this dependency and change the version to something other than SNAPSHOT? If so, how? Let us assume that

Maven release plugin question

2006-11-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it required to have SNAPSHOT in the version number of the Maven project in order to use the Maven release plugin with it? For example, if I have a version like 2.0.0 and I would like to create a tag called 2.0.0.0, it looks like I am not able to do this using the plugin. Is this correct?

RE: Forced builds

2006-11-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
(hourly, daily, whatever) are entirely appropriate, and may identify defects regardless of code-changes. The good news, Alexander, is that 1.1 will have such a feature (Jesse committed this a few weeks ago - not so much a forced build, but a fresh cut of the workspace, which has the same effect

Forced builds

2006-11-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it possible to have Continuum force build every n hours even if the code in the source code repository hasn't changed? This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the

RE: Forced builds

2006-11-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
, November 20, 2006 2:22 PM To: continuum-users@maven.apache.org Subject: Re: Forced builds Not yet, why? Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : Is it possible to have Continuum force build every n hours even if the code in the source code repository hasn't changed

RE: Forced builds

2006-11-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
. Wayne On 11/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: Not yet, why? Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : Is it possible to have Continuum force build every n hours even if the code in the source code repository hasn't changed? This message (including any

RE: Continuum reports incorrect failure

2006-11-17 Thread Morgovsky, Alexander \(US - Glen Mills\)
reports incorrect failure Can you send us your logs? I've never seen this pb and I don't think it's the reason of the failure. Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : The continuum build fails too early, on a warning like this. [WARNING] *** CHECKSUM FAILED - Checksum failed

Configuring tasks

2006-11-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
How should one configure Continuum to run specific goals for each project? For example, when Continuum builds, which task does it run? Also, how should one configure Continuum to call deploy for each project? Thanks. This message (including any attachments) contains confidential information

Continuum reports incorrect failure

2006-11-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
The continuum build fails too early, on a warning like this. [WARNING] *** CHECKSUM FAILED - Checksum failed on download: When I run the build from the command line, the build does not fail on a warning, but only fails on an error. If it is possible to tweak the tolerance of the failure, please

Running Maven 2 reports

2006-11-14 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it possible to run Maven 2 reports, like pmd, for example, outside of the site generation phase? For example, if I want to create a report without associating it with any site, can I do this? If so, how can I do this? Thanks. This message (including any attachments) contains confidential

Deployment without installation

2006-11-14 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it possible to execute a deploy operation without doing an install? This is when, for example, the application is already installed, and I just want to call deploy. Thanks. This message (including any attachments) contains confidential information intended for a specific individual and

JSP pre-compilation

2006-11-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am trying to use jspc-maven-plugin to precompile my JSP pages. The issue is that it creates its own web.xml, which is then to be used by the maven-war-plugin. Here, I have my own web.xml, so how do I pass my own web.xml to jspc-maven-plugin, so that I can use the generated web.xml in the

Aggregate site generation

2006-11-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have a parent POM which has two modules. Module A's sites get deployed to host/A/. Module B's sites get deployed to host/B/. What do I need to do in the parent POM so that I can have these modules show up in the modules section of the parent pom so that they could be accessed? Thanks. This

Regular Plugin parameters are not working

2006-11-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have a short pom.xml. project artifactIda/artifactId groupIdagroupId version1.0/version build plugins plugin artifactIdb/artifactId groupIdb/groupId

Re: Mailing is not working

2006-11-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
I was not able to find anything in the logs. I was looking at the continuum.log file to be exact. I saw nothing about the mail failing. Is there any pattern which I should be looking out for? Thanks. This message (including any attachments) contains confidential information intended for a

RE: Mailing is not working

2006-11-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
/ Sogeti Morgovsky, Alexander (US - Glen Mills) wrote: Hi. I set up my mailing like this, but I am not receiving any emails. May someone please help me with this? Thanks in advance. [EMAIL PROTECTED] like [EMAIL PROTECTED] y=name like Bob configuration from-mailboxx/from-mailbox

Dependent modules not getting built

2006-11-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. If a submodule changes, Continuum does not rebuild all the other components which are dependent on it. Is this by design, or is this is a bug? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is

Build statistics

2006-11-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I need to accumulate, over time, build statistics like % of builds which were successful, % of unit tests that passed, times the build took to complete, etc. I am using Maven 2 and Continuum. Does anyone know of any such reporting plugins? If not, does anyone have any pointers for me as to

RE: Dependent modules not getting built

2006-11-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
will be implemented in the next version. Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : Hi. If a submodule changes, Continuum does not rebuild all the other components which are dependent on it. Is this by design, or is this is a bug? Thanks. This message (including any attachments

Junit and sites in Continuum

2006-11-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
It is possible to have buttons to display the JUnit test results and access the built project sites from the Continuum user interface? How are others integrating their JUnit tests and site generation in their CI builds? Thanks. This message (including any attachments) contains confidential

Maven2, CruiseControl and Surfire

2006-11-07 Thread Alexander Schwartz
Hi, I am running a maven2 build with CruiseControl (http://cruisecontrol.sourceforge.net/). Now I would like to configure maven2 such that the surefire XML test reports are collected for CruiseControl and displayed on the corresponding Build Results page of CruiseControl. I assume I'm not

Mailing is not working

2006-11-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I set up my mailing like this, but I am not receiving any emails. May someone please help me with this? Thanks in advance. [EMAIL PROTECTED] like [EMAIL PROTECTED] y=name like Bob configuration from-mailboxx/from-mailbox from-namey/from-name timestamp-formatEEE, d

RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11:38 AM To: continuum-users@maven.apache.org Subject: Re: Diverse Repositories Continuum find the correct order for the build with the dependencies list. Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : If I have three

RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
children projects in three sources repositories, you'll need to add three projects in Continuum (one by child) Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : Right, but if I have separate projects which cannot be tied to one parent project because the same svn information

Site generation and reporting

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
What is the best way to maintain site generation and reporting with Continuum? Should the location of the sites be somewhere inside the Continuum directory? Also, for a task like checkstyle, how could I add MAVEN_OPTS to the Continuum configuration? Thanks. This message (including any

Subversion connectivity issue

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am adding the pom.xml like this: http://user:[EMAIL PROTECTED]/a/b/c/pom.xml However, I am getting a 405 forbidden error. I verified that user/password is able to check out by using TortoiseSVN. What else do I need to do to overcome this problem of authentication? This message (including

Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
What work-around do you recommend for me to use if I have children which are housed in different source code repositories from the parent, since the source code repository which is read from the parent is assumed for the children? Will the file:// protocol work here? This message (including

RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
-protocol-in-add-project-view Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : What work-around do you recommend for me to use if I have children which are housed in different source code repositories from the parent, since the source code repository which is read from the parent

RE: configuring email nofifiers

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
It looks like the checkout is jumbling my svn username/password: svn --username user:passw --non-interactive checkout instead of svn --username user --password passw ... Is this a known bug? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, November 06,

Continuum problem

2006-11-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I have a parent Maven 2 project A which is housed in repository A1. It has modules B and C which are housed in repositories B1, and C1, respectively. When I add A's pom.xml through the http protocol, Continuum returns the exception that states that it cannot locate B and C, and it shows that

Test Director Integration

2006-11-03 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is there a Test Director integration plugin for Maven 2? If yes, please let me know where I could acquire it. Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the

Site reporting problem

2006-11-03 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I am trying to max. the memory on the checkstyle plugin. However, the memory settings I provided are not getting picked. Does anyone see what is wrong here? Thanks. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-checkstyle-plugin/artifactId

Re: EJB Building

2006-11-01 Thread Alexander Sack
mentions building a j2ee project with a single ejb, there's no mention of best practices in regards to multiple ejbs. -Original Message- From: Alexander Sack [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 2:41 PM To: Maven Users List Subject: Re: EJB Building Look

<    2   3   4   5   6   7   8   9   >