1.1 alpha 1 release?

2007-04-19 Thread Eric Miles
Any idea when 1.1 alpha 1 will be released? I'm certain the Continuum community is excited about a release that contains 342 resolved issues. Thanks!

Re: 1.1 alpha 1 release?

2007-04-19 Thread Emmanuel Venisse
A tag is created before the release, so we can test the tag. If it is correct and the vote (not started yet) is ok, we perform the release. Emmanuel LAMY Olivier a écrit : Hi, Just to know why there is already a tag ?

Problem with cvs on Ant Project

2007-04-19 Thread GFT_AL
Hi, I try Continuum for the first time, so be patient if I ask silly questions:-) Here is what I did so far: - Add Project: Ant Project - My SCM is CVS - My Scm url looks like: scm:cvs:pserver:@MyServer:/My/Repostory:my/moduel/path - Scm username and password contains the right values - Submit-

Re: Problem with cvs on Ant Project

2007-04-19 Thread Emmanuel Venisse
You can fix this problem by running 'cvs login' command with the user that continuum use. Emmanuel GFT_AL a écrit : Hi, I try Continuum for the first time, so be patient if I ask silly questions:-) Here is what I did so far: - Add Project: Ant Project - My SCM is CVS - My Scm url looks

Re: Exception in large maven2 build: Too many open files

2007-04-19 Thread Emmanuel Venisse
I don't think it's a known issue. Please file an issue in jira with some informations (OS, nb files in your war...) that will can help. Thanks Emmanuel Ivo van Dongen a écrit : Hi, Thanks for the quick reply. So this is a known issue? Is there some way around this? The silly thing is that

RE: Using XML-RPC client to trigger builds

2007-04-19 Thread Morgovsky, Alexander \(US - Glen Mills\)
In that case, cannot you set up a schedule which builds every second if and only if there is a change in SVN? -Original Message- From: Ben Mills [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 4:43 PM To: continuum-users@maven.apache.org Subject: Re: Using XML-RPC client to

Re: Problem with database

2007-04-19 Thread Mykel Alvis
Cool. I was afraid of that... On 4/18/07, Anoop kumar V [EMAIL PROTECTED] wrote: The only thing that worked for me (I tried a LOT of diff things) was to shutdown continuum ( I used pkill - ps kill) and then go into the database and remove the project from the table. You would need to log in

RE: Getting index.html of site generated automatically

2007-04-19 Thread William Ferguson
Ian, I always get index.html generated by 'mvn site:site'. I'm using Maven-2.0.5 Can you provide more details? William -Original Message- From: Ian Rowlands [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 April 2007 5:25 PM To: users@maven.apache.org Subject: Getting index.html of site

Re: How to define variables and overwrite them with user defined files?

2007-04-19 Thread Wayne Fay
http://maven.apache.org/pom.html#Properties There is no Maven equivalent to build.properties. All properties for a project should be contained in the project files, within pom.xml and profiles.xml. Wayne On 4/18/07, Baz [EMAIL PROTECTED] wrote: All, How can i define variables in pom.xml and

Filtering with Maven 2.0.5

2007-04-19 Thread Kesara, Soma Sekhara Reddy
Hello all Is it possible to filter some of the resources / classes using maven? I have a scenario where I have to create two different jars one is ejb jar and other is helper classes. Can some one suggest how to do this with out using assembly? Thanks and Regards SomaSekharaReddy.K Notice:

RE: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-19 Thread Jörg Schaible
Hi Schludi, try to define the dependencies of the plugins directly within the plugin tag and not as deps to your component. - Jörg Schludi wrote on Wednesday, April 18, 2007 10:31 AM: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much

RE: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-19 Thread Schludi
Hello Jörg, thanks foir your reply, can you give me an example how to do this? Best regards -- View this message in context: http://www.nabble.com/Maven2-%2B-XDoclet-%2B-JBoss-%28JBossWS%29-tf3599590s177.html#a10072616 Sent from the Maven - Users mailing list archive at Nabble.com.

Deploying artifacts to a remote repository

2007-04-19 Thread Saminda Abeyruwan
Hi All, Using deploy goal, we upload artifacts to remote repo. Our problem lies when uploading SNAPSHOT artifacts. When we upload artifact with a version SNAPSHOT, the SNAPSHOT is replaced by, [timestamp]-[some number] Ex: Foo-SNAPSHOT.jar deployed to a remote repo it will be something

Maven does not find artifact in local repo

2007-04-19 Thread Wodzuu
Hi! I am a newbie in maven an i have one maybe silly question. I have created one project with its pom.xml: ?xml version=1.0? ejb com.sius.beans 1.0-SNAPSHOT 4.0.0 com.sius.beans ejb3 ejb ejb :: ${artifactId} 1.0-SNAPSHOT http://maven.apache.org

Re: Deploying artifacts to a remote repository

2007-04-19 Thread Saminda Abeyruwan
Hi, Adding a little thought, if the artifact in a remote repo for example is Foo-20070412.093819-12.jar. If someone using this, is there a way to tell the users pom, that use the version SNAPSHOT rather 20070412.093819-12. When the user use the assembly plugging to download the dependencies to

Re: Deploying artifacts to a remote repository

2007-04-19 Thread Antonio Petrelli
2007/4/19, Saminda Abeyruwan [EMAIL PROTECTED]: Hi, Adding a little thought, if the artifact in a remote repo for example is Foo-20070412.093819-12.jar. If someone using this, is there a way to tell the users pom, that use the version SNAPSHOT rather 20070412.093819-12. AFAIK If you refer to

RE: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-19 Thread Jörg Schaible
Hi Schludi, Schludi wrote on Thursday, April 19, 2007 8:36 AM: Hello Jörg, thanks foir your reply, can you give me an example how to do this? Best regards well, since you use two different plugins here and I don't know which deps are only for which plugin only, the modified POM below is a

RE: Maven does not find artifact in local repo

2007-04-19 Thread Jörg Schaible
Hi Maciej, well, your POM should contain XML tags ;-) ... Resend the message in a format please, that does not filter out the XML tags - otherwise noone can say something useful. - Jörg Wodzuu wrote on Thursday, April 19, 2007 8:42 AM: Hi! I am a newbie in maven an i have one maybe

Re: Howto enable 1.1 xml-rpc service in plexus application

2007-04-19 Thread Emmanuel Venisse
It's always there and configured in application.xml Bram de Kruijff a écrit : Hi, when I was running continuum-20070323.15 plexus application I noticed that my xml-rpc service was gone. Looking at the trunk source it seems that it totally gone from the application.xml en the application

RE: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-19 Thread Schludi
Hi! I have tried but its still the same :/. Do you have any more idea. Thx for your reply -- View this message in context: http://www.nabble.com/Maven2-%2B-XDoclet-%2B-JBoss-%28JBossWS%29-tf3599590s177.html#a10073372 Sent from the Maven - Users mailing list archive at Nabble.com.

RE: Maven does not find artifact in local repo

2007-04-19 Thread Wodzuu
Hi! Thanks for your reply. Hmm... that's strange I can see them correctly. To be sure you can se then correctly too i put them on my server under adress : http://student.agh.edu.pl/~zientar/poms/ There you can find first and the second one :) Maybe now you can help me :) thanks. Jörg Schaible

RE: Maven does not find artifact in local repo

2007-04-19 Thread Riegel, Holger
My best guess is that the type of the artifact is missing. So just change in your pom2.xml the dependency description by adding the type: dependency groupIdcom.sius.beans/groupId artifactIdejb3/artifactId version1.0-SNAPSHOT/version typeejb/type /dependency Without the type Maven

Re: mvn site site:deploy problem

2007-04-19 Thread David Roussel
On Wed, 18 Apr 2007 06:50:25 -0700 (PDT), Ionut S [EMAIL PROTECTED] said: Ok, if I create that script how can I tell Continuum to run it ? When you are logged in, on the left, under Add Project. Choose Shell Project.

Re: mvn site site:deploy problem

2007-04-19 Thread David Roussel
On Wed, 18 Apr 2007 06:50:25 -0700 (PDT), Ionut S [EMAIL PROTECTED] said: Ok, if I create that script how can I tell Continuum to run it ?

Re: Maven does not find artifact in local repo

2007-04-19 Thread Jeroen Leenarts
Sounds reasonable. In the dependency tag you have to define the type by using the type tag. Else Maven defaults to jar. Wodzuu can check this by having a look in his local repository. He wil probably find a file without an ejb classifier. (Which is nothing more than blabla-ejb-1.0.0.jar, notice

Plugin execution for a specific packaging

2007-04-19 Thread Peter Nilsson
Hi, I have a build tree with 30+ projects of different packaging (jar, pom, dll, so, plugin, etc) built with Maven and I would like to specify in the top pom.xml that certain plugins are used for all projects of a given packaging. For example, I would like to have the CheckStyle plugin run on all

[mojo dev] Detect need for plugin execution.

2007-04-19 Thread Jeroen Leenarts
Hello, At the project I'm at right now we have a plugin which runs the ejbdeploy tool for any EJB's we might have. (EJB Deploy generates WebSphere specific stub and interop code for an EJB.) The mojo pickes up the standard EJB jar, runs it through EJB Deploy and publishes the result using a

Re: Plugin execution for a specific packaging

2007-04-19 Thread Jeroen Leenarts
This will wett your appetite: /** * @parameter expression=${project.packaging} * @readonly */ private String packaging; /** * @see org.apache.maven.plugin.Mojo#execute() */ public void execute() throws MojoExecutionException, MojoFailureException {

Re: Plugin execution for a specific packaging

2007-04-19 Thread Jeroen Leenarts
So yes it is possible, but not declarativly.. (I just read your post again, and see that you are using standard Maven mojo's and are not developing your own.) You probably noticed that running a mojo for all projects is easy. But that running for a subtype is more work. You could consider

RE: Plugin execution for a specific packaging

2007-04-19 Thread Peter Nilsson
Yes, for the plugins we have developed in house it is no problem but that is not what I am struggling with right now (as you noticed). Reorganizing the tree is an option and is exactly what I am considering right now. However, I would rather keep a functional organization of my build tree and use

Re: Plugin execution for a specific packaging

2007-04-19 Thread Jeroen Leenarts
You might be on to something there The page: http://maven.apache.org/guides/introduction/introduction-to-profiles.html mentiones this piece of code. Activiation based on a property. This will activate the profile when the system property debug is specified with any value: profiles profile

Re: Browsing over JUnit test history

2007-04-19 Thread Maria Odea Ching
Hi, Please see in-line comments below :) Mi?osz Witkowski wrote: Hi, I am wondering if Continuum has ability to keep results of JUnit tests performed during builds as he is keeping output of it? It only keeps the generated test results in the working directory IF the project is configured

Re: Plugin execution for a specific packaging

2007-04-19 Thread Jeroen Leenarts
I've looked it up in the docs: http://maven.apache.org/pom.html#Properties It might actually be project.packaging. Jeroen On 19/04/07, Jeroen Leenarts [EMAIL PROTECTED] wrote: You might be on to something there The page:

Re: How to define variables and overwrite them with user defined files?

2007-04-19 Thread Jeroen Leenarts
Perhaps this links helps a bit: http://maven.apache.org/examples/injecting-properties-via-settings.html On 19/04/07, Wayne Fay [EMAIL PROTECTED] wrote: http://maven.apache.org/pom.html#Properties There is no Maven equivalent to build.properties. All properties for a project should be

Re: Is there any way to get timestamp in maven?

2007-04-19 Thread Jeroen Leenarts
Look into the distributionmanagement section of the Maven pom: http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_distributionManagement Note the uniqueVersion element. Jeroen On 18/04/07, Chen Li [EMAIL PROTECTED] wrote: Hi, It might be a very basic question. I want to add

Re: Is there any way to get timestamp in maven?

2007-04-19 Thread Jeroen Leenarts
This'll help a bit too I think: http://docs.codehaus.org/display/MAVENUSER/Creating+the+repositories (search for uniqueVersion with your browser on the page.) On 19/04/07, Jeroen Leenarts [EMAIL PROTECTED] wrote: Look into the distributionmanagement section of the Maven pom:

RE: Howto enable 1.1 xml-rpc service in plexus application

2007-04-19 Thread Bram de Kruijff
Hi Emmanule, thanks for your reply. I see now that it is trying to start xmpl-rpc but it gets a bindException because the default port is in use. But now when I try to config it in application.xml like before it breaks during startup. Can you please explain how to configure it in? I use

Re: Howto enable 1.1 xml-rpc service in plexus application

2007-04-19 Thread Emmanuel Venisse
This service configuration isn't in the latest continuum, remove it from your application.xml You must modified the application.xml in apps/continuum/webapps/WEB-INF/classes/META-INF/plexus/ Emmanuel Bram de Kruijff a écrit : Hi Emmanule, thanks for your reply. I see now that it is trying

activating profiles on the existence of envinronment variables?

2007-04-19 Thread Dirk Olmes
Hi, I have a build where I need to copy dependencies around depending on the existence of an environment variable. I tried to do this via activation of profiles, this seems to work only sometimes, if at all. Did anybody do this successfully? If yes, I'd like to hear how it can be done. TIA,

Maven : deploy strategy

2007-04-19 Thread Marouane Amraoui
I have to deploy a war application. My web application has some dependencies (jar files). I deploy my war on production machine , what are all possible way to make these jar file (declared in my pom files) available on my application server ?

RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
---BeginMessage--- It is not fetching this plug-in automatically.. So i have installed in the local repo... can u please send POM, so that I can use central repository as yours Is there any other way? Thanks, Ramesh From: Thorsten Heit

Re: [Spam] Is there any way to get timestamp in maven?

2007-04-19 Thread David Corbin
On Wednesday 18 April 2007 17:41, Chen Li wrote: Hi, It might be a very basic question. I want to add timestamp to the distribute, for instance ${DSTAMP}.war . Is there any similar way in maven can do it like what tstamp/ does in ant? You can use Groovy.

RE: Javadoc for dependent libraries in Netbeans...

2007-04-19 Thread Arne Styve
Hi again, I got the ant-script running from the POM now, partly. When I get to the javac-task in my build.xml ant file, I get the following error: [INFO]Error executing ant tasks Embedded error: The following error occurred while executing this line: [INFO]C:\Documents and

Re: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Thorsten Heit
Hi, It is not fetching this plug-in automatically.. What error is Maven showing with mvn -e -X ...? Have you checked that your network settings are correct? I.e. are you behind a firewall? If yes, do you have proxy settings specified in your settings.xml? So i have installed in the

Re: RE: Javadoc for dependent libraries in Netbeans...

2007-04-19 Thread Thorsten Heit
Hi, I got the ant-script running from the POM now, partly. When I get to the javac-task in my build.xml ant file, I get the following error: [INFO]Error executing ant tasks Embedded error: The following error occurred while executing this line: [INFO]C:\Documents and

RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
I tried this one also, but still the same problem. Can u send me ur pOM...? Thanks, Ramesh From: Pankaj Tandon [mailto:[EMAIL PROTECTED] Sent: Wed 4/18/2007 10:22 PM To: users@maven.apache.org Subject: RE: maven-surefire-plugin problem Hi, I think your

RE: RE: Javadoc for dependent libraries in Netbeans...

2007-04-19 Thread Arne Styve
Hi I got the ant-script running from the POM now, partly. When I get to the javac-task in my build.xml ant file, I get the following error: [INFO]Error executing ant tasks Embedded error: The following error occurred while executing this line: [INFO]C:\Documents and

RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
---BeginMessage--- Yes I am working behind proxy. The following is my Settings.xml settings xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

RE: Getting index.html of site generated automatically

2007-04-19 Thread Ian Rowlands
Not sure what details you mean, so I'll make a guess! I'm running Maven 2.0.5, executing maven site:site on my projects (one parent project with a bunch of modules).Everything else seems to get generated in the site - the front page generated is the project-info.html file. Recently I

Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-surefire-plugin:2.2:test'

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator

Re: RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Thorsten Heit
Yes I am working behind proxy. The following is my Settings.xml As I wrote in my last mail: Check your proxy settings - you haven't specified any in the settings.xml... See http://maven.apache.org/guides/mini/guide-proxies.html HTH Thorsten

Compressing JavaScript with Maven

2007-04-19 Thread Geffrey Caruso
Ok I've been trying to figure out how to do this for some time now. I saw some vague references to it on the web but no real clear answers. I want to compress my web app JavaScript files during the maven build process. So the files stay uncompressed while I'm working on them but are

RE: RE: RE: RE: maven-surefire-plugin problem

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
---BeginMessage--- without using proxy settings I was able to download remaining plugins. If I want to download from maven central repository what are the settings I need to use...? Thank you Ramesh From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: Thu

Settings.xml is needed.

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator

RE: Starting a new java process from within a test case is hanging the maven JVM

2007-04-19 Thread Balasubramanian, Ravi Shankar
Hi all, I did work on this and found that maven's java process is not waiting until all other processes started during the build is completed / terminated. Following is what I did: In one of my test cases, I start a new process using the java Runtime class. For experimentation I executed the

Re: Settings.xml is needed.

2007-04-19 Thread Thorsten Heit
http://maven.apache.org/general.html#proxy-needed http://maven.apache.org/guides/index.html http://maven.apache.org/ref/current/maven-settings/settings.html Just a few clicks on maven.apache.org Thorsten Original-Nachricht Datum: Thu, 19 Apr 2007 18:54:03 +0530 Von:

Benchmark M1 - M2

2007-04-19 Thread emerson cargnin
Does any one has a comparative relating to speed and memory comsumption of M1 and M2. I'm getting loads of outof memory errors in M1 and as I'm trying to convince the porting to M2 this would be a good point. Thanks a lot emerson

Exception in large maven2 build: Too many open files

2007-04-19 Thread Ivo van Dongen
Hi, We ran into a problem with a large maven2 build. In the last stages of the build (creating the war) an exception is thrown saying that there are too many open files. We're using continuum 1.0.3 on a debian (stable) server. We've already upped the system/process file handle limits. The

Re: Benchmark M1 - M2

2007-04-19 Thread Jeff Jensen
What version of m1 are you using? What plugin(s) encounters the OOM? Many plugins have JVM settings property to enable setting the max mem, e.g. -Xmx1024m. It is expected to set this for sizable codebases. Quoting emerson cargnin [EMAIL PROTECTED]: Does any one has a comparative relating to

Re: Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-surefire-plugin:2.2:test'

2007-04-19 Thread Wayne Fay
Is this a question? Or what? Consider reducing the quantity of your emails and increasing the quality. We'll all be a lot happier, as there will be fewer emails on the list and your problems are more likely to be solved. Wayne On 4/19/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED]

Re: Maven : deploy strategy

2007-04-19 Thread Wayne Fay
If you bundle the war up into an ear, and assuming you have dependencies properly declared in pom.xml files etc, then all the supporting libraries will be included in the ear. Then you deploy the ear into your app server. Wayne On 4/19/07, Marouane Amraoui [EMAIL PROTECTED] wrote: I have to

Release Strategy

2007-04-19 Thread Brad Harper
Here's something I'm sure someone has encountered before ... We use M2 and Subversion to build web-apps. We make a QA/ branch from dev/ when a release cycle begins and run the maven 'release' goal to build the first release candidate [RC]. Version numbering looks like '1.2.3-RC-n'. Only

Re: Exception in large maven2 build: Too many open files

2007-04-19 Thread Emmanuel Venisse
It seems to be a bug in plexus-archiver. I see only one solution, look at plexus-archiver code and fix it to close files that aren't closed. Emmanuel Ivo van Dongen a écrit : Hi, We ran into a problem with a large maven2 build. In the last stages of the build (creating the war) an exception

Re: Benchmark M1 - M2

2007-04-19 Thread emerson cargnin
Hi there It happens when i create a site for a multiproject of about 17 project, during a compilation of one of the projects. [exec] BUILD FAILED [exec] File.. /subversion/users/svnclient/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly [exec] Element... maven:reactor

Re: Benchmark M1 - M2

2007-04-19 Thread emerson cargnin
sorry, i forgot, we use manen 1.0.2, e i configured the OPT like MAVEN_OPTS=-Xmx2600m thanks On 19/04/07, emerson cargnin [EMAIL PROTECTED] wrote: Hi there It happens when i create a site for a multiproject of about 17 project, during a compilation of one of the projects. [exec] BUILD

RE: 1.1 alpha 1 release?

2007-04-19 Thread LAMY Olivier
Hi, Just to know why there is already a tag ? https://svn.apache.org/repos/asf/maven/continuum/tags/continuum-1.1-alpha-1/ An undocumented release :-) -- Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 avril 2007 14:45 À : [EMAIL

multimodule site: how to reference parent or root?

2007-04-19 Thread Dirk Olmes
Hi, our project nests modules three levels deep. The site generates fine but I have enabled aggregated javadocs. Now I would like to put a link to the javadocs in a more prominent place than buried in the reports menu. Just adding a link to apidocs works from the top level but once I navigate to

RE: Plugin execution for a specific packaging

2007-04-19 Thread Peter Nilsson
Unfortunately it doesn't work. Project properties (or user properties defined in pom) cannot be used to activate a profile. I found a thread where someone had tried the same thing without success: http://www.nabble.com/Can-I-activate-a-profile-based-on-module-type--tf14098 16s177.html Back to

Re: Release Notes generation

2007-04-19 Thread Emmanuel Hugonnet
Dennis Lundberg a écrit : This is the plugin that produces a release notes from JIRA. Not all features are fully documented yet, one of the reasons it's still a beta release. There are several configuration options mentioned in the goals page:

insufficient and/or wrong information when browsing archiva repository

2007-04-19 Thread Jan Delannoy
Hi all, I have a Maven project that I'm trying to deploy into Archiva, and all seems to work fine, except that when I browse to the artifact in my Archiva repository I only get the most basic of information: groupId, artifactId, version and packaging. There's no other information (POM

Re: Benchmark M1 - M2

2007-04-19 Thread Jeff Jensen
1. The problem with only using MAVEN_OPTS is that when plugins fork to run a task in a separate JVM, the MAVEN_OPTS is not used. This is where we need to set the JVM property for the plugin that needs the memory. I suggest tracking to the plugin that causes the problem, and set its JVM property

RE: Getting error while trying to build sample RCP Application

2007-04-19 Thread Ramesh Babu Pokala - TLS, Chennai
Hi Wayne, Can you please tell me the problem with the mail I have sent previously? I want to give you a clear idea about the problem by giving the complete log... Do you feel this as a problem for the group... I did not get your point here. Anyway Sorry for the inconvenience. Please find

Re: Getting error while trying to build sample RCP Application

2007-04-19 Thread Wayne Fay
Your previous email had exactly zero content, just a subject and your company's disclaimer. So I imagine you included an attachment which was stripped by the Apache mail server before sending the email to the list. So your email appeared to be completely empty except for a subject. That was the

Re: Starting a new java process from within a test case is hanging the maven JVM

2007-04-19 Thread Jerome Lacoste
On 4/19/07, Balasubramanian, Ravi Shankar [EMAIL PROTECTED] wrote: Hi all, I did work on this and found that maven's java process is not waiting until all other processes started during the build is completed / terminated. Following is what I did: In one of my test cases, I start a new process

Re: RE: Getting error while trying to build sample RCP Application

2007-04-19 Thread Thorsten Heit
Hi, Can you please tell me the problem with the mail I have sent previously? There was no content in it, only a quite long disclaimer... I am getting the following error while trying to package the eclipse RCP application *snip* Have a look at the stack trace: Caused by:

POM for common libraries

2007-04-19 Thread jp4
I have a project (common-data-access) of type pom that is used to group a set of common libraries for reuse. In this case, I group all libraries that I need for a data access project. In each data access project in include common-data-access as typepom/type. I have encountered two issues and I

three questions

2007-04-19 Thread Ben Mills
Greetings, I am new to Continuum and have three questions. Running Continuum 1.0.3 on Linux (CentoOS 4.4) 1) It seems that I cannot configure Developers (i.e. for email or IM notification) or Dependancies within the web interface for a project if using Ant. Is this only available for

Re: POM for common libraries

2007-04-19 Thread Wayne Fay
What you're describing actually makes the most sense to me vs what you're expecting... Test scope means: when I am testing this particular artifact, I need to include these dependencies in the classpath. But you're not testing this artifact -- you're simply including it as a dependency of

Re: Maven 2 ear plugin doesn't pick up resources

2007-04-19 Thread Johan Eltes
Thanks, worked like charm. The solution was to have src/main/resources/META-INF/vendor- deployment-descriptor.ext in the project source structure and then reference the resources directory in the pom: build plugins plugin

Re: POM for common libraries

2007-04-19 Thread jp4
Wayne, Thanks for the reply. What you have described makes sense. I guess I am just looking for a way to avoid including the same test and provided scoped dependencies in multiple projects that follow essentially the same design patterns. Thanks, jp4 Wayne Fay wrote: What you're

howto set svn:ignore in archetype ?

2007-04-19 Thread nicolas de loof
Hello is there any way to specify svn:ignore metadata as elements of an archetype ? I'd like my archetype to generate a webapp, with target and eclipse .project automatically set as svn:ignore. Any suggestion ? Nico

Re: POM for common libraries

2007-04-19 Thread Wayne Fay
I hear you and don't disagree with the sentiment. I'm not entirely sure how to reduce the management overhead and duplication in this particular case. Wayne On 4/19/07, jp4 [EMAIL PROTECTED] wrote: Wayne, Thanks for the reply. What you have described makes sense. I guess I am just looking

Re: Exception in large maven2 build: Too many open files

2007-04-19 Thread David Roussel
Use the unix ulimit command to find out, and increase, the number of available file handles. You may find it's different between the two machines. David On Thu, 19 Apr 2007 17:23:37 +0200, Ivo van Dongen [EMAIL PROTECTED] said: Hi, Thanks for the quick reply. So this is a known issue? Is

Where should assembly descriptors really be stored?

2007-04-19 Thread Danny MacMillan
Hi, The standard directory layout page says that assembly descriptors should go in src/main/assembly. But the maven assembly plugin usage page says that assembly descriptors should go in src/assembly. Which is actually preferred? -- Dan MacMillan

RE: 1.1 alpha 1 release?

2007-04-19 Thread Morgovsky, Alexander \(US - Glen Mills\)
Where can I find the collection of issues which have been resolved with this release? Thanks. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 10:50 AM To: [EMAIL PROTECTED] Subject: Re: 1.1 alpha 1 release? A tag is created before

snapshot dependency gets duplicate jars

2007-04-19 Thread Raghurajan Gurunathan
Hi All, some of our team has this problem, they have dependency in their project which is a snapshot version (lets say a-snashot.jar) so when they build their artifact in their final ear file they are seeing multiple jar as a-snapshot.jar,a-{Date.timestamp}.jar, I've seen thread about this

RE: three questions

2007-04-19 Thread Morgovsky, Alexander \(US - Glen Mills\)
1. You could embed your Ant build.xml files in Maven 2 shell projects. This would solve this issue. 2. For the meaning of these levels, please research log4j. 3. After you create your schedules, you can assign specific schedules to specific projects on a project-by-project basis. Thanks.

Re: 1.1 alpha 1 release?

2007-04-19 Thread Wendy Smoak
On 4/19/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Where can I find the collection of issues which have been resolved with this release? Thanks. http://jira.codehaus.org/browse/CONTINUUM - Release Notes - select version and style - Create -

Re: three questions

2007-04-19 Thread Ben Mills
Many thanks for your fast response - much appreciated. Will try these out... Regards, Ben On Apr 19, 2007, at 1:38 PM, Morgovsky, Alexander ((US - Glen Mills)) wrote: 1. You could embed your Ant build.xml files in Maven 2 shell projects. This would solve this issue. 2. For the meaning

Tasks aren't run for the maven-antrun-plugin

2007-04-19 Thread Doug Tanner
When I run 'mvn antrun:run', I see the following output in the console: [INFO] [antrun:run] [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] BUILD SUCCESSFUL [INFO]

[m2] Best Practices for pom description... data for site documentation

2007-04-19 Thread Mick Knutson
I have the following in my root pom.xml: nameShared Services/name description Delta Dental Enterprise Shared Services Project Descriptor Add More details here --- * please /description I am trying to find some best practices to add more

antlib - fails to grab snapshot dependencies?

2007-04-19 Thread Julian Wood
I'm using Antlib for Maven 2.0.4 to get a reference to the dependencies in my pom for use in some ant targets. It works fine (though you have to fiddle with your pom to get rid of the NPE's), but now it won't reference the snapshot dependencies. I've tried a bunch of different useScope

Re: [m2] Best Practices for pom description... data for site documentation

2007-04-19 Thread Wendy Smoak
On 4/19/07, Mick Knutson [EMAIL PROTECTED] wrote: I have the following in my root pom.xml: ... I am trying to find some best practices to add more detail to each page? APT and HTML format do not seem to work. I think description is just meant to be a paragraph... if you need more, create

Re: [m2] Best Practices for pom description... data for site documentation

2007-04-19 Thread Mick Knutson
Can I do the same with an xdoc page? eg. src/site/xdoc/index.xml On 4/19/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 4/19/07, Mick Knutson [EMAIL PROTECTED] wrote: I have the following in my root pom.xml: ... I am trying to find some best practices to add more detail to each page? APT and

Registration emails not being sent

2007-04-19 Thread egarza
I have deployed the Archiva SNAPSHOT, most recent revision 530476, web-app to Tomcat 5.5.23 on Unix. I have followed all the Tomcat setup instructions. I have Continuum installed on this server as well. I get emails from the Continuum SNAPSHOT for builds, but none for registration as well. I have

Re: Registration emails not being sent

2007-04-19 Thread Wendy Smoak
On 4/19/07, egarza [EMAIL PROTECTED] wrote: I have deployed the Archiva SNAPSHOT, most recent revision 530476, web-app to Tomcat 5.5.23 on Unix. I have followed all the Tomcat setup instructions. Nothing in the logs? I'm surprised...

Re: [m2] Best Practices for pom description... data for site documentation

2007-04-19 Thread Wendy Smoak
On 4/19/07, Mick Knutson [EMAIL PROTECTED] wrote: Can I do the same with an xdoc page? eg. src/site/xdoc/index.xml Sure, pick whichever format you prefer. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

JNDI mail/Session not located and Register emails not being sent

2007-04-19 Thread egarza
Issue 1: I have deployed the most recent Continuum SNAPSHOT to Tomcat 5.5.23 on AIX, revision 530476. I have used the TOMCAT setup instructions from the wiki. When using JNDI I have setup the context correctly I think. Resource name=mail/Session type=javax.mail.Session

Re: [m2] Best Practices for pom description... data for site documentation

2007-04-19 Thread Mick Knutson
I created src/site/xdoc/utilities/index.xml But it did not seem to over write the index page. I still get the same one. I tested renaming it, and it creates the file then. On 4/19/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 4/19/07, Mick Knutson [EMAIL PROTECTED] wrote: Can I do the same

List for plugin developer?

2007-04-19 Thread Sommers, Elizabeth
Is there any list for plugin developers? I find myself writing more and more plugins of increasing complexity and would love to have somebody to discuss them with. Thanks Liz Liz Sommers [EMAIL PROTECTED]

  1   2   >