Re: Configuring Continuum to send email only in certain cases

2007-01-02 Thread Emmanuel Venisse
By default, continuum send a mail if the build status is modified, so, it send a mail for build in success only if the previous build was a build in failure or error. Emmanuel javier g a écrit : Hi Is there a way to configure Continuum so it will only send email notification of a successful

Online Gambling-Online Black Jack-Black Jack Casino-Online Slots-Slots Online

2007-01-02 Thread nursesex
rking999 wrote: Hi, I am building a profile to assemble my project. However, when I add the dir tags I get the following error: Embedded error: Unrecognised tag: 'baseDirectory' (position: START_TAG seen ...\n ... @7:18) The xml is as follows: all dir

Re: Problem with ear-plugin

2007-01-02 Thread Petar Tahchiev
On 02/01/07, Bryan Loofbourrow [EMAIL PROTECTED] wrote: A second point, one you may already know but it's not clear from your example. In general, I am pretty sure that the xxxModule configurations are only necessary when you want to configure something about that module's inclusion. The main

Re: [ANN] Maven Plugin Plugin 2.2 Released

2007-01-02 Thread Jerome Lacoste
On 1/2/07, Brett Porter [EMAIL PROTECTED] wrote: Thanks - have you opened a corresponding plugin plugin issue? Just did it: http://jira.codehaus.org/browse/MPLUGIN-26 J

Configure java compiler fork

2007-01-02 Thread Rahamim, Zvi \(Zvi\)
Hi, Is there a way to set (in the java compiler plugin) the fork value to true not through the pom.xml but using property? (something like maven.compiler.fork=true) Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: RE Scheduled build do not see changes in source code

2007-01-02 Thread Carlos Henriquez
HAPPY NEW YEAR yes, it is the same SCM URL for both builds. Actually, my pom file only has one scm url On 1/2/07, Guillaume BETEND [EMAIL PROTECTED] wrote: Hello all, Is your Scm Url is OK ? Cheers -- Guillaume BETEND Carlos Henriquez

Re: Configure java compiler fork

2007-01-02 Thread Tom Huybrechts
http://www.google.com/search?q=maven2+compiler+forkie=utf-8oe=utf-8rls=org.mozilla:en-US:officialclient=firefox-a On 1/2/07, Rahamim, Zvi (Zvi) [EMAIL PROTECTED] wrote: Hi, Is there a way to set (in the java compiler plugin) the fork value to true not through the pom.xml but using property?

RE: Configure java compiler fork

2007-01-02 Thread Rahamim, Zvi \(Zvi\)
I read the documentation, but I didn't see the option to set it using property. -Original Message- From: Tom Huybrechts [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 3:14 PM To: Maven Users List Subject: Re: Configure java compiler fork

maven-dependency-plugin from apache snapshot repo

2007-01-02 Thread Antoine Véret
Hello, i try to use the maven-dependency-plugin, i need the lastest snapshot (2.0-alpha-1-SNAPSHOT) for the dependency:build-classpath goal from http://people.apache.org/repo/m2-snapshot-repository/ (FTPluginSnaphots). i have registered the plugin like this : build plugins plugin

Re: maven-dependency-plugin from apache snapshot repo

2007-01-02 Thread Wendy Smoak
On 1/2/07, Antoine Véret [EMAIL PROTECTED] wrote: And when i launch the command mvn package, i got following messages : - [DEBUG] maven-resources-plugin: resolved to version 2.3-SNAPSHOT from repository FTPluginSnaphots [DEBUG] Skipping disabled repository central ...

Re: root project path property

2007-01-02 Thread B. De Mezzo
B. De Mezzo a écrit : hello, I am looking for a property to pass througth maven to get the absolute path location of the current build working directory. Does it exist ? If not, have you got an idea to get this piece of information ? Thx, BDM. update: - ${basedir} is not a good solution

Re: Firewall/proxy issues

2007-01-02 Thread Mykel Alvis
I tried ntlmaps, and it won't validate me on the network. I don't really know how ntlm authentication works, but apparently the machine you're requesting from must be a member of the domain as well as the user, so that didn't work for me either. Since BASIC authentication is available, I still

Re: root project path property

2007-01-02 Thread Emmanuel Venisse
What do you try to do exactly? Do you want the working directory or the path of the target directory? Emmanuel B. De Mezzo a écrit : B. De Mezzo a écrit : hello, I am looking for a property to pass througth maven to get the absolute path location of the current build working directory. Does

Re: maven-dependency-plugin from apache snapshot repo

2007-01-02 Thread Antoine Véret
Yes, i am behind a proxy, but i use Archiva. PS : I work with Maven 2.0.4 On 1/2/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/2/07, Antoine Véret [EMAIL PROTECTED] wrote: And when i launch the command mvn package, i got following messages : - [DEBUG]

RE: maven-dependency-plugin from apache snapshot repo

2007-01-02 Thread Brian E. Fox
It seems like the compiler plugin is pulling in that version not the dependency plugin. I did notice this morning that ibiblio was a little slow, maybe it just timed out for you? -Original Message- From: Antoine Véret [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 10:48 AM

Re: root project path property

2007-01-02 Thread B. De Mezzo
During the test phase, I need some property files located in 'svn-checkouted-dir/conf' (for example). This 'svn-checkouted-dir' is managed by continuum and is on the form : 'continuum-install-path/apps/continuum/workingdir/1/' or something like that. So I need a solution to say to maven and to

Re: root project path property

2007-01-02 Thread Emmanuel Venisse
You can try -Droot.dir=. continuum start maven in the working directory so '.' is correct Emmanuel B. De Mezzo a écrit : During the test phase, I need some property files located in 'svn-checkouted-dir/conf' (for example). This 'svn-checkouted-dir' is managed by continuum and is on the form :

Re: maven-dependency-plugin from apache snapshot repo

2007-01-02 Thread Antoine Véret
A simple mvn -U package has clean the dependencies. Thanks mister Héritier. PS : the mvn package command works with the lastest Apache version, contrary to the mvn dependency:build-classpath command which call the Codehaus plugin. On 1/2/07, Brian E. Fox [EMAIL PROTECTED] wrote: It seems

Re: root project path property

2007-01-02 Thread B. De Mezzo
Thx but that does not work ... continuum does not expand the '.' in some valid path. I also try -Droot.dir=`pwd` but it does not work too :( And I try a strange var named '${curr-scm-root}' who does not work ... Some other ideas ? :) Emmanuel Venisse a écrit : You can try -Droot.dir=.

RE: maven-dependency-plugin from apache snapshot repo

2007-01-02 Thread Brian E. Fox
Yes, when the plugin is released, we'll have to update the metadata so it uses the apache version. -Original Message- From: Antoine Véret [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 02, 2007 11:38 AM To: Maven Users List Subject: Re: maven-dependency-plugin from apache snapshot

External repositories listed in centrally deployed poms?

2007-01-02 Thread Mykel Alvis
Note: I know this sounds a bit like whining. As a point to generate discussion, I'd like to take a pulse of the group (and vent a tiny bit). Having profound difficulty getting maven past my companies firewall, I'm forced to jump through tiny flaming hoops in order to get even the simplest

Re: root project path property

2007-01-02 Thread Emmanuel Venisse
It doesn't work?? Where do you set it? in the build definition, right? B. De Mezzo a écrit : Thx but that does not work ... continuum does not expand the '.' in some valid path. I also try -Droot.dir=`pwd` but it does not work too :( And I try a strange var named '${curr-scm-root}' who does

Re: Configure java compiler fork

2007-01-02 Thread Tom Huybrechts
I'm sorry, it looks like I didn't read your question well enough :) If you look at the compile goal documentation, you can see the fork parameter. You can only set something from the commandline if you see an 'expression' attribute here with value ${some.key}. Since this is not available for

[M2] 'legacy' in repo configuration is not working as expected

2007-01-02 Thread fuvo
Hi, I want to use our existing m1 repository with m2. I configured the repository as legacy style, but it only works with a 'flat' hierarchy, because m2 builds the downloadurl without replacing the points of the groupid. groupIdfoo.bar/groupId artifactIdbaz/artifactId version0.815/version will

Re: root project path property

2007-01-02 Thread B. De Mezzo
I set it in a build definition on the 'argument' line: '--batch-mode -Droot.dir=.' In my pom.xml I put some ant code at the 'validate' phase where if do a 'echo message=root dir = ${root.dir} /' and so I get, in the root project and its sub-project, this output: 'root dir = .'. In conclusion

Re: root project path property

2007-01-02 Thread Emmanuel Venisse
I don't see an other solution with an env var. For me, '.' is a valid directory, it's isn't an absolute path, but it's correct because your in the working directory. What is the result if you use ${basedir} in your pom? You can try ${project.build.directory}/.. ${project.build.directory} is

Re: [m2] any tips for site internationalization ?

2007-01-02 Thread Dário Oliveros
Happy New Year to everyone ! Dennis, Thanks for the info. In fact I was aware of this issue already, but since it was taking too long to get it fixed, I decided to check whether anyone had a workaround. Anyway it turned out that I found why site internationalization was not working for brazilian

[m2] maven-changes-plugin - icons are not being displayed

2007-01-02 Thread Dário Oliveros
Hi there, The maven-changes-plugin report generated by running 'mvn site' does not display any icon of add, update or fix (from changes.xml). Any clues ? Is this a known bug ? Thanks, Dário -- View this message in context:

RE: [m2] any tips for site internationalization ?

2007-01-02 Thread Dário Luís Coneglian Oliveros
Happy New Year to everyone ! Dennis, Thanks for the info. In fact I was aware of this issue already, but since it was taking too long to get it fixed, I decided to check whether anyone had a workaround. Anyway it turned out that I found why site internationalization was not working for

Re: root project path property

2007-01-02 Thread B. De Mezzo
The problem with 'basedir' and 'project.build.directory' is their value change according to the sub-project. It always is the current working dir. But in my case I need the main root dir, even in the sub-project. If maven or ant can manage some recursive programming, I could do a piece of code

[m2] maven-changes-plugin - icons are not being displayed

2007-01-02 Thread Dário Luís Coneglian Oliveros
Hi there, The changes report generated by running 'mvn site' does not display any icon of add, update or fix (from changes.xml). Any clues ? Is this a known bug ? Thanks, Dário - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[m2] Dashboard report available?

2007-01-02 Thread Mick Knutson
I would like to create a multi project dashboard report like the one in m1.0.2 Is this possible? -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

Re: JBoss EJB3 and Maven

2007-01-02 Thread Vitor Pellegrino
First of all, i want to wish you all a Happy new year and thanks for every reply!! Well, i gone after Better Builds with Maven and that helped-me to find myself how could i do this with Maven kind of deployment with Maven but, sadly, i'm still facing some issues. I've split my project into 3

[M2] Adding latest version of a dependency

2007-01-02 Thread Andrew Birchall
Hello, I am using 3.2 version of Hibernate in a project and I wish to add this to my pom. However Hibernate 3.2 isn't in the Maven repository. Is there a way I can add 3.2 to the pom and have Maven download all the dependencies? Thanks a lot. Andy Birchall

Re: [M2] Adding latest version of a dependency

2007-01-02 Thread Wayne Fay
You'll need to manually add the Hibernate jar files to your local Maven repo or your corporate Maven (using install or deploy), depending on your situation. Then you can use normal dependencies. Wayne On 1/2/07, Andrew Birchall [EMAIL PROTECTED] wrote: Hello, I am using 3.2 version of

maven-j2me-plugin support for CDC

2007-01-02 Thread Stephen More
I see that the maven-j2me-plugin supports: CLDC (connected limited device configuration) MIDP (mobile information device profile) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: maven-j2me-plugin support for CDC

2007-01-02 Thread Stephen More
I see that the maven-j2me-plugin supports: CLDC (connected limited device configuration) MIDP (mobile information device profile ) ( http://mojo.codehaus.org/j2me-maven-plugin/introduction.html ) Are there any plans to add support for: CDC ( Connected Device Configuration

RE: Configure java compiler fork

2007-01-02 Thread Rahamim, Zvi \(Zvi\)
Thank you for your help, I'm not sure I understand why the plugin doesn't support in configuring it using a property. In any case, I have changed both the maven-embedder and maven-compiler-plugin (it is a matter of changing xml file. How easy ;-) ) ...and now it works -Original Message-

Re: [M2] 'legacy' in repo configuration is not working as expected

2007-01-02 Thread Wayne Fay
I'd look at Apache url rewriting to convert those foo.bar into foo/bar urls. Wayne On 1/2/07, fuvo [EMAIL PROTECTED] wrote: Hi, I want to use our existing m1 repository with m2. I configured the repository as legacy style, but it only works with a 'flat' hierarchy, because m2 builds the

Re: Configure java compiler fork

2007-01-02 Thread Wayne Fay
Go ahead and submit a JIRA RFE if you want these changes to possibly be reflected in a future build of those plugins... Wayne On 1/2/07, Rahamim, Zvi (Zvi) [EMAIL PROTECTED] wrote: Thank you for your help, I'm not sure I understand why the plugin doesn't support in configuring it using a

Re: [m2] any tips for site internationalization ?

2007-01-02 Thread Wayne Fay
Hi Dario, If you're reasonably convinced these encodings are invalid, please open a JIRA bug so someone can resolve them. Wayne On 1/2/07, Dário Oliveros [EMAIL PROTECTED] wrote: Happy New Year to everyone ! Dennis, Thanks for the info. In fact I was aware of this issue already, but since

Re: [m2] Dashboard report available?

2007-01-02 Thread Wayne Fay
Yes. Go back to m1.0.2. ;-) In all seriousness, no one has created a similar dashboard (yet) for M2, at least I haven't seen it yet myself. Wayne On 1/2/07, Mick Knutson [EMAIL PROTECTED] wrote: I would like to create a multi project dashboard report like the one in m1.0.2 Is this possible?

Re: External repositories listed in centrally deployed poms?

2007-01-02 Thread Wayne Fay
I believe the Maven dev team has a fairly strict all dependencies should exist on Central policy for their own artifacts (don't quote me). However it is unreasonable to expect that all artifacts in Central depend solely on other artifacts available on Central. I agree with you in principle -- I

Configuring Continuum to send email only in certain cases

2007-01-02 Thread javier g
Hi Is there a way to configure Continuum so it will only send email notification of a successful build *only* if the last build failed? For what I've seen so far in the documentation and the conf file, is pretty much an all-or-nothing approach. Best regards javierg

deploying to remote repository

2007-01-02 Thread Dmitry Beransky
Hi, I need a bit of help installing a third party plugin into an internal repository. I know that I need to be using some form of the following: mvn deploy:deploy-file -DpomFile= http://mirrors.ibiblio.org/pub/mirrors/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.pom\

Re: [m2] maven-changes-plugin - icons are not being displayed

2007-01-02 Thread Dennis Lundberg
Dário Luís Coneglian Oliveros wrote: Hi there, The changes report generated by running 'mvn site' does not display any icon of add, update or fix (from changes.xml). Any clues ? Is this a known bug ? Thanks, Dário It's working for me. See also the Sample Changes Report that is generated

Is it possible to have version${cur.Version}/version

2007-01-02 Thread raghurajan . x . gurunathan
Hi All Is that possible to have groupIdtest/groupId artifactIdtest/artifactId version${cur.Version}/version relativePath../../pom.xml/relativePath where i define cur.Version=1.0 in properties section, I tried to doing it, it

Re: Is it possible to have version${cur.Version}/version

2007-01-02 Thread Mick Knutson
I created a profile.xml and added a version there: profile idunix/id activation property nameenv/name valueunix/value /property /activation properties envqa/env

Re: External repositories listed in centrally deployed poms?

2007-01-02 Thread Christian Goetze
Wayne Fay wrote: Or would you expect the mirror java.net to Central process to alter all the pom files and remove the java.net repo references? I think that they should not contain explicit location references at all, relying instead on the locations defined in the poms traversed previously

Re: External repositories listed in centrally deployed poms?

2007-01-02 Thread Mykel Alvis
On 1/2/07, Wayne Fay [EMAIL PROTECTED] wrote: I believe the Maven dev team has a fairly strict all dependencies should exist on Central policy for their own artifacts (don't quote me). However it is unreasonable to expect that all artifacts in Too late! GMail quoted you! It wasn't me!

Re: deploying to remote repository

2007-01-02 Thread Mykel Alvis
You first need to define your internal repository representation and how you plan to host it. This can be as simple as a file:// reference on disk, an ftp server, dav server, etc. You must first answer this question Have you determined how you plan to host this repository? I suggest using

Re: [M2] 'legacy' in repo configuration is not working as expected

2007-01-02 Thread Arnaud HERITIER
I don't understand your problem. If you are in a legacy repo (m1), a group like foo.bar is a unique directory foo.bar. It's only with a m2 layout that you have a subdirectory bar in the directory foo. For maven 1 or maven 2 with a legacy repo a dependency : groupIdfoo.bar/groupId

Re: JBoss EJB3 and Maven

2007-01-02 Thread Marco Mistroni
helllo, my 2 cents a wild guessm ight be that your web project is not child of your com.project if your web project java files didnt change at all then it's normal that you'd have an earlier version .. try mvn clean install and see what happens otherwise.. this is what is in your ear

unable to get latest SNAPSHOT jars

2007-01-02 Thread Trent Larson
I have established our own local repository for our snapshot versions, and updates are successfully pushed to it when when we 'mvn deploy'. When we 'mvn package' the first time, we get the jars and POMs just fine. However, after that first download, we can never get updated versions of

Re: External repositories listed in centrally deployed poms?

2007-01-02 Thread Barrie Treloar
4. In a commercial environment, it is especially important to control what assets that are accessible to developers, generally for legal reasons. and I often took them at face value until quite recently. But my latest job has driven home the need to maintain tight control on the dependency

java.lang.IncompatibleClassChangeError When Running Mojo?

2007-01-02 Thread Ole Ersoy
Hi, I have a really strange thing happening. I narrowed my mojo code down to this (This is all that is in the execute body: Model model = PomFactory.eINSTANCE.createModel(); //model.setVersion(sss); Model is just a representation of the pom root element. The mojo runs fine if all I do is

Re: External repositories listed in centrally deployed poms?

2007-01-02 Thread Mykel Alvis
On 1/2/07, Barrie Treloar [EMAIL PROTECTED] wrote: 4. In a commercial environment, it is especially important to control what assets that are accessible to developers, generally for legal reasons. and I often took them at face value until quite recently. But my latest job has I still

Re: External repositories listed in centrally deployed poms?

2007-01-02 Thread Christian Goetze
Just would like to add my agreement with Mykel's position. The problem is that you can have the best developers in your world, and still get screwed by one guy outside accidentally including a dependency with encumbering licensing. That's the big drawback of the automatic inclusion of

native2ascii

2007-01-02 Thread _Random_
Hi, I'm trying to run the native2ascii Ant task. Running 'mvn compile' I get: java.lang.ClassNotFoundException: sun.tools.native2ascii.Main This suggests that tools.jar isn't added to the classpath. However, I have it in my pom.xml: project xmlns=http://maven.apache.org/POM/4.0.0;

Re: External repositories listed in centrally deployed poms?

2007-01-02 Thread Barrie Treloar
I still maintain, as I have said in other threads, you should audit not enforce lock down. Why is that? It doesn't seem a particularly valid method in my current environment, but I'm willing to listen. From my understanding, Maven currently has no capabilities to lock down these

Re: native2ascii

2007-01-02 Thread Wayne Fay
There have been a few posts on this list concerning native2ascii recently... Search the list and you might find some tips/help for your specific troubles, or perhaps a sample pom that works. Wayne On 1/2/07, _Random_ [EMAIL PROTECTED] wrote: Hi, I'm trying to run the native2ascii Ant task.

Re: Is it possible to have version${cur.Version}/version

2007-01-02 Thread Wayne Fay
I think the property value should be substituted properly if you deploy the artifact to a repository, though perhaps not when it is installed. Give that a try and report back. Wayne On 1/2/07, Mick Knutson [EMAIL PROTECTED] wrote: I created a profile.xml and added a version there: