Re: Assemblies created from a pom project

2006-09-22 Thread Ståle Undheim
Busch, Hendrik (LNG-MUE) wrote: Hi! I get the following when I run mvn assembly:assembly (shortened to 2 important lines): [INFO] Building jar: path/server/ccsapi/target/ccsapi-1.0-SNAPSHOT.jar [INFO] Included module: com.corelets:ccsapi:jar:1.0-SNAPSHOT does not have an artifact with a

Missing checkstyle documentation ?

2006-09-22 Thread LAMY Olivier
Hi, Do I have a problem with my internet connection or my proxy or I need to drink more coffee ;-) But the page [1] seems to missing. Can someone comfirms this ? Thanks, -- Olivier [1] http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo. html This e-mail, any

Re:Missing checkstyle documentation ?

2006-09-22 Thread Christophe Deneux
Yes, I confirm. Christophe DENEUX -- Initial Header --- From : LAMY Olivier [EMAIL PROTECTED] To : users@maven.apache.org Cc : Date : Fri, 22 Sep 2006 09:13:14 +0200 Subject : Missing checkstyle documentation ? Hi, Do I have a problem with my

Re: Clearing out builds in Continuum

2006-09-22 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aha, then I apologies - scanned through the list earlier, but couldn't find anything. In any case, this doesn't seem to help. As it stands, I only have one project and one of its build has been building now for a couple of days. Any ideas? Johan

Re: Missing checkstyle documentation ?

2006-09-22 Thread franz see
Olivier Lamy wrote: Hi, Do I have a problem with my internet connection or my proxy or I need to drink more coffee ;-) But the page [1] seems to missing. Can someone comfirms this ? Thanks, -- Olivier [1]

RE: Missing checkstyle documentation ?

2006-09-22 Thread hermod.opstvedt
Hi It's not missing (would have given a 404) - It's just empty -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 9:13 AM To: users@maven.apache.org Subject: Missing checkstyle documentation ? Hi, Do I have a problem with my internet

Re: Clearing out builds in Continuum

2006-09-22 Thread Emmanuel Venisse
oops, sorry, I missed a step. -restart continuum -Click on Show projects link, then click on Build all button. If it doesn't work, you'll need to modify the database. Emmanuel Johan Lindquist a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aha, then I apologies - scanned through

Re: Assemblies created from a pom project

2006-09-22 Thread Barrie Treloar
On 9/22/06, Ståle Undheim [EMAIL PROTECTED] wrote: Is there any way I can make the parent project inherit all the child projects dependencies and use dependencySet to group together dependencies? Search the archives for my posts. I go into detail about setting up assemblies. Those posts should

RE: Missing checkstyle documentation ?

2006-09-22 Thread LAMY Olivier
Thanks for confirmation ;-) Can a friendly maven dev redeploy the documentation ? Or I need to load an issue in jira ? (like in the french administration : take a ticket and wait your time ;-)). I can certainly do it in local : svn co

Re: war plugin 2.0.1 webResources pom.* filtering

2006-09-22 Thread Pete
Did anyone get a resolution to this ? I'm getting exactly the same error. Only solution I could find was going back to version 2.0 of war plugin On 03/07/06, SkipWalker [EMAIL PROTECTED] wrote: So my basic question is, how do I get some of my webapp files in my war project to be filtered

Re: war plugin 2.0.1 webResources pom.* filtering

2006-09-22 Thread franz see
SkipWalker wrote: So my basic question is, how do I get some of my webapp files in my war project to be filtered with my pom.version value? I've done what I think I need to do, but the build appears to be executing the plugin twice or something, creating errors. There some configuration

From jelly in maven.xml to pom.xml

2006-09-22 Thread Thomas Lindback
I am sure this has been discussed earlier but I have not found any info at all. I have searched alot. I am trying to convert a piece from Maven 1 to Maven 2 but have no idea how to do it. In maven.xml I have something like this. j:forEach var=lib items=${pom.artifacts} j:set var=dep

externalized assembly descriptors and relative paths

2006-09-22 Thread phlow
Hi all! We have the habit of putting some stuff common to all our maven projects into a folder that we place at the same level as our maven projects, i.e. [WORKSPACE]/project1 [WORKSPACE]/project2 [WORKSPACE]/common The 'common' folder is actually not a maven project. For generating special

Re: From jelly in maven.xml to pom.xml

2006-09-22 Thread franz see
Thomas Lindback wrote: I am sure this has been discussed earlier but I have not found any info at all. I have searched alot. I am trying to convert a piece from Maven 1 to Maven 2 but have no idea how to do it. In maven.xml I have something like this. j:forEach var=lib

Deploy:deploy-file with sources

2006-09-22 Thread Martin Gilday
I am trying to deploy spring rc4 to our organisation repo. Using deploy:deploy-file is fine, but how do also deploy the api and source? I have them jarred up but there does not seem to be any properties listed in the docs to specify these along with the artifact. Is this possible? Thanks,

Re: From jelly in maven.xml to pom.xml

2006-09-22 Thread Thomas Lindback
--- franz see [EMAIL PROTECTED] wrote: Thomas Lindback wrote: I am sure this has been discussed earlier but I have not found any info at all. I have searched alot. I am trying to convert a piece from Maven 1 to Maven 2 but have no idea how to do it. In maven.xml I

Re: externalized assembly descriptors and relative paths

2006-09-22 Thread franz see
phlow wrote: Hi all! We have the habit of putting some stuff common to all our maven projects into a folder that we place at the same level as our maven projects, i.e. [WORKSPACE]/project1 [WORKSPACE]/project2 [WORKSPACE]/common The 'common' folder is actually not a maven

Deploy as WAR

2006-09-22 Thread ben short
Hi, Is it possible to get continuum as a WAr rather than a standalone application? Ben

Re: From jelly in maven.xml to pom.xml

2006-09-22 Thread franz see
Thomas Lindback wrote: --- franz see [EMAIL PROTECTED] wrote: Thomas Lindback wrote: I am sure this has been discussed earlier but I have not found any info at all. I have searched alot. I am trying to convert a piece from Maven 1 to Maven 2 but have no idea how

Second source directory for generated code

2006-09-22 Thread Olaf Kossak
Hi there, after googeling for an hour without result I need some help: How can I separate my handwritten source code under version control from my generated code (not under version control) Some manually and generated classes are interdependent and need to be placed in same packages. The perfect

Re : Problem with conflicting classes in classpath

2006-09-22 Thread Julien HENRY
The problem is a bit more complexe as Selenium RC Server uses Jetty 5.x In fact I only need to automatically run Selenium Server when my application, and I need to run Jetty 6 server before my test cases. I'm using a JUnit TestSetup to run Jetty 6 only one time, and it works fine. If I run

Re: Second source directory for generated code

2006-09-22 Thread Tomislav Stojcevich
Use the build helper plugin to add additional source paths http://mojo.codehaus.org/build-helper-maven-plugin/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Second source directory for generated code

2006-09-22 Thread Nick Stolwijk
You are almost right with your suggestion. You can put your generated files in /target/generates/sub-dir Hth, Nick S. Olaf Kossak wrote: Hi there, after googeling for an hour without result I need some help: How can I separate my handwritten source code under version control from my

Re: Progress indicators for project management

2006-09-22 Thread Benoit Xhenseval
Hi Donnchadh, First of all, thanks for trying the QALab plugin, he hope you'll find it useful. The Maven2 plugin is really more of a beta and I am pleased that we are resuming development on it shortly, your comments will be taken into account. I have launched QALab but was not involved in

working war for testing

2006-09-22 Thread Mohni, Daniel
Hello I'am currently trying to get a working copy of archiva.war to use for testing. I update the sources daily and build the project using maven (of course...), and install the war on my local tomcat. currently archiva will not startup as there is to much ongoing changes with the user

RE: Deploy:deploy-file with sources

2006-09-22 Thread Jörg Schaible
Martin Gilday wrote on Friday, September 22, 2006 11:43 AM: I am trying to deploy spring rc4 to our organisation repo. Using deploy:deploy-file is fine, but how do also deploy the api and source? I have them jarred up but there does not seem to be any properties listed in the docs to specify

Re: Occassional NPEs while checking out through scm-local in scheduled b

2006-09-22 Thread ArneD
Hello Emmanuel, I've found another NPE bug in DefaultContinuumScm which is easy to fix: http://jira.codehaus.org/browse/CONTINUUM-937 Regards, Arne Emmanuel Venisse wrote: I've seen that you closed issue CONTINUUM-780 in the meanwhile. Are there chances to replace just one module in my

RE: Compiler Plugin

2006-09-22 Thread Douglas Ferguson
Thanks, I think this is what I need, but I am missing something.. I added this: configuration compilerArgument-classpath src/main/webapp/WEB-INF/classes/compilerArgument /configuration But

Re: externalized assembly descriptors and relative paths

2006-09-22 Thread phlow
franz see wrote: First, I suggest you try to rethink whether they should be modules of a parent project or not. If they are, restructure them. But if they're really not related to each other and it just so happens that they have a common descriptor, on top of my head, I'd say try

RE: Surefires test order

2006-09-22 Thread christophe blin
Hi, searching into the nabble archives, I found a thread which talks about my problem. I quote the relevant part at the end of my message. First, I'd like to know if there is finally a possibility to run the JUnit tests in a specific order when they are executed with surefire ? Second, I

[m2] Problems with surefire plugin

2006-09-22 Thread Orford, Ian
I noticed in my surefire report in my site documentation that there was some strange reports. Some of the classes were showing up as having tests that are in other classes. I proved that the html site documentation reflected the contents of the various target/surefire-reports/TEST_...xml files.

RE: Deploy:deploy-file with sources

2006-09-22 Thread Martin Gilday
Thanks - Original message - From: Jörg Schaible [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Date: Fri, 22 Sep 2006 16:02:13 +0200 Subject: RE: Deploy:deploy-file with sources Martin Gilday wrote on Friday, September 22, 2006 11:43 AM: I am trying to deploy spring rc4

RE: Compiler Plugin

2006-09-22 Thread Douglas Ferguson
I changed it to this compilerArguments classpath src/main/webapp/WEB-INF/classes /classpath

RE: Compiler Plugin

2006-09-22 Thread Douglas Ferguson
PS: That how-to is really good, it would have helped me, I say post it ASAP! And maybe include some more explanation as to what would make my previous configuration work, because that isn't clear to me. -Original Message- From: Douglas Ferguson Sent: Friday, September 22, 2006 9:28 AM

How to include dependencies in an executable jar?

2006-09-22 Thread Alexander Sack
I'm trying to build an executable jar and I want to include some of the dependencies of my project in the jar itself for runtime. Is there a way to do this? The following page was somewhat helpful: http://maven.apache.org/plugins/maven-jar-plugin/examples/executable-jar.html But it doesn't

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Wayne Fay
Looking through my archive, this topic comes up nearly every week... I guess you didn't search for the answer prior to sending this question? It was even discussed just yesterday! Look at the thread titled Creating a Java application for some options... Wayne On 9/22/06, Alexander Sack [EMAIL

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Alexander Sack
Ahh you know what...my email for this list got deleted yesterday (I was doing some cleaning and I screwed up)!!! My bad...I will try to search the archives on the website... -aps On 9/22/06, Wayne Fay [EMAIL PROTECTED] wrote: Looking through my archive, this topic comes up nearly every

surefire classloading issue: Class not found

2006-09-22 Thread Valerio Schiavoni
hello everyone, consider the following classloader: package org.foo; public final class BytecodeClassLoader extends ClassLoader { public Class loadClass( final byte[] bytecode ) { final Class clazz = defineClass(null, bytecode, 0, bytecode.length); return clazz; } } given

How can I set the logger for mojos?

2006-09-22 Thread Michael Schlotfeldt
I see the following interface exists: org.apache.maven.plugin.logging.Log ... and that an implementation is injected into mojos (no idea how that happens though). My question is how does somebody go about getting maven to use a different implementation of the interface? I want to replace it

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Valerio Schiavoni
Hello Alexander, On 9/22/06, Alexander Sack [EMAIL PROTECTED] wrote: I'm trying to build an executable jar and I want to include some of the dependencies of my project in the jar itself for runtime. Is there a way to do this? try to use the assembly plugin:

Re: surefire classloading issue: Class not found

2006-09-22 Thread Valerio Schiavoni
only to mention that i'm aware of this issue: http://jira.codehaus.org/browse/MSUREFIRE-115 but i'm not sure that this is the problem i'm facing. On 9/22/06, Valerio Schiavoni [EMAIL PROTECTED] wrote: hello everyone, consider the following classloader: package org.foo; public final class

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Alexander Sack
Okay found the thread (again my bad Wayne)...thanks Valerio... However, just like the last thread, this seems like a very awkward way of handling it (an assembly plugin to just assemble binaries and various files. I mean one of the anchor item features of maven is its dependency handling. Be

Auto incrementing a build identifier

2006-09-22 Thread maven
A question about version numbering in Subversion. I am aware of the way subversion handles version information while releasing. As I have peeked overhere in the Maven repository:

Re: Auto incrementing a build identifier

2006-09-22 Thread maven
A question about version numbering in Subversion. Hu-hum, I worked too much today. Subversion should be Maven 2. I am using Maven 2 on Subversion though. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Schedules and manual build not working

2006-09-22 Thread Prashanth Krishnamurthy
Its just not my scheduler, even the manual build is not working. It always stays in queued state and nothing happens. The last message in the continuum console is jvm 1| 2006-09-21 16:39:21,994 [SocketListener0-1] ERROR VelocityComponent - RHS of #set statement is null. Context

Re: [m2] Dashboard

2006-09-22 Thread Rik Bosman
Hi Laksman, Below the answer I recieved some months ago: *Hi Rik, We implemented this in the dashboard for maven1. However this does not exist for m2 yet. There are some thought on this on

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Alexander Sack
Alright, I have this owrking minus I can't seem to set the final name of my zipped assembly. It seems that the assembly name concat's the finalName tage with the id tage of my assembly file. I want to call it something.zip, how do I do this? If I leave off final name and just use ID, that

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Wayne Fay
Its OK... I just have to flame every now and then for things like that in an effort to encourage others to search before sending. Sorry you were the target in this case. ;-) I'm not building executable jars personally so I'm afraid I'm not much help on this topic... Wayne On 9/22/06, Alexander

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Valerio Schiavoni
to exclude the id you can use: appendAssemblyIdfalse/appendAssemblyId On 9/22/06, Alexander Sack [EMAIL PROTECTED] wrote: Alright, I have this owrking minus I can't seem to set the final name of my zipped assembly. It seems that the assembly name concat's the finalName tage with the id tage

Re: How to include dependencies in an executable jar?

2006-09-22 Thread Alexander Sack
No flame away. I make it point on all forums (work and play) to search FIRST ask SECOND but in these case I was flying blind (still getting used to Gmail's labeling feature). Anyway, the assembly plugin isn't that bad (feels like ANT). Now I just need this name thing sorted out? (finalName

[Offtopic] RE: How to include dependencies in an executable jar?

2006-09-22 Thread Ryan Slobojan
Hi, If I may toss in a point of irony about this: * Your complaint is that people don't search before they send out a question * Therefore, your response is to flame those that do in the hope that the fear^H^H^H^Hencouragement will spread to others Logical Flaw: * The people that don't search

Re: [m2] Problems with surefire plugin

2006-09-22 Thread berndq
looks like http://jira.codehaus.org/browse/MSUREFIRE-114 or one of the duplicates Bernd I noticed in my surefire report in my site documentation that there was some strange reports. Some of the classes were showing up as having tests that are in other classes. I proved that the html site

avoid recompilation of test files

2006-09-22 Thread Manlio Malaidini
Hi, we are using maven v. 1.1-beta-1 We have a goal with a dependency from test:compile, call it create-env Then we have another goal, dealing with the execution of certain test files, invoking test:match through attainGoal; call it custom-test-1 At last, we have another goal like custom-test1,

Re: error with doccheck still

2006-09-22 Thread Mick Knutson
I still get this error. How do I fix this error as this plugin is already in my local repository: [INFO] snapshot org.apache.maven.plugins:maven-javadoc-plugin:2.1-SNAPSHOT:checking for updates from ibiblio Downloading:

[ANN] Literate programming plugin

2006-09-22 Thread Arnaud Bailly
Hi to all, I am pleased to announce release 1.0-rc3 of Muse-in-Java authoring system, formerly known as Muse parser. Muse-in-Java allows publishing documentation written using the emacs-muse format with maven project build system. The goal of this project is to ease documentation writing and

[M1] Running tests with jvmargs (security policy)

2006-09-22 Thread diyfiesta
Hi Folks, Bit stuck on trying to run my tests with a security manager enabled and a specific policy file. I added the security manager system property and policy setting using the following in the properties file (project.properties) and have the policy file set as a resource under for the unit

Code Samples in Sites

2006-09-22 Thread Stephen Duncan
Has anyone investigated or worked on syntax highlighting of code samples in site documentation? Compare the code examples http://www.stephenduncanjr.com/projects/easymock-propertyutils/index.html vs. http://www.stephenduncanjr.com/2006/09/easymock-propertyutils-example.shtml I used jhighlight

profile variable questions

2006-09-22 Thread Mick Knutson
I am wondering if there are already standards for using the profile.xml to replace names like: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration

Request for Assembly plugin use cases

2006-09-22 Thread John Casey
Hi all, I have been working on a refactored version of the assembly plugin over the past couple months. You can access the latest snapshot of the plugin from the snapshot repository on ASF. What I'm currently grappling with is the need to make this new version backward compatible. I've done some

Problems with surefire plugin

2006-09-22 Thread Orford, Ian
I noticed in my surefire report in my site documentation that there was some strange reports. Some of the classes were showing up as having tests that are in other classes. I proved that the html site documentation reflected the contents of the various target/surefire-reports/TEST_...xml files.

Re: working war for testing

2006-09-22 Thread Brett Porter
Hi Daniel, The current WAR should be a lot more stable, however you need to configure a data source in your application server for the user database. You can use the settings from the src/jetty-env.xml file if that is helpful - I'll look into making that an easier default. Other than

Re: error with doccheck still

2006-09-22 Thread Shinobu Kawai
Hi Mick, On 9/21/06, Mick Knutson [EMAIL PROTECTED] wrote: I removed the item you stated, but do not understand what I am suppose to do for MJAVADOC-81 [1]...??? If you have the SNAPSHOT from the latest SVN, it is all taken care of. Is there something else I must compile and run

Re: error with doccheck still

2006-09-22 Thread Shinobu Kawai
Hi Mick, I still get this error. How do I fix this error as this plugin is already in my local repository: [ERROR] BUILD ERROR [INFO] [INFO]

Re: error with doccheck still

2006-09-22 Thread Shinobu Kawai
Hi Mick, So are you saying I do NOT need this and to remove it from my repository and my pom.xml? Correct. It won't hurt to have it in your repository, but it should be taken out of your pom.xml. What is this plugin then: