Re: classpath clarification

2007-05-15 Thread Marcel Schutte
Hi Monty, You shouldn't use ClassLoader.getSystemClassLoader() to lookup your class. Maven uses a hierarchy of classloaders and by specifying that you want the systemclassloader, you bypass this completely. Instead, try with 'Class.forName("com.temboo.arcturus.test.choreo.ExpressionChoreoBasics

Re: Eclipse RCP/PDE building and Maven

2007-05-15 Thread Damien Lecan
2007/5/14, Carlos Sanchez <[EMAIL PROTECTED]>: Target platform provisioning via file system For what i see in the update site it adds all the contents of the repo in the runtime. We'd need to point to a pom, get the dependencies and add only those to the runtime I guess. I have some code already

SV: Problems finding custom archetype...

2007-05-15 Thread Arne Styve
Hi again Wendy, You made my day ;-) I had version 1.0-alpha-3. Upgraded to 1.0-alpha-4, and it worked. Thank you very much!! Regards Arne Fra: Wendy Smoak [mailto:[EMAIL PROTECTED] Sendt: må 14.05.2007 18:08 Til: Maven Users List Emne: Re: Problems find

Metamorphosis

2007-05-15 Thread andreas.ebbert-karroum
Hi, at the JavaOne Session last week, Jason talked about a tool called "Metamorphosis" that could help when you migrate from a ant based build system to maven. Where is it? I feel stupid, but I cannot find it. Thanks for helping out! Andreas Ebbert-Karroum Senior Software Design Engin

Re: Metamorphosis

2007-05-15 Thread Milos Kleint
afaik it's not Open source. (yet?) Milos On 5/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, at the JavaOne Session last week, Jason talked about a tool called "Metamorphosis" that could help when you migrate from a ant based build system to maven. Where is it? I feel stupid, but I

an oveview of all the installed plugins and goals

2007-05-15 Thread Gert-Jan Braas
Hi, is there a maven command which lists all the installed plugins and/or gorals? Regards, Gert-Jan Braas = Het kan zijn dat ik "Office" documenten verstuur. Als dit in Open-Document-Formaat is, haal dan hier: http://nl.openoffice.org/ een kopie op van O

Problem with running mvn site command

2007-05-15 Thread R, Suchitra \(GE Infra, Aviation, Non-GE\)
I got the following error while executing the mvn site command ... [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure Failure executing javac, but could not parse the error: The system is out of resources.

Re: Problem with running mvn site command

2007-05-15 Thread Gert-Jan Braas
try setting the maximu heap size. -Xmxset maximum Java heap size I think you can do that in the mvn file (linux: which mvn) > I got the following error while executing the mvn site command > > ... > [ERROR] BUILD FAILURE > [INFO] > --

Re: Metamorphosis

2007-05-15 Thread Brett Porter
On 15/05/07, Milos Kleint <[EMAIL PROTECTED]> wrote: afaik it's not Open source. (yet?) It was: http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/maven-metamorphosis/?pathrev=526589 but was deleted: http://svn.apache.org/viewvc?view=rev&revision=526590 - Brett -

RE: Metamorphosis

2007-05-15 Thread andreas.ebbert-karroum
Where can I get more information on it? Or where can it be bought, if it's not freely available. Andreas >-Original Message- >From: ext Milos Kleint [mailto:[EMAIL PROTECTED] >Sent: 15 May, 2007 12:13 >To: Maven Users List >Subject: Re: Metamorphosis > >afaik it's not Open source. (yet

Re: Resources are not filtered

2007-05-15 Thread Daniel del Castillo
Yeap, thank you -- -DdC On 5/14/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 5/14/07, Daniel del Castillo <[EMAIL PROTECTED]> wrote: > Hello again, > > When I build my project the resources files stay the same, no > filtering is performed. My pom file is as follow: ... > > >

RE: Custom Notifier

2007-05-15 Thread Kolodziej, Maciej
Emmanuel, I'm also creating a custom notifier for my project. I created a test version by copying the original mail notifier to a different package, created my own jar file and put it into apps/continuum/lib. I also copied the proper fragment of application.xml, changing only the roleHint and c

Re: Custom Notifier

2007-05-15 Thread Emmanuel Venisse
Tis exception says that you try to acces to a non populated field in a partial BuildResult object. You can get the full object with that: continuum.getBuildResult( partialBuildResult.getId() ) Emmanuel Kolodziej, Maciej a écrit : Emmanuel, I'm also creating a custom notifier for my project.

How to handle inter-project dependencies

2007-05-15 Thread Petter Måhlén
Hi, We have a setup that works well during development but doesn't agree with Continuum's philosophy of how to handle things - or so it seems to me. I think there is a point in doing it another way than we are, but I am not sure how. Hopefully, somebody here can enlighten me. :) We have three pro

RE: Parent POM and basedir

2007-05-15 Thread Chris Helck
Can you explain what you mean? I've already set things up with the extension but I'd rather change it now if that is the right thing to do. How can I make my rules file be a dependency of the PMD plugin? Do I have to recreate my own version of the plugin? Regards, Christopher Helck -Origi

Re: an oveview of all the installed plugins and goals

2007-05-15 Thread Wendy Smoak
On 5/15/07, Gert-Jan Braas <[EMAIL PROTECTED]> wrote: is there a maven command which lists all the installed plugins and/or gorals? The closest thing I know of is the help plugin. For example, 'mvn help:describe -Dplugin=site' will give information about the site plugin. Right now it doesn't

Re: Parent POM and basedir

2007-05-15 Thread Wendy Smoak
On 5/15/07, Chris Helck <[EMAIL PROTECTED]> wrote: Can you explain what you mean? I've already set things up with the extension but I'd rather change it now if that is the right thing to do. How can I make my rules file be a dependency of the PMD plugin? Do I have to recreate my own version of

RE: an oveview of all the installed plugins and goals

2007-05-15 Thread Jörg Schaible
Wendy Smoak wrote on Tuesday, May 15, 2007 4:04 PM: > On 5/15/07, Gert-Jan Braas <[EMAIL PROTECTED]> wrote: > >> is there a maven command which lists all the installed plugins >> and/or gorals? > > The closest thing I know of is the help plugin. For example, 'mvn > help:describe -Dplugin=site'

Error executing plugin only from reactor build not the declaring project

2007-05-15 Thread gc134728
Hey Maven Users, So I created a pom with a plugin configuration added to it. And It builds no proplem. So far so good and know I want to add this project to a modular build. Which means i add a reference to this pom in the parent pom (using the module declaration) and add a parent tag in the

Dependencies

2007-05-15 Thread Daniel del Castillo
Sorry for all this noob question, but I'm new to Maven. I'm using Apache JCS in a project and I'm still having exceptions during the test phase. The problem is that JCS cannot be initialized and is throwing an exception. Is there a way to show the expecific error and no the NoClassFoundError? How

[m2.0.6] seems like a classloader issue...

2007-05-15 Thread Adrian Herscu
Hi all, In a multi-project P, child #1 (cP1) runs before child #2 (cP2). In cP1 the build uses the maven-antrun-plugin:1.1 and in cP2 the build uses maven-antrun-plugin:1.1-INTERNAL (which patches version of 1.1 in order to use ant-1.7.0 instead of ant-1.6.5). When running mvn install on P,

Re: [m2.0.6] seems like a classloader issue...

2007-05-15 Thread Wayne Fay
Try locking the version in both projects using [1.1] etc. Otherwise Maven might decide to use one version (or the other) for both builds, despite the different declarations. Wayne On 5/15/07, Adrian Herscu <[EMAIL PROTECTED]> wrote: Hi all, In a multi-project P, child #1 (cP1) runs before chil

Re: classpath clarification

2007-05-15 Thread Monty Zukowski
Thanks. Using either of your suggestions leads to this stacktrace: java.lang.ClassNotFoundException: com.temboo.arcturus.test.choreo.ExpressionChoreoBasicsTest at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method)

maven plugin to download (and unzip) a JAR ?

2007-05-15 Thread nicolas de loof
Hello I'm looking for a maven plugin to download a Jar that IS NOT is maven repo. The target Jar is the Dojo modified Rhino.jar. As it is in Dojo subversion, it is available but subject to changes, so I'd like to get the latest during my build. The maven-remote-resource-plugin only support maven-

A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
Hello: I´m just begining using maven and have a little question about it´s features. Let´s suppose I have a developers team working simultaneously in the same project, I want maven to automate the following process: 1º Compile using the pom´s declared dependencies

Re: maven plugin to download (and unzip) a JAR ?

2007-05-15 Thread Stephane Nicoll
What about an ant task (wget + unzip). Stéphane On 5/15/07, nicolas de loof <[EMAIL PROTECTED]> wrote: Hello I'm looking for a maven plugin to download a Jar that IS NOT is maven repo. The target Jar is the Dojo modified Rhino.jar. As it is in Dojo subversion, it is available but subject to ch

Re: [m2.0.6] seems like a classloader issue...

2007-05-15 Thread Max Bowsher
Adrian Herscu wrote: > Hi all, > > In a multi-project P, child #1 (cP1) runs before child #2 (cP2). > > In cP1 the build uses the maven-antrun-plugin:1.1 and in cP2 the build > uses maven-antrun-plugin:1.1-INTERNAL (which patches version of 1.1 in > order to use ant-1.7.0 instead of ant-1.6.5). >

RE: Problem with running mvn site command

2007-05-15 Thread Jaish.Singh
You can also set MAVEN_OPTS variable to define more heap size. -Original Message- From: Gert-Jan Braas [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 4:26 AM To: Maven Users List Subject: Re: Problem with running mvn site command try setting the maximu heap size. -Xmxset

Re: A beginner´s question

2007-05-15 Thread Wayne Fay
You are probably looking for Maven in combination with a Continuous Integration server. There's a nice list here [1] but its missing a few newer packages like Hudson [2] and Bamboo [3]. [1] http://docs.codehaus.org/display/DAMAGECONTROL/Continuous+Integration+Server+Feature+Matrix [2] http://h

Re: Error on changelog and subversion

2007-05-15 Thread Todd Nine
Thanks, that was the problem. It appears that maven doesn't understand my subversion layout. I thought I had it correct, but apparently not. I'm using maven 2.0.6, any help would be greatly appreciated. Parent Pom: scm:svn:http://sourceforge.purdueefcu.com/svn/repos/statements/ This location

Error with Weblogic deploy plug in for 9.2

2007-05-15 Thread Jaish.Singh
Hello, I want to use weblogic 9.2 plug in for deploying the application. I am getting following error while trying to use it. I don't why it is not able to download the plug even tough I added the required repository also [INFO] Scanning for projects... [INFO] Searching repository for plugin with

RE: A beginner´s question

2007-05-15 Thread Siegmann Daniel, NY
<<1º Compile using the pom´s declared dependencies>> Basic Maven2 functionality. Use the "compile" phase. This will download dependencies from the remote repository into your local repository, and execute the goal "compile:compile" [1] <<2º Execute some functional test>> Maven2 can execute JUn

RE: A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
Hello Wayne: Thanks for the answer, yes, i´m thinking in Continuum, but as long as I know it executes maven goals, so the hard work still remains in maven. Best Regards -Mensaje original- De: Wayne Fay [mailto:[EMAIL PROTECTED] Enviado el: martes, 15 de mayo de 2007 18:39 Para: Maven U

RE: A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
Hello Daniel: Thanks for the answer. So you think the best way is to let developers commit manually and use the integration Server to make the builds once the SCM repository has change and inform in case of error? I´ve think in that too, but I would like to consider all available options befor

Creating a Repository in weblogic server

2007-05-15 Thread Jaish.Singh
Hello, I want to create my own repository in my weblogic server like http://localhost:7001/maven/repository Can some one suggest how to get this?Do I need to define a web application to get this done Regards Jaish - To unsubscr

Re: Creating a Repository in weblogic server

2007-05-15 Thread Ravi Luthra
Here is a web application we use as our companies internal repository. It doubles as an open source cache too: http://proximity.abstracthorizon.org/ On 5/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, I want to create my own repository in my weblogic server like http://localhost:70

Property substitution in APT for log4j migration

2007-05-15 Thread Curt Arnold
I've been migrating log4j over to Maven and I've run into a few little issues that I haven't been able to work through. I would appreciate any advice for more experienced Maven hands. The first issue involves property substitution in APT. The maven- site download.apt (https://svn.apache.or

Re: maven plugin to download (and unzip) a JAR ?

2007-05-15 Thread nicolas de loof
Thats the solution I'm currently trying thanks. 2007/5/15, Stephane Nicoll <[EMAIL PROTECTED]>: What about an ant task (wget + unzip). Stéphane On 5/15/07, nicolas de loof <[EMAIL PROTECTED]> wrote: > Hello > > I'm looking for a maven plugin to download a Jar that IS NOT is maven repo. > The

setting Maven on Linux

2007-05-15 Thread Bob Aiello
I am working on setting up maven on a Linux server behind a corporate firewall and I am trying to understand how maven works. I think that I need to have maven listening on port and httpd listening on 8080. I see that when I execute the maven-proxy.sh in the maven2/bin directory the po

RE: setting Maven on Linux

2007-05-15 Thread Jaish.Singh
You have to define the proxy in setting.xml in proxy section. Thanks Jaish -Original Message- From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 11:37 AM To: Maven Users List Subject: setting Maven on Linux I am working on setting up maven on a Linux server behind a

RE: setting Maven on Linux

2007-05-15 Thread Bob Aiello
Is this what you mean? central-mirror central http://myserver02.bob.com:/repository snapshot-mirror snapshot http://myserver02.bob.com:/repository -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:

Re: setting Maven on Linux

2007-05-15 Thread Antonio Petrelli
2007/5/15, Bob Aiello <[EMAIL PROTECTED]>: Is this what you mean? No, this: true http your.proxy.host 8080 localhost|127.0.0.1 Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

tomcat/apache setup...

2007-05-15 Thread Bob Aiello
Hmmm looking at some of the other postings here I realize that I did not setup tomcat/apache. (I was thinking that the maven server might have some httpd bundled.) in terms of tomcat/apache what do I need to setup? (I have been going through every piece of maven setup documentation that I could

RE: setting Maven on Linux

2007-05-15 Thread Bob Aiello
What is listening on 8080? Is this tomcat or something maven puts out there? If it is tomcat - is there a specific way to configure it? -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:52 PM To: Maven Users List Subject: Re: setting Maven o

RE: setting Maven on Linux

2007-05-15 Thread Jaish.Singh
This the proxy setting port of your company. Generally all the places it use to be 80. -Original Message- From: Bob Aiello [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 12:03 PM To: Maven Users List Subject: RE: setting Maven on Linux What is listening on 8080? Is this tomcat or

Re: [m2.0.6] seems like a classloader issue...

2007-05-15 Thread Adrian Herscu
Very sad... Plexus... Forehead... Bunches of classloaders... and still it cannot use different versions of plugins... Max Bowsher wrote: Adrian Herscu wrote: Hi all, In a multi-project P, child #1 (cP1) runs before child #2 (cP2). In cP1 the build uses the maven-antrun-plugin:1.1 and in cP2

RE: A beginner´s question

2007-05-15 Thread Siegmann Daniel, NY
<> I expect that your developers will sometimes wish to run the unit tests without committing the changes. Therefore having the commit be automatic is undesirable. Heck, I have occasionally deployed a snapshot from my machine before committing changes. If you want to commit after running tests

again about "blame"

2007-05-15 Thread Ionut S
Hi, Is the Blame mechanism in continuum configurable ? If so, is there a tutorial somewhere on how to configure it ? Thank you, Ionut - Got a little couch potato? Check out fun summer activities for kids.

Re: A beginner´s question

2007-05-15 Thread Ravi Luthra
It isn't always a bad thing to just check in changes no matter what. I mean you still benefit from Maven's versioning so if you find yourself barking up the wrong tree with a bunch of bad commits, your users will still be happy using the stable or earlier versions of your code. The nice thing abou

Re: [m2.0.6] seems like a classloader issue...

2007-05-15 Thread Wayne Fay
Feel free to file a bug/RFE for 2.0.x or add it to the 2.1.x "requested features" list in the Wiki. I agree that this should work, generally. Wayne On 5/15/07, Adrian Herscu <[EMAIL PROTECTED]> wrote: Very sad... Plexus... Forehead... Bunches of classloaders... and still it cannot use different

Re: using blame

2007-05-15 Thread Wendy Smoak
On 5/12/07, Ionut S <[EMAIL PROTECTED]> wrote: How can we use the blame mechanism ? We already have emails coming when the build fails, but the only thing they say is the build failed, nothing more. I searched the continuum site and I couldn't find anything clear, this is why I'm writing you

Re: Creating a Repository in weblogic server

2007-05-15 Thread Scott Ryan
You can create a lightweight web application with just a web.xml and weblogic.xml. In the weblogic.xml you can specify the context root your wish to use and the location on the filesystem relative to the server that you wish to store the repository files. Scott Ryan [EMAIL PROTECTED] On 5/15/0

[m2.0.6] Customising the site footer

2007-05-15 Thread Antoine Contal
Hi all, I am looking for a simple way to slightly customize the footer generated by 'mvn site'. In Maven 1.x, there used to be a tag, but it seems m2 does not understand it anymore. <-- My site.xml --> ... ... http://jigsaw.w3.org/css-validator/images/vcss";

maven-dependency-plugin: copy goal with overwrite=false doesn't copy

2007-05-15 Thread Kevin Stembridge
Hi folks, There seems to be a problem with the maven-dependency-plugin copy goal when overwrite is set to false. It says that the dependency already exists and doesn't copy it in. This pom is from a bare-bones project that shows my problem. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http:/

RE: A beginner´s question

2007-05-15 Thread Siegmann Daniel, NY
If I am understanding your point correctly, it is ok if the build is broken because you will not be able to deploy artifacts until it is fixed? What about the other developers, who may pull code from the repository and then be inconvenienced because the code does not compile or pass tests? ALWA

RE: maven-dependency-plugin: copy goal with overwrite=false doesn'tcopy

2007-05-15 Thread Brian E. Fox
You are correct. This is fixed in alpha-5 (currently snapshot) http://jira.codehaus.org/browse/MDEP-80 -Original Message- From: Kevin Stembridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:12 PM To: users@maven.apache.org Subject: maven-dependency-plugin: copy goal with overwr

Novice User Question

2007-05-15 Thread Averill Cate Jr
Hi, I am relatively new to Maven and hope to try and use it for a project. I am using another vendors jar files (many) for my web-app project. I would like to add all of this vendor's jar files to my local repository. I am not sure how to do this. Can someone help? Thanks in advance. a

RE: Novice User Question

2007-05-15 Thread Jaish.Singh
Use maven install:install command -Original Message- From: Averill Cate Jr [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 5:07 PM To: users@maven.apache.org Subject: Novice User Question Hi, I am relatively new to Maven and hope to try and use it for a project. I am using anoth

Re: Novice User Question

2007-05-15 Thread Averill Cate Jr
Thanks. I tried that, but all it does is keep overwriting the jar file in the repository. It doesn't append each jar that I need. Is there a setting or command line arg that I should be using? Thanks again. acatejr [EMAIL PROTECTED] wrote: Use maven install:install command -Original

SWF within Maven documentation

2007-05-15 Thread Steve Motola
I am sure this question has been asked before but there is no convenient way to search the archives. How does one embed a SWF (Flash) file within the documentation? Do the velocity templates just have to be edited to put in a new tag to produce something like the following? [:somefilena

Re: Novice User Question

2007-05-15 Thread Wayne Fay
Copy and paste the command(s) you are using, and what the outcome is of each execution. You're probably just using the mvn install command incorrectly. Wayne On 5/15/07, Averill Cate Jr <[EMAIL PROTECTED]> wrote: Thanks. I tried that, but all it does is keep overwriting the jar file in the rep

Re: SWF within Maven documentation

2007-05-15 Thread Wendy Smoak
On 5/15/07, Steve Motola <[EMAIL PROTECTED]> wrote: I am sure this question has been asked before but there is no convenient way to search the archives. We recommend Nabble: http://www.nabble.com/Maven---Users-f178.html How does one embed a SWF (Flash) file within the documentation? Do the

RE: Error with Weblogic deploy plug in for 9.2

2007-05-15 Thread Murugan, Vellaichamy
Are you behind proxy? I have used the same plugin it is downloading perfectly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 10:22 PM To: users@maven.apache.org Subject: Error with Weblogic deploy plug in for 9.2 Hello, I want to use we

Re: How to create 3 different jars from a single mvn package command?

2007-05-15 Thread suchitra
Thanks a lot. The assembly plugin really helped me in creating the different jars. Suchitra -- View this message in context: http://www.nabble.com/How-to-create-3-different-jars-from-a-single-mvn-package-command--tf3721182s177.html#a10635953 Sent from the Maven - Users mailing list archive at

RE: Problem with running mvn site command

2007-05-15 Thread suchitra
Setting MAVEN_OPTS=-Xmx512m as the environment variable solved my problem. Suchitra -- View this message in context: http://www.nabble.com/Problem-with-running-mvn-site-command-tf3757770s177.html#a10635957 Sent from the Maven - Users mailing list archive at Nabble.com. --

RE: A beginner´s question

2007-05-15 Thread Raúl Arabaolaza Barquín
Hello: The build cicle we are thinking in requieres developers to do unit test in their machines, update from SVN and test again, they should commit only after that, this way we expect some builds to fail because of integration issues more than other thing. Ravi some of our team are new to Extr