Re: [M2] Changelog plugin report unknown range

2006-10-26 Thread Allan Ramirez
Hi Nate, As far as I know, the plugin does not resolve the last revision dates for each tag. Maybe the text Changes from an unknown range should be replace with Changes from start-tag to end-tag -allan Nate wrote: When I generate the changelog plugin using the tag type with CVS, I get the

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread Syvalta
pjungwir wrote: Syvalta wrote: But that doesn't work for me, see: http://jira.codehaus.org/browse/MJAR-60. I didn't get any error with a trailing slash inside Class-Path. JIRA says this is fixed against 2.2. I'm not sure why the bug is still open in that case. . . . There isn't

[m2] activating profile dependant from packaging

2006-10-26 Thread Fred . Hauschel
Hi all, i will activate different profiles dependant from packaging. So packaging 'war' will react different from 'jar'. Any idea? Fredy -Ursprüngliche Nachricht- Von: Syvalta [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Oktober 2006 09:17 An: users@maven.apache.org Betreff: Re:

[m2] copy files to manifest folder

2006-10-26 Thread Fred . Hauschel
Hi, is it possible to access the location(folder) of the manifest File? I've a ant goal wich will copy a file to thios location. But i won't tell maven the hardcoded location. Fredy Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer Hand. Informieren Sie sich über

Re: m2, surefire console output

2006-10-26 Thread infested
These stacktraces are from system.err, it's not that test are failing. What can I do, is modification in surefire plugin required to solve it? -- View this message in context: http://www.nabble.com/m2%2C-surefire-console-output-tf2500944.html#a7006518 Sent from the Maven - Users mailing list

Re: [m2] Running Emma: how to get HTML report?

2006-10-26 Thread Xavier Outhier
Hi, 1) I have a report in the site but unfortunately, the report is empty, I got this page target/site/coverage/index.html: No coverage information available 2) The trace when running test is: [INFO]Scanning for projects...

[m2] deploying a site - BUG?!

2006-10-26 Thread Fred . Hauschel
Hi, in the guide: http://maven.apache.org/guides/mini/guide-site.html section: Deploying The Site is this note: Note: the trailing slash in the URL above indicates that any subprojects that inherit this value should append their artifact ID to the path instead of using it as-is. But that isn't

Re: ftp-wagon Unrecognised tag: 'extensions'

2006-10-26 Thread Jeff Mutonho
On 10/25/06, pjungwir [EMAIL PROTECTED] wrote: Hi Jeff, What is the benefit of loading wagon-ftp in a profile? That extensions block doesn't per se do anything; it just makes wagon-ftp available. I guess you're loading it for the sake of the sftp:// repository in the top-level POM? Then why

Configure Continuum to work with SVN over svn+ssh

2006-10-26 Thread szefo
Hi, I have serious problems configuring continuum to cooperate with SVN over svn+ssh connection. My SVN repo is: svn+ssh://[EMAIL PROTECTED]/var/svn/repo Every user has a certificate genereted in his home/.ssh folder Can you please tell me how my pom.xml scm/scm section should look like. Where

Build failure when compiling the jmeter plugin

2006-10-26 Thread Jeff Mutonho
Why am I getting this compilation error and yet I'm using the 1.5 compiler : [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure

[m2] how to debug a plugin

2006-10-26 Thread Fred . Hauschel
hi, how can i debug the release plugin? i'm using eclipse. thanks fredy Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer Hand. Informieren Sie sich über unsere Produkte unter www.kabeldeutschland.de Diese E-Mail und etwaige Anhänge enthalten vertrauliche

[M2] Maven searches jars in wrong repository

2006-10-26 Thread Sebastian Krebs
Hi, I've the following problem: I have two repositories, one for releases and one for snapshots ( snapshotRepository ) specified in a parent-pom. Deploying my artefact works fine. This means if I have a version like this version1.0/version the artefact will be pumped into my normal

[M2] TYPO in Docu about settings.xml regaring repositories and snapshots

2006-10-26 Thread Sebastian Krebs
Hello, I found following typo on http://maven.apache.org/maven-settings/settings.html Given : profile ... repositories repository release enabled/ updatePolicy/ checksumPolicy/ /release snapshot

can't delete project from continuum, foreign key violation

2006-10-26 Thread Brigitte . Ilsanker
I need help with deleting a project from continuum 1.0.3. There are a few projects left. I had more and deleted all the experimental ones. But two of them remain toughly with that exception: ognl.MethodFailedException: Method removeProject failed for object [EMAIL PROTECTED]

maven plugin execution phase: post-site?

2006-10-26 Thread kovalen pechaycaren
Hi, I am writing a maven plugin to be run on other projects. It needed to be executed after the site phase. For a multi-project (one parent and several modules), how to I configure the plugin to be run after reports have been generated for all modules? The problem is that the plugin is being

dynamically disable filtering?

2006-10-26 Thread ertnutler
hey, all. i've tried all the ways i can think of to dynamically disable filtering, but none of them seem to work. what i'm looking for is a way to disable filtering across a multi-project with a profile or a system property, such that something like filtering${enable.filtering}/filtering can

[archiva] disabling the checksum policy

2006-10-26 Thread Raphaël Piéroni
Hi, I have configured some proxies (central, mergere, java.net) into a repository. I also have configured my settings.xml to use my archiva proxy instead of the central repository (using the mirror element) When i try to deploy a project (with pom packaging) it fails saying the deploy plugin

Maven help

2006-10-26 Thread kvmukund
I am in the process of building an application using Maven2. After the build,the contents are transported to \build\output folder. The output folder contains a bin folder. My task is to move the bin folder into the user specified directory instead of build\output\bin. How do i accomplish

How to get the groupId and other values from a Maven pom file using java code

2006-10-26 Thread Sheshabhattar, Sharda [CIB-IT]
Hi, I have a java code which should extract the groupId ,artifactId and other details from a pom file. What apis should I use to achieve this? Please help. Thanks, Sharda

Re: can't delete project from continuum, foreign key violation

2006-10-26 Thread Emmanuel Venisse
You can try to delete all build definitions from your project first, than you delete your project. Emmanuel [EMAIL PROTECTED] a écrit : I need help with deleting a project from continuum 1.0.3. There are a few projects left. I had more and deleted all the experimental ones. But two of them

AW: How to get the groupId and other values from a Maven pom file using java code

2006-10-26 Thread Fred . Hauschel
You can copy the information in your manifest and access it during runtime with resource reader. http://maven.apache.org/guides/mini/guide-manifest.html Fredy -Ursprüngliche Nachricht- Von: Sheshabhattar, Sharda [CIB-IT] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. Oktober 2006

Re: [m2/ant] ClassCastException jwsc

2006-10-26 Thread ihowle
Within the pom itself I attempted to remove a few of the dependencies on jars that were already being called within the pathref I had set-up within the ant section. I also attempted to add the necessary jar files included using a batch file into the dependencies of the pom as a whole, and the

Re: [m2/ant] ClassCastException jwsc

2006-10-26 Thread ihowle
This was basically my next step, but hopefully I wouldn't have to come to it. I was trying to do away completely with most of the tasks within the old ant scripts, and just use the ones that didn't fit the plugin scheme with maven. But I have gotten it to work using this method at some point.

Re: [M2] TYPO in Docu about settings.xml regaring repositories and snapshots

2006-10-26 Thread Wayne Fay
Sending emails like this to the Maven Users list is an absolute waste of time. Please post bugs in JIRA if you have any interest in getting them fixed. Wayne On 10/26/06, Sebastian Krebs [EMAIL PROTECTED] wrote: Hello, I found following typo on

Using Cactus with Maven 2

2006-10-26 Thread Mohan Gopal
Hi, I have been trying to run cactus test cases with Maven 2 using all possible approaches and to no avail. Would be grateful if someone can answer the following 1. Is there any cactus plugin for Maven 2. There is absolutely no documentation on this plugin. Anything, a sample code would help very

Re: Build failure when compiling the jmeter plugin

2006-10-26 Thread Jeff Mutonho
On 10/26/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Why am I getting this compilation error and yet I'm using the 1.5 compiler : [INFO] [ERROR] BUILD FAILURE [INFO]

Maven Jetty Plugin and filtered resources

2006-10-26 Thread Martin Gilday
Hi, I am trying to use the Jetty plugin for Maven but have my web.xml filtered with properties. This is mainly as I have a sandbox profile which when active would change the spring config file being used. I have tried using the WAR plugin to define some filtered resources plugins plugin

Re: Build failure when compiling the jmeter plugin

2006-10-26 Thread Wayne Fay
I would generally suspect you have not configured things properly: http://maven.apache.org/plugins/maven-compiler-plugin/howto.html Wayne On 10/26/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Why am I getting this compilation error and yet I'm using the 1.5 compiler : [INFO]

Ant Mojo Resources

2006-10-26 Thread SlinnHawkins, Jon \(ELS\)
Hi All, I have created an Ant based plugin that need to call a windows batch file. The batch file is in the plugin projects resources folder and thus in the plugin jar. How can I access this resource path/ batch file using the exec ant task ? Thanks Jon

Re: Preventing sub-dependencies from being included in an EAR

2006-10-26 Thread David J. M. Karlsen
Alexander Sack wrote: Because I'm using some of the Apache commons libraries, Maven2 is including some of their sub dependencies such as commons-logging which breaks my EAR. Is there a way to prevent this? Yes - declare it with scope provided. -- David J. M. Karlsen - +47 90 68 22 43

Re: Preventing sub-dependencies from being included in an EAR

2006-10-26 Thread Alexander Sack
Thanks David, that's what I did. Its a little odd that you have duplicate entries for the same dependency (btw, mvn shoots out warnings regarding override scope, harmless I know, but still...). -aps On 10/26/06, David J. M. Karlsen [EMAIL PROTECTED] wrote: Alexander Sack wrote: Because I'm

Re: Any interest in a maven-properties-plugin?

2006-10-26 Thread ertnutler
i'm interested in using this plugin, but i can't checkout the source or browse the repository from the project home page. has it been removed? -- View this message in context: http://www.nabble.com/Any-interest-in-a-maven-properties-plugin--tf2454363.html#a7011740 Sent from the Maven - Users

Re: [m2] SurefireExecutionException with Emma (pom.xml doesn't contain emma stuff)?

2006-10-26 Thread Milos Kleint
maybe you have profiles.xml file along the side of pom.xml that contains some reference to emma? just a wild guess though.. milos On 10/23/06, Xavier Outhier [EMAIL PROTECTED] wrote: Hi all, I have a SurefireExecutionException (see the trace below). I don't understand because my pom.xml

Re: [m2] copy files to manifest folder

2006-10-26 Thread Wayne Fay
The location of the META-INF folder is generally src/main/resources/META-INF. I'd tell your ant task to output its file there, or perhaps to target/classes/META-INF. Wayne On 10/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, is it possible to access the location(folder) of the manifest

Re: Any interest in a maven-properties-plugin?

2006-10-26 Thread Zarar Siddiqi
It is going through the tedious process of being accepted as a plugin. Vote for it here: http://jira.codehaus.org/browse/MOJO-535 The source can also be found in JIRA. ertnutler wrote: i'm interested in using this plugin, but i can't checkout the source or browse the repository from the

RE: Ant Mojo Resources

2006-10-26 Thread Ian Springer
Pass ${settings.localRepository} as a param to your Ant mojo. Then unzip the file(s) you need from the plugin jar (e.g. ${settings.localRepository}/com/xyz/foo-m2-plugin/1.0/foo-m2-plugin-1.0. jar) to a temp dir. Ugly, I know, but it works :-) | -Original Message- | From: SlinnHawkins,

Re: [m2] activating profile dependant from packaging

2006-10-26 Thread Wayne Fay
This was discussed back in April 2006. Perhaps this old thread will be useful. From: John Didion [EMAIL PROTECTED] To: users@maven.apache.org Date: Apr 6, 2006 10:05 PM Subject: Can I activate a profile based on module type? Wayne On 10/26/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi

Re: [m2] SurefireExecutionException with Emma (pom.xml doesn't contain emma stuff)?

2006-10-26 Thread Xavier Outhier
Thanks for the answer but it's not that. Anyway, now I'm using solution posted by Chris Hilton. The current problem is that there is no coverage info! Xavier. Milos Kleint wrote: maybe you have profiles.xml file along the side of pom.xml that contains some reference to emma? just a wild guess

RE: Any interest in a maven-properties-plugin?

2006-10-26 Thread Ian Springer
I'd also find very useful a goal (or an option to the existing write-properties goal) that echoes all properties, or a set of specified properties, to the console - along the same line as the echoproperties Ant task (http://ant.apache.org/manual/OptionalTasks/echoproperties.html). This would be

Re: Build failure when compiling the jmeter plugin

2006-10-26 Thread Jeff Mutonho
On 10/26/06, Wayne Fay [EMAIL PROTECTED] wrote: I would generally suspect you have not configured things properly: http://maven.apache.org/plugins/maven-compiler-plugin/howto.html Wayne Hmmm I'm sure what I need to do really.I didnt write the plugin.I downloaded the the plugin source(as it

Re: changelog-maven-plugin and scm error

2006-10-26 Thread Sam Anabtawi
I have been trying to get the changelog-maven-plugin to work with CVS for a few days now. I have no idea what is wrong with my setup, when I run mvn site I get the following error messages: Things I Have Already Tried Based on Prior Replies 1) Switched to plugin version 2.0-SNAPSHOT 2) Many

Re: dependcy vs one lib of jars

2006-10-26 Thread Attila Mezei-Horvati
Thanks for all the feedback and ideas. I am thinking , too, that writing the plugin will be the way to go. For now it is postponed (I have to get some development done, too - with all the ant2mvn tasks slowly finalized), but someday I'll look into it. Attila

Maven Noobie - Call CVS with the date (-D) parameter to checkout by date

2006-10-26 Thread goatwuss
Hello I am trying to use maven to checkout some code from cvs using the date parameter. I would like to check out the code at a specific date. The cvs command line argument is -D date I am looking at the maven scm plugin documentation, (http://maven.apache.org/scm/plugins/checkout-mojo.html)

extensions

2006-10-26 Thread Tom Huybrechts
Hi all, can anybody tell me the difference between having a /build/extensions/extension element and a /build/plugins/plugin/extensions in the POM ? I have a plugin with a custom packaging, and if I put that plugin into the extensions list, I'm getting weird errors in unrelated modules like:

Re: looking for a repository with doxia-maven-plugin?

2006-10-26 Thread Wendy Smoak
On 10/24/06, MartinAhrer [EMAIL PROTECTED] wrote: Sorry for the misleading term 'repository'. I was thinking of a maven repository for downloading maven plugins... I'd like to use doxia for generating PDF from my existing APT documents! Did you find what you needed? If not, Doxia Book is

Re: changelog-maven-plugin and scm error

2006-10-26 Thread Nate
Other Notes 1) I am not using the standard Maven directory structure. All I am supposed to do with Maven is create a project site for an existing project using mvn site:site. I don't know if this will help, but did you try using the basedir element under the changelog plugin configurations

Re: settings.xml ignored

2006-10-26 Thread Attila Mezei-Horvati
LJ, I have it as: ... profiles profile iddefault/id activation activeByDefault/ /activation ... /profile ... and then I also have: activeProfiles activeProfiledefault/activeProfile /activeProfiles Is

Re: changelog-maven-plugin and scm error

2006-10-26 Thread Sam Anabtawi
Update I was able to run mvn scm:changelog and it worked fine. It spammed all the project commit notes into the console...now if I can only get it tp place those notes in my site Now I think that my current SCM configuration in pom.xml is fine. This is the declaration it worked with:

RE: [m2] Running Emma: how to get HTML report?

2006-10-26 Thread Chris Hilton
Obviously the 0 class(es) instrumented part is a problem; if nothing gets instrumented, you'll certainly get no coverage info. Some things that stand out to me: 1. There were no classes compiled in the output below. Presumably this is because they were all already up-to-date, but I'd like to see

[m2] EJB3 embed + surefire - JBossMXServerConfig ClassNotFound

2006-10-26 Thread Darren Hartford
Hi all, A while ago I was testing the EJB3 embed + surefire, and it was working fine with the maven-surefire-plugin 2.2-SNAPSHOT. However, the maven-surefire-plugin 2.2 official is having issues, as well as 2.3-SNAPSHOT. ***The exact same embed-ejb3 junit test runs fine in eclipse. configuration

Missing dependency of xmlwriter

2006-10-26 Thread Siegmann Daniel, NY
xmlwriter-2.2 has a dependency on xmlenc-0.39. However, this version is not in the M2 repository, so my attempts to download it are failing. Is there some other repository with this file? If not, how can I report this so the maintainers will upload the required version?

Re: How to get the groupId and other values from a Maven pom file using

2006-10-26 Thread pjungwir
Are you writing a plugin? In that case, declare a parameter of type org.apache.maven.project.MavenProject and give it these javadoc annotations: @parameter default-value=${project} @required @readonly You can call methods as shown here:

AW: [m2] copy files to manifest folder

2006-10-26 Thread Fred . Hauschel
thats not true wor packaging war?! istn't it? fredy -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Oktober 2006 16:07 An: Maven Users List Betreff: Re: [m2] copy files to manifest folder The location of the META-INF folder is generally

Re: Preventing sub-dependencies from being included in an EAR

2006-10-26 Thread David J. M. Karlsen
Alexander Sack wrote: Thanks David, that's what I did. Its a little odd that you have duplicate entries for the same dependency (btw, mvn shoots out warnings regarding override scope, harmless I know, but still...). Yes - it seems odd - thats what I thought at first - but now it actually

Re: Preventing sub-dependencies from being included in an EAR

2006-10-26 Thread Wayne Fay
Actually if you can track down where the unwanted dependencies are coming from, you can add an excludes directly to that dependency node to specifically exclude those artifacts. For example, Ear depends on war, ejb, jar; war depends on logging; thus logging ends up in EAR. You should be able to

Re: Build failure when compiling the jmeter plugin

2006-10-26 Thread Wayne Fay
In that case, I'd suggest contacting the plugin author directly. Or follow the instructions on the maven-compiler-plugin page to configure compiling with Java5. Wayne On 10/26/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 10/26/06, Wayne Fay [EMAIL PROTECTED] wrote: I would generally suspect

[Fwd: Re: can't delete project from continuum, foreign key violation]

2006-10-26 Thread David J. M. Karlsen
Forwarding this to the list as it did the trick for me! -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com ---BeginMessage--- You can try to delete all build definitions from your project first, than you delete your project. Emmanuel [EMAIL

Re: Preventing sub-dependencies from being included in an EAR

2006-10-26 Thread Alexander Sack
Yea but this is even more clunky. I essentially migrated away from that (for example in a pure ant build I had to use the excludes primitives for WARs thatwere linking against common global project libraries). I'm very happy with the Maven2 stuff for the most part. Much cleaner overall (with

RE: How to configure a checksumPolicy ?

2006-10-26 Thread Ryan, Scott D
Any status on this one? I would love to make the change or use the change. It appears that about 25-30% of what I need has bad checksums including most of the native plugins such as clean, deploy etc. This means that I can't do much without being able to turn off the checksum feature. Any

Re: [m2] copy files to manifest folder

2006-10-26 Thread Wayne Fay
In a WAR, the META-INF information from src/main/resources/META-INF goes into the folder: target/${artifact}-${version}/WEB-INF/classes/META-INF/your-file Which eventually ends up in your WAR as: /WEB-INF/classes/META-INF/your-file You can test this for yourself by making a sample WAR project

Re: Missing dependency of xmlwriter

2006-10-26 Thread Wayne Fay
Email the authors of XMLWriter or XMLEnc and ask them to create a Maven bundle for this version. Its possible the XMLEnc people have already done so but host it themselves rather than in Maven's repo. Wayne On 10/26/06, Siegmann Daniel, NY [EMAIL PROTECTED] wrote: xmlwriter-2.2 has a

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread pjungwir
I don't understand. 2.2 is the plugin version, not the maven version, right? That appears to be released. For me, it's what maven just uses; I didn't do anything special. Paul Syvalta wrote: pjungwir wrote: Syvalta wrote: But that doesn't work for me, see:

Re: ftp-wagon Unrecognised tag: 'extensions'

2006-10-26 Thread pjungwir
I'm not positive, but I think that extensions block will just make wagon-ftp available as it is needed. I think it's the maven-deploy-plugin that does the work of picking what to send. But maybe someone with more knowledge of multi-module builds can help? Paul Jeff Mutonho wrote: On

Re: maven plugin execution phase: post-site?

2006-10-26 Thread pjungwir
Hello, @execute means that when the mojo is run, it should spawn a separate lifecycle and run everything up to the given phase before running itself. It's useful for running a mojo from the command line like mvn plugin:mojo, but it's problematic when you want to bind the mojo to a phase. In

Re: Using Cactus with Maven 2

2006-10-26 Thread pjungwir
Hi Mohan, There is an integration-test phase that comes after package. But if you really want to test inside a container, you probably want to use a continuous-build system, unless you tell maven to deploy to the app server during package. Paul Mohan Gopal wrote: Hi, I have been trying to

Re: Using Cactus with Maven 2

2006-10-26 Thread Wendy Smoak
On 10/26/06, Mohan Gopal [EMAIL PROTECTED] wrote: 1. Is there any cactus plugin for Maven 2. There is absolutely no documentation on this plugin. Anything, a sample code would help very much. There was some activity at Cactus earlier this year, but nothing recently. 2. Testing life cycle

Re: settings.xml ignored

2006-10-26 Thread L. J.
Do you have multiple profiles? Try to use help:active-profiles from the command line under the project directory which has the pom.xml. Thanks. LJ On 10/26/06, Attila Mezei-Horvati [EMAIL PROTECTED] wrote: LJ, I have it as: ... profiles profile iddefault/id

Re: scp a war to remote location

2006-10-26 Thread Christofer Jennings
Thanks Wendy!, Do you deploy to a remote Tomcat? Could you post the part of your pom that does it? ,chris On 10/25/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/25/06, Christofer Jennings [EMAIL PROTECTED] wrote: How do you scp a war to a remote location in maven2? I have a webapp

[OT][ANN] JAVAWUG BOF 23 / Skills Matter Sun London / 15 Sept 2006 @ 18:30 / Open Space Discussion

2006-10-26 Thread Peter . Pilgrim
Hi I would like to formally announce that ``JAVAWUG'' (Java Web User Group) is holding the Twenty Third Birds-of-Feather at the Skills Matter's London Office on Wednesday, 15th Novemeber 2006 from 18:30. +-+--+ | TWO QUESTIONS | Open

Problems running a JSF application on Jetty:Run

2006-10-26 Thread Dudu
I can't discover the problem in this strack trace... I'm running RI JSF implementation + tomahawk + ADF Faces: this is the pom.xml dependencies dependency groupIdjunit/groupId artifactIdjunit/artifactId version4.0/version scopetest/scope

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread Syvalta
pjungwir wrote: I don't understand. 2.2 is the plugin version, not the maven version, right? That appears to be released. For me, it's what maven just uses; I didn't do anything special. Yes, the version of jar-plugin. To my knowledge 2.1 is the latest version (see

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread pjungwir
That's a very handy command! You're right, it says 2.1. Yesterday I tried running with -X, and I thought it said it was getting 2.2, but now -X also says 2.1, so I must have made a mistake. My apologies! But the trailing slash still works on my system. :-) But I'm running linux, and the bug is

Re: changelog-maven-plugin and scm error

2006-10-26 Thread Sam Anabtawi
That did the trick Stoddarn!! This is my plugin declaration in my pom.xml now. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changelog-plugin/artifactId configuration basedir${basedir}/basedir /configuration version2.0-SNAPSHOT/version /plugin stoddarn wrote:

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread berndq
SingleShot wrote: I am building an executable JAR that depends on a handful of other JARs and a few config files being on the classpath. I want the config files to be editable by the end user, so did not add them as internal JAR resources. I've configured the maven-jar-plugin to generate a

RE: [archiva] disabling the checksum policy

2006-10-26 Thread Ryan, Scott D
That is an ongoing discussion that everyone is having with the current repos. There was a suggested fix proposed on the mailing list earlier this week but no details or description of when or how to get it into the source tree. It seems like if you cannot download most of the maven base

Configuring a repository backed by SCM

2006-10-26 Thread Gargan, Stephen
Hi All, I would very much like to be able to set up a Maven repository that is backed by source control. I know this is a contentious issue and people question the necessity of such a setup, but it the single greatest issue for me blocking Maven adoption, and one way or another I'd like to

Migrating maven repo to a new machine

2006-10-26 Thread Prashanth Krishnamurthy
Hi, We are planning to move the maven repository to a new build machine. Is there a recommended process/steps ? (How to,...etc) Please advise. (This maven repository is used by 2-3 different project teams and is very imp for a smooth migration.) thanks --Prashanth

Re: ftp-wagon Unrecognised tag: 'extensions'

2006-10-26 Thread Eric Redmond
You are correct in the fact that adding an extensions element will only make the extension available, but does not need that you need to use it. In any case, Jeff, just add the ftp extension in the top-level build element, and then define how they are used (distributionManagement) in the

Re: Configuring a repository backed by SCM

2006-10-26 Thread Eric Redmond
http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-scm/ On 10/26/06, Gargan, Stephen [EMAIL PROTECTED] wrote: Hi All, I would very much like to be able to set up a Maven repository that is backed by source control. I know this is a contentious issue and people question the

RE: download artefacts from managed repositories

2006-10-26 Thread Ryan, Scott D
I will give the line 187 thing a shot and see how it works although with the latest build it seems to be working again and all repositories are accessed via the proxy. This has shown me that I really need some way to control what is accessed via the proxy and the order so it looks like I have to

Re: Continuum Startup error even though JAVA_HOME is set up

2006-10-26 Thread datech
Does that mean, I will need to modify the run.bat (for Windows NT) to include Maven Home and Ant Home? But I don't see it referring to Maven home and Ant Home in the bat file. I still haven't solved the problem. Please help with more hints. Thanks Naess, Ronny wrote: I had simulare

Re: settings.xml ignored

2006-10-26 Thread Attila Mezei-Horvati
LJ, Yes, I have a multiple module project and multiple profiles. If I check out the source code to the build machine and run mvn help:active-profiles from command line as the continuum user I get the expected result (default is active). Which means the settings.xml is found by maven. However, in

[ANN] Proximity RC5 rolled out!

2006-10-26 Thread Tamás Cservenák
Hi all, Proximity Release RC5 is here! RC5 has fixed many major defects. There are no much new features on the surface, but the code has ben cleaned up. One important new feature is negative caching, ability to tune for how long should Proximity rember the 404 remote requests. For details,

Re: Missing checkstyle documentation ?

2006-10-26 Thread Dennis Lundberg
Hi I've uploaded a freshly generated copy instead of the empty file. It will be available on the web within a couple of hours, when the site has been synced. I didn't publish the complete site, just the empty file. -- Dennis Lundberg LAMY Olivier wrote: Thanks for confirmation ;-) Can a

Re: Add Directory to Jar Manifest Classpath

2006-10-26 Thread pjungwir
Are you sure that documentation wasn't talking about applets? I've run executable jars with Class-Path manifest entries referencing the filesystem many times. Paul berndq wrote: SingleShot wrote: I am building an executable JAR that depends on a handful of other JARs and a few config

Re: settings.xml ignored

2006-10-26 Thread Attila Mezei-Horvati
LJ, sorry for all the trouble. I just found out what the problem was. When I first run the add new project, the settings.xml file was not found. Hence the wrong scm url in that window. I deleted the projects and reimported them. This time the settings.xml was found, the project scm url now is

Re: [m2] changes-maven-plugin - announcement-mail

2006-10-26 Thread Dennis Lundberg
Hi Fred Note that I have not tried this myself, but the docs: http://maven.apache.org/plugins/maven-changes-plugin/announcement-mail-mojo.html says that the from element is supposed to be a list. Reading http://maven.apache.org/guides/mini/guide-configuring-plugins.html would lead me to

Re: [m2] Unable to change Checkstyle configuration file: path problem

2006-10-26 Thread Dennis Lundberg
Xavier Outhier wrote: Hi all, I'm using the Checkstyle plug-in and it works perfect with default or predefined. 1) But I would like to try another config file from JJGuidelines. I try to change to checkstyle-jjguidelines.xml by modifying the pom like this: reporting plugins [...]

Re: settings.xml ignored

2006-10-26 Thread L. J.
Hi Attila, I now have a question and need your help. You said that you have multiple profiles in the settings.xml. If this is the case, do you have 2 profiles using the same variables with different values? (example below) profiles profile idid_1/id

Re: [m2] changes-maven-plugin - announcement-mail

2006-10-26 Thread Wayne Fay
I've not configured this myself either, but I don't think this is valid XML: fromfrom.../from/from If it follows the standard Maven convention, it would be: fromsfrom.../from/froms Froms of course is not a word, but everything else is named such that outer node indicates multiple of inner node.

Re: [m2] changes-maven-plugin - announcement-mail

2006-10-26 Thread Dennis Lundberg
Isn't froms in the concise configuration dictionary? :) I hope to find some time this weekend to play around with this. I'll report back... -- Dennis Lundberg Wayne Fay wrote: I've not configured this myself either, but I don't think this is valid XML: fromfrom.../from/from If it follows

Re: scp a war to remote location

2006-10-26 Thread ben short
Hi Chris, Take a look at the tomcat plugin http://mojo.codehaus.org/tomcat-maven-plugin/ The documentation is pretty good. Ben On 10/26/06, Christofer Jennings [EMAIL PROTECTED] wrote: Thanks Wendy!, Do you deploy to a remote Tomcat? Could you post the part of your pom that does it?

Build directory

2006-10-26 Thread Per Norrman
Hi, we're considering switching to maven2, but one issue is currently blocking us. We have all our sources and projects in a dynamic ClearCase environment. Development work can be done in a Windows or a Linux environment. For performance reasons, we *really* want the build output to be diverted

RE: Configuring a repository backed by SCM

2006-10-26 Thread Marilyn Sander -X \(marilysa - Digital-X, Inc. at Cisco\)
Hi, Eric. I have successfully set up a static repository, which I can declare as both a repository and a plugin repository. The access method is file://. I haven't put it into source control, but I have no doubt at all that I could put the whole thing into ClearCase and get to it from a

Re: scp a war to remote location

2006-10-26 Thread Christofer Jennings
That's funny :) the link goes to a page that says There is currently no description associated with this project. :) ... Thanks for the lead, I'll look at it. Just had to enjoy the humor while it was fresh :) On 10/26/06, ben short [EMAIL PROTECTED] wrote: Hi Chris, Take a look at the

NoClassDefFoundError running Checkstyle reports

2006-10-26 Thread Rahul Thakur
Hi, I am getting the error below when run 'mvn site-deploy' and checkstyle reports are attempted. Any ideas? Cheers, Rahul snip [INFO] [site:site] [INFO] Generate Checkstyle report. [INFO] [ERROR] FATAL ERROR [INFO]

Re: [m2] changes-maven-plugin - announcement-mail

2006-10-26 Thread Allan Ramirez
From what I remember fromfrom.../from/from is correct, though you're right it does not follows the maven convention. -allan Wayne Fay wrote: I've not configured this myself either, but I don't think this is valid XML: fromfrom.../from/from If it follows the standard Maven convention, it

Re: NoClassDefFoundError running Checkstyle reports

2006-10-26 Thread Edwin Punzalan
rahul, if you're using snapshot versions of the plugins, you might want to install them from source... what probably happened is maven downloaded from the apache snapshots an old version Rahul Thakur wrote: Hi, I am getting the error below when run 'mvn site-deploy' and checkstyle

Re: Latest code is missing some missing imports from reporting package and will not build

2006-10-26 Thread Edwin Punzalan
you need to build project-info-reports and install it locally. The snapshot repo is outdated... someone should re-deploy all the plugins Scott Ryan wrote: I am trying to build the latest version of the source. I deleted my maven repository and started from scratch to make sure all my

Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-26 Thread Tim Moloney
I saw that there is now a timeframe for open-sourcing Java [1]. Since I just had to cope with several of Sun's jar files [2], this news made me wonder if this will make it possible to distribute Sun's jar files via the Maven repositories. Or am I misunderstanding something? Tim Moloney

  1   2   >