Re: [m2] issue with module running ant task that creates an jar

2007-07-27 Thread Wayne Fay
For #1, I have no idea. There is probably a way to suppress the Jar but I've never needed to do this myself. For #2, this is what you're looking for: org.delta.esp.dap.bpel mis-file-intake 1.0.0.0 jar bpel

Vincent JUGE est absent(e).

2007-07-27 Thread vincent . juge
Je serai absent(e) du 28/07/2007 au 13/08/2007. Je répondrai à votre message dès mon retour. This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. An

Re: Question - weblogic-maven-plugin - Urgent

2007-07-27 Thread Dmitry
Eric, Probably you did not set correct configuration for maven..it's one point. Actually its interesting about maven plagin for Workshop. Can you sene the link to that plugin i also try to use it. thanks, dt www.ejinz.com Search Engine News - Original Message - From: Eric YH WONG

Question - weblogic-maven-plugin - Urgent

2007-07-27 Thread Eric YH WONG
Hi All, Here is my env setting: JDK v1.4.2, WebLogic Platform v8.1.6, Windows XP SP2. I use WebLogic Workshop (accompany with the WebLogic Platform installer) v8.1.6 to create a new Application and a portal project. Attached the Directory Layout. And I want to use Maven2 to build an EAR

Re: How can i build a specific version without changing the pom.xml?

2007-07-27 Thread Baz
In that case, you will need to change pom.xml everytime right? Or, we can have profile defined in profiles.xml or settings.xml to avoid pom.xml changes? On 7/27/07, John Patrick <[EMAIL PROTECTED]> wrote: > > Yeah I follow you more now. > > We similar by having a developer profile active by defa

Re: How do I get the Dashboard plugin integrated to my website?

2007-07-27 Thread hirowla
I'm running Maven 2.0.6. I'm running whatever the latest snapshot is (my command line is mvn -U etc etc). The relevant parts of the POM are shown below. Thanks, Ian project xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="

Re: [m2] issue with module running ant task that creates an jar

2007-07-27 Thread Mick Knutson
Ok, it is getting closer. Here is my pom.xml and plugin: org.delta.esp.dap.c2.bpel 1.0.0.0 mis-file-intake jar org.codehaus.mojo build-helper-maven-plugin attach-artifacts package

Re: How do I get the Dashboard plugin integrated to my website?

2007-07-27 Thread dvicente
Hi, i've made a mistake when i'v writted the doc. the right command is : mvn dashboard-report:dashboard Ian Rowlands wrote: > > > > > > I've added it into the pom file, I can see the report output being > generated, but when I open the project-reports.html file it doesn't have a > link

Bug within filter mechanism?

2007-07-27 Thread CDickson
Hi, Not sure if I have tripped over a bug or I am just not using the resource filter features correctly. I have been trying to get the resource plugin to execute twice within the same project build. I have been looking around on the mail archives and have seen some different tag combinations b

Problem with maven-archetype-quickstart

2007-07-27 Thread Craig Ching
Hi, Haven't had any problems generating new maven projects until today. This simple command line: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app fails with: [INFO] [ERROR] BUILD ERROR [INFO]

Re: Can maven-eclipse-plugin generate eclipse osgi plugin project

2007-07-27 Thread Craig Ching
Ah, thanks Stuart, much appreciated! I'd run across your Pax stuff via some hints from the Felix JIRA. I found an eclipse plugin that generated the necessary boilerplate for an eclipse PDE, but I'd not seen your maven plugin which I'd prefer. Thanks for the tips! Cheers, Craig On 7/25/07, Stua

Re: Jdev project error using Maven to build .jpr

2007-07-27 Thread Wayne Fay
Sounds like a problem in the JDev plugin that gives JDev some of Maven's functionality. I am not familiar with it (haven't used JDev in a long time) so I don't even know anything about the JDev - Maven integration. Can you tell us more about how are you using it? Do things work properly on the com

Jdev project error using Maven to build .jpr

2007-07-27 Thread ScottBrank
Hi folks, I got a problem with building Jdev file project .jpr with maven 2.0.7 i compared my pom.xml with pom.xml of trinidad project and i found no difference of purpouse between them. the error that i'm getting is that when i try to compile my project by jdev, it returns that some packages a

RE: skip modules question

2007-07-27 Thread Timothy Reilly
Thanks! [Patrick Schneider wrote] > mvn -N clean:install On 7/27/07, Timothy Reilly <[EMAIL PROTECTED]> wrote: >> >> I was wondering .. is there a way to skip building the sub-modules in a >> project which is a parent pom and also an aggregator? >> >> I don't really want to split the pom into p

Re: How can i build a specific version without changing the pom.xml?

2007-07-27 Thread Thorsten Heit
Hi, I agreed with your comments. Here is the practical usage: The version under source code is building against xyz version 5.6.1.0. However, we need the capability to build against the non-release quality of version xyz that comes out every day or week, say 5.6.1.1, then 5.6.1.2, then 5.6

Re: skip modules question

2007-07-27 Thread Patrick Schneider
mvn -N clean:install On 7/27/07, Timothy Reilly <[EMAIL PROTECTED]> wrote: > > I was wondering .. is there a way to skip building the sub-modules in a > project which is a parent pom and also an aggregator? > > I don't really want to split the pom into parent and aggregator, but I can > if that's

Problem with Webstart Plugin

2007-07-27 Thread David C. Hicks
I have an intermittent problem with the WebStart plugin that I hope someone might be able to help me with. Occasionally, but more often than not, I get the following exception from the plugin: java.lang.IllegalStateException: the number of signed artifacts differ from the number of modified a

Re: maven2 surefire plugin - how to pass args to surefire on command line

2007-07-27 Thread Thorsten Heit
Hi, This is what I want to pass as the surefire argLine param --- -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y ,address=1824 --- Right now I have this hard coded in the pom as: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,serv

skip modules question

2007-07-27 Thread Timothy Reilly
I was wondering .. is there a way to skip building the sub-modules in a project which is a parent pom and also an aggregator? I don't really want to split the pom into parent and aggregator, but I can if that's the only way. We don't want to skip modules very often.

problem setting windows path for surefire tests

2007-07-27 Thread Nathan Coast
Hi all, I'm trying to set the windows PATH variable for my test execution. It seems that including nodes doesn't work correctly. org.apache.maven.plugins maven-surefire-plugin ${env.Path} ${env.HO

Surefire failure - any hints?

2007-07-27 Thread Siegmann Daniel, NY
Setting up Maven in an existing project, we ran into a Surefire failure. The message "There are some test failure." is unhelpful. None of the tests run, and the Surefire directory isn't created. Debugging doesn't give anything useful. Any ideas? [ERROR] BUILD ERROR [INFO] -

RE: [Announce] Continuum 1.1-beta-1 is released

2007-07-27 Thread Madsen,Bryan
In the Build Profiles page I added an installation to my profile and saved it. When the screen refreshed the installation did not attach to the profile. No errors, nothing in the continuum.log. Any ideas why this would happen? Bryan -Original Message- From: Emmanuel Venisse [mailto:[EMAIL

Re: site:site versus site:stage

2007-07-27 Thread dvicente
Hi, the "mvn site:site" creates the site for each module in ${module}/target/site directory all created links in each site don't work because they reflect the future deployed site architecture, not the current directories architecture. the "mvn site:stage" command creates the site in a local di

Re: How do I get the Dashboard plugin integrated to my website?

2007-07-27 Thread dvicente
Hi, could you gie us your pom ? which maven's version do you use ? which dashboard plugin's version ? Ian Rowlands wrote: > > > > > > I've added it into the pom file, I can see the report output being > generated, but when I open the project-reports.html file it doesn't have a > link in

Re: AW: Excluding attribute for eclipse maven 2 plugin

2007-07-27 Thread Pierre++
Dear all, Do you know if this issue will be fixed soon? It may be a modification within EclipseClasspathWriter.java to add "|**/.sn/*" to the excludes string: >> excludes = StringUtils.isEmpty( excludes ) ? "**/*.java|**/.svn/*" : excludes + "|**/*.java|**/.svn/*"; But I don't know the

How do I get the Dashboard plugin integrated to my website?

2007-07-27 Thread Ian Rowlands
I've added it into the pom file, I can see the report output being generated, but when I open the project-reports.html file it doesn't have a link in there. Is there anything else I have to do? I am running the build in a number of phases, as recommended: mvn site mvn dashboard:dashboard mvn

Re: How can i build a specific version without changing the pom.xml?

2007-07-27 Thread John Patrick
Yeah I follow you more now. We similar by having a developer profile active by default using snapshot versions and the release and continuous profiles using non snapshot versions. John On 27/07/07, Baz <[EMAIL PROTECTED]> wrote: > > John, > > I agreed with your comments. Here is the practical usa

Re: Not running test on jetty:run?

2007-07-27 Thread Maria Odea Ching
Yes, that is expected.. jetty:run only compiles the sources, but doesn't run the tests :) -Deng mateamargo wrote: I'm having problems with my webapp. But the problems were while running it (e.g. saving an object), but yesterday I have tried running mvn clean jetty:run-war instead of mvn clean

RE: What is the correct way to use classifiers

2007-07-27 Thread Jörg Schaible
Dennis Lundberg wrote on Tuesday, July 24, 2007 5:10 PM: [snip] > To sum this up: it works, but is it the right way (TM) to use > classifiers? In short: Yes :) - Jörg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Question - weblogic-maven-plugin - Urgent

2007-07-27 Thread Eric YH WONG
Hi All, Here is my env setting: JDK v1.4.2, WebLogic Platform v8.1.6, Windows XP SP2. I use WebLogic Workshop (accompany with the WebLogic Platform installer) v8.1.6 to create a new Application and a portal project. Attached the Directory Layout. And I want to use Maven2 to build an EAR