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

Re: set appropriate charset for files?

2006-11-16 Thread franz see
Good day to you, Sha Jiang, Resource handling (copying and filtering) is by default handled by the maven-resources-plugin. To change the default charset (what it is depends on the JVM running your maven), you can specify the encoding in your maven-resources-plugin configuration ( see [1] )

Re: Uninstall or undeploy artifact?

2006-11-16 Thread franz see
Good day to you, Sha Jiang, You cannot delete / undeploy / uninstall simply by removing it from your dependency ( if i understood your question correctly ). However, you usually will not have any problems with regards to an artifact in your normal repository ( unless it is a snapshot ). Only

Re: set appropriate charset for files?

2006-11-16 Thread jiangshachina
Dear Franz, Thanks the hlep. a cup of Java, cheers! Sha Jiang franz see wrote: Good day to you, Sha Jiang, Resource handling (copying and filtering) is by default handled by the maven-resources-plugin. To change the default charset (what it is depends on the JVM running your maven),

Re: Parent/modules File path compression

2006-11-16 Thread franz see
Good day to you, Vincent, I believe your request is doable, you may want to file a jira issue for that in maven-clean-plugin ( [1] ), and in MNG for the parent ( [2] )..that is assuming the relativePath to the parent is not done that way. Thanks, Franz [1]

Re: Let Maven wait between tests

2006-11-16 Thread franz see
Good day to you, Deluigi, I am not sure why maven-antrun-plugin will only execute the first execute. But why would you want to put some delay in the first place? If you're waiting for a process in one of your tests to finish, then that delay (or wait) should be in your test case. Cheers, Franz

Re: SCM integration issue with deleted files

2006-11-16 Thread David Roussel
yeah, adam you don't mention which scm you are using.

Re: continuum build project more than once

2006-11-16 Thread David Roussel
Looks like a bit of redriect after post is needed, jira needed? http://www.google.com/search?q=redirect+after+post On 14 Nov 2006, at 07:44, Martin Testrot wrote: Hi, don't click refresh or hit F5 in your browser. It seems each refresh sends a new build request. Greetings, Martin Wierschke

Re: Servlet not initialized error

2006-11-16 Thread David Roussel
I've not seen that. Any thing in your logs?

RE: observations on daily build of 20061115

2006-11-16 Thread Mohni, Daniel
-Original Message- From: Mohni, Daniel [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 8:15 AM To: archiva-users@maven.apache.org Subject: RE: observations on daily build of 20061115 -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED]

Generate JavaHelp - how?

2006-11-16 Thread Lewis, Eric
Hi I'd like to generate the JavaHelp index files and whatnot (haven't done it before) using a Maven plugin. From what I see in the existing batch files, this is called: com.sun.java.help.search.Indexer -verbose htmlhelp I haven't found any plugin that can do the same thing, am I missing

Re: Maven does not get latest snapshot for building

2006-11-16 Thread franz see
Good day to you, Jan, No. That is how maven works. I think you should deploy those snapshots to your server to fix your problem (or if you want, create a snapshot repo). And i think it is the proper approach to that as well. Cheers, Franz Jan quot;Korkquot; quot;Thomäquot; wrote: Hi,

Re: How does Continuum launch a build process?

2006-11-16 Thread David Roussel
Are they both on windows, or linux? If it's linux, then perhaps that user doesn't have the x libs on it's path. If it's windows, try logging in as the continuum user and running a build in the same folder that continuum would use. On Mon, 13 Nov 2006 03:05:02 -0800 (PST), Binil Thomas [EMAIL

Continum process is in activity for 2 days

2006-11-16 Thread Francois Le Fevre
Dear all, I am using continuum 1.0.3 for maven 2 project. Last days my subversion server crashes. Independly continuum has started to build one of my project. As the fisrt action is to connect to subversion server, continuum got an error. So I need to restart continum When I look to continuum

Re: mvn2: Failed to validate POM error

2006-11-16 Thread franz see
Good day to you, Attila, If you are getting that message. Then that means something is wrong for that artifact of yours installed in your pom (when you do mvn install, the package of your project will be copied in your local repository and a .pom file will be generated there as well). Kindly

Re: site-deploy not copying Java Docs

2006-11-16 Thread franz see
Good day to you, Dmystery, In the build output, what gets processed first, javadoc or site:stage? Thanks, Franz Dmystery wrote: I've a multi-module project for which i'm generating a site. I'm doing a mvn site:stage -DstagingDirectory=somedirectory. This works fine and the modules are

[M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
Hi All I am building an offline build, I want to verify the hold project is building in Maven on a disconnected machine. I copied my developer machine M2 repository to the isolated server. I think that I set up a repository for as an `internal' one. What is wrong with this

Re: site-deploy not copying Java Docs

2006-11-16 Thread Dmystery
site:stage gets processed first. I got the problem though. I now do a 'site-deploy' and all the links are working fine. There was a jira issue filed which said that the top most pom should have a url tag in it or else the modules links wont work good. franz see wrote: Good day to you,

Release plugin: source jar includes sources twice.

2006-11-16 Thread Timo Wolf
Hi All, I used the release plugin for the first time. I saw that it creates and deploy a XXX-source.jar file of my classes. But the jar file contained the source code two times. My package structure is org.globalse.xxx The jar file contained a folder with org/... and the complete source

Re: Release plugin: source jar includes sources twice.

2006-11-16 Thread Jochen Wiedmann
On 11/16/06, Timo Wolf [EMAIL PROTECTED] wrote: globalse/... and the complete source code, which is strange. This is possibly related to http://jira.codehaus.org/browse/MSOURCES-6 Do you have a resource with org as the base directory? Jochen -- My wife Mary and I have been married for

site-deploy

2006-11-16 Thread Francois Le Fevre
Dear all, I am using maven 2 on a linux OS I want to deploy my project. I have 2 problems: -password authentification -right on the web site files 1. Password * so when i execute the commande mvn site-deploy, * I need to enter each time my password !!, soi i need tyo put

Re: Release plugin: source jar includes sources twice.

2006-11-16 Thread Timo Wolf
Hi, org is the first package under /src/main/java I do not have an org directory on the base directory. Tanks Timo On Nov 16, 2006, at 12:02 PM, Jochen Wiedmann wrote: On 11/16/06, Timo Wolf [EMAIL PROTECTED] wrote: globalse/... and the complete source code, which is strange. This is

Re: Uninstall or undeploy artifact?

2006-11-16 Thread jiangshachina
Hi Franz, I really understand what you said. With my personal custom, I want to keep my repo clean. Garbage should be cleaned. For example, I have an project(artifact), which has been installed to repo, now I want to change its groupId or artifactId. Then I would like uninstall it from repo

Re: http://www.ibiblio.org/maven2 vs. http://repo1.maven.org/maven2?

2006-11-16 Thread jiangshachina
Dear Wendy, Before you add that repo to your pom, double check that the artifact you want is really not available in the central repo.. I think it isn't necessary to check the matter. Central repo is enough, or I can install/deploy other jars manually. a cup of Java, cheers! Sha Jiang Wendy

Execute phase in weblogic:appc

2006-11-16 Thread Dmystery
I've doubts in weblogic-maven-plugin's appc mojo. The executePhase in the plugin.xml is 'package' which means that it will bounded to the pom along with other goals with 'package' phase. According to the write up at http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html,

Release Plugin: Include assemblies for deploying

2006-11-16 Thread Timo Wolf
Hi All, I have a multi module project with some modules that include a required assembly to pack a complete application containing scripts, properties, etc. When making a release on the top level directory, all jars, and poms etc get uploaded and deployed on my repository. Is it possible

Springmodules in Maven Repository

2006-11-16 Thread Deluigi Marcus
Hi! The current version of Springmodules is 0.6 but the Maven repository only contains the version v0.1 Is there any reason for this? If not, can I update the Maven repository as a 'normal maven user' without any permissions? If not, can I advice Maven to use the Springmodules Web Site to

Re: Release plugin: source jar includes sources twice.

2006-11-16 Thread Jochen Wiedmann
On 11/16/06, Timo Wolf [EMAIL PROTECTED] wrote: org is the first package under /src/main/java I do not have an org directory on the base directory. You misunderstood me. Do you have any resource specifications in the POM? -- My wife Mary and I have been married for forty-seven years and

Re: Release plugin: source jar includes sources twice.

2006-11-16 Thread Timo Wolf
Hi, Thanks again. Yes I have. I also use the the source directory as I have gifs in the class path. I had to set the org directory, make this work. See below. Without that configuration, I don't have the gifs in the jar and I do not want to manage the gifs in a separate directory tree

Re: Release plugin: source jar includes sources twice.

2006-11-16 Thread Jochen Wiedmann
On 11/16/06, Timo Wolf [EMAIL PROTECTED] wrote: resource targetPathorg/targetPath filteringfalse/filtering directory${basedir}/src/main/java/org/directory That is exactly as I expected. There is one thing I do understand: You put

RE: Release Plugin: Include assemblies for deploying

2006-11-16 Thread LECAN Damien
I'm doing releases like that : mvn release:perform -Dgoals=install assembly:attached deploy site-deploy Beware, some phases are executed twice, even three times Damien -Message d'origine- De : Timo Wolf [mailto:[EMAIL PROTECTED] Envoyé : jeudi 16 novembre 2006 12:15 À :

Re: Release plugin: source jar includes sources twice.

2006-11-16 Thread Timo Wolf
Hi, Thanks, now I think I got the solution. I just changed the resoure directory and the resources are still in the jar. But I still have to test this in the next release. Thanks Timo resources !-- include the java directory to the resources -- resource

Re: [Maven 2.0.4] Profiles

2006-11-16 Thread Adam Hardy
Rémy Sanlaville wrote: Hi Adam, Sorry for the late reply but I was out of my office. 2006/11/3, Adam Hardy [EMAIL PROTECTED]: It sounds you like what you are saying is that your profiles become active by default just by virtue of their existence in profiles.xml. Yes exactly. But It's

Re: Springmodules in Maven Repository

2006-11-16 Thread Wim Deblauwe
See http://maven.apache.org/guides/mini/guide-ibiblio-upload.html regards, Wim 2006/11/16, Deluigi Marcus [EMAIL PROTECTED]: Hi! The current version of Springmodules is 0.6 but the Maven repository only contains the version v0.1 Is there any reason for this? If not, can I update the Maven

Making a goal out of a parameter

2006-11-16 Thread Adam Hardy
How can I transform this cmd line: mvn -DperformRelease=true deploy into this goal? mvn adamgoal:performRelease Do I have to write a plugin? Or can it be achieved with xml? Thanks Adam - To unsubscribe, e-mail: [EMAIL

Re: mevenide vs. m2eclipse?

2006-11-16 Thread Andrés
El 10/11/2006 17:22, Martin van den Bemt escribió: Definitely :) I'll post on that later when there is a usable version Mvgr, Martin Steinar Bang wrote: Martin van den Bemt [EMAIL PROTECTED]: I am working on a m2 eclipse plugin, but that is not public yet.. Thanx for the information!

Re: SCM integration issue with deleted files

2006-11-16 Thread Adam Hardy
Perforce! See what happens when you pay huge amounts of money for something? ;) I've got 'clean' in every build definition. I shall file it in Jira. Thanks Adam Lee Meador wrote: The only similar problem I found was solved by making sure the Continuum build had a clean in it. I'm using a

Re: Springmodules in Maven Repository

2006-11-16 Thread Nicolas DE LOOF
They are here : http://repo1.maven.org/maven2/org/springmodules/ Deluigi Marcus a écrit : Hi! The current version of Springmodules is 0.6 but the Maven repository only contains the version v0.1 Is there any reason for this? If not, can I update the Maven repository as a 'normal maven user'

Re: Using Cargo and Cobertura to get in container code coverage

2006-11-16 Thread Adam Hardy
jp4 wrote: I have been using cargo to deploy my application and run integration tests against the application in container. Now I would like to have cargo deploy a war file that contains classes instrumented by cobertura. In addition, I would like to be able to merge the results of the unit

Re: tomcat deployer

2006-11-16 Thread Adam Hardy
Kevin Jackson wrote: This gets discussed fairly regularly and there's multiple ways to handle it. If you're not aware, there's a great search engine for this list at http://www.nabble.com/Maven---Users-f178.html I actually find Nabble to be close to useless as it doesn't seem to get spidered

Re: Hibernate 3.2

2006-11-16 Thread Adam Hardy
I wouldn't be too harsh on Damien, it looks like that website was hacked or allowed someone to post a javascript snippet in a comment. Hopefully the website owners will clean it up. ir. ing. Jan Dockx wrote: WARN: Don't go to w w w.mvnregistry.com! It redirects to a place that tries to

RE: Springmodules in Maven Repository

2006-11-16 Thread Deluigi Marcus
They are here : http://repo1.maven.org/maven2/org/springmodules/ Thanks for the new link. But including: 8 dependency groupIdorg.springmodules/groupId artifactIdspring-modules-cache/artifactId version0.6/version /dependency 8

Re: Maven rant

2006-11-16 Thread Adam Hardy
Just wanted to dredge up this old thread concerning documentation to find out what status it has now after the last conversation. I had problems today finding some documentation on the war plugin. Pretty standard stuff but I couldn't even find the plugins documentation start page in the

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am building an offline build, I want to verify the hold project is building in Maven on a disconnected machine. I copied my developer machine M2 repository to the isolated server. I asked on IRC, and a local repository can't simply be

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, Wendy Smoak [EMAIL PROTECTED] wrote: I asked on IRC, and a local repository can't simply be copied and repurposed as a remote repository. Jason suggested looking at the 'repository-assembler' in the shared module, which can convert a local repo into a remote one by adding the

Re: Springmodules in Maven Repository

2006-11-16 Thread Nicolas DE LOOF
Spring modules has support for proprietary libs. Gigaspaces is one of them, so this artifact will never be available on maven public repository. You may fill an issue to spring JIRA for this dependency to be made optional (as lot's of others may be in this POM). A temporary solution is to

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 13:16 To: Maven Users List Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am building an offline build, I

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
Cheers! -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== Correction... it's maven-repository-builder, in the sandbox: http://svn.apache.org/repos/asf/maven/sandbox/maven-repository-builder/ -- Peter Pilgrim UBS Investment Bank, PTS Portal / IT FIRC OPS

Re: Release Plugin: Include assemblies for deploying

2006-11-16 Thread Timo Wolf
Hi, The problem with this line is, that I have a multi module project and call the mvn release from the top level directory. I have only assembly goals for some submodules and the invocation of mvn assembly:assembly fails from the top level directory. Any help about this probem? Thanks

Re: Hibernate 3.2

2006-11-16 Thread LECAN Damien
WARN: Don't go to www.mvnregistry.com! It redirects to a place that tries to install an exe for porn. (don't worry if you're on Mac OS X or other un*x ;-)). Damien Lecan: I'm not amused. Sorry, I did not see that problem with mvnregistry.com Use the other one instead :

RE: Springmodules in Maven Repository

2006-11-16 Thread Deluigi Marcus
I see. But JBoss is under LGPL and Jini is Apache License, Version 2.0 since 3/05 which should be very compatible wich Mavens license. Are there any other reasons why they aren't within Mavens repository? -Original Message- From: Nicolas DE LOOF [mailto:[EMAIL PROTECTED] Sent:

Re: [Maven 2.0.4] Profiles

2006-11-16 Thread Rémy Sanlaville
Are you using the maven plugin snapshots repository? If you are, then many of the maven plugins could have been updated. Not directly but others projects yes. For information, here, is my test pom.xml - project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This is not good for me, because I am trying to build the project on an isolated machine. It cant get access to the Internet. BTW: Did Jason give a reason and say why not? A remote repository isn't necessarily physically remote... it

Re: Hibernate 3.2

2006-11-16 Thread Mirko Nasato
Of course, you can also use this new search engine... I'm not sure if you've heard about it: it's called Google. ;-) You can enter as your search string something like site:www.ibiblio.org maven2 hibernate-3.2 Cheers Mirko Adam Hardy wrote: I wouldn't be too harsh on Damien, it looks like

Re: Springmodules in Maven Repository

2006-11-16 Thread Ralph Pöllath
On 16.11.2006, at 14:30, Nicolas DE LOOF wrote: Spring modules has support for proprietary libs. Gigaspaces is one of them, so this artifact will never be available on maven public repository. You may fill an issue to spring JIRA for this dependency to be made optional (as lot's of others

Re: Springmodules in Maven Repository

2006-11-16 Thread Wayne Fay
No one has bothered to upload them yet? Wayne On 11/16/06, Deluigi Marcus [EMAIL PROTECTED] wrote: I see. But JBoss is under LGPL and Jini is Apache License, Version 2.0 since 3/05 which should be very compatible wich Mavens license. Are there any other reasons why they aren't within Mavens

Dependency-Resolving with ANT and maven-artifact-ant-2.0.5-SNAPSHOT

2006-11-16 Thread MArtin Schumacher
Hi there, I am trying to resolve my artifacts with the ANT-Tasks from maven-artifact-ant-2.0.5-SNAPSHOT. I checked out the actual (15.Nov 2006) HEAD from the Subversion. The Build was no problem. I copied the maven-artifact-ant-2.0.5-SNAPSHOT.jar and maven-artifact-ant-2.0.5-SNAPSHOT-dep.jar to

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== On 11/16/06, Wendy Smoak [EMAIL PROTECTED] wrote: I asked on IRC, and a local repository can't simply be copied and repurposed as a remote repository. Jason suggested looking at the

Re: site-deploy

2006-11-16 Thread pjungwir
Hi Francois, I'm not sure about the password prompt, but the file permissions problem looks like another case of this: http://jira.codehaus.org/browse/MASSEMBLY-153 Paul Francois Le Fevre wrote: Dear all, I am using maven 2 on a linux OS I want to deploy my project. I have 2

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Correction... it's maven-repository-builder, in the sandbox: http://svn.apache.org/repos/asf/maven/sandbox/maven-repository-builder/ How do I check it out for building? svn checkout

Re: Execute phase in weblogic:appc

2006-11-16 Thread pjungwir
I think forked lifecycles are often too helpful, like Clippy the Paperclip. If you can't find a real solution, you could patch the plugin. Give it a new Mojo that just calls the original, and put different annotations on the new mojo so it doesn't fork a lifecycle. That seems to be roughly how

Re: Maven rant

2006-11-16 Thread Wendy Smoak
On 11/16/06, Adam Hardy [EMAIL PROTECTED]://mail.google.com/mail/ wrote: Just wanted to dredge up this old thread concerning documentation to find out what status it has now after the last conversation. I think this was already in the works when this thread started, but the plugins and guides

Generate source code with a JavaCC parser.

2006-11-16 Thread Julien HENRY
Hi all, I want to generate Java code for my project with JavaCC. Actually, it's not JavaCC that generate final source code, but JavaCC will generate a parser that will parse one of the file of my project and generate the expected file. To be clearer, I have a Java file named WebTester.java and

Re: Maven rant

2006-11-16 Thread Gisbert Amm
Wendy Smoak wrote: Any thoughts on what a menu link on each plugin site might be called? For example, I'm planning to link Maven Javadoc Plugin http://maven.apache.org/plugins/maven-javadoc-plugin to its wiki page http://docs.codehaus.org/display/MAVENUSER/Javadoc+Plugin Just Wiki seems

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 15:48 To: Maven Users List Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Correction... it's

RE: Release Plugin: Include assemblies for deploying

2006-11-16 Thread LECAN Damien
Ok, I thought you were building your assembly at the top of your multi-module project. If you build assemmbly in specific projet, bind the assembly operation to the package phase of your module : http://maven.apache.org/plugins/maven-assembly-plugin/usage.html See Building an Assembly as Part

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
Hi. Is there any type of documentation for the maven-repository-builder ? -- Peter Pilgrim UBS Investment Bank, PTS Portal / IT FIRC OPS LDN, 100 Liverpool Street, London EC2M 2RH, United Kingdom +44 (0) 20 75 75692 :: Java EE / E-Commerce / Enterprise Integration / Development :: Visit our

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi. Is there any type of documentation for the maven-repository-builder ? No, I already asked. Apparently the code was pulled out of the assembly plugin, and is used to test the eclipse plugin. So you might find some hints in the

Re: tomcat deployer

2006-11-16 Thread Greg_Vaughn
Kevin Jackson [EMAIL PROTECTED] wrote on 11/15/2006 07:07:38 PM: The way I've setup things I can see the changed jsp without calling any maven target. There's more details of my solution here http://www.nabble.com/Eclipse-war-builder-tf2371898s177.html#a6646490 Another fellow wrote a

Generate dashboard + database

2006-11-16 Thread gbois
Hi, the maven QALab plugin generate xml dashboard on the file system. But i want a remote access on my dashboard. Is there a solution that generate the dashboard and store them in a database. Thanks. Grégory BOISSINOT BP2S PARIS -- View this message in context:

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] ==== On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi. Is there any type of documentation for the maven-repository-builder ? No, I already asked. Apparently the code was pulled out of the

Re: Release Plugin: Include assemblies for deploying

2006-11-16 Thread Timo Wolf
Hi, I did this and it does not work. It only works when all dependencies are already installed. I found in another mail that binding the assembly to the package phase does not work in a multi module project. I must somehow configure maven to call mvn assembly:attached at the top level so

Force checkout with starteam command

2006-11-16 Thread gbois
I use maven-scm-provider-starteam-1.0-beta-3.jar in continuum 1.0.3 with Maven 2 on Windows plateform. My generated starteam command is stcmd co -x -nologo -stop -p in the continuum log is [EMAIL PROTECTED]:49201/2SMap/smp_web -fp D:/apps/working-directory/86 -merge -neverprompt -is I need to

Re: Continum process is in activity for 2 days

2006-11-16 Thread Emmanuel Venisse
after a restart, you just need to click on build all button and all will be resolved. Emmanuel Francois Le Fevre a écrit : Dear all, I am using continuum 1.0.3 for maven 2 project. Last days my subversion server crashes. Independly continuum has started to build one of my project. As the

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wayne Fay
We've had this discussion before on this list, and I know someone posted a way to convert a local repo into a remote repo with some shell scripts. I'll scan my archives but you can get the general idea from looking at a specific artifact in your local repo vs on ibiblio...

Re: Generate dashboard + database

2006-11-16 Thread Wayne Fay
Probably best to ask the QALab development team (?). Wayne On 11/16/06, gbois [EMAIL PROTECTED] wrote: Hi, the maven QALab plugin generate xml dashboard on the file system. But i want a remote access on my dashboard. Is there a solution that generate the dashboard and store them in a

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wendy Smoak
On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So this sends me right back to Archiva again. Can Archiva convert a local repository back to a remote one or am I wandering down the wrong path? No, it won't. You still need the repository metadata, which is what

Re: Force checkout with starteam command

2006-11-16 Thread Dan Tran
I dont remember exactly why merge is the command, most likely, it is a guard to make sure you have an empty checkout area. It works nicely with Continuum. What is not working for you? what is the error? -D On 11/16/06, gbois [EMAIL PROTECTED] wrote: I use

Re: Error adding a M2 project

2006-11-16 Thread Emmanuel Venisse
continuum downloads pom in a temp directory before to process it so you need to have access to this directory and it must exist Emmanuel David Leangen a écrit : Hello! I'm tried many different things, but have not been able to add a M2 project to Continuum. This is the error I get: Could

Re: Force checkout with starteam command

2006-11-16 Thread gbois
The -merge option is exacty merge files on checkout. My problem is continuum tel me that i have file on starteam status Unknown. Probably by a de-synchronisation with the server. And the the continuum log file tel : force checkout with -o option. Grégory dan tran wrote: I dont

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wayne Fay
Its a pretty easy to solve problem based on previous emails I've seen on this list and my own analysis (previously sent). So hopefully they can solve it without much trouble. ;-) Wayne On 11/16/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

AW: Generate JavaHelp - how?

2006-11-16 Thread Lewis, Eric
Anyone? :-) -Ursprüngliche Nachricht- Von: Lewis, Eric [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. November 2006 10:11 An: Maven Users List Betreff: Generate JavaHelp - how? Hi I'd like to generate the JavaHelp index files and whatnot (haven't done it before) using a Maven

RE: Generate source code with a JavaCC parser.

2006-11-16 Thread Chris Hilton
To my eyes (and how I've done it before), this would be two projects. One project to create the Parser and jar it. Then the second project would use that jar as a dependency and execute the appropriate class during the generate-sources phase. Or you could get a little fancy and have the first

RE: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Peter . Pilgrim
-Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: 16 November 2006 17:02 To: Maven Users List Subject: Re: [M2] Howto Set Up Quickly an Offline Internal Repository? We've had this discussion before on this list, and I know someone posted a way to convert a local

Re: Force checkout with starteam command

2006-11-16 Thread Dan Tran
How offen this condition happens? From my experience, its always happen when a file is deleted from starteam then put it back before the next continuum schedule build. The work around is to wipe out the checkout area. If you force some dummy changes in your continuum project configuration,

Deploying clover instrumented war using cargo

2006-11-16 Thread jp4
I am trying to deploy a clover instrumented war file using cargo. I am able to deploy the file but when I run integration tests against it, clover writes to the target/clover/clover.db.XZ file. I believe unit test cases write to the target/clover/clover.db file. My question is how do i

Can a Archiva Repo be transfered from machine to an isolated machine

2006-11-16 Thread Peter . Pilgrim
Hi I want to create a remote internal repository on an isolated server. I have a plan. Your comments are welcomed please! 0) Clean my project down (mvn clean) 1) With my development PC, set up Archiva on a Tomcat instance 2) With a tomcat instance create a blank empty internal repository

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Tamás Cservenák
You can look at here: I wrote in Moving between Online and Offline environment how I do it with proximity on my laptop. It is from Proximity aspect a similar problem. http://forum.abstracthorizon.org/viewtopic.php?p=883 Have fun, ~t~ On 11/16/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: [M2] Howto Set Up Quickly an Offline Internal Repository?

2006-11-16 Thread Wayne Fay
They aren't shell scripts, actually... they're Ant scripts. This is from EJ Ciramella: target name=build checksum algorithm=sha1 forceoverwrite=true fileset dir=. include name=**/*.pom/ include name=**/*.jar/ include name=**/*.xml/ /fileset /checksum checksum algorithm=md5

Re: Can a Archiva Repo be transfered from machine to an isolated machine

2006-11-16 Thread Wayne Fay
Unfortunately, you're one of a handful of people in the world who are using Archiva at this point. I think you're going to just have to try this and then let us know that it works or not, rather than hoping that someone else will respond. Or get on IRC and ask one of the Archiva devs for

List of properties

2006-11-16 Thread Leandro Saad
Hi. How do I get a list of all properties in maven 2? I'd like to know what I can use when filtering my resources. -- Leandro Rodrigo Saad Cruz software developer - certified scrum master :: scrum.com.br :: db.apache.org/ojb :: guara-framework.sf.net :: xingu.sf.net

Can't get javadoc plugin to work for multimodule project

2006-11-16 Thread Adam Lally
Hello, I was trying to follow the javadoc instructions here: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate.html to generate Javadocs for my entire multimodule project. If I execute mvn javadoc:javadoc inside one of my modules, it works fine. However, if I execute mvn

Manually Install Plugins

2006-11-16 Thread Michael Bevilacqua-Linn
Hello, I'm trying to manually install some plugins that work with Axis 2.1. The only place I can find them are as JAR downloads from Axis' website. I try to install the plugin like so: mvn install:install-file -Dfile=axis2-aar-maven-plugin-1.1.jar-DartifactId=axis2-aar-maven-plugin -DgroupId=

Manually Install Plugin

2006-11-16 Thread Michael Bevilacqua-Linn
Hello, I'm trying to manually install some plugins that work with Axis 2.1. The only place I can find them are as JAR downloads from Axis' website. I try to install the plugin like so: mvn install:install-file -Dfile= axis2-aar-maven-plugin-1.1.jar-DartifactId=axis2-aar-maven-plugin

Re: Can't get javadoc plugin to work for multimodule project

2006-11-16 Thread Marc Prud'hommeaux
Adam- I've experienced that as well. My workaround is to first run mvn install and then mvn javadoc:javadoc, and it seems to work. On Nov 16, 2006, at 12:43 PM, Adam Lally wrote: Hello, I was trying to follow the javadoc instructions here:

[ANN] Maven DTDDoc Plugin 1.0 for Maven 2 released

2006-11-16 Thread Hervé BOUTEMY
The DTDDoc team is pleased to announce the release of the Maven DTDDoc Plugin, version 1.0 http://dtddoc.sourceforge.net/maven2/intro.html You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

txt files under build-output-directory

2006-11-16 Thread L. J.
Hi The output txt files are taking too much space on our continuum server, can I remove everything under build-output-directory? Thanks. LJ

Re: txt files under build-output-directory

2006-11-16 Thread Emmanuel Venisse
yes, these files are use only for the build result report because they are too big for database. I don't think you look at old build results. Emmanuel L. J. a écrit : Hi The output txt files are taking too much space on our continuum server, can I remove everything under

maven release plugin issue with project xmlns=http://maven.autf-8.org/POM/4.0.0

2006-11-16 Thread Yan Zheng
I ran into an issue with maven release plugin. The problem is caused by xmlns value in project tag of the pom. If I use xmlns= http://maven.autf-8.org/POM/4.0.0;, release plugin report problem. The problem is fixed after I changed to xmlns=http://maven.apache.org/POM/4.0.0;. Does anyone know

Re: Error with WebDAV URL

2006-11-16 Thread Arnaud HERITIER
I have the same error. I successfully uploaded a jar on a managed repository : http://forge.octo.com/archiva/browse/formview/formview/1.0-b5 But If I try to access it with a m2 layout : http://forge.octo.com/archiva/repository/3rd-party/formview/jars/formview-1.0-b5.jar=

  1   2   >