Re: writing a notifier

2007-10-05 Thread Emmanuel Venisse
Michael Masters a écrit : I've looked at JabberContinuumNotifier and I have some questions on how I create my own notifier. 1. Once I write my notifier by extending AbstractContinuumNotifier, how do I install it. In other words, where do I put it the class file? Can I jar up all my classes

Re: Weird behavior in browsers not Firefox

2007-10-05 Thread fherrerav
I did and got same result $JAVA_HOME/bin/java -version java version 1.5.0_12 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode) Emmanuel Venisse wrote: Can you try with a java 5? Emmanuel fherrerav a

Re: 1.1-beta-3 crashes and corrupts database ?

2007-10-05 Thread Emmanuel Venisse
I don't know why sequence aren't updated correctly by jpox, probably because when the tool import datas, it use object IDs from the xml file so jpox don't know it need to update the NEXT_VAL Emmanuel Julien Stern a écrit : On Fri, Oct 05, 2007 at 03:48:15PM +0200, Emmanuel Venisse wrote: I

Re: Weird behavior in browsers not Firefox

2007-10-05 Thread fherrerav
echo $PATH /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/ciuser/bin:/home/ciuser/maven-2/bin:/home/ciuser/apache-ant-1.7.0/bin: This is the env for the user $ env TOMCAT_HOME=/usr/local/tomcat SHELL=/bin/bash TERM=vt100 HISTSIZE=1000 USER=ciuser

Re: exec-maven-plugin

2007-10-05 Thread Tim Kettler
Hi, have a look here [1] for the execution code of the plugin. If the executable returns with an error return code or fails for another reason the plugin fails the build and logs this on the console. As neither of this log statements is in your log output, the shell script you invoke most

RE: mvn site and multprojects

2007-10-05 Thread Erik Drolshammer
On Thu, 2007-10-04 at 07:03 -0700, Holt, Jack C. wrote: OK. It turns out that I had url tags in all but one POM that said the modules were at maven.apache.org. I have removed them and things have changed but I still don't have a solution. Without any url tags in my pom.xml's the links for

Simple WAR file question

2007-10-05 Thread Kram
I have setup my app to use maven and it has a custom project directory structure. I had to configure the maven-war-plugin to control the output of resources, jsp's etc... but it works. The issue im having now is that inside the target directory, I have my WAR file, but its contents are not the

Missing repository in trunk build

2007-10-05 Thread Dietrich Schulten
Hi, I could not build because jta and connector were missing. I added http://download.java.net/maven/2/ to the main pom repositories, and it works. Regards Dietrich -- Dietrich Schulten Project Manager Email: [EMAIL PROTECTED] SIC! Software GmbH Ferdinand-Braun-Str. 1 D-74074

Re: Archiva build failure on missing archiva applet

2007-10-05 Thread Dietrich Schulten
Sorry for the stupid question - how can I force mvn to build with an installed JDK 5 in spite of an installed JDK 6 and a current JRE 6? I mean without uninstalling JDK 6... Joakim Erdfelt schrieb: Dietrich, A few tips. * Compile using JDK 1.5 (Use 1.5.0_10 or newer) * Use maven 2.0.5 or

Re: Archiva build failure on missing archiva applet

2007-10-05 Thread Dietrich Schulten
Stupid indeed... http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html Dietrich Schulten schrieb: Sorry for the stupid question - how can I force mvn to build with an installed JDK 5 in spite of an installed JDK 6 and a current JRE 6? I mean without

Forced login

2007-10-05 Thread Dietrich Schulten
Hi, I want to disallow repository browsing through the archiva webinterface for users which are not logged in. I tried to take away the guest role from guest, but that does not work. How do I force users to log in? Regards Dietrich -- Dietrich Schulten Project Manager Email: [EMAIL

Re: Forced login

2007-10-05 Thread Dietrich Schulten
Oh well, and of course how do I disable self-registration? Dietrich Schulten schrieb: Hi, I want to disallow repository browsing through the archiva webinterface for users which are not logged in. I tried to take away the guest role from guest, but that does not work. How do I force users to

access properties filter from jar dependency classpath

2007-10-05 Thread Philippe Le Marchand
Hi all, I have a multi-module project that requires some resources to be filtered. I'm centralizing all properties in filter properties file, one for each target deploy environment. The one that will be used depends on profiles. In order to reference those files in several modules, I've created

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Daniele De Francesco
Hi that pom doesn't exist at http://people.apache.org/repo/m2-incubating-repository doesn't exist the directory structure /org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom maybe this would explain bye On 10/4/07, KIRA1983 [EMAIL PROTECTED] wrote: stack of my error i

how to deploy dependent warfiles?

2007-10-05 Thread Mick Semb Wever
Do any of the j2ee server deploy plugins provide a way to deploy (or redeploy any updates to) a dependency of type war? For example: I have project B of type war, that exists in our remote repository B.war Then i have project A with the sources on disk, also of type war. This project has

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Tim Kettler
Hi, but it's available here [1]. The only question is why IONA is deploying artifacts under the org.apache groupId. I've tested with this minimal pom and it's working for me: project modelVersion4.0.0/modelVersion groupIdmy-test-group/groupId artifactIdmy-test-app/artifactId

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Daniele De Francesco
Hi, looking closely at the stack trace, seems that maven complains it tries to locate the jar file which doesn't exist at http://repo.open.iona.com/maven2/org/apache/servicemix/samples/3.3.0.0-fuse/ Seems that

Re: Maven-Changes-Plugin: Unable to find the mojo ...

2007-10-05 Thread Gisbert Amm
Dennis Lundberg wrote: Gisbert Amm wrote: Out of the blue I'm getting this error: Error getting reports from the plugin 'org.apache.maven.plugins:maven-changes-plugin': Unable to find the mojo 'org.apache.maven.plugins:maven-changes-plugin:2.0-beta-3-SNAPSHOT:changes-report' in the plugin

Re: exclude .svn folders with maven-source-plugin

2007-10-05 Thread ossi petz
hallo well the plugin configuration os copied from an example: plugin artifactIdmaven-source-plugin/artifactId configuration attachtrue/attach /configuration executions execution phaseinstall/phase goals goaljar/goal

Re: Enterprise Application Project done in Eclipse to Maven Structure

2007-10-05 Thread Gisbert Amm
Search the archives, eg. http://www.nabble.com/Using-Maven-with-WSAD-tf548132s177.html#a1474153 -Gisbert LukeLallu wrote: I already have an Enterprise Application Project Developed in WSAD, now I want to convert it to Maven Struture. How to do it. Its Urgent. -- Gisbert Amm

Enterprise Application Project done in Eclipse to Maven Structure

2007-10-05 Thread LukeLallu
I already have an Enterprise Application Project Developed in WSAD, now I want to convert it to Maven Struture. How to do it. Its Urgent. -- View this message in context: http://www.nabble.com/Enterprise-Application-Project-done-in-Eclipse-to-Maven-Structure-tf4574632s177.html#a13057758 Sent

Re: exclude .svn folders with maven-source-plugin

2007-10-05 Thread ossi petz
hallo it seems to have a connection to some resource settings: the parent pom defines resources, since we put hibernate.hbm files and webstart keyfiles into the source folder: build resources resource directorysrc/main/resources/directory /resource resource !-- The java

The skin does not exist: Unable to determine the release version

2007-10-05 Thread Graham Leggett
Hi all, Out of the blue this morning, our maven docs build is suddenly failing like below. Doing a search in our project for maven-default-skin comes up with nothing, and doing help:effective-pom also shows up no references to help:effective-pom. A Google search shows up this problem as having

Ant Plugin - Copy not copying all jars

2007-10-05 Thread Gordon Dickens
I have the following plugin in my top level pom.xml file where the goal is to copy all the compiled jar files to a common directory. Unfortunately when I run this it doesn't copy all of the files that match the pattern. Does anyone know why this would not copy all the files? Am I not

Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems
Hello, before i gone in vacation i installed new beta 2 of continuum. Over 100 builds where made during my vacation Yesterday i regonized that no more mails were send from continuum. I log on to the continuum server and saw that builds were made only mail notification missed. I searched thru

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Daniele De Francesco
Hi, here [1], is only available the pom file, not the jar file which maven is looking for I'd suggest you can try this .. dependencies dependency groupIdorg.apache.servicemix.samples/groupId artifactIdbasic/artifactId version3.3.0.0-fuse/version

eclipse:eclipse and war dependencies

2007-10-05 Thread nicolas de loof
Hello, I just checkout an existing multimodule JEE project. I run mvn eclipse:eclipse to configure my workspace, and the plugin handles dependencies ordering as expected to build my eclipse conf WITHOUT having to first install the artifacts. (eclipse plugin reminds the project artifacts and

wagon-ssh-external causes repo to be blacklisted

2007-10-05 Thread cbrown
Whatever happened, it seems the exception caused the conenction to close badly, causing maven to blacklist the repo. From mvn; [INFO] artifact org.apache.maven.wagon:wagon-ssh-external: checking for updates from internal [WARNING] repository metadata for: 'artifact

Re: checkstyle plugins: maven and eclipse

2007-10-05 Thread houzecl
this is the answer I got from checkstyle mailing list :-) I would suggest trying the mailing lists for Maven and the Eclipse plug-in. Anyway, all previous answers are very probably the best solutions at this time. Christian-Luc Wayne Fay wrote: You'll probably have better luck with this

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Emmanuel Venisse
Do you use 'alwaysBuild' feature in build definition? We fixed a memory issue in this part in beta-3 Emmanuel Mac-Systems a écrit : Hello, before i gone in vacation i installed new beta 2 of continuum. Over 100 builds where made during my vacation Yesterday i regonized that no more mails

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Emmanuel Venisse
I meant 'Build Fresh' Mac-Systems a écrit : Well, dont know exacly what you mean. I used the default schedule with some extra param for site generation and deploy of site: Goals Arguments Build File Schedule Profile From Build Fresh Default clean

Re: help on downloading through the proxy

2007-10-05 Thread cbrown
That works, thank you. On Thu, 2007-10-04 at 17:44 -0400, Angel Sotirov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cbrown wrote: When i try to download component through archiva, it fails, and the archiva console shows; INFO: RepositoryServlet: Authorization Denied

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems
Well, dont know exacly what you mean. I used the default schedule with some extra param for site generation and deploy of site: Goals Arguments Build File Schedule Profile From Build Fresh Default clean generate-sources install site site-deploy --batch-mode -e pom.xml

Re: exec-maven-plugin

2007-10-05 Thread robert . egan
Tim Kettler [EMAIL PROTECTED] wrote on 10/05/2007 02:02:51 AM: Hi, have a look here [1] for the execution code of the plugin. If the executable returns with an error return code or fails for another reason the plugin fails the build and logs this on the console. As neither of this log

Re: checkstyle plugins: maven and eclipse

2007-10-05 Thread Jim Sellers
Hi Greg. A couple of questions: The .checkstyle file can point to the xml file in the maven repo. - how does it do this? Can you please provide an example? There's only one source xml config file, but it gets deployed twice. - Are you doing that manually? Do you have it done with maven? Is

Re: Build plugin without using it

2007-10-05 Thread Gisbert Amm
[EMAIL PROTECTED] wrote: Tim Kettler [EMAIL PROTECTED] wrote on 10/05/2007 01:41:33 AM: buildplugins is for actually attaching plugins to the build lifecycle. If you just want to define common configuration (version, executions, ...) for a plugin use pluginManagement. That puts a new spin

Re: help on downloading through the proxy

2007-10-05 Thread Emmanuel Venisse
If you want to always download artifacts from your Archiva, you must define a mirror of central instead of a repository in your settings.xml: mirrors mirror mirrorOfcentral/mirrorOf nameArchiva Mirror Repository/name

Re: 1.1-beta-3 crashes and corrupts database ?

2007-10-05 Thread Emmanuel Venisse
I think it's a problem with NEXT_VAL values in SEQUENCE_TABLE. Look at the end of http://maven.apache.org/continuum/guides/mini/guide-data-management.html for informations. Emmanuel Julien Stern a écrit : Hi list, Our continumm 1.1-beta-3 had been running smoothly for several weeks, and

Re: help on downloading through the proxy

2007-10-05 Thread Kristof Jozsa
I'm using this setting (with mirrorOf=*) but I had repeatedly hit the problem when Archiva is not able to download the same artifacts from the same configured repositories what maven can do itself without the mirror setting (it only happens for 1-1 jar out of 50s though). Also, when using Archiva

Re: Fresh beta 3 running

2007-10-05 Thread Emmanuel Venisse
If you start with a fresh db, you'll be prompted to create the default admin user (login: admin) Emmanuel Mac-Systems a écrit : Hello, i try beta 3 of continuum.Seems the login process has changed, whats the initial login ? regards, Jens

RE: mvn site and multprojects

2007-10-05 Thread Holt, Jack C.
I tried using mvn site:stage and it placed the staged site under target/staging and the links to the subprojects seem like they should work and it looks like the files for the subprojects are being generated but not in the staging directory. Therefore the links to the subprojects still don't work.

RE: mvn site and multprojects

2007-10-05 Thread Holt, Jack C.
In answer to your question about which goals I'm running here is a part of my original message that got snipped... I have a project that contains several subprojects. When I run mvn site in the top-level project's directory, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: 1.1-beta-3 crashes and corrupts database ?

2007-10-05 Thread Julien Stern
On Fri, Oct 05, 2007 at 06:44:28AM -0700, Wendy Smoak wrote: On 10/5/07, Julien Stern [EMAIL PROTECTED] wrote: Our continumm 1.1-beta-3 had been running smoothly for several weeks, and this morning it crashed, apparently attempted to automatically restart and failed because of an SQL

Re: Build plugin without using it

2007-10-05 Thread robert . egan
Tim Kettler [EMAIL PROTECTED] wrote on 10/05/2007 01:41:33 AM: buildplugins is for actually attaching plugins to the build lifecycle. If you just want to define common configuration (version, executions, ...) for a plugin use pluginManagement. Thanks! That puts a new spin on things and

Re: Continuum 1.1 Beta 2 - Out of mem after 30 Days without problems

2007-10-05 Thread Mac-Systems
Ok, build fresh is configured as false. - jens I meant 'Build Fresh' Mac-Systems a écrit : Well, dont know exacly what you mean. I used the default schedule with some extra param for site generation and deploy of site: Goals Arguments Build File Schedule Profile

Re: help on downloading through the proxy

2007-10-05 Thread cbrown
Actually, there are instances when mvn still goes directly to Central. E.g. below it loads junit out of the archiva repo, but pulls all the surefire components from http://repo1.maven.org/maven2, without even touching the archiva site. Since I don't have central in any of my settings or poms,

Re: Can't deploy jar

2007-10-05 Thread cbrown
I do have the dav: in the URL in the POM. It just isn't echoing in the mvn INFO printouts. Here's what I have; In settings.xml ... server idsensis.dev/id usernamecbrown/username password...snipped.../password /server ... repository

Re: Can't deploy jar

2007-10-05 Thread cbrown
Also, I tried deploying with the archiva user granted Repo Manager, and Global Repo Manager roles. On Fri, 2007-10-05 at 09:02 -0400, cbrown wrote: I do have the dav: in the URL in the POM. It just isn't echoing in the mvn INFO printouts. Here's what I have; In settings.xml ...

1.1-beta-3 crashes and corrupts database ?

2007-10-05 Thread Julien Stern
Hi list, Our continumm 1.1-beta-3 had been running smoothly for several weeks, and this morning it crashed, apparently attempted to automatically restart and failed because of an SQL Error. I've stopped it, but now it does not restart. I've attached a stack trace. Any help would be highly

Fresh beta 3 running

2007-10-05 Thread Mac-Systems
Hello, i try beta 3 of continuum.Seems the login process has changed, whats the initial login ? regards, Jens

Re: 1.1-beta-3 crashes and corrupts database ?

2007-10-05 Thread Wendy Smoak
On 10/5/07, Julien Stern [EMAIL PROTECTED] wrote: Our continumm 1.1-beta-3 had been running smoothly for several weeks, and this morning it crashed, apparently attempted to automatically restart and failed because of an SQL Error. I've stopped it, but now it does not restart. I've attached

Re: Changing the working rirectory sub folder names

2007-10-05 Thread Mark Eramo
I wanted to use something else so that if I have to go to the actual build directory itself to get artifacts, I do not have to search through different folders. For example, with a typical build, I may have to deploy some xml files. I suppose I can just use Continuum to get all the files I

Re: Archiva build failure on missing archiva applet

2007-10-05 Thread Joakim Erdfelt
You should only need to change two environment variables to swap out what version Java you compile with. Change JAVA_HOME to point to the JDK of choice. Change PATH to use your JDK of choice first. This is all I do to switch, and this is all the mvn.bat file uses too. Give it a whirl. -

Re: Weird behavior in browsers not Firefox

2007-10-05 Thread Emmanuel Venisse
Do you have something else in your PATH? Emmanuel fherrerav a écrit : I did and got same result $JAVA_HOME/bin/java -version java version 1.5.0_12 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04) Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode) Emmanuel

Linkcheck plugin for M2

2007-10-05 Thread Manos Batsis
... or equivalent: is there anything like that available? Many thanks, Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Archiva build failure on missing archiva applet

2007-10-05 Thread Wendy Smoak
On 10/4/07, Dietrich Schulten [EMAIL PROTECTED] wrote: Stupid indeed... http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html That's for compiling with a different JDK than Maven itself is using. Is that really what you need? Otherwise, just switch

[ANN] maven-jstools-plugin 0.2: JS packaging/dependency tools

2007-10-05 Thread Manos Batsis
The Maven JS Tools Plugin provides a Maven2 interface to a set of JavaScript development tools. New in this release: Besides JSDoc and JSLint support, this version features a new JavascriptDependencyFilter (along with documentation/howto), a Servlet Filter that loads Javascript files or

Re: apt macro in doxia book not working

2007-10-05 Thread David Roussel
I ran the test cases you linked to, inserted some System.out etc, and found that it was because I was putting the toc macro after my first title. If I moved it forward, then it all works fine. Thanks for the hint, test cases rock, etc. In testing I've come up with a few rules that need to be

Re: maven properties

2007-10-05 Thread Manos Batsis
Ashley Williams wrote: Is it possible to specify pom properties in a properties file? I found a reference here: http://maven.apache.org/pom.html#Properties but this just refers to other ways of setting properties. I actually want to use a property for the version in my parent and child poms as

Re: apt macro in doxia book not working

2007-10-05 Thread Wendy Smoak
On 10/5/07, David Roussel [EMAIL PROTECTED] wrote: In testing I've come up with a few rules that need to be known when using the Toc macro * toDepth can't be greater than the max depth of sections (kind of annoying as you have to keep it in sync) * each section heading must be an anchor

maven properties

2007-10-05 Thread Ashley Williams
Hi, Is it possible to specify pom properties in a properties file? I found a reference here: http://maven.apache.org/pom.html#Properties but this just refers to other ways of setting properties. I actually want to use a property for the version in my parent and child poms as they should all be

Re: Linkcheck plugin for M2

2007-10-05 Thread Tim Kettler
Hi, there is one in the plugin sandbox [1] but I don't know if it's in a usable state. -Tim [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-linkcheck-plugin/ Manos Batsis schrieb: ... or equivalent: is there anything like that available? Many thanks, Manos

Re: Linkcheck plugin for M2

2007-10-05 Thread Manos Batsis
Tim Kettler wrote: there is one in the plugin sandbox [1] but I don't know if it's in a usable state. -Tim [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-linkcheck-plugin/ Thanks Tim! Err, I tried to search for online resources on sandbox plugins but no dice

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Tim Kettler
Hi, Daniele De Francesco schrieb: Hi, here [1], is only available the pom file, not the jar file which maven is looking for It's not looking for the jar. Its building the pom hierarchy for: org.apache.servicemix.samples:basic:jar: look at the log output below, it clearly states:

Re: maven properties

2007-10-05 Thread Tim Kettler
Hi, Ashley Williams schrieb: Hi, Is it possible to specify pom properties in a properties file? I found a reference here: http://maven.apache.org/pom.html#Properties but this just refers to other ways of setting properties. I actually want to use a property for the version in my parent and

Re: [ANN] maven-jstools-plugin 0.2: JS packaging/dependency tools

2007-10-05 Thread Manos Batsis
Note: The artifactId in the installation instructions [1] was wrong (it now follows the conventions: maven-jstools-plugin). Just updated the site :-) [1] http://www.dev.abiss.gr/mvn-jstools/ Manos Batsis wrote: The Maven JS Tools Plugin provides a Maven2 interface to a set of JavaScript

RE: maven properties

2007-10-05 Thread Artamonov, Juri
I tried to use properties for parent version as well, but for some reasons maven keeps pom.xml file on repository (after deploy artifact for example) with properties name instead of actual version taken from properties. Perhaps it's ok but this is not working for components that are trying to use

Re: checkstyle plugins: maven and eclipse

2007-10-05 Thread Greg_Vaughn
For the .checkstyle file, I just configured the eclipse prefs UI to point to a http url. It was pretty straightforward IIRC. Just poke through the checkstyle plugin UI. I think I did it in the project specific settings (project properties?). That's what creates the .checkstyle file. Otherwise

Store external files

2007-10-05 Thread Mark Russell
I have a need to write files during a maven plugin run that will be read on the next run of maven. What is the best practice for the location of these kind of files? What is the best practice for the location of temporary files? -- Mark Russell Instantiations, Inc. 724-368-3331 (land line)

Re: Store external files

2007-10-05 Thread Wendy Smoak
On 10/5/07, Mark Russell [EMAIL PROTECTED] wrote: I have a need to write files during a maven plugin run that will be read on the next run of maven. What is the best practice for the location of these kind of files? What is the best practice for the location of temporary files? Take a look

Re: help on downloading through the proxy

2007-10-05 Thread Angel Sotirov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cbrown wrote: Actually, there are instances when mvn still goes directly to Central. E.g. below it loads junit out of the archiva repo, but pulls all the surefire components from http://repo1.maven.org/maven2, without even touching the archiva

release/buildnumber plugin

2007-10-05 Thread John Coleman
Hi, I just did a release:perform today and it failed. We have done a few before fine. The buildnumber plugin throws an error due to local modifications, however the local mods are in fact the pom.xml, it's tag version and the release backup file, all of which one would expect to be changed/new

Problem attaching assembly to multi-module pom project

2007-10-05 Thread Dave Feltenberger
All - I'm still experiencing the error described here: http://jira.codehaus.org/browse/MASSEMBLY-117 It says it was fixed in 2.2-beta-1, which I've verified is the only version in repository\org\apache\maven\plugins\maven-assembly-plugin (i.e. I'm using the plugin that was supposed to have fixed

Re: Problem with Maven in build of Continuum 1.1-beta-3

2007-10-05 Thread Paola26
Emamanuel, I verify my project and don't find trailing spaces... So, the problems are differents. Tkanks for you help. Emmanuel Venisse wrote: I don't know if it is related but, check if your project group name have a trailing space:

Re: Maven2 SNAPSHOT-artifacts in Continuum

2007-10-05 Thread Stuart James Penrose
noon wrote: I knew it... once I decided to post something, I come up with something :) I got it working by adding the -U argument to the Maven goal attributes (goals: mvn clean test arguments: --batch-mode --non-recursive -U). I haven't figured out why I need to add this -U argument? Is it

Re: Linkcheck plugin for M2

2007-10-05 Thread Dennis Lundberg
Manos Batsis wrote: Tim Kettler wrote: there is one in the plugin sandbox [1] but I don't know if it's in a usable state. -Tim [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-linkcheck-plugin/ Thanks Tim! Err, I tried to search for online resources on sandbox

{m2] Help getting filter with ant plugin

2007-10-05 Thread Mick Knutson
I am trying to add a filter to my ant task: tasks ant antfile=${projectRoot}/tools/build-tools/src/main/resources/bpel/common- build.xml inheritRefs=true

Re: Linkcheck plugin for M2

2007-10-05 Thread Manos Batsis
Dennis Lundberg wrote: Manos Batsis wrote: Tim Kettler wrote: there is one in the plugin sandbox [1] but I don't know if it's in a usable state. -Tim [1] https://svn.apache.org/repos/asf/maven/sandbox/trunk/plugins/maven-linkcheck-plugin/ Thanks Tim! Err, I tried to search for online

Re: The skin does not exist: Unable to determine the release version

2007-10-05 Thread Dennis Lundberg
Judging by the error message, you have not specified a version for the skin you are using. If you specify the version I think you will get around this problem. Here's how, just put this in your site.xml project ... skin groupIdorg.apache.maven.skins/groupId

Re: Problem with Maven in build of Continuum 1.1-beta-3

2007-10-05 Thread Iker Almandoz
Providing the log entry that shows the maven command executed can help narrow down the problem... When i had this problem, the maven command showed INFO | jvm 1| 2007/09/30 20:27:23 | 2007-09-30 20:27:23,621 [pool-1-thread-1] INFO ShellCommandHelper:default - Executing: /bin/bash -c

Re: {m2] Help getting filter with ant plugin

2007-10-05 Thread Tim Kettler
Hi, looking at the tasks documentation [1], it seems that the task just doen't support the nested filter/ element. -Tim [1] http://ant.apache.org/manual/CoreTasks/ant.html Mick Knutson schrieb: I am trying to add a filter to my ant task: tasks

Re: Problem attaching assembly to multi-module pom project

2007-10-05 Thread John Casey
Maven currently has a design flaw which prevents parent projects from creating assemblies that contain binary products from the child project builds, whenever those child projects specify the parent using the parent/ section of the POM. This is because of the project sorting algorithm used by

Re: {m2] Help getting filter with ant plugin

2007-10-05 Thread Mick Knutson
So, if I have a build.xml that: project name=bpel.deploy default=deploy basedir=. filter filtersfile=${project.root}/src/main/filters/filter.properties / import file=${project.root }/tools/build-tools/src/main/resources/bpel/common-build.xml/ . How do I accomplish this in my maven

How can I get the path for a root pom.xml's basedir in a multimodule project with pom inheritance

2007-10-05 Thread Matthew McCullough
Maven users, Is there a way to retrieve the super, or super-super pom.xml's ${basedir} such that it consistently returns the rootmost pom.xml's path? It appears that ${basedir} is always the leafmost pom's path when running a multimodule build. So, for example: 1) I have a pom.xml at the root

Maven Release -- Unable to enable editing on the POM - clearcase ucm

2007-10-05 Thread Hirn, Joseph
Hello. I'm having a problem with the release:prepare goal in Linux environment. It works fine in Windows. It is giving the following error: START CONSOLE OUTPUT [INFO] Checking out file: /view/jhirnYADA/cc/ETS_YADA/YADAYADA/pom.xml [INFO]

Re: How can I get the path for a root pom.xml's basedir in a multimodule project with pom inheritance

2007-10-05 Thread Matthew McCullough
Here's an additional thread on this exact same problem by someone else. Can't find a solution in the thread though: http://mail-archives.apache.org/mod_mbox/maven-continuum-users/200701.mbox/[EMAIL PROTECTED] Matthew McCullough wrote: Maven users, Is there a way to retrieve the super,

Re: The skin does not exist: Unable to determine the release version

2007-10-05 Thread Matthew McCullough
Believe it or not, I trolled some forums and found a solution that works for me. I have to create a dummy site.xml in the src/main/site directory that defines the skin version. Amazing. In my case, it is triggered by moving the site plugin to an internal repository. When I use the external

Re: {m2] Help getting filter with ant plugin

2007-10-05 Thread Dennis Lundberg
The filter ant task [1] is a task on its own. So it should be on the same level as your ant task. filter filtersfile=${project.root}/src/main/filters/filter.properties/ ant antfile=${projectRoot}/tools/build-tools/src/main/resources/bpel/common-build.xml inheritRefs=true property

Re: {m2] Help getting filter with ant plugin

2007-10-05 Thread Mick Knutson
Thanks. On 10/5/07, Dennis Lundberg [EMAIL PROTECTED] wrote: The filter ant task [1] is a task on its own. So it should be on the same level as your ant task. filter filtersfile=${project.root}/src/main/filters/filter.properties/ ant

Are group/artifact IDs case sensitive to maven?

2007-10-05 Thread Yan Huang
Hello, Are group/artifact IDs case sensitive to maven? I did a small experiment by compiling offline after manipulating group ID and it seems that maven does care about that ... Please confirm. Thanks Yan

Re: How to get path relatively to the parent project pom

2007-10-05 Thread Matthew McCullough
Even properties are apparently reevaluated at each submodule pom.xml's usage, thus, yielding the same result as at the beginning of this thread. Nice thought for a workaround though. I tried it too. Just too bad it doesn't work. Giorgio Gallo-3 wrote: Just guessing... What if you

Re: [ANN] maven-jstools-plugin 0.2: JS packaging/dependency tools

2007-10-05 Thread Dan Tran
to get a wider audience, it is best that you file a JIRA to MAVENUPLOAD to get it to maven central. -D On 10/5/07, Manos Batsis [EMAIL PROTECTED] wrote: Note: The artifactId in the installation instructions [1] was wrong (it now follows the conventions: maven-jstools-plugin). Just updated the