Re: Build Schedule

2007-06-22 Thread Jan Lisse
Hi Gabriel, try this: Second: 0 Minute: 0 Hour: 9 Day of Month: ? Month: * Day of Week: MON-FRI Year: if you specify a range of days for Day-of-week like MON-FRI you can't use * for Day of month because it matches all days. Use ? for no specific value. See

RE: Build Schedule

2007-06-22 Thread Jerry DuVal
Try using a ? for Day of Month 0 15 10 ? * MON-FRIFire at 10:15am every Monday, Tuesday, Wednesday, Thursday and Friday -Original Message- From: Misura, Gabriel [mailto:[EMAIL PROTECTED] http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html So I tried to create

Re: Skiping module during mvn eclipse:eclipse

2007-06-22 Thread Marcin Waldowski
Dan Tran wrote: The patch for this enhancement has been applied. The release of new eclipse plugin is coming very soon. -D Great. Many thanks. On 6/21/07, Dan Tran [EMAIL PROTECTED] wrote: please vote for this enhencement request http://jira.codehaus.org/browse/MECLIPSE-271 I

how to run both Maven1 Maven2 in a single machine..

2007-06-22 Thread Kiran Kodlady
Hey.. can we run both MAven1 maven2 in a single machine?? If yes, could u plz tell me how can we set MAVEN_HOME for both versions.. ANy suggestion is highly appreciated... -Kiran Kodlady -- View this message in context:

Re: Skiping module during mvn eclipse:eclipse

2007-06-22 Thread Marcin Waldowski
Heinrich Nirschl wrote: Sometimes, you can work around this problem by running 'mvn install' before. - Henry That's true. But I just want to provide functionality as simple as possible to other people from my team, without explanation why they need to run mvn install to make it work

Re: how to run both Maven1 Maven2 in a single machine..

2007-06-22 Thread Tim Kettler
Hi, sure you can. M2 uses M2_HOME. -Tim Kiran Kodlady schrieb: Hey.. can we run both MAven1 maven2 in a single machine?? If yes, could u plz tell me how can we set MAVEN_HOME for both versions.. ANy suggestion is highly appreciated... -Kiran Kodlady

Re: how to run both Maven1 Maven2 in a single machine..

2007-06-22 Thread MK Tan
I would suggest you set MAVEN_HOME point to maven1 and set M2_HOME point to your maven2. This is because maven2 does not need to know MAVEN_HOME. HTH, MK Tan - Original Message From: Kiran Kodlady [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, June 22, 2007 2:31:17 PM

Re: how to run both Maven1 Maven2 in a single machine..

2007-06-22 Thread Torsten Krall
Hi, I am using maven1 and maven2 on the same machine without any problem. You do not have to set a MAVEN_HOME for maven2. Just add the binary-path to you PATH. I am very happy that the developers changed the names of every involved binaries. Regards, Torsten Kiran Kodlady schrieb: Hey..

maven-scm-plugin sometimes fails to checkin file

2007-06-22 Thread Jeff Mutonho
I have the plugin configured to checkin a built ear file into CVS.The configuration is shown below : execution idcheckin-ear/id phasepost-integration-test/phase configuration connectionUrlscm:cvs:pserver:jeffm:[EMAIL

Where to find maven site skins ?

2007-06-22 Thread Jens Hohl
Hello Where to find more maven site skins ? Regards, Jens

RE: Classpath in EAR's manifest?

2007-06-22 Thread andreas.ebbert-karroum
Hallo Jörg, -Original Message- From: ext Jörg Schaible [mailto:[EMAIL PROTECTED] Can I turn that off somehow? I couldn't find an option in the documentation in http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html None of my generated EARs has a manifest that contains a

Jelly question

2007-06-22 Thread Jose Correia
Hi all I'm trying to use jelly inside a maven reactor. When I iterate through a project.xml I have the following component: dependency groupIdtools/groupId artifactIdartifact/artifactId versionSNAPSHOT/version properties classloaderroot/classloader artifact.origintraderoot/artifact.origin

Re: Jelly question

2007-06-22 Thread Lukas Theussl
A dot in jelly indicates a method call, you can't access an element name like that (best thing is usually to avoid using . and - in variable names). Try: j:set var=propArtifact value=${dep.getProperty('artifact.origin')}/ HTH, -Lukas Jose Correia wrote: Hi all I'm trying to use jelly

RE: Jelly question

2007-06-22 Thread Jose Correia
Thanks for the prompt reply Lukas, I had just came to that conclusion myself (after finding an example) and it worked nicely. Regards Jose -Original Message- From: Lukas Theussl [mailto:[EMAIL PROTECTED] Sent: 22 June 2007 01:43 PM To: Maven Users List Subject: Re: Jelly question A

RE: Classpath in EAR's manifest?

2007-06-22 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Friday, June 22, 2007 12:29 PM: Hallo Jörg, -Original Message- From: ext Jörg Schaible [mailto:[EMAIL PROTECTED] Can I turn that off somehow? I couldn't find an option in the documentation in http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html

RE: Surefire report failure.

2007-06-22 Thread Jörg Schaible
Hi, for some unknown reason, Maven sometimes damages its files in your local repo. We had also sometimes that suddenly the compiler plugin was no longer available. In such a case simply remove the plugin from your local repo and build again. A proper version will then be installed again. -

Socket problem

2007-06-22 Thread fabchap
Hi, i've early try to use continuum (1.0.3) with maven. After downloading and unzip continuum source, I try to run it with bin/win32/run.bat. The script terminated with [INFO] The application server has started. on console. But I can't access to the application

Status of assembly plugin

2007-06-22 Thread Jose Alberto Fernandez
Hi all, Can someone give me some info on the status of the maven-assembly-pulgin? I am still using 2.1 with all the drawbacks to my multi-project POM due to the bugs present on 2.2 and the fact that there was no properly released 2.2 version. Any one knows about any progress on that? I have not

Re: Surefire report failure.

2007-06-22 Thread Ole-Martin Mørk
Thanks for the reply, but that didn't make any difference.. 2007/6/22, Jörg Schaible [EMAIL PROTECTED]: Hi, for some unknown reason, Maven sometimes damages its files in your local repo. We had also sometimes that suddenly the compiler plugin was no longer available. In such a case simply

Re: Question regarding profile activation

2007-06-22 Thread Tim Kettler
Hi, what version of maven are you using? There was a bug with default activation in maven 2.0 but that was fixed long ago in 2.0.1. -Tim Julien Stern schrieb: Hi list, It seems that a profile marked activeByDefault is never active... Is that a bug or have I missed something? I haved

Re: Surefire report failure.

2007-06-22 Thread Ole-Martin Mørk
I am having the same problem. Just appeared today out of blue.. What has happened with the surefire plugins lately? It seems like people are deploying a lot of broken surefire artifacts to the central repository.. -olemartin 2007/6/15, Jon Strayer [EMAIL PROTECTED]: I have a main project

Question regarding profile activation

2007-06-22 Thread Julien Stern
Hi list, It seems that a profile marked activeByDefault is never active... Is that a bug or have I missed something? I haved defined a profile in a POM that is active by default, e.g: profiles profile idsome-profile/id activation activeByDefaulttrue/activeByDefault

Re: Question regarding profile activation

2007-06-22 Thread Julien Stern
On Fri, Jun 22, 2007 at 02:25:42PM +0200, Tim Kettler wrote: Hi, what version of maven are you using? There was a bug with default activation in maven 2.0 but that was fixed long ago in 2.0.1. I'm using maven 2.0.7 And I have some more insight about the issue: if I have an OTHER profile

Preconditions for testing

2007-06-22 Thread Jose Alberto Fernandez
Hi, I have a maven-antrun-plugin that must execute before running the test suit to make sure that my database schema is in sync with the code. That works fine. However, I would like for this task to only execute when tests are actually run. That is if I set maven.test.skip=true I would prefer

maven-dependency-plugin filtering issue

2007-06-22 Thread purestudent
Hi all! I need to filter files while unpack-dependencies goal is executed. For example: I want only *.class and *.xml files to be unpacked. How I can understand no default solution for this exist. Can you suggest any solution for this? Thank you! -- View this message in context:

Re: Question regarding profile activation

2007-06-22 Thread Tim Kettler
Just tested with 2.0.7 and your pom snippet and all works as expected: With property 'something': [EMAIL PROTECTED]:~/Develop/testproject$ mvn help:active-profiles -Dsomething [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'help'. [INFO]

Re: Question regarding profile activation

2007-06-22 Thread Tim Kettler
That's the intended behaviour as far as I know. If you have something that is active all the time it should'nt be in a profile. -Tim Julien Stern schrieb: I saw in the Maven source code that the following behavior was taking place: a activeByDefault profile becomes inactive as soon as an

Re: Where to find maven site skins ?

2007-06-22 Thread Wendy Smoak
On 6/22/07, Jens Hohl [EMAIL PROTECTED] wrote: Where to find more maven site skins ? There are a few from Maven in the central repository... http://repo1.maven.org/maven2/org/apache/maven/skins/ And there's one for java.net: https://maven-javanet-skin.dev.java.net/ It would be great to

Re: Question regarding profile activation

2007-06-22 Thread Julien Stern
I saw in the Maven source code that the following behavior was taking place: a activeByDefault profile becomes inactive as soon as an other profile from the same POM gets activated. Is that a bug or a feature? If it is a bug, the patch is a one liner and I can file a JIRA issue. -- Julien On

Re: Preconditions for testing

2007-06-22 Thread Tim Kettler
Hi, Have you tried putting the plugin definition in a profile activated by the value of the 'maven.test.skip' property. -Tim Jose Alberto Fernandez schrieb: Hi, I have a maven-antrun-plugin that must execute before running the test suit to make sure that my database schema is in sync with

Re: Question regarding profile activation

2007-06-22 Thread Julien Stern
On Fri, Jun 22, 2007 at 02:55:48PM +0200, Tim Kettler wrote: That's the intended behaviour as far as I know. If you have something that is active all the time it should'nt be in a profile. All right, thanks for the explanation. -- Julien -Tim Julien Stern schrieb: I saw in the Maven

Re: War directory structure

2007-06-22 Thread Antonio Petrelli
2007/6/22, Choudhary, Jay [EMAIL PROTECTED]: Dear All I am new to Maven user community, could any one tell me that what should be the directory structure for WAR as per Maven Process Ah... RTFM (F is for Fabulous :-) ): http://maven.apache.org/plugins/maven-war-plugin/usage.html Antonio

[ANN] nbm-maven-plugin 2.5 release

2007-06-22 Thread Milos Kleint
hello, I'd like to announce release 2.5 of the nbm-maven-plugin for Maven 2. it's a plugin to create netbeans modules and generally helps with netbeans platform based development. the major change since 2.4 is simplification of Netbeans runtime dependencies that are no longer duplicated in a

Re: Question regarding profile activation

2007-06-22 Thread Tim Kettler
Yep. Thierry Lach schrieb: So Active by default actually means Active unless something else is active. Right? On 6/22/07, Julien Stern [EMAIL PROTECTED] wrote: On Fri, Jun 22, 2007 at 02:55:48PM +0200, Tim Kettler wrote: That's the intended behaviour as far as I know. If you have

Re: War directory structure

2007-06-22 Thread Tim Kettler
To add to that: the two free books [1] are a good starting point to get familiar with maven. The 'Getting Started Guide' [2] on the maven homepage walks you through the basics too. -Tim [1] http://maven.apache.org/articles.html [2] http://maven.apache.org/guides/getting-started/index.html

Re: Question regarding profile activation

2007-06-22 Thread Thierry Lach
So Active by default actually means Active unless something else is active. Right? On 6/22/07, Julien Stern [EMAIL PROTECTED] wrote: On Fri, Jun 22, 2007 at 02:55:48PM +0200, Tim Kettler wrote: That's the intended behaviour as far as I know. If you have something that is active all the

War directory structure

2007-06-22 Thread Choudhary, Jay
Dear All I am new to Maven user community, could any one tell me that what should be the directory structure for WAR as per Maven Process Regards -Jay Deep Choudhary - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [ANN] nbm-maven-plugin 2.5 release

2007-06-22 Thread Jacek Laskowski
On 6/22/07, Milos Kleint [EMAIL PROTECTED] wrote: hello, I'd like to announce release 2.5 of the nbm-maven-plugin for Maven 2. it's a plugin to create netbeans modules and generally helps with netbeans platform based development. the major change since 2.4 is simplification of Netbeans runtime

Problem storing maven project into subversion repository

2007-06-22 Thread javijava
I’m writting here because i dont understand very well maven yet. I want do something simple: deploy a maven proyect into an Subversion repository. My repository is accessible on http:/localhost:80/svn/prova/repo If I define an http: url in repository tags , I have an 409 error

Re: Socket problem

2007-06-22 Thread Emmanuel Venisse
What do you have behing Error while deploying application 'continuum-plexus-application-1.0.3? What is your OS? If it's windows, what is the installation directory? Emmanuel fabchap a écrit : Hi, i've early try to use continuum (1.0.3) with maven. After downloading and unzip continuum

Re: Socket problem

2007-06-22 Thread fabchap
I'm working on windows XP pro. My installation directory are D:\fcs\test-maven\continuum1.0.3 Exact : | [INFO] Adding HTTP listener on *:8080 | 15:54:30.440 WARN!! Failed to start: [EMAIL PROTECTED]:8080 | Error while deploying application 'continuum-plexus-application-1.0.3.jar'. |

Re: Preconditions for testing

2007-06-22 Thread Jose Alberto Fernandez
Thanks Tim, that worked well. Another question, is there a way to specify an OR condition for activation. Currently I have: activation property name!maven.test.skip/name /property /activation but I would like to say:

How to expand variables in repositories pom.xml

2007-06-22 Thread phimu
Hi! in my pom.xml there are some variables (${variable}) that come from a profile. These variables should be expanded if the pom.xml comes into a repository (locale or remote). While reading the bug http://jira.codehaus.org/browse/MINSTALL-15 I understand why it is good that the repository pom

Re: Status of assembly plugin

2007-06-22 Thread Stephane Nicoll
We need to work on it to release a 2.2-beta-2 with fixes for the most annoying issues. I guess nobody in the core development team has time right now. If you provide patches, I'll review them. Regards, Stéphane On 6/22/07, Jose Alberto Fernandez [EMAIL PROTECTED] wrote: Hi all, Can someone

Re: Preconditions for testing

2007-06-22 Thread Tim Kettler
Yes, to have boolean operations for profile activation constraints would be nice. However, would'nt in your case this do what you want: activation property namemaven.test.skip/name value!true/value /property /activation -Tim Jose Alberto Fernandez schrieb: Thanks Tim,

Re: Install Deploy an artifact generated with Assembly Plugin

2007-06-22 Thread jp4
Tim, That was exactly what I was looking for. Thanks! John Tim Kettler wrote: John, you can attach the jar file with the attach:artifact goal from build-helper-maven-plugin [1] over at the mojo project. -Tim [1] http://mojo.codehaus.org/build-helper-maven-plugin/ jp4

WSDL2Code Axis2 javax/wsdl/WSDLException NoClassDefFoundError

2007-06-22 Thread Pete
I'm trying to use axis2-wsdl2code-maven-plugin with wsdl2code goal. However I'm getting inconsistencies with class versions, can anyone help? Has anyone got a working version that has the correct dependencies required to get plugin to work? . Downloading:

Re: using javadocDirectory with maven-javadoc-plugin

2007-06-22 Thread Heinrich Nirschl
On Thu, 2007-06-21 at 23:22 +0100, Adam Hardy wrote: I couldn't get it to work. I am glad it doesn't affect you, but I found nothing to explain why. BTW I am on linux too. I filed the bug http://jira.codehaus.org/browse/MJAVADOC-129 with a testcase. I tried your test case, but I get a

Re: How can the checkstyle plugin be configured to fail the build?

2007-06-22 Thread Wayne Fay
Here's two best practice approaches generally suggested to solve this problem on this list: 1. Put the checkstyle.xml file in a location that can be accessed using HTTP. This may be a particular file on a Webserver or just reference a file in a Subversion repository. 2. Create a new Maven

RE: site:deploy works deploy:deploy hangs

2007-06-22 Thread LAMY Olivier
Try just : deploy (not deploy:deploy) -Message d'origine- De : Aaron Morand [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 juin 2007 18:32 À : Maven Users List Objet : Re: site:deploy works deploy:deploy hangs Hi all, I'm was getting the same problem. Nathan, did you get a fix for

Re: site:deploy works deploy:deploy hangs

2007-06-22 Thread Aaron Morand
Hi all, I'm was getting the same problem. Nathan, did you get a fix for this problem? I found that the CI I'm using (Bamboo) wasn't displaying that I was actually being prompted for a password. I didn't discover this until I tried running the it directly from the commandline. I had

Create 2 JAR of almost same project

2007-06-22 Thread Tales R. Heredia
Hi all, I need to create 2 JAR files of almost same project, but is there a little difference between 3 source files. My initial idea is create 2 project.xml and call each project at maven.xml changing this 3 files when I'll call the second project to create the second JAR file...But I guess

Building offline

2007-06-22 Thread kjohnston
I'm having trouble getting Maven to build a project in offline mode. Is there a step-by-step procedure document for this? Here's what I'd like to do: - Set up a local file based repository with all the artifacts needed to build - Run Maven in offline mode, configured to use just a single, local

I use resource filtering with the Eclipse plugin but, need filtered directories excluded.

2007-06-22 Thread Paul Spencer
I am using the Eclipse plugin with filtered resources, but I am running into I think will be fixed by MECLIPSE-165 [1] First, resource are copied from a template directory structure, ${basedir}/src/work-template, to the main test resource directory tree, ${basedir}/src/work, with filtering

Re: Building offline

2007-06-22 Thread Wendy Smoak
On 6/22/07, kjohnston [EMAIL PROTECTED] wrote: I'm having trouble getting Maven to build a project in offline mode. Is there a step-by-step procedure document for this? Here's what I'd like to do: - Set up a local file based repository with all the artifacts needed to build - Run Maven in

RE: Build Schedule

2007-06-22 Thread Misura, Gabriel
Jan, Sweet. Thanks. That works! Gabriel Misura 20111 120th Ave NE, Cube 2337D Bothell, WA MSN: [EMAIL PROTECTED] Office: 425-288-6217 -Original Message- From: Jan Lisse [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 12:36 AM To: [EMAIL PROTECTED] Subject: Re: Build Schedule

Re: Socket problem

2007-06-22 Thread Emmanuel Venisse
It isn't easy to analyze it without the complete stacktrace. Emmanuel fabchap a écrit : I'm working on windows XP pro. My installation directory are D:\fcs\test-maven\continuum1.0.3 Exact : | [INFO] Adding HTTP listener on *:8080 | 15:54:30.440 WARN!! Failed to start: [EMAIL PROTECTED]:8080

Issue with dependencies of taglibs jars

2007-06-22 Thread ScottBrank
Hi there! in my oroject, i have a lot of dependencies... well, one thing i did was declare all dependencies correctly to my project. but something still missing, because when i type mvn jdev:jdev , maven builds to me a file to edit the project in jdeveloper, but when I try compiling the project

Re: Building offline

2007-06-22 Thread kjohnston
That looks like what I want. However, when I run that goal - it fails because it does not find my inter-module dependencies, which have not been built yet. Any suggestions? Wendy Smoak-3 wrote: On 6/22/07, kjohnston [EMAIL PROTECTED] wrote: I'm having trouble getting Maven to build a

Re: Building offline

2007-06-22 Thread Manuel J. Recena Soto
hi kjohnston: On Fri, 22 Jun 2007 10:45:25 -0700 (PDT), kjohnston wrote I'm having trouble getting Maven to build a project in offline mode. Is there a step-by-step procedure document for this? Here's what I'd like to do: - Set up a local file based repository with all the artifacts

Re: Status of assembly plugin

2007-06-22 Thread John Casey
I'm spending a little time here and there to try to debug a few of the bigger issues for 2.2-beta-2 right now, but it's kind of slow going. We're probably going to have to do at least a -beta-3 before this is over, so we can get -beta-2 out the door more quickly and get some of the worst

trying to assemble the javadoc created.

2007-06-22 Thread Lara Brian
Hi All, Iam trying to assemble the javadoc created. I wrote a assembly descriptor that zips up the needed files. If i run, javadoc on the whole project first and then run install, iam getting what i need. I want to do everything at one shot. So kept the javadoc in the build, my main POM is like

RE: Contributing a document fix/patch

2007-06-22 Thread Brian E. Fox
Done. I updated the jdoc (and this the mojo pages) and the usage pages. -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 10:49 PM To: Maven Users List Subject: Re: Contributing a document fix/patch Brian, while you're at it: The description

Re: Create 2 JAR of almost same project

2007-06-22 Thread Keith Beattie
On 6/22/07, Tales R. Heredia [EMAIL PROTECTED] wrote: Hi all, I need to create 2 JAR files of almost same project, but is there a little difference between 3 source files. My initial idea is create 2 project.xml and call each project at maven.xml changing this 3 files when I'll call the second

Q: Multiple executable jars from a single project

2007-06-22 Thread Keith Beattie
Hello all, I've got a project from which I'd like to create multiple 'executable' jar files, which will differ only in the 'Main-Class: ' value of their manifest files. (These jars don't need their deps, I'm collecting all deps via a parent pom with the assembly plugin.) I realize that this

RE: Building offline

2007-06-22 Thread Brian E. Fox
Go-offline won't try to build anything. It's going to attempt to download everything needed from the repositories. If your stuff isn't installed or deployed, then it will choke on it. -Original Message- From: kjohnston [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 1:44 PM To:

Re: maven-dependency-plugin filtering issue

2007-06-22 Thread Maria Odea Ching
Hi, Have you tried using the includeTypes and excludeTypes of the unpack-dependencies mojo? See http://maven.apache.org/plugins/maven-dependency-plugin/unpack-dependencies-mojo.html#includeTypes HTH, Deng purestudent wrote: Hi all! I need to filter files while unpack-dependencies goal