Re: maven-dependency-plugin: Unpacking out of a test-jar?

2008-10-27 Thread Barrie Treloar
On Tue, Oct 28, 2008 at 5:48 AM, Brian E. Fox [EMAIL PROTECTED] wrote: The classifier is tests I think and the type is just jar. You should be able to tell by looking at the file in hand. It's artifactid-version-classifier.type That's annoying. Especially since I was opening the -tests.jar to

working around eclipse artifacts in repo version problems: Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0)

2008-10-19 Thread Barrie Treloar
How do I work around this type of problem? --- CONSOLE LOG --- [INFO] Failed to resolve artifact. Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0) org.eclipse.equinox:app:jar:null from the specified remote repositories: central (http://repo1.maven.org/maven2) ---

Re: working around eclipse artifacts in repo version problems: Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0)

2008-10-19 Thread Barrie Treloar
On Mon, Oct 20, 2008 at 12:47 AM, Stephen Connolly [EMAIL PROTECTED] wrote: you could change your range to be [1.0.0-!,2.0.0) the range you have specified starts with a version without a qualifier. qualified versions are before versions without a qualifier in Maven version ranges... so

Re: maven 2.0.7 reorders dependencies during build causing compilation failures

2008-10-18 Thread Barrie Treloar
On Sat, Oct 18, 2008 at 3:38 PM, Sahoo [EMAIL PROTECTED] wrote: I just don't believe what I am seeing. Despite adding a particular dependency directly in my pom.xml, maven reorders dependencies and hence we get compilation failure. e.g., take a look at the pom.xml available at [1]. It declares

Re: examples of using build-classpath to create a launcher script

2008-10-13 Thread Barrie Treloar
On Tue, Oct 14, 2008 at 3:18 AM, Beyer,Nathan [EMAIL PROTECTED] wrote: Are there any examples of using the dependency:build-classpath [1] to create a launcher script or something similar? Or should I be looking to another MOJO? Say I have a windows bat file, I'd like to insert into it a

[ANN] Maven Antrun Plugin 1.3 Released

2008-10-11 Thread Barrie Treloar
The Maven team is pleased to announce the release of the Maven Antrun Plugin, version 1.3 This plugin provides the ability to run Ant tasks from within Maven 2. http://maven.apache.org/plugins/maven-antrun-plugin/ You should specify the version in your project's plugin configuration: plugin

Re: Best practice for branching projects?

2008-10-07 Thread Barrie Treloar
On Wed, Oct 8, 2008 at 11:05 AM, Michael McCallum [EMAIL PROTECTED] wrote: oh and never start your version as 1.0 always start at 1.1 if you expect ranges to work properly... Is this a bug that needs fixing? - To unsubscribe,

Re: which ant version that maven-antrun-plugin will run?

2008-10-02 Thread Barrie Treloar
On Mon, Mar 10, 2008 at 5:36 PM, Baz [EMAIL PROTECTED] wrote: Is there a way that I can use Maven 2 to run ant 1.7.0 tasks? Yes, see the comments in http://jira.codehaus.org/browse/MANTRUN-68?focusedCommentId=149624#action_149624 where dependencies have been overridden to use a new version of

Re: eclipse plugin, resolve dependencies to the projects in the workspace

2008-09-22 Thread Barrie Treloar
On Tue, Sep 23, 2008 at 1:09 AM, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: Hello, everybody! I have the project A, which depends on the project B, both of the projects are located in the same workspace. When generating the eclipse project files for the project A, the project B reference

Re: improve Maven performance

2008-09-18 Thread Barrie Treloar
On Fri, Sep 19, 2008 at 5:40 AM, Yann [EMAIL PROTECTED] wrote: Yes we break ours projects into small one. Actually, we follow a multi layer architecture so for 1 EAR we can have up to 10 modules. It is difficult to break this application but I understood your point of view... The issue is

Re: improve Maven performance

2008-09-17 Thread Barrie Treloar
On Thu, Sep 18, 2008 at 6:38 AM, Kalle Korhonen [EMAIL PROTECTED] wrote: Also, if only few modules see activity, wouldn't it be easy to just release and version the stable parts separately, rather than always building everything? Your development process should be: * Build in your IDE mostly -

Re: NPE using eclipse:install-plugins

2008-09-16 Thread Barrie Treloar
Then this jar will be included in the project without any problem. I really think it's better. And obviously, I'll be happy to manually test the new version once the modification is applied. Fixed, with unit test as well. I just created a zip file with no manifest and renamed to jar.

Re: NPE using eclipse:install-plugins

2008-09-16 Thread Barrie Treloar
On Wed, Sep 17, 2008 at 9:08 AM, Arnaud HERITIER [EMAIL PROTECTED] wrote: perfect thx I'd feel happier if you could check it works in your envionment. I've build and tested on my windows xp box and on minotaur, but since I'm just tinkering around the edges I'm not confident I haven't stuffed

Re: NPE using eclipse:install-plugins

2008-09-16 Thread Barrie Treloar
On Wed, Sep 17, 2008 at 2:08 PM, Arnaud HERITIER [EMAIL PROTECTED] wrote: units tests and integration tests passed on my laptop (mac os x) I'll do more checks on existing projects at work (for my personal devs I'm more often using m2eclipse) That's probably enough. Appreciate the check.

Re: type=test-jar vs classifier=tests

2008-09-12 Thread Barrie Treloar
On Fri, Aug 1, 2008 at 9:14 PM, Stefano Bagnara [EMAIL PROTECTED] wrote: I have a multimodule project where some module tests have dependencies on other modules tests. I can use both classifiertests/classifier scopetest/scope and typetest-jar/type scopetest/scope I think I notice that

Re: dependency:copy-dependencies without a project

2008-07-16 Thread Barrie Treloar
On Wed, Jul 16, 2008 at 9:15 PM, Stefan Oestreicher [EMAIL PROTECTED] wrote: Hi, is there a way to fetch an artifact along with all its dependencies from a repository without a maven project? TIA, Not that I am aware. You only need a very basic pom to do this, why not create it?

Re: mvn eclipse:eclipse should use a different variable name than M2_REPO

2008-07-13 Thread Barrie Treloar
On Fri, Jul 11, 2008 at 8:09 PM, Arand, Thomas (NSN - DE/Muenich) [EMAIL PROTECTED] wrote: Hi all, I want to add two projects to eclipse. Unfortunately, they require the use of two different local maven repositories. Unfortunately, mvn eclipse:eclipse generates .classpath files where the

Re: classpath in jar manifest

2008-07-08 Thread Barrie Treloar
On Wed, Jul 9, 2008 at 7:44 AM, Wayne Fay [EMAIL PROTECTED] wrote: I suspect your problem is due to improper capitalization: manifestEntries Class-pathresources//Class-path /manifestEntries I believe this should be Class-Path. This is what I

Re: How to get around a Maven Bug?

2008-06-19 Thread Barrie Treloar
On Thu, Jun 19, 2008 at 11:46 PM, Hoying, Ken [EMAIL PROTECTED] wrote: I am getting the error below when attempting to add the Apache commons-validator version 1.3.1 to my project. It looks like this might be a known issue in Maven based on this bug report:

Re: antrun and ant's -debug or -verbose option

2008-06-15 Thread Barrie Treloar
On Fri, Jun 13, 2008 at 9:39 AM, Barrie Treloar [EMAIL PROTECTED] wrote: On Thu, Jun 12, 2008 at 2:38 PM, Barrie Treloar [EMAIL PROTECTED] wrote: Is it possible to get antrun to pass either -debug or -verbose to the Ant engine? I am running texen inside antrun and I don't get enough

Re: antrun and ant's -debug or -verbose option

2008-06-12 Thread Barrie Treloar
On Thu, Jun 12, 2008 at 2:38 PM, Barrie Treloar [EMAIL PROTECTED] wrote: Is it possible to get antrun to pass either -debug or -verbose to the Ant engine? I am running texen inside antrun and I don't get enough information and texen says to use -debug for more information. I guess one

antrun and ant's -debug or -verbose option

2008-06-11 Thread Barrie Treloar
Is it possible to get antrun to pass either -debug or -verbose to the Ant engine? I am running texen inside antrun and I don't get enough information and texen says to use -debug for more information. I guess one option would be to install ant...

Re: Maven and GData

2008-06-03 Thread Barrie Treloar
On Wed, Jun 4, 2008 at 8:23 AM, Alan Gutierrez [EMAIL PROTECTED] wrote: On Jun 2, 2008, at 10:26 PM, Alan Gutierrez wrote: It seems that Google Guice has made it into the Maven repositories while GData has not, even though they are both very openly licensed. I'm searching using

Re: maven pde rcp to build

2008-05-14 Thread Barrie Treloar
Where did you get with this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven pde rcp to build

2008-04-29 Thread Barrie Treloar
On Tue, Apr 29, 2008 at 10:38 PM, [EMAIL PROTECTED] wrote: The differences are that I am using 3.3.2 and there is no RCP standalone package for 3.3.2. Sorry, I'm starting to run out of ideas. Are you able to get the project build via ant? the pde plugin just calls the ant build files, so if

Re: maven pde rcp to build

2008-04-29 Thread Barrie Treloar
On Wed, Apr 30, 2008 at 7:17 AM, [EMAIL PROTECTED] wrote: I will try to get it to build from the ant script! Thanks! Have you upgrade your build to use Eclipse 3.3.2? No, we are still 3.2.2 We are too close to production to upgrade at this stage and it is a non-trivial exercise. Did you

Re: maven pde rcp to build

2008-04-28 Thread Barrie Treloar
On Tue, Apr 29, 2008 at 6:22 AM, [EMAIL PROTECTED] wrote: So not I moved the project to the C: directory, and I get this error, but I can not find where this is being called from. It seems like it is failing on the second run of the generateFeature target. I can not find where this is

Re: maven pde rcp to build

2008-04-27 Thread Barrie Treloar
On Sat, Apr 26, 2008 at 11:11 AM, Barrie Treloar [EMAIL PROTECTED] wrote: On Tue, Apr 22, 2008 at 2:44 AM, [EMAIL PROTECTED] wrote: I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete? http://mojo.codehaus.org/pde-maven-plugin

Re: maven pde rcp to build

2008-04-25 Thread Barrie Treloar
On Tue, Apr 22, 2008 at 2:44 AM, [EMAIL PROTECTED] wrote: I have been looking for a while for this solution. Has anyone been able to run this tutorial to complete? http://mojo.codehaus.org/pde-maven-plugin/examples/simple_product.html I have looked through many emails just to get the

Re: continuous integration server

2008-04-15 Thread Barrie Treloar
On Sun, Apr 13, 2008 at 9:06 PM, Peter Horlock [EMAIL PROTECTED] wrote: Hi, Which continuous integration server would you recommend me? Continuum? Or is there also a version by sonatype in the making?! :-) We have been using CruiseControl (since July 2007), some of the other CI tools

Re: Definitive Guide - is it real?

2008-04-13 Thread Barrie Treloar
On Sun, Apr 13, 2008 at 2:24 PM, Jason van Zyl [EMAIL PROTECTED] wrote: You could theoretically write the book in whatever you want but you'll need a docbook sink that's accurate. Once you have that then you should be able to do the same things we are. Or just write the content in docbook.

Re: Multiple CPUs

2008-04-09 Thread Barrie Treloar
On Wed, Apr 9, 2008 at 8:51 PM, Benedikt Thelen [EMAIL PROTECTED] wrote: Hi there, i am sort of a maven newbee, At our workplce we have a quite big Coccon project in developenet and we use maven to build it. Building takes usually 5-6 minutes which is quite a while. I noticed using gkrellm

Re: eclipse:to-maven ... pom-version problems

2008-04-03 Thread Barrie Treloar
On Thu, Apr 3, 2008 at 4:15 PM, WolfgangRoessler [EMAIL PROTECTED] wrote: Hello, I have a problem when using eclipse:to-maven. For example org.eclipse.emf:ecore has a dependency to org.eclipse.runtime:core with a version range [3.2.0,4.00). Unfortunately the version of

Re: eclipse:install-plugins 2.5 does not add qualifier to jar, 2.4 did.

2008-04-03 Thread Barrie Treloar
this ? Is it a defect ? Arnaud On Tue, Apr 1, 2008 at 2:44 AM, Barrie Treloar [EMAIL PROTECTED] wrote: My PDE build has stopped working after upgrading to maven-eclipse-plugin:2.5 The install-plugin goal is now copying my dependencies as: com.ibm.icu_3.4.5

Re: eclipse:eclipse 2.5 Build path specifies unavailable execution environment: J2SE-1.4?

2008-04-02 Thread Barrie Treloar
On Wed, Mar 26, 2008 at 8:29 AM, Barrie Treloar [EMAIL PROTECTED] wrote: I've updated the PreferencesJavaInstalled JREsExecution Environments to enable J2SE1-4 to jdk.1.5.0_12 (as suggested in http://dev.eclipse.org/newslists/news.eclipse.tools.jdt/msg18807.html) But I still get this error

eclipse:install-plugins 2.5 does not add qualifier to jar, 2.4 did.

2008-03-31 Thread Barrie Treloar
My PDE build has stopped working after upgrading to maven-eclipse-plugin:2.5 The install-plugin goal is now copying my dependencies as: com.ibm.icu_3.4.5.jar instead of (version 2.4 did this) com.ibm.icu_3.4.5.20061213.jar This means my

eclipse 3.2.2 jars in central, what about RCP SDKs?

2008-03-30 Thread Barrie Treloar
We develop RCP applications and it is handy that the Eclipse jars are now on central, can we get some of the RCP archives up as well? As per the downloads at http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/index.php We need the eclipse-RCP-3.2.2 for our environment

Re: eclipse 3.2.2 jars in central, what about RCP SDKs?

2008-03-30 Thread Barrie Treloar
On Mon, Mar 31, 2008 at 10:21 AM, Jason van Zyl [EMAIL PROTECTED] wrote: I've been busy but before anyone publishes anything I'll try to summarize the meeting we had at EclipseCon. In a nutshell the OSGi experts around the table like Peter Krien's, and Jeff McAffer agreed aligning the

Re: cvs ssh problem

2008-03-30 Thread Barrie Treloar
On Mon, Mar 31, 2008 at 12:31 PM, Jon Strayer [EMAIL PROTECTED] wrote: Given this scm entry from a pom: scm connection scm:cvs:ext:${cvs.user)@ freehost3270.org:/home/jstrayer/cvsroot:freehost3270 /connection /scm when I execute mvn scm:update It

RFC: eclipse:eclipse 2.5 (MECLIPSE-344) linking projects in workspace for both reactor and non-reactor invocations

2008-03-25 Thread Barrie Treloar
I'd like to have feedback about how/if you are using -Declipse.workspace in eclipse:eclipse 2.5 There is a comment in http://jira.codehaus.org/browse/MECLIPSE-344#action_126688 (after the issue was closed) to request that this option not be needed. The reasoning should be if you have a project

eclipse:eclipse 2.5 Build path specifies unavailable execution environment: J2SE-1.4?

2008-03-25 Thread Barrie Treloar
I've updated the PreferencesJavaInstalled JREsExecution Environments to enable J2SE1-4 to jdk.1.5.0_12 (as suggested in http://dev.eclipse.org/newslists/news.eclipse.tools.jdt/msg18807.html) But I still get this error message Build path specifies unavailable execution environment: J2SE-1.4 Has

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-10 Thread Barrie Treloar
See http://docs.codehaus.org/display/MAVENUSER/Patching+Maven+Plugins and the final post that started that page at http://www.nabble.com/forum/Permalink.jtp?root=7845254post=7884079page=y I can't find a JIRA, I would have thought I raised one... Oh well. I never found the time to re-investigate

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-07 Thread Barrie Treloar
On Sat, Mar 8, 2008 at 9:18 AM, EJ Ciramella [EMAIL PROTECTED] wrote: We're currently stuck on 2.0.5 - the problem is getting an entire organization to upgrade. Aside from the, it works better response, typically, there needs to be a financial reason explaining why we are asking everyone

Re: problem with custom check in checkstyle plugin

2008-02-08 Thread Barrie Treloar
On Feb 9, 2008 9:03 AM, Dennis Lundberg [EMAIL PROTECTED] wrote: Barrie Treloar wrote: On Feb 6, 2008 8:37 AM, Dennis Lundberg [EMAIL PROTECTED] wrote: Funny how things in the universe sometimes occur at the exact same time... Yesterday I completely rewrote the example about using custom

Re: problem with custom check in checkstyle plugin

2008-02-06 Thread Barrie Treloar
On Feb 6, 2008 8:37 AM, Dennis Lundberg [EMAIL PROTECTED] wrote: Funny how things in the universe sometimes occur at the exact same time... Yesterday I completely rewrote the example about using custom checks for the Checkstyle plugin. It is now a complete example with all code necessary.

Re: problem with custom check in checkstyle plugin

2008-02-04 Thread Barrie Treloar
On Sep 11, 2007 11:38 PM, Michael Fortin [EMAIL PROTECTED] wrote: Hello. I've been trying to get a custom check installed and can't get it run. I've followed the directions from the maven site almost to the letter but it keeps failing on the packagenames.xml. If I take my custom check out of

Re: Using Custom Developed Checkstyle Check Modules

2008-02-04 Thread Barrie Treloar
On Nov 19, 2007 9:30 PM, DanBarker85 [EMAIL PROTECTED] wrote: Thanks for your response. Adding the jar as an extension in the build was the original option I chose, as was detailed in the Maven tutorial. I think i've tried all combinations, but maybe it doesn't find the jar file I found

Re: For those behind an NTLM proxy

2008-01-19 Thread Barrie Treloar
On Jan 18, 2008 7:04 PM, Antonio Petrelli [EMAIL PROTECTED] wrote: Hi all, I would like you to know that I found CNTLM, that works better than NTLM APS (and does not need to be patched): http://cntlm.sourceforge.net/ I updated the wiki page too:

Re: Don't kill the messenger

2007-12-21 Thread Barrie Treloar
On Dec 21, 2007 8:35 AM, Brett Porter [EMAIL PROTECTED] wrote: Or set it to never in the repository definition and then use -U to use it when you want. Or never use snapshots. Always build a locally installed patch version and depend on that. See

Re: A nice circle: parent pom in remote repository

2007-12-17 Thread Barrie Treloar
We put internal repositories in settings.xml -- in fact we repackage Maven with that custom settings.xml and distribute it internally. How often do your repo urls change? (And why?) Our current repository is Proximity, which won't be releasing a stable version, so we are looking to

Re: How to rebuild modules that depend on a changed module?

2007-12-04 Thread Barrie Treloar
On Dec 3, 2007 5:33 PM, Kees van Dieren [EMAIL PROTECTED] wrote: This would be helpful for us as well. We have a pom.xml with multiple modules, e.g. modulemodA/module modulemodB/module modulemodC/module modulemodD/module modB needs modA, modC needs modB. When modA is modified, modA, modB

Re: Internal (company) repository layout best practices

2007-10-21 Thread Barrie Treloar
On 10/18/07, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, can you state pros and cons for your company's maven internal repository layout. Why (for example) have internal-snapshots and internal repos. It is best practice to separate releases from snapshots. In general other people are only

Re: how to specify the eclipse code formatter profile

2007-10-14 Thread Barrie Treloar
On 10/12/07, Dan Tran [EMAIL PROTECTED] wrote: plugin artifactIdmaven-eclipse-plugin/artifactId version2.5-SNAPSHOT/version [del] then run 'mvn eclipse:configure-workspace' at your root Note this is a SNAPSHOT version of the eclipse plugin, so you will need to wait

Re: command line compile crashes Eclipse

2007-09-10 Thread Barrie Treloar
On 9/11/07, Carlos Sanchez [EMAIL PROTECTED] wrote: do you mean that you do the mvn compile outside of eclipse? I didn' t think that eclipse pick up external changes if you don' t explicitly do a refresh It doesn't, unless you turn that feature on yourself. (Windows - Preferences - General -

Re: Community review of the next commons-logging pom

2007-08-28 Thread Barrie Treloar
On 8/28/07, Jörg Schaible [EMAIL PROTECTED] wrote: Michael McCallum wrote on Tuesday, August 28, 2007 12:34 AM: I've generally stopped using dependencyManagement in favour of dependency composition Why? Only with dependencyManagement you're able to manage transitive versions. Michael,

Re: Maven insist to fetch sibling module from repository

2007-08-26 Thread Barrie Treloar
No, I sub-module and the parent module does have any assembly defined. Btw, I tried to create sample project with empty source, but just hold the parent + sub-module-a and sub-module-b, the problem still exists. If you can create a simple reproducable project then attach it as a JIRA issue

Re: Maven insist to fetch sibling module from repository

2007-08-24 Thread Barrie Treloar
Can you paste the error message? I can reproduce the issue, if sub-module-b packaing == jar, no error. My error occur only when packagin == ear... Do you happen to have assembly in there somewhere to? I have a similar error where an non-jar dependency (a zip file) is included in a module

Re: Proxying internal repositories?

2007-08-23 Thread Barrie Treloar
On 8/24/07, Brett Porter [EMAIL PROTECTED] wrote: Hi Barrie, Sorry I missed your earlier post. I think this is a valid use case. With the changes I'm making for MRM-462, it should be again possible to proxy file:// repositories, though I think even with the current release you could

Re: Maven insist to fetch sibling module from repository

2007-08-23 Thread Barrie Treloar
On 8/24/07, Zarick Lau [EMAIL PROTECTED] wrote: Dear Users and Developers, In a multi-module project (1 parent with 2 sub-module), sub-module-b deps on sub-module-a, when I run maven under the top-level (parent), mvn process-resources Maven will try to grab sub-module-a from repository,

Re: maven-clean-plugin: does inheritedtrue/inherited work for you?

2007-08-16 Thread Barrie Treloar
On 8/13/07, Max Bowsher [EMAIL PROTECTED] wrote: Barrie Treloar wrote: On 8/10/07, Max Bowsher [EMAIL PROTECTED] wrote: Try configuration combine.children=append - not tested, but I think that'll do what you want. Is this an undocumented feature as it is not listed in the http

Re: maven-clean-plugin: does inheritedtrue/inherited work for you?

2007-08-16 Thread Barrie Treloar
It would help if I thought first before typing :) plugin artifactIdmaven-clean-plugin/artifactId configuration filesets combine.children=append fileset directorylogs/directory followSymlinksfalse/followSymlinks

Re: maven-clean-plugin: does inheritedtrue/inherited work for you?

2007-08-11 Thread Barrie Treloar
On 8/10/07, Max Bowsher [EMAIL PROTECTED] wrote: First, inheritedtrue/inherited is the default! Ahh, I hadn't thought that through since I rely on this in other areas anyway. Second, the default behaviour is for configurations to be *merged* - hence

maven-clean-plugin: does inheritedtrue/inherited work for you?

2007-08-09 Thread Barrie Treloar
With mvn 2.0.7 and maven-clean-plugin:2.1.1 In my parent plugin build pluginManagement plugins plugin artifactIdmaven-clean-plugin/artifactId inheritedtrue/inherited configuration filesets fileset

Proxying internal repositories?

2007-08-02 Thread Barrie Treloar
The proxy connector only allows linking an internal repository with a remote repository. At the moment I have our repositories physically separated on disk (a hang over from maven-proxy setup) I have the following layout: * internal * internal_snapshot * maven_proxy I would like to keep these

Repository Scanners.

2007-08-02 Thread Barrie Treloar
I'm using Archiva 1.0 Alpha 2, When I edit a repository definition and disable Scannable and save my changes, the changes appear to be ignored on the Repositories screen. There also appears to be no information about how much work is left in a scan. When I watch the logs from the repository

Re: maven-dependency-plugin: Checks for updates for released artifacts?

2007-07-24 Thread Barrie Treloar
On 7/24/07, Brian E. Fox [EMAIL PROTECTED] wrote: I've never seen this before, and use mdep quite extensively. Can you paste a log? That's good to hear. It could well be something specific to our environment. Whoops, After preparing more details for this response, I noticed where the

maven-dependency-plugin: Checks for updates for released artifacts?

2007-07-23 Thread Barrie Treloar
Has anyone else noticed that maven-dependency-plugin:copy-dependencies:2.0-alpha-4 checks for updates (at least daily) for new versions of released artifacts? I haven't taken the step to see if this is the problem. I wanted to find out if anyone else had noticed the problem first? Cheers

Re: maven-dependency-plugin: Checks for updates for released artifacts?

2007-07-23 Thread Barrie Treloar
On 7/24/07, Brian E. Fox [EMAIL PROTECTED] wrote: That goal relies on Maven to do the resolution (@requiresDependencyResolution test). If you're seeing some new behavior, have you updated Maven itself recently? I don't know if it is new behaviour. We are using 2.0.7, its just something I have

Re: dependency:analyze incorrectly using excludes from DepMgtsection.

2007-06-30 Thread Barrie Treloar
On 6/30/07, Brian E. Fox [EMAIL PROTECTED] wrote: Ah, now I see what you mean. This does indeed look strange, especially the wording of the message. On the other hand, it is just an INFO and not a WARNING like the other problems found by the dependency:analyze goal. I don't know if this behavior

eclipse:eclipse and xmlbeans-maven-plugin generated source

2007-06-29 Thread Barrie Treloar
xmlbeans-maven-plugin uses the schema *.xsd files to create target/generated-sources and from there to compile into classes. I'd like to somehow tell eclipse:eclipse to include target/generated-sources on the classpath. The is because xmlbeans-maven-plugin creates *.class files which don't have

Re: dependency:analyze incorrectly using excludes from DepMgt section.

2007-06-29 Thread Barrie Treloar
On 6/29/07, Heinrich Nirschl [EMAIL PROTECTED] wrote: On Thu, 2007-06-28 at 10:20 +0930, Barrie Treloar wrote: When I run dependency:analyze on my module I get: [INFO] Found Resolved Dependency / DependencyManagement mismatches: [INFO] Ignoring Direct Dependencies. [INFO

Re: dependency:analyze incorrectly using excludes from DepMgt section.

2007-06-29 Thread Barrie Treloar
I only excluded javax.servlet from EasyConf and not commons-logging, so I shouldn't be getting this error. Ah, now I see what you mean. This does indeed look strange, especially the wording of the message. On the other hand, it is just an INFO and not a WARNING like the other problems found by

dependency:analyze incorrectly using excludes from DepMgt section.

2007-06-27 Thread Barrie Treloar
When I run dependency:analyze on my module I get: [INFO] Found Resolved Dependency / DependencyManagement mismatches: [INFO] Ignoring Direct Dependencies. [INFO] javax.servlet:servlet-api:jar was excluded in DepMgt, but version 2.3 has been found in the dependency tree. mvn site's Dependency

org.apache.mina:build:1.0.* not available in Maven Repo

2007-06-24 Thread Barrie Treloar
The pom's are there but no jars. I'm going to pester the Mina group separately but thought would ask here too. Anyone know why? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: org.apache.mina:build:1.0.* not available in Maven Repo

2007-06-24 Thread Barrie Treloar
On 6/25/07, Barrie Treloar [EMAIL PROTECTED] wrote: The pom's are there but no jars. I'm going to pester the Mina group separately but thought would ask here too. Anyone know why? Err, I can probably answer my own question, build is not a jar project. Apologies, I should think before

Re: Maven not respecting order of profiles passed in on the command line

2007-06-05 Thread Barrie Treloar
You probably want to read http://www.nabble.com/What-is-the-Best-practice-for-generating-variations-of-an-artifacts--tf3414040s177.html I'm still confused over your build environment. Maven has one artifact per pom. When you release your artifact it should be reproducible. But having to select

Re: Maven not respecting order of profiles passed in on the command line

2007-06-04 Thread Barrie Treloar
On 6/4/07, EJ Ciramella [EMAIL PROTECTED] wrote: Please enlighten me - how do you avoid using profiles entirely? You will need to describe your use case. Basically a profile should only be used to either a) externalise OS dependent settings, e.g. location of eclipse installation. In

Re: Maven not respecting order of profiles passed in on the command line

2007-06-02 Thread Barrie Treloar
On 6/3/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/2/07, EJ Ciramella [EMAIL PROTECTED] wrote: I hate to bump my original email - but can someone from the dev side please let me know what to expect here? We're 100% wedged at this point. The issue you linked to [1] is marked fixed for

maven-release-plugin:2.0-beta-5 can't find CVS passwords

2007-05-17 Thread Barrie Treloar
[INFO] [release:prepare] [INFO] Resuming release from phase 'scm-check-modifications' [INFO] Verifying that there are no local modifications... [INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/cvs/sapol -n -q update -d [INFO] Working directory: D:\rel-0.7\sapol [ERROR] Didn't find

Re: maven-release-plugin:2.0-beta-5 can't find CVS passwords

2007-05-17 Thread Barrie Treloar
On 5/18/07, Barrie Treloar [EMAIL PROTECTED] wrote: [INFO] [release:prepare] [INFO] Resuming release from phase 'scm-check-modifications' [INFO] Verifying that there are no local modifications... [INFO] Executing: cvs -z3 -f -d :pserver:[EMAIL PROTECTED]:/cvs/sapol -n -q update -d [INFO] Working

Re: Eclipse RCP/PDE building and Maven

2007-05-16 Thread Barrie Treloar
Having them in the repo enables sharing them between the team, and I can imagine that at some point we'll be able to build and test without the installation but as jetty:run does with J2EE. Who on the team is not going to have Eclipse installed? Even on a build server you would just install

Re: APP-INF/lib and Developer Setup

2007-05-09 Thread Barrie Treloar
On 5/9/07, Nunn, Gerald [EMAIL PROTECTED] wrote: In Maven I found an example of getting jars into APP-INF/lib from the Maven repository here http://maven.apache.org/plugins/maven-ear-plugin/howto.html. I'm developing a WebLogic Portal application and in order for developers to iteratively

Re: Eclipse RCP/PDE building and Maven

2007-05-06 Thread Barrie Treloar
On 5/6/07, Carlos Sanchez [EMAIL PROTECTED] wrote: I think we need an Eclipse section in the wiki and put all the pages under that Yes please. I created http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration to start hanging all this together. Also another thing I wanted to do is

Re: Maven surefire question

2007-04-27 Thread Barrie Treloar
On 4/28/07, Si'mon [EMAIL PROTECTED] wrote: When a JUnit test fails I would like Maven:surefire to exit and not run additional tests. Anyone know how to do this? It keeps going for some time and then stops but I want it to come to a screeching halt right then. As Wayne suggests this sounds

Wagon Deploy error: java.io.IOException: Read end dead

2007-04-26 Thread Barrie Treloar
I am getting an intermittent problem when deploying artifacts to our server. It seems to happen on large files (but I think it has happened on other ones). This particular file is 500Mb in size. The error Read end dead has occurred at different amounts of data sent in the upload process. Some

Re: How to Build Eclipse RCP Application using Maven

2007-04-18 Thread Barrie Treloar
On 4/18/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: Hi, The following authentication error is coming while trying to install your eclipse plugins. The following command deploying eclipse plugins to the NECLUES Repo/. How to install eclipse plugins in local repo (.m2 repo)?

Re: Maven builds and eclipse

2007-04-18 Thread Barrie Treloar
On 4/18/07, Kris Massey [EMAIL PROTECTED] wrote: Hi all, Im having some problems getting eclipse to work with the mvn eclipse:eclipse task My build creates the correct contents in the target file/WEB-INF/lib folder, however when I run the eclipse task it picks up 3 extra jars, Ive got no idea

Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-17 Thread Barrie Treloar
On 4/17/07, Davis Ford [EMAIL PROTECTED] wrote: Hi Barrie, I understand about create a separate resource module that can be shared. Let me ask a quick question though. You mention you don't use a flat structure. This isn't a flat structure as far as i can tell...it is hierarchical. Fair

Re: How to Build Eclipse RCP Application using Maven

2007-04-17 Thread Barrie Treloar
On 4/17/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: Hi All, How to build a Eclipse RCP Application using Maven? What are the steps I need to follow for the same? Besides searching the nabble archives for more on this, have a look at: See Building Eclipse RCP and

Re: How to Build Eclipse RCP Application using Maven

2007-04-17 Thread Barrie Treloar
On 4/18/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: I saw this site already but there is no step by step procedure to build application. Do we need pde-maven-plugin to build RCP? Can u please give me a complete description about this? Err, you go to the pde-maven-plugin

Re: maven-eclipse-plugin has problem with muli-project resources

2007-04-16 Thread Barrie Treloar
On 4/17/07, Davis Ford [EMAIL PROTECTED] wrote: Hi, it appears that in order for eclipse to see relative path links like this, an entry needs to be made to the .project file with the linkeResources tag. If you manually add a src folder in eclipse, this is the change it makes in .project. Is

Re: Maven users in the industry

2007-04-12 Thread Barrie Treloar
On 4/12/07, Erez Nahir [EMAIL PROTECTED] wrote: Here in Cisco we use Maven2. If you can, when your presentation is ready, please share it, we still have some resistance from old make/ant supporters... How can there be resistance? Once you get things up and running m2 is so much more simpler to

Re: [IMPORTANT] Maven 2 Plugin Auto-Versioning Considered Dangerous

2007-04-11 Thread Barrie Treloar
On 4/12/07, John Casey [EMAIL PROTECTED] wrote: Here's an example: [del] Having created this project with its assembly descriptor, but WITHOUT A VERSION IN THE ASSEMBLY PLUGIN DECLARATION, I commit my project. Now, some time later, after the next version of the assembly plugin fixes this bug,

Re: eclipse:install-plugins and features?

2007-04-10 Thread Barrie Treloar
Has anyone else found they needed to do something like what I am doing? It feels like I should also be adding the features to the eclipse:make-artifacts and getting eclipse:install-plugins (or eclipse:install-features) to do the work. If I go and create eclipse:install-features, I'm wondering

eclipse:install-plugins and features?

2007-04-04 Thread Barrie Treloar
I want to split my RCP build into two parts. Part 1) contains the GIS plugin which is huge ~400Mb of data and rarely needs to be built. Part 2) contains the RCP application which would depend upon the GIS plugin. Ideally I would like Part 1) to also contain a feature that described the plugins

Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-02 Thread Barrie Treloar
On 4/2/07, Wayne Fay [EMAIL PROTECTED] wrote: Also, any particular reason you're still running 2.0.4 when 2.0.5 has been out for a while, and 2.0.6 was just released? ;-) We have only just come to the end of our iteration (a suitable place to reassess tooling) and 2.0.5 didn't offer anything

Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-02 Thread Barrie Treloar
On 4/2/07, Brian E. Fox [EMAIL PROTECTED] wrote: Barrie, you'll probably need to clear that info from your maven-proxy. Done, and sorted. I figured it was something to do with my environment. More incentive to get Archiva complete and working. Thanks

Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-01 Thread Barrie Treloar
On 3/28/07, Brian Fox [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the release of the Maven Dependency Plugin, version 2.0-alpha-4 For some reason mvn is resolving to the codehaus version and not the apache version. I thought there was someway to fully qualify the path of a

Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-01 Thread Barrie Treloar
On 4/2/07, Wayne Fay [EMAIL PROTECTED] wrote: Try the fully qualified plugin name ie: -Dplugin=org.apache.maven.plugins:maven-dependency-plugin:2.0-alpha-4 This works, and pulls down the correct version from central. However, now that the new version is available, it is still resolving to

Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-01 Thread Barrie Treloar
On 4/2/07, Brett Porter [EMAIL PROTECTED] wrote: Barrie: rm ~/.m2/repository/org/codehaus/mojo/maven-metadata.xml* should do the trick. Tried that already. Deleted ~/.m2/repository/org/codehaus/mojo/ maven-metadata* dependency-maven-plugin/ I have the added complication that mvn-proxy is

<    2   3   4   5   6   7   8   9   10   >