Re: problem with war plugin

2007-05-08 Thread Thorsten Heit
Hi, hey.. cud u plz help me in solving this error.. The plugin 'org.apache.maven.plugins:maven-war-plugin' does not exist or no valid version could be found A little bit more information about what you have done would be helpful: * Have you tried mvn -e -X ...? * What does your pom.xml

RE: Maven native plugin

2007-05-08 Thread jBeuchat
Thank you for your answer. I have done what you told me to do, but still have an error. There is something wrong, but i don't know what. The dependencies? The sources? or that? compilerProvidergeneric/compilerProvider compilerExecutableicl/compilerExecutable ?? THank you for your help!

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-08 Thread Stephane Nicoll
Why is that? The release plugin has the ability to specify command line arguments right? Or is it something different. Another question: why the java implementation is now the default? Thanks, Stéphane On 5/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: It isn't possible yet. Crossley, Jim

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-08 Thread Emmanuel Venisse
This system property isn't used by the embedded mvn but by the release plugin itself so we can't use the command line arguments parameter. the java implementation is now the default because lot of user don't have a cvs client installed because they use the one from their IDE and because each

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-08 Thread Stephane Nicoll
Cant' the SCM API read the properties of the project and then fallbacks to system property? Doesn't seem to be a big change right? Stéphane On 5/8/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: This system property isn't used by the embedded mvn but by the release plugin itself so we can't

Re: Maven vs. Scripted Build Systems

2007-05-08 Thread Graham Leggett
On Mon, May 7, 2007 6:24 pm, Peter Kahn wrote: How does maven's declarative convention over configuration stack up against scripted solutions like buildr, groovy/ant or scons when it comes to maintenance costs for large projects? Scripted systems have an Achilles heel - build systems are not

Re: Creating WebSphere Specific Config Files

2007-05-08 Thread Regis Decamps
[EMAIL PROTECTED] wrote: Hello, I would like to create WebSphere specific application.xml and related ibm-application-bnd.xmi and MANIFEST.MF files. How do I this achieve this with maven? I tried maven-ear-plugin but unable to create the WebSphere specific files. Also I'm thinking of using

RE: Creating WebSphere Specific Config Files

2007-05-08 Thread hermod.opstvedt
Hi If its a WAS5, there is a plugin for it in the codehaus sandbox. Hermod -Original Message- From: Regis Decamps [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 1:15 PM To: Maven Users List Subject: Re: Creating WebSphere Specific Config Files [EMAIL PROTECTED] wrote: Hello,

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-08 Thread Emmanuel Venisse
No, Maven-SCM is totally independant of maven, so it don't know POM. It's the job of a mojo to read POM properties. Stephane Nicoll a écrit : Cant' the SCM API read the properties of the project and then fallbacks to system property? Doesn't seem to be a big change right? Stéphane On

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-08 Thread Stephane Nicoll
Tight. Now The release plugin could pass this information using the API before using it. Is the system property is the only way or could we pass the settings using a parameter or something? Stéphane On 5/8/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: No, Maven-SCM is totally independant of

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-08 Thread Emmanuel Venisse
it's the only way for now. I must modify Maven-SCM before to change it in the release plugin. Emmanuel Stephane Nicoll a écrit : Tight. Now The release plugin could pass this information using the API before using it. Is the system property is the only way or could we pass the settings using

Re: Maven native plugin

2007-05-08 Thread Dan Tran
take tout your code source directoryC:\Programme\Intel\Compiler\C++\9.1\IA32\Include/directory includes include*.h/include /includes /source source source

How do you replace a (non-optional) dependency?

2007-05-08 Thread Erik van Oosten
Hello, I am trying to switch from commons-logging to slf4j. I have seen many message about this, but did not find one with a solution. I understand Craig McClanahan who wrote that many poms are broken by requiring optional things. But in general I must disagree. The point is that those projects

Continuum dead?

2007-05-08 Thread Crossley, Jim
Is Continuum dead? It hasn't been released in over a year. I need for it to build multi-module project snapshots correctly. Thanks, Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Continuum dead?

2007-05-08 Thread Emmanuel Venisse
No, it isn't dead. 1.1-alpha-1 was released few days ago but the site isn't updated yet and we'll release alpha-2 before one month. Emmanuel Crossley, Jim a écrit : Is Continuum dead? It hasn't been released in over a year. I need for it to build multi-module project snapshots correctly.

Re: Creating WebSphere Specific Config Files

2007-05-08 Thread Bala Rajamani
As per your suggestion, I tried the following the EAR was created with the required .XMI files. build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId configuration earSourceDirectory

Re: Creating WebSphere Specific Config Files

2007-05-08 Thread Wayne Fay
What (exactly) do you want to do to the file with Maven? There are ways to alter the contents of files through filtering, so that might work for you. But we need to know more about what you are hoping to achieve. Wayne On 5/8/07, Bala Rajamani [EMAIL PROTECTED] wrote: As per your suggestion, I

Dependency not getting resolved

2007-05-08 Thread zalym
I have a war project which depends on another jar. When I build and deploy the jar, and then compile the war, it works fine. Now when another guy tries to compile the war, it gets this jar dependency from the repository, adds it to the class path but gives compile time errors. I really don't

Re: Creating WebSphere Specific Config Files

2007-05-08 Thread Bala Rajamani
Hello Wayne, Before creating EAR, I would like to change some content with in the XMI file... thinking of having some variables and replacing through Maven during build time. Thanks again.

War dependency

2007-05-08 Thread zalym
I have a base war, which has the UI layer, and custom wars per customer for content and other branding stuff. I use the maven-war-plugin, for packaging the two wars into one, by adding the base war as a dependency to the customer war. The base war has a profile based resource filtering

Re: Continuum dead?

2007-05-08 Thread Wendy Smoak
On 5/8/07, Crossley, Jim [EMAIL PROTECTED] wrote: Is Continuum dead? It hasn't been released in over a year. I need for it to build multi-module project snapshots correctly. Continuum has its own user and dev lists, for which you can find subscription info here:

Re: Creating WebSphere Specific Config Files

2007-05-08 Thread Wayne Fay
OK. As suggested, you can do this with filtering. This is pretty well documented on the Maven site. Wayne On 5/8/07, Bala Rajamani [EMAIL PROTECTED] wrote: Hello Wayne, Before creating EAR, I would like to change some content with in the XMI file... thinking of having some variables and

Re: Assembly problem: Error Not a v4.0.0 POM

2007-05-08 Thread John Casey
Actually, the stacktrace for this error would be pretty valuable, just to see whether it's coming from the assembly plugin itself, or from maven's core...Maven's supposed to detect and ignore legacy poms. -john On 5/7/07, Chris Helck [EMAIL PROTECTED] wrote: I have an error that I don't

Deactivating profiles

2007-05-08 Thread David Corbin
Twice this week for two seperate reasons, I've wanted to use profiles where it was active by default, but it would be possible to de-activate it based on property. I don't see anyway to do this. Am I missing something? Thanks David

RE: Assembly problem: Error Not a v4.0.0 POM

2007-05-08 Thread Chris Helck
I'm using maven 2.0.4. Assembly plugin is 2.2-beta-1. I'll be happy to supply more data it needed. Stack trace is below. Thanks, Christopher Helck [INFO] [DEBUG] Trace

Default property values

2007-05-08 Thread David Corbin
When I used to do ant, I always got frustrated by the way properties were immutable. I was always trying to use them as variables. Now, I find myself wanting them back. I would like to be able to declare proprties in my POM such that it will NOT replace/define the property if it is already

Known Issue: SCP deploys not working with ant tasks. Seeking workaround

2007-05-08 Thread Mykel Alvis
Per http://jira.codehaus.org/browse/MANTTASKS-15 , it seems that scp won't work with the ant tasks. Is there a workaround for this? Is anyone successfully doing this? I've tried using every available version of wagon-ssh to no avail. Mykel

Using multiple versions of the same library side-by-side

2007-05-08 Thread David Jackman
I'm using a particular library and they've just released a new version. The new library's API has changed significantly enough that the publisher has changed all of the package names and made it possible for a project to use both the old and new versions of the library side-by-side as the project

Re: Maven vs. Scripted Build Systems

2007-05-08 Thread Carlos Sanchez
I like to compare it to pure JDBC vs. Object relational tools. With OR you lose control of the small details but overall you get a better, simpler solution, worrying on the aspects you really care about On 5/8/07, Graham Leggett [EMAIL PROTECTED] wrote: On Mon, May 7, 2007 6:24 pm, Peter Kahn

Re: Using multiple versions of the same library side-by-side

2007-05-08 Thread Wayne Fay
This was recently discussed on [EMAIL PROTECTED] You are welcome to read that discussion and perhaps even send a response if you'd like. I'd recommend that you continue the discussion in that same thread rather than starting another. To: Maven Developers List [EMAIL PROTECTED] Date: Wed, 25 Apr

Announcing the Jetty Maven Deployer

2007-05-08 Thread Stefan Arentz
This project contains a web application deployer for Jetty 6.1 that can deploy SNAPSHOT releases of web applications straight from of a Maven 2 repository. This is used at Polar Rose to do 'Continuous Deployment' to a staging environment. We have Bamboo building our applications and deploying

Re: Assembly problem: Error Not a v4.0.0 POM

2007-05-08 Thread John Casey
Okay, I've found the problem; it's in the assembly plugin, where I'm not using the correct method to retrieve the transitive POM set (there is one that allows stub models when it detects a non-4.0.0 POM, and another that doesn't). I'm fixing it now, but it won't be released for a little while

packaging jar|pom question

2007-05-08 Thread Jan Torben Heuer
I have a product structure like: myapp (pom) myapp-core (jar) myapp-dao (???) myapp-dao-file (jar) myapp-dao-sql (jar) I wanted to pack some Interface in myapp-dao, but I guess I has to be a 'pom' rather than a 'jar' to allow subpackages. So, what is the way to go? Do I have to create a

Re: Maven vs. Scripted Build Systems

2007-05-08 Thread Mykel Alvis
I agree with Graham's assessment that the bigger the project, the more useful. However, it does come with a price. You've got to get used to the idea of hard-versioning artifacts and moving toward controlled releases. And a number of the plugins are pretty...interesting...to use. I'm of the

Re: MyEclipse and Maven: Directory conflict

2007-05-08 Thread Jon Strayer
Did you ever get an answer to this? On 9/18/06, Nick Stolwijk [EMAIL PROTECTED] wrote: I've got a little problem with MyEclipse and Eclipse project generated by Maven. When I deploy to Tomcat with MyEclipse the directory src/main/webapp is deployed, but the classes are compiled to

Re: MyEclipse and Maven: Directory conflict

2007-05-08 Thread Nick Stolwijk
I have found a solution, only not very clean. You can add to your pom: build outputDirectory${basedir}/src/main/webapp/WEB-INF/classes/outputDirectory plugin artifactIdmaven-clean-plugin/artifactId configuration filesets fileset

Re: Known Issue: SCP deploys not working with ant tasks. Seeking workaround

2007-05-08 Thread Mykel Alvis
OK. After 12 hours of working on this, I've answered my own question (sort of). I WAS doing the following: target name=deploy-release depends=install description=Deploy released jars to the remote m2 repo property name=repo.url value=${remote.release.url} / antcall

Re: Extra directory level being created by Assembly in Maven 2.0.6, as compared with 2.0.4

2007-05-08 Thread Marshall Schor
This issue seems perhaps not related to Maven levels - but is caused by something else - because other 2.0.6 tooling seems to work. Will investigate further... -Marshall Marshall Schor wrote: When running with Maven, 2.0.4, the following assembly XML works OK, but generates wrong output

Re: MyEclipse and Maven: Directory conflict

2007-05-08 Thread Wayne Fay
If this works and you're happy, then you can safely ignore this message... Any particular reason you can't just tell MyEclipse to deploy from target/ instead? Your webapp files should be copied there during the build process. Wayne On 5/8/07, Nick Stolwijk [EMAIL PROTECTED] wrote: I have

Re: Dependency not getting resolved

2007-05-08 Thread Maria Odea Ching
Hi, What is this jar dependency? Could you provide the stack trace of the build error? - Deng zalym wrote: I have a war project which depends on another jar. When I build and deploy the jar, and then compile the war, it works fine. Now when another guy tries to compile the war, it gets

How to deploy source jar generated by source plug-in into repository when running mvn deploy?

2007-05-08 Thread JesseLiu
Hi,all How to deploy source jar generated by source plug-in into repository when running mvn deploy?

Re: Continuum dead?

2007-05-08 Thread Gregory Kick
If you're not happy with the turnaround on continuum, take a look at Hudson. The maven integration is great and releases/bug fixes come incredibly quickly. https://hudson.dev.java.net/ (I didn't write it... just a user :-) On 5/8/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 5/8/07, Crossley,