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

Re: How to stop a build in continuum

2006-08-23 Thread Emmanuel Venisse
It's a little bug in 1.0.3. After a continuum restart, click on build all button. Emmanuel Badre AKARIDAN a écrit : 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

installing sources to local repository by means of install plugin

2006-08-23 Thread Gunzenreiner Simon
Hi all I am missing documentation about how to install sources packed by the source plugin into the local repository. I want to avoid file copying because I assume I should be able to do it with the install plugin. I assume that the sources postfix is a dependency classifier, so I was hoping

RE: How can I tell Maven to use my internal repository first?

2006-08-23 Thread Lakshman Srilakshmanan
Hi, Reading the book, Better builds with maven, on pg 28 it is suggested that the order in which you have defined repositories in your POM will determine the order maven will use to retrieve dependencies. Thanks Lakshman -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED]

Re: Jar With Dependencies

2006-08-23 Thread Arnaud Bailly
Douglas Ferguson [EMAIL PROTECTED] writes: Does anybody have a suggestion for creating a jar with dependencies that has all the dependencies exploded? There is an unpack tag in assembly descriptor that does this. http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html If I send

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

2006-08-23 Thread Valerio Schiavoni
there was a thread one month ago approximately about it (subject: eclipse plugin archetype?) where some improvements in the maven-eclipse-plugin could allow to build a maven eclipse. let me know if you don't find it. On 8/23/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Does any plugin exists

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

2006-08-23 Thread Valerio Schiavoni
after a quick search, i found it my self. adding these lines to your pom: plugin artifactIdmaven-eclipse-plugin/artifactId version2.3-SNAPSHOT/version configuration pdetrue/pde /configuration /plugin you should be able

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

2006-08-23 Thread Stéphane Bouchet
There is also a thread about building eclipse RCP apps but i believe this is for eclipse 3.2 : http://www.nabble.com/Eclipse-bundle-howto-tf2065506.html#a5690799 Stéphane. Valerio Schiavoni a écrit : after a quick search, i found it my self. adding these lines to your pom: plugin

Re: [m204] JDevloper plugin not found

2006-08-23 Thread Geoffrey De Smet
Everything under groupId maven is legacy from maven 1, even if it's in the maven 2 repository. You can't use a m1 plugin in m2. So take a look at what is below groupId org.apache.maven.plugins and org.codehaus.mojo Mick Knutson wrote: The plugin

Re: ant plugin and javah

2006-08-23 Thread Pierre Parrend
Hello, I solved the problem by following trick : tasks exec executable=ant failonerror=true/ /tasks that is ti say I use the ant version that is installed on my computer. But it is not very portable ... another question : is it possible to execute several ant tasks in the

RE: Use System Properties in Settings.xml?

2006-08-23 Thread Peter . Pilgrim
-Original Message- From: Sharma, Jaikumar [mailto:[EMAIL PROTECTED] Sent: 19 August 2006 08:51 To: Maven Users List Subject: RE: Use System Properties in Settings.xml? As I had initially mentioned, this works for me, not sure about adding ENV as a prefix to MAVEN_HOME.

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

[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

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 maven:reactor basedir=${basedir} includes=**/project.xml goals=clean:clean,war:deploy,jar:deploy,ear:deploy banner=Building ignoreFailures=false / it is

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 minute

Re: RE : Web site generation for multiple projects

2006-08-23 Thread Jon SlinnHawkins
Hi Arnaud, What does : menu name=Common Links inherit=top / 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

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

2006-08-23 Thread Jon SlinnHawkins
Hi, Put the configuration within an execution 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

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

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

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

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

[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=37561501217859187q=JAVAWUG+BOF+ XX Rearchitecting Legacy J2EE Applications with the Spring

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

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

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

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: 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 that

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-ssomvn clean install [INFO] Scanning for projects... Downloading: http://www.ibiblio.org/maven2//exo-tools/exo-tools.build.config/2.0

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

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

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 2006

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 ;-)

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

[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) onto

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 : menu name=Common Links inherit=top / 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

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: 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

M2 ChangeLog 2.0-snapshot generates NPE

2006-08-23 Thread Benoitx
Hi *, I've downloaded the 2.0-snapshot from urlhttp://people.apache.org/maven-snapshot-repository//url my POM says: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changelog-plugin/artifactId version2.0-SNAPSHOT/version configuration

Re: goal not found error

2006-08-23 Thread Doug Douglass
You can use the fully-specified syntax for executing a goal, eg. mvn groupId:artifactId:version:goal 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

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: 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: 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

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

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: 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 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 advocate

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: [EMAIL

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: 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

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

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

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

Re: goal not found error

2006-08-23 Thread john_sh
You can use the fully-specified syntax for executing a goal, eg. mvn groupId:artifactId:version:goal 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

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:

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

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:

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

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 war

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

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: ... plugin groupIdorg.codehaus.mojo/groupId artifactIdexec-maven-plugin/artifactId executions execution idclient/id goals

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: snip/ I think using Hard-coded directories is more Maven-like, while using variables is more Ant-like. I'd stick

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 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: snip/ I think using Hard-coded directories is more

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.

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

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

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

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]

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]

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

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 maven:reactor basedir=${basedir} includes=**/project.xml

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

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

[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

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 a

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: 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

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

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,

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: 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

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: plugin groupIdorg.codehaus.cargo/groupId artifactIdcargo-maven2-plugin/artifactId configuration container containerIdtomcat5x/containerId

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

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 tried

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: 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: 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

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

[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: 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 push 1 file

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]

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:

[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

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

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

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

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 grins I

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

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

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

  1   2   >