Re: How to change dependencies at run time?

2006-08-23 Thread Olli Aalto
Valerio Schiavoni wrote: i'm not sure if using profiles it is also possiible to define dependencies..maybe that could be a way to go. Profiles? Hmm... I've never heard of those. I'll check them out. Thanks. Olli - To unsub

jar file not included in application.xml in maven ear plugin

2006-08-23 Thread manoj kaushik
hello everyone when i sets the poperty to autogenerate application.xml it does not include a jar file however there is no such problem with war file and if i provide it the jar file manually it makes an extra folder during deployment on to server. plz reply soon if have the slution to this problem

RE: maven2 / hibernate3- schema-export

2006-08-23 Thread Lakshman Srilakshmanan
Hi Marco, It appears that the hibernate.cfg.xml is required only when generating schema (ie hibernate3:export-schema). It does not appear to need hibernate.properties. But I do remember some tools & third party applications needing the hibernate.properties. What command are you running to

RE: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Sharma, Jaikumar
Thanks Stephane. I am not able to locate this plugin version in M2 repo. Regards -Original Message- From: Stéphane Bouchet [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 1:50 PM To: Maven Users List Subject: Re: Is it possible to build Eclipse 3.1 plugins using M2 ? There is

RE: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Sharma, Jaikumar
Thanks Valerio, I found the thread, but version of the plugin mentioned in thread is "2.3-SNAPSHOT", while M2 repo does not have this version available for download. Thread : http://www.mail-archive.com/users@maven.apache.org/msg48132.html M2 repo : http://www.ibiblio.org/maven2/org/apache/maven/

[m2.0.4] release:prepare - fails on poms that just assemble because needs install for missing dependencies (only runs clean, integration-test)

2006-08-23 Thread Barrie Treloar
I'm trying to use release:prepare and I get to our last module which is just one that assembles all the binary assemblies of the previous modules into an uber-archive. The release:prepare fails because if can not locate the binary dependencies: my.group:myartifact:zip:bin:0.2 which is obvious si

Re: changing remote repository

2006-08-23 Thread Allan Ramirez
Please refer to this link http://maven.apache.org/guides/introduction/introduction-to-repositories.html allan john_sh wrote: hello when i type the command "mvn clean install" to compile some exo modules, i recieve this error message : F:\java\projects\v2.x\exo-sso>mvn clean install [INFO] Sc

Re: How to make maven quiet

2006-08-23 Thread Wendy Smoak
On 8/23/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: That would alleviate about 20% of the output from maven - what about all the nonsense spit out during compile/package? I believe there is a new '-q' option, but it's not in a released version yet. -- Wendy --

Re: whats going wrong with my build?

2006-08-23 Thread Barrie Treloar
On 6/14/06, teknokrat <[EMAIL PROTECTED]> wrote: I have a multiproject that builds an ear file out of a war and a sar. It is virtually identical to the j2ee project in the book. I have gone into each directory and called mvn install. This has worked in the sar and web directories. I checked my lo

Re: installing sources to local repository by means of install plugin

2006-08-23 Thread Allan Ramirez
Hi Simon, classifier is also supported for the install:install-file goal, so it should do the same with the deploy:deploy-file goal. allan Gunzenreiner Simon wrote: Hi all I am missing documentation about how to install sources packed by the source plugin into the local repository. I want

RE: How to make maven quiet

2006-08-23 Thread EJ Ciramella
That would alleviate about 20% of the output from maven - what about all the nonsense spit out during compile/package? -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 8:44 PM To: Maven Users List Subject: Re: How to make maven quiet Hi E

RE: maven2 / hibernate3- schema-export

2006-08-23 Thread Lakshman Srilakshmanan
Hi Marco, Your hbm.xml file must be located in src/main/resources When you run mvn clean resources:resources hibernate3:hbm2java the hbm.xml files are copied into target/classes and then the java source files are generated. Alternatively you could generate the hbm.xml file directly into target

RE: Better to use variables or hard-coded paths?

2006-08-23 Thread Scott Ryan
We actually use the same application context but use the test resources construct to pull it out of the main build path for use during testing. You just need to include the xml files from the main tree in your resources during testing and it works very nice. We use a different hibernate config

Re: How to make maven quiet

2006-08-23 Thread Allan Ramirez
Hi EJ, Have you tried using "maven.test.redirectTestOutputToFile" parameter to mvn test? EJ Ciramella wrote: We're getting TONS of output when we run things like mvn compile or mvn test - some of is is our test classes but in the case of the compile, it's all maven output. How do we turn th

Re: Assembly plugin issues

2006-08-23 Thread Barrie Treloar
On 8/22/06, Owen Jacobson <[EMAIL PROTECTED]> wrote: > However I have one last thing to try: > I notice that you have two moduleSet declarations. > Can you not collapse them into one? which contains both the source and > the binary sections? > > I suspect that might be the problem. Just for grin

jetty6 plugin and IntelliJ IDEA

2006-08-23 Thread Christofer Jennings
IDEA can't save files while I use jetty6:run. I've tried with and without scanIntervalSeconds set. When scanIntervalSeconds is set. I can save files a little while (less than a minute) before I have trouble. But eventually IDEA says it can't save a file. It seems like it works until I view one of

Re: Re: [m204] Help getting Maven to run with JDeveloper 10.x please...???

2006-08-23 Thread Brett Porter
This was donated with the intention of bringing it to Maven. If you both are interested, we're looking for people who can contribute to it. - Brett On 24/08/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: There is a Maven plugin available in the myfaces trinidad project. You have to build it y

Re: Assembly plugin issues

2006-08-23 Thread Barrie Treloar
On 8/23/06, Douglas Ferguson <[EMAIL PROTECTED]> wrote: I am not sure I follow, dependencySet is in the assembly.xml. Can you give an example tag you'd need to add the the xml below to get it to exclude 1 class file that is picked up from the dependencySet below? You don't use the dependencyS

[m2.04] HTTP protocol 403 error

2006-08-23 Thread Dave Hoffer
We recently switched from using ftp wagon protocol to download dependent artifacts from our private repo to using HTTP with Apache2. We are getting a 403 error when we download these artifacts but do not see any reason for this error. For example, the file is accessible with browsers. What may b

Running offline

2006-08-23 Thread Vinicius Carvalho
Hello there! Why some of my poms always try to be downloaded again from their repositores everytime I call an maven goal? (Eg. spring.pom, tapestry.pom, and even some jee jars I installed like: mail and activation)? Here's an output of a mvn in my project: --- Downloading: http://howardlewisshi

authorization error deploying to tomcat

2006-08-23 Thread Satish
Scenario: trying to deploy app to tomcat using org.codehaus.mojo plugin Error: getting authorization error, how do pass/specify the tomcat manger username/pwd [INFO] [tomcat:deploy] [INFO] Deploying war to http://localhost:8080/webtop-1.0-SNAPSHOT [INFO] ---

RE: Cargo & Tomcat

2006-08-23 Thread Vincent Massol
Hi Doug, > -Original Message- > From: Douglas Ferguson [mailto:[EMAIL PROTECTED] > Sent: mercredi 23 août 2006 22:44 > To: users > Subject: Cargo & Tomcat > > Anybody using cargo with tomcat? > > > > I’m curious about how you deal with quick dev cycle changes where you > might want to

[m2.04] deploy goal is causing MalformedPatternException

2006-08-23 Thread Dave Hoffer
I get the following error when I try to deploy a project configured to use ftp for distributionManagement (I am using ftp wagon 1.0-alpha-6); what could be causing this? (I am using http for repositories.) [INFO] Building X-Rite XDSIII Instrument Drivers [INFO]task-segment: [deploy] [INFO] -

Re: goal not found error

2006-08-23 Thread Stephen Duncan
These questios probably better belong on the eXo mailing list. Manually downloading the jar & placing it in your repository will not work as far as I know. You should be able to set up http://maven.objectweb.org/maven2 as a pluginRepository, and have it download the plugin from there, but I've h

RE: Cargo & Tomcat

2006-08-23 Thread Heck, Joe
http://cargo.codehaus.org/ specifically I'd recommend taking a once over http://cargo.codehaus.org/Quick+start -joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Ferguson Sent: Wednesday, August 23, 2006 2:18 PM To: users Subject: RE: Cargo & T

Re: Pagkaging in a faster way

2006-08-23 Thread Raphaël Piéroni
So you can try to call the specific goal of packaging jar:jar for a jar packaging. war:war for war packaging (IIRC) Raphaël 2006/8/23, Vinicius Carvalho <[EMAIL PROTECTED]>: I know it sounds silly, but I'm using maven ide that already compiles everything I need :) so when packaging all I need

Re: [m204] Help getting Maven to run with JDeveloper 10.x please...???

2006-08-23 Thread Alexandre Poitras
There is a Maven plugin available in the myfaces trinidad project. You have to build it yourself but work great. On 8/22/06, Mick Knutson <[EMAIL PROTECTED]> wrote: I am trying to add my maven application to JDeveloper workspace. Can anyone help me? When I import the ear file into JDeveloper, it

Re: goal not found error

2006-08-23 Thread Doug Douglass
Well, I know nothing of exo, so I can't help you with those specifics. I can say that originally you were trying to execute the "bp" goal of the maven-exo-plugin, yet the error message you mention above "required goal not found: org.apache.maven.plugins:maven-exo-plugin:1.0:exo" indicates you tri

RE: Cargo & Tomcat

2006-08-23 Thread Douglas Ferguson
Where can I find the cargo docs? Also, do you ever do any "file deploys". I.E. After updating just 1 jsp... -Original Message- From: Heck, Joe [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 4:11 PM To: Maven Users List Subject: RE: Cargo & Tomcat We've been using Cargo to de

RE: Cargo & Tomcat

2006-08-23 Thread Heck, Joe
We've been using Cargo to deploy out WARs to instances of tomcat on local dev boxes beautifully. The relevant stanza we're using: org.codehaus.cargo cargo-maven2-plugin tomcat5x c:/apps/stock-tomcat-5.0.28 c:/apps/stock-tomcat-5.0.28 Although the

RE: Cargo & Tomcat

2006-08-23 Thread Douglas Ferguson
I just located tomcat-maven-plugin at codehaus and cargo doesn’t seem to be listed. Is tomcat-maven-plugin the cargo replacement? Also, in the maven book, I read about a continuous deploy for jetty. Is there anything like that available for tomcat? -Original Message- From: Douglas Fergu

Cargo & Tomcat

2006-08-23 Thread Douglas Ferguson
Anybody using cargo with tomcat? I’m curious about how you deal with quick dev cycle changes where you might want to push 1 file but don’t want to do an entire build to do so. D-

RE: [m2] howto run the maven compiler two times ?

2006-08-23 Thread Ruel Loehr
Neat. I didn't know this would work. I think it is the lesser of the two evils. Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Tuesday, Aug

ant based plugin

2006-08-23 Thread Dave Sowerby
Hi All, I have been using an antrun execution to generate some code whilst prototyping a maven build system. I want to make a generic ant plugin to do this but had some issues in doing so. First of, I couldn't see how to use the paths as allowed in antrun - such as maven.compile.classpath, I ev

Re: Pagkaging in a faster way

2006-08-23 Thread Vinicius Carvalho
I know it sounds silly, but I'm using maven ide that already compiles everything I need :) so when packaging all I need is to pack everything :) Regards On 8/23/06, Andrew Kreps <[EMAIL PROTECTED]> wrote: That would be very useful in the case that you're either making changes to the packaging w

testing and working folder

2006-08-23 Thread Brian E. Fox
We are running into some issues with unit tests finding the correct working folder. The root of the problem seems to be that maven uses the root path of where ever it is launched from. This means that a test coded to create a file in ./target will sometimes drop that file in the parent's target

Re: Override dependency own dependency

2006-08-23 Thread Yann Le Du
Hi Sébastien, If you add directly dependency2 into your project POM, it should override the transitive one. Does it help ? - Yann 2006/8/23, Sébastien Boutté <[EMAIL PROTECTED]>: Hi, I would like to know how i can override a specific dependency of one of my dependency : My project has

Re: out of memory error - deploying to tomcat

2006-08-23 Thread Andrew Kreps
It sounds like you may need to adjust your JVM settings to allow for additional heap space. I ran a quick 'tomcat jvm heap' google search, and came up with the following URL with instructions: http://www.jguru.com/faq/view.jsp?EID=568115 On 8/23/06, Satish <[EMAIL PROTECTED]> wrote: using m

Re: Pagkaging in a faster way

2006-08-23 Thread Andrew Kreps
That would be very useful in the case that you're either making changes to the packaging without changing code, or packaging static content, for example. Personally, I use the compile phase as a reason to grab another cup of tea. On 8/23/06, Matt Raible <[EMAIL PROTECTED]> wrote: You want to pa

Re: multiproject plugin

2006-08-23 Thread Lukas Theussl
You should use the multiproject:deploy goal for that. HTH, -Lukas neeraj daffodil wrote: hi all i am building multiproject through maven 1.0.2 with the help of maven:recator by defining the following in maven.xml it is working well but what happen that the all four goals are running

Re: Pagkaging in a faster way

2006-08-23 Thread Matt Raible
You want to package w/o compiling? That seems kinda silly doesn't it? To skip testing, use "mvn -Dmaven.test.skip=true". Matt On 8/23/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: Hello there! Is it possible to run mvn package and skip compile and test phases? When I need to pack new stuff

Pagkaging in a faster way

2006-08-23 Thread Vinicius Carvalho
Hello there! Is it possible to run mvn package and skip compile and test phases? When I need to pack new stuff that don't need to be tested/compiled, its taking too long. Best Regards - To unsubscribe, e-mail: [EMAIL PROTECTED]

out of memory error - deploying to tomcat

2006-08-23 Thread Satish
using maven 2.0 and trying to deploy war to tomcat. any configuration need to do for handling this error [INFO] [tomcat:deploy] [INFO] Deploying war to http://localhost:8080/webtop-1.0-SNAPSHOT [INFO] [ERROR] FATAL ERROR [INFO] -

RE: Jar With Dependencies

2006-08-23 Thread Douglas Ferguson
Ah.. that's nifty. However, this is not a console app. These are our java apis that we are sending the client. They need to add this jar to their classpath. Here's a simplified example what we have: Common.jar Persistence.jar WSA.jar Client.jar Where Client.jar is just a composite module with

RE: Building MyEclipse project with Maven2

2006-08-23 Thread Douglas Ferguson
Just curious what the plugin does to specifically deal with wtp? Also, what does update sources do? D- -Original Message- From: Denis Cabasson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 8:48 AM To: users@maven.apache.org Subject: Re: Building MyEclipse project with Maven

RE: Building ear, war without including resources (Maven 2.0)

2006-08-23 Thread Douglas Ferguson
Could you set the scope on the dependency to compile? D- -Original Message- From: Jim Stafford [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 12:11 PM To: Maven Users List Subject: Re: Building ear, war without including resources (Maven 2.0) This post shows a code-snippet o

Re: Building ear, war without including resources (Maven 2.0)

2006-08-23 Thread Jim Stafford
This post shows a code-snippet of how one might do it. I wish I knew of a better way to refer to a specific dependency jar file within Ant so that I didn't need the crude use of fileset. Of course, I also wish the assmebly plugin had direct support for this use case as well. http://www.nabble.

[OT][ANN] JAVAWUG BOF XXII / Sun London / 20 Sept 2006 @ 18:30 / featuring Jason van Zyl, Maven 2.0

2006-08-23 Thread Peter . Pilgrim
Hi I would like to formally announce that ``JAVAWUG'' (Java Web User Group) is holding the twenty second Birds-of-Feather XXII (Meet up number 22) at the Sun's London Office on Wednesday, 20th September 2006 from 18:30. For more information http://www.jroller.com/page/javawug?entry=announcemen

Re: Better to use variables or hard-coded paths?

2006-08-23 Thread Matt Raible
On 8/23/06, Daniel Serodio <[EMAIL PROTECTED]> wrote: Matt Raible wrote: > I'm customizing my pom.xml so XML files are available on my classpath > (at /WEB-INF/*.xml) when testing. My question is (hopefully) simple. > > Is it better to use: I think using "Hard-coded directories" is more "Maven-

Override dependency own dependency

2006-08-23 Thread Sébastien Boutté
Hi, I would like to know how i can override a specific dependency of one of my dependency : My project has a dependency on dependency1 which has a dependency on dependency2. I have made some improvements/bug fixes on dependy2’jar, how can I configure Maven 2 to use My own dependency2’jar

Re: Better to use variables or hard-coded paths?

2006-08-23 Thread Daniel Serodio
Matt Raible wrote: > I'm customizing my pom.xml so XML files are available on my classpath > (at /WEB-INF/*.xml) when testing. My question is (hopefully) simple. > > Is it better to use: I think using "Hard-coded directories" is more "Maven-like", while using variables is more "Ant-like". I'd sti

Re: exec plugin - how to define more than one?

2006-08-23 Thread iceman
Thanks for the tip. I still don't seem to get it, based on what you are saying my config should change to: > ... > >org.codehaus.mojo >exec-maven-plugin > > >client > > exec > > > foo >

How to stop a build in continuum

2006-08-23 Thread Badre AKARIDAN
Him I'm new user of continuum and I have a problem with one task. A build was launch automatically 23 days ago and he is again in progress. So I want to know, how can i stop it? I stop the continuum server and restart it but he's running again. Do you have any idea for to fix this problem Thank

Re: Building ear, war without including resources (Maven 2.0)

2006-08-23 Thread Alexandre Touret
Hello did you try to set the scope of the dependencies to "system" or "runtime" ? Regards, Alexandre daniele pirola wrote: Hi, I am novice in Maven. I try to investigate if my company projects could be migrated to Maven and I have a question. We have building many projects creating ear files or

Re: Building ear, war without including resources (Maven 2.0)

2006-08-23 Thread Marco Mistroni
Hi, have same situation in my company. the quick fix i did was to use the maven-antrun-plugin to copy the content of those 'resource's directories int he target\ directory of my project that was my quick fix, i m sure some maven guru on the list will have a better solution hth marco On 8/23/06

RE: hibernate3-maven-plugin:hbm2doc: IndexOutOfBoundsException

2006-08-23 Thread Johann Reyes
Hello Kaj This might be a problem with the dependencies. I'm updating the dependencies so I'll keep let you know once I have done this for you to try it again. Regards Johann reyes -Original Message- From: Kaj Hejer [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 8:15 AM To: u

Re: perforce client specs

2006-08-23 Thread Jesse McConnell
if there is it would definitately be in the maven-scm perforce provider...there are a number of little tweaks and whatnot in those providers. Mike Perham has been working on that lately I think, you might want to ping him directly on it or on the maven users list [EMAIL PROTECTED] is the address

Re: [ANN] Proximity RC4 rolled out!

2006-08-23 Thread Tamás Cservenák
Hi Henrique, Please, use the http://forum.abstracthorizon.org/index.php?c=9 forum for Proximity support, i do not want to misuse Maven Users list. I use it only to announce new releases. It seems to me that this has some connection with the following nlog4j issue found in this mail: http://www.m

Re: goal not found error

2006-08-23 Thread john_sh
You can use the fully-specified syntax for executing a goal, eg. "mvn :::" When using the short form of specifying a goal, maven, by default, only searches two groupIds: org.apache.maven.plugins and org.codehaus.mojo. Odds are the maven-evo-plugin is not in either of these groups and that's why

Re: [ANN] Proximity RC4 rolled out!

2006-08-23 Thread Henrique Prange
Tamás, I've found this error whenever I try to start Tomcat with the last release candidate: - Deploying web application archive proximity.war - Error deploying web application archive proximity.war java.lang.IncompatibleClassChangeError at org.apache.commons.logging.impl.SLF4JLog.isD

Adding information to plexus components.xml

2006-08-23 Thread Arnaud Bailly
Hello, Is it possible in a project usin plexus-maven-plugin for descriptor generation to add some informations to the descriptor in the configuration section of the lpugin ? thx -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com

Building ear, war without including resources (Maven 2.0)

2006-08-23 Thread daniele pirola
Hi, I am novice in Maven. I try to investigate if my company projects could be migrated to Maven and I have a question. We have building many projects creating ear files or war files without the corresponding resources, that is for example we deploy an application with an ear file and a separat

RE: Suggestions for running Maven on an airgapped network

2006-08-23 Thread Chris Hilton
You probably realize this, but to expand on the answer below, you'll probably want two copies of Proximity running. One copy on your declass network you will use to download dependencies from external repositories and create a repository with the particular subset of dependencies you need. Burn

M2 release plugin snapshot version does not handle new development depency version correctly in multimodule project

2006-08-23 Thread Markku Saarela
Hi, After release:perform snapshot version project pom.xml include dependency versions for dependent projects remains to new release version ex. 1.0a not new development version ex 1.0-SNAPSHOT. I couldn't find anything from google concerning this issue. Is there any way to avoid this. It's

Re: Jar With Dependencies

2006-08-23 Thread Arnaud Bailly
Arnaud Bailly <[EMAIL PROTECTED]> writes: Oops ! Did not mean to clutter the list with code, sorry. -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com - To unsubscribe, e-mail: [E

Re: Building MyEclipse project with Maven2

2006-08-23 Thread Denis Cabasson
Konstantin Bartchenkov wrote: > > Hi Guys, > > I'm having a problem building myEclipse project using m2. > The main issue is that it's not in default maven file structure. > I don't know exactly what myEclipse is, but your porject looks a lot like a WTP project to me. In this case, I'd advo

Re: How to change dependencies at run time?

2006-08-23 Thread Valerio Schiavoni
i'm not sure if using profiles it is also possiible to define dependencies..maybe that could be a way to go. On 8/23/06, Olli Aalto <[EMAIL PROTECTED]> wrote: We have a problem with our build as we came to a point where we need to build two versions of a single project which both have slightly

Re: Building MyEclipse project with Maven2

2006-08-23 Thread Daniel Serodio
Konstantin Bartchenkov wrote: > Hi Guys, > > I'm having a problem building myEclipse project using m2. > The main issue is that it's not in default maven file structure. > It looks like this > > myProject > src > com/company... all java sources go here > WebRoot >

Re: Jar With Dependencies

2006-08-23 Thread Arnaud Bailly
Douglas Ferguson <[EMAIL PROTECTED]> writes: > Sure, I'd love to see that script. import java.io.File; import java.io.FileFilter; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.net.MalformedURLException; import java.net.URL; import java.net.URLCl

Re: Jar With Dependencies

2006-08-23 Thread Arnaud Bailly
Douglas Ferguson <[EMAIL PROTECTED]> writes: > Sure, I'd love to see that script. Just to be clear, this is not a script, this is java code for a wrapper main application that just adds all jars it find in a list of directories in a classloader then call the real main. I used this as a stable m

Re: Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Tom Huybrechts
There are some discussions going on about this (see equinox and pde-build mailinglist at eclipse.org), but there is no plugin available for this right now. Tom On 8/23/06, Sharma, Jaikumar <[EMAIL PROTECTED]> wrote: Dear Maven Users, Does any plugin exists in Maven2 to build eclipse

Re: using archiva as a maven1 repo proxy...

2006-08-23 Thread Brett Porter
On 23/08/2006, at 8:43 PM, Nicolas De Loof wrote: I've found myslef the reponse for question 1 : org.apache.maven.repository.discovery.LegacyArtifactDiscoverer I think the "javadoc.jars" type is missing. This is not a commonly used type but support for it has been added in maven1 eclipse

Re: goal not found error

2006-08-23 Thread Doug Douglass
You can use the fully-specified syntax for executing a goal, eg. "mvn :::" When using the short form of specifying a goal, maven, by default, only searches two groupIds: org.apache.maven.plugins and org.codehaus.mojo. Odds are the maven-evo-plugin is not in either of these groups and that's why s

M2 ChangeLog 2.0-snapshot generates NPE

2006-08-23 Thread Benoitx
Hi *, I've downloaded the 2.0-snapshot from http://people.apache.org/maven-snapshot-repository/ my POM says: org.apache.maven.plugins maven-changelog-plugin 2.0-SNAPSHOT date 2005-08-01 2005-09-01

Re: goal not found error

2006-08-23 Thread Eric Redmond
You can look at the details of a plugin with: mvn help:describe -DgroupId=? -DartifactId=? -Dfull http://maven.apache.org/plugins/maven-help-plugin/describe-mojo.html Eric On 8/23/06, john_sh <[EMAIL PROTECTED]> wrote: hello i am going to upload a par file to workflow portlet in exo platfo

Re: Maven cannot find dependencies classes from WEB-INF/classes

2006-08-23 Thread Eric Redmond
This isn't really a shortcomming of Maven as much as a Java thing. Imagine that your WAR was a JAR that contained a class in: somejar.jar:WEB-INF/classes/com.MyClass.class the classloader isn't going to find it anyway. The only reason that classes existing in WEB-IN/classes are found in a WAR is

Re: RE : Web site generation for multiple projects

2006-08-23 Thread Valerio Schiavoni
hello Jon, On 8/23/06, Jon SlinnHawkins <[EMAIL PROTECTED]> wrote: What does : achieve ? as it is explained in the how-to: http://maven.apache.org/plugins/maven-site-plugin/howto.html: Site descriptors are inherited along the same lines as project descriptors are. When you deploy a project

[M2] Problem deploying to filesystem on remote server

2006-08-23 Thread Amshoff Christoph, Köln
Hi, I'm new to Maven2 and trying to deploy my first JAR... alas without success up to now. We are running an internal repository using Maven-Proxy (using it as a proxy to "central" and for hosting our own artifacts). This is working well, and now I would like to put my JARs (snapshot version) ont

How to change dependencies at run time?

2006-08-23 Thread Olli Aalto
Hi! We have a problem with our build as we came to a point where we need to build two versions of a single project which both have slightly different dependencies. We'd like to somehow use the same project files for the project, but for example define different goals for the different version

Re: Suggestions for running Maven on an airgapped network

2006-08-23 Thread Tamás Cservenák
Hmmm. You took the URL right out of my mouth :) ~t~ On 8/23/06, Eric Redmond <[EMAIL PROTECTED]> wrote: It sounds like you could use a proxy. Before Tamás has time to reply, take a look at this ;-)

Re: Use System Properties in Settings.xml?

2006-08-23 Thread Eric Redmond
You create at profile in settings.xml that is active by default, and contains a properties element with the property you wish to active. On 8/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] > Sent: 19 August 20

Is it possible to build Eclipse 3.1 plugins using M2 ?

2006-08-23 Thread Sharma, Jaikumar
Dear Maven Users, Does any plugin exists in Maven2 to build eclipse 3.1 plugins ? Thanks. - - - - - - - DISCLAIMER- - - - - - - - Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s)

goal not found error

2006-08-23 Thread john_sh
hello i am going to upload a par file to workflow portlet in exo platform and i have problem in building one with maven. i am using maven2, when i type mvn exo:bp from maven bin directory to create a par file from existing business brocess in exo source, maven does not automaticly download maven-

changing remote repository

2006-08-23 Thread john_sh
hello when i type the command "mvn clean install" to compile some exo modules, i recieve this error message : F:\java\projects\v2.x\exo-sso>mvn clean install [INFO] Scanning for projects... Downloading: http://www.ibiblio.org/maven2//exo-tools/exo-tools.build.config/2.0 .1/exo-tools.build.config

RE: Jar With Dependencies

2006-08-23 Thread Douglas Ferguson
Sure, I'd love to see that script. - Original Message - From: Arnaud Bailly Sent: Wed, 8/23/2006 2:01am To: Maven Users List Subject: Re: Jar With Dependencies Douglas Ferguson <[EMAIL PROTECTED]> writes: > Does anybody have a suggestion for creating a jar with dependencies > tha

RE: Assembly plugin issues

2006-08-23 Thread Douglas Ferguson
I am not sure I follow, dependencySet is in the assembly.xml. Can you give an example tag you'd need to add the the xml below to get it to exclude 1 class file that is picked up from the dependencySet below? - Original Message - From: Barrie Treloar Sent: Tue, 8/22/2006 11:54pm To:

Re: [ANN] Proximity RC4 rolled out!

2006-08-23 Thread Tamás Cservenák
Hi, yes, the RC4 is 4 times big because the XFire and dependencies - directors uncut version :) -- did not have time to clean that mess up. Anyway, Proximity is coming now in multiple flavours, so anybody can cherrypick the most appealing size WAR :) Yes, "emergeGroups" are available http://trac

Re: Maven 2.0 - Common resource problem

2006-08-23 Thread David Blain
Hi Jim, I just would like to thank you, it has helped to solve my problem :) This was what I had in mind but I didn't know how to actually do it, thanks to your solution I could have the job done. Kind regards, David 2006/8/22, Jim Stafford <[EMAIL PROTECTED]>: I had the same issue with sch

Building MyEclipse project with Maven2

2006-08-23 Thread Konstantin Bartchenkov
Hi Guys, I'm having a problem building myEclipse project using m2. The main issue is that it's not in default maven file structure. It looks like this myProject src com/company... all java sources go here WebRoot *.jsp all jsp fil

[OT][ANN] JAVAWUG BOF XX Videos Uploaded

2006-08-23 Thread Peter . Pilgrim
Hi The JAVAWUG is happy to announce two new videos uploaded to Google Video of the birds-of-a-feather meeting number 20. Petstore RIFE Edition by Emmanuel Okyere http://video.google.com/videoplay?docid=37561501217859187&q=JAVAWUG+BOF+ XX Rearchitecting Legacy J2EE Applications with the Spring F

m2eclipse vs. eclipse:eclipse

2006-08-23 Thread Wojciech Biela
(This is a repost of a previous mail, with a new, more appropriate subject For the eclipse part, you should run eclipse:eclipse from the root project to use project dependency instead of binary dependency (ie a module will directly use another module as its dependency instead of using the produc

Re: XML-RPC scripts to kick off the continuum builds with subversion

2006-08-23 Thread Andrew Williams
apologies - wrong list for continuum :( Andrew Williams wrote: (Cross-posting so we can move this to the continuum users list) The python scripts are getting worked on. I am currently waiting for 2 or 3 patches to be committed (check JIRA) Once they are in I will tidy it up further. I inten

Re: XML-RPC scripts to kick off the continuum builds with subversion

2006-08-23 Thread Andrew Williams
(Cross-posting so we can move this to the continuum users list) The python scripts are getting worked on. I am currently waiting for 2 or 3 patches to be committed (check JIRA) Once they are in I will tidy it up further. I intend to fix it up completely to the java api, but it is difficult w

Re: using archiva as a maven1 repo proxy...

2006-08-23 Thread Nicolas De Loof
I've found myslef the reponse for question 1 : org.apache.maven.repository.discovery.LegacyArtifactDiscoverer I think the "javadoc.jars" type is missing. This is not a commonly used type but support for it has been added in maven1 eclipse plugin. I've created http://jira.codehaus.org/browse/M

Re: exec plugin - how to define more than one?

2006-08-23 Thread Jon SlinnHawkins
Hi, Put the within an for each executable you require. Cheers Jon "iceman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I've been able to successfully define the configuration for a single > execution, but I would like to define more than one. > > IOTW, I have the followi

Re: RE : Web site generation for multiple projects

2006-08-23 Thread Jon SlinnHawkins
Hi Arnaud, What does : achieve ? Thanks Jon "Arnaud Bailly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] "Thomas Van Buskirk" <[EMAIL PROTECTED]> writes: > I tried this and the modules didn't display. All I saw was the > "Modules" menu with no modules displayed below them. >

Re: maven-cobertura-plugin upgraded to cobertura 1.8 - (Was: Re: Cobertu

2006-08-23 Thread Guillaume Bilodeau
This is great news, thanks for the update! Any idea when version 2.1 will be available through iBiblio? I can't seem to find the snapshot release. Cheers, GB Joakim Erdfelt-2 wrote: > > Funny that this should come up. > > I just committed MCOBERTURA-46 (Upgrade to cobertura 1.8) just a minu

multiproject plugin

2006-08-23 Thread neeraj daffodil
hi all i am building multiproject through maven 1.0.2 with the help of maven:recator by defining the following in maven.xml it is working well but what happen that the all four goals are running for each module but i only want that the specific module will run for each type of project fo

[M2] Create Dynamic Web Projects of Enterprise Projects under Eclipse WTP

2006-08-23 Thread Alexandre Touret
Hello, I m currently I m trying to interoperate maven 2 and eclipse 3.2 I have installed WTP and maven2 plugin .I would like to communicate with OC4J (deploy, debug,...) .For my tests I have a complex J2EE project which have several artifacts (2 webapps, 1 ejb, 1 ear,few jars) When I start the

Compilation errors on web site

2006-08-23 Thread HUGOT Franck
Hello, Is there a way to display compilation errors on generated maven's project web site? Do we have to use continuum? Thanks in advance. Franck HUGOT - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

  1   2   >