Re: [m1.1b1] jdepend plugin problem

2005-08-26 Thread Wim Deblauwe
ok, I opened a new issue in JIRA. regards, Wim 2005/8/25, Arnaud HERITIER [EMAIL PROTECTED]: No idea Can you check if an issue already exists or can you open one. Arnaud Hi, I get the following error when using the jdepend plugin with Maven 1.1beta1: -- maven

[m1] problem with plug-in auto-download

2005-08-26 Thread berndq
Hi, I want to use the plug-in auto-download feature so I added dependency groupIdmaven-plugins/groupId artifactIdmaven-izpack-plugin/artifactId version0.3.1/version /dependency to my pom and I have maven.repo.remote=XXX,http://maven-plugins.sf.net/maven But the

Re: [m1] problem with plug-in auto-download

2005-08-26 Thread Brett Porter
Try: typeplugin/type Also, change the host from sf.net to sourceforget.net (so it doesn't have to do the redirect). - Brett On 8/26/05, berndq [EMAIL PROTECTED] wrote: Hi, I want to use the plug-in auto-download feature so I added dependency groupIdmaven-plugins/groupId

Re: [m1] problem with plug-in auto-download

2005-08-26 Thread berndq
Brett Porter wrote: Try: typeplugin/type thanks, that fixed it! I saw this very nice feature first in the Maven A Developers's notebok There is an example at page 184 of the first edition. This example does not mention the type tag. Bernd

[m2] How to invoke ant scripts from maven

2005-08-26 Thread Scokart Gilles
I have a project that build an ant task, and I would like to use maven to build this project :-) During my tests, I would like to invoke an ANT script that use my task, in order to validate that it works as expected. How can I make this. I have first tried to write a JUnit test that call this

Re: [m1] problem with plug-in auto-download

2005-08-26 Thread Brett Porter
On 8/26/05, berndq [EMAIL PROTECTED] wrote: I saw this very nice feature first in the Maven A Developers's notebok There is an example at page 184 of the first edition. This example does not mention the type tag. That hasn't made it to the errata yet, maybe you could submit it?

[m1.1b1] failing inheritance for project.properties

2005-08-26 Thread Wim Deblauwe
Hi, I see that bug http://jira.codehaus.org/browse/MAVEN-1610 is closed. Is it supposed to be solved in 1.1beta1? Because I tested again with the 1.1beta1I just installed and the bug is still present. Is it ok if I re-open the bug? regards, Wim

RE: [m1.1b1] failing inheritance for project.properties

2005-08-26 Thread Jörg Schaible
Wim Deblauwe wrote on Friday, August 26, 2005 10:09 AM: Hi, I see that bug http://jira.codehaus.org/browse/MAVEN-1610 is closed. Is it supposed to be solved in 1.1beta1? No, because it has not been fixed. Because I tested again with the 1.1beta1I just installed and the bug is still

Re: jar:install-snapshot - deprecated jar:snapshot

2005-08-26 Thread Brett Porter
Yes, but as they are timestamped they are really easy to clean up. It allows you to be more deterministic about what build you are actually getting, and is consistent with the way m2 was implemented. - Brett On 8/25/05, Jörg Schaible [EMAIL PROTECTED] wrote: Brett Porter wrote on Wednesday,

Re: [m2] Help Installing a non sandard site report

2005-08-26 Thread Brett Porter
Hi Tony, The taglist plugin hasn't been released yet. Until that time, you can manually check it out and install it from https://svn.codehaus.org/mojo/trunk/mojo/maven-taglist-plugin/, then add the appropriate group/artiafctId to your POM. Maven 1.x plugins will not work in m2, unfortunately.

Re: common dependency in maven 1

2005-08-26 Thread Brett Porter
This is easier in m2... in m1, I'd suggest having another parent that simply extends the original parent and adds the core dep. All the projects except core should extend that. On 8/26/05, Litton, Tom - CEPM [EMAIL PROTECTED] wrote: I was hoping to get some advice from all of you brilliant and

Re: common dependency in maven 1

2005-08-26 Thread dan tran
how about restructure your source tree as root core subproject common-settings -- make sub 1 sub 2 have all subx to inherit from common-setting project which has core as dependency In your root set

Re: [1.1b1] artifact plugin snapshot versions

2005-08-26 Thread Brett Porter
Sorry, this should have been configurable. Please file a feature request on the artifact plugin to allow turning it off... Because of the timestamps, it is quite easy to clean them up after a period though. - Brett On 8/25/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, I just upgraded to

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
Jörg Schaible a écrit : stéphane bouchet wrote on Thursday, August 25, 2005 2:09 PM: Hi all, I have a problem using multiproject. i have a project called 'core' and another called 'applet'. the 'applet' project depends on the 'core' one. So i defined in the 'applet' project.xml : dependency

Re: [m1] problem with plug-in auto-download

2005-08-26 Thread berndq
Brett Porter wrote: That hasn't made it to the errata yet, maybe you could submit it? done Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [1.1b1] artifact plugin snapshot versions

2005-08-26 Thread Wim Deblauwe
Done: http://jira.codehaus.org/browse/MPARTIFACT-59 2005/8/26, Brett Porter [EMAIL PROTECTED]: Sorry, this should have been configurable. Please file a feature request on the artifact plugin to allow turning it off... Because of the timestamps, it is quite easy to clean them up after a

Re: [m1.1b1] failing inheritance for project.properties

2005-08-26 Thread Wim Deblauwe
Ahh.. I see now. It's a duplicate of a bug that is fixed for 1.1beta2. I did not notice the '2'. So I suppose it will be fixed in the next beta. regards, Wim 2005/8/26, Jörg Schaible [EMAIL PROTECTED]: Wim Deblauwe wrote on Friday, August 26, 2005 10:09 AM: Hi, I see that bug

Re: [m1.1b1] preemptive authentication failed

2005-08-26 Thread Brett Porter
You seem to be attempting to use an NTLM proxy unnecessarily? What proxy config do you have? - Brett On 8/25/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, Using 1.1beta1, I get the following error/warning. What does this mean: Default credentials for www.ibiblio.org

Re: jar:install-snapshot - deprecated jar:snapshot

2005-08-26 Thread Wim Deblauwe
I put a RFE in JIRA for this: http://jira.codehaus.org/browse/MPARTIFACT-59 2005/8/26, Brett Porter [EMAIL PROTECTED]: Yes, but as they are timestamped they are really easy to clean up. It allows you to be more deterministic about what build you are actually getting, and is consistent with

Re: [m2] How to invoke ant scripts from maven

2005-08-26 Thread Kenney Westerhof
On Fri, 26 Aug 2005, Scokart Gilles wrote: You would indeed need a classloader with tools.jar in it. However, the location is jdk specific (there's no artifact in ibiblio for it), so maven can't provide it. You could add it to the classpath yourself: UrlClassLoader cl = new UrlClassLoader(

Re: How check that project should be rebuilded (source code management)?

2005-08-26 Thread Vov@ Sadovyy
Unfortunately I didn't find snapshot at http://cvs.apache.org/repository/maven/plugins/. Is somewhere another source to get maven-scm-plugin snapshot? tnx. From: dan tran [EMAIL PROTECTED] To: Vov@ Sadovyy [EMAIL PROTECTED] Subject: Re: How check that project should be rebuilded (source

Re: How check that project should be rebuilded (source code management)?

2005-08-26 Thread Edwin Punzalan
Try here: https://svn.apache.org/repos/asf/maven/scm/trunk Vov@ Sadovyy wrote: Unfortunately I didn't find snapshot at http://cvs.apache.org/repository/maven/plugins/. Is somewhere another source to get maven-scm-plugin snapshot? tnx. From: dan tran [EMAIL PROTECTED] To: Vov@ Sadovyy

Re: [m2] Getting Spring 1.2.3, Hibernate 3.0.5 and asm

2005-08-26 Thread Ralph Pöllath
On 25.08.2005, at 19:12, Carlos Sanchez wrote: Please, create a new issue. Done: http://jira.codehaus.org/browse/MEV-66 Cheers, -Ralph. AFAIK hibernate and spring poms are ok, i spend a bunch of my time on them, cglib may be wrong. On 8/25/05, Ralph Pöllath [EMAIL PROTECTED] wrote: On

[m2] Error in a POM on M2 official repo

2005-08-26 Thread fabrice . belingard
Hi guys, I'm using a library that depends on struts-menu 2.3. The problem is that the POM of the latter contains an error in its depedencies (the last one actually): ... dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version typetest/type

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties that the props maven.multiproject.includes and maven.multiproject.basedirare sets. in its

Re: [m2] Error in a POM on M2 official repo

2005-08-26 Thread Edwin Punzalan
It would have already been downloaded into your local repo... so just edit the junit/junit/3.8.1/junit-3.8.1.pom in your local repository and change type to scope. :D [EMAIL PROTECTED] wrote: Hi guys, I'm using a library that depends on struts-menu 2.3. The problem is that the POM of

RE: [m2] Help Installing a non sandard site report

2005-08-26 Thread Tony Steele
It was the tasklist plugin I was trying not the taglist. But does what your suggesting apply in general to report plugins that are not part of the alpha 3 release. You need to check out the source and build and install them locally? Tony -Original Message- From: Brett Porter

Re: [m2] Error in a POM on M2 official repo

2005-08-26 Thread Kenney Westerhof
On Fri, 26 Aug 2005 [EMAIL PROTECTED] wrote: Hi, Add distributionManagement statusverified/status /distributionManagement just before the following line: /project However, the whole idea of pom updating is so buggy poms like these can be fixed automatically. Brett, can you

How to create mutiple ear/war/jar files using maven!!!

2005-08-26 Thread NIRMALA Manivasagam
Hi, Can anybody tell me how to create mutiple jar/war/ear files using maven Thanks, Nirmala Confidentiality Statement: This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure

RE: [m1] multiproject dependency problem

2005-08-26 Thread Jörg Schaible
stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties that the props

Re: Re[2]: Middlgen (Plugin)

2005-08-26 Thread Jan Galinski
We see you. so its just that none of you knows how to combine middlegen and maven. Or wont tell if he knows. Thanks Dmitry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How check that project should be rebuilded (source code management)?

2005-08-26 Thread Vov@ Sadovyy
Hmm.. there are sources but no any jars.. Maybe it is stupid tyro question but I have to ask it... So, should I compile the snapshot? Is somewhere any instruction how to do it? tnx From: Edwin Punzalan [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: Maven Users List

Re: [m2] Error in a POM on M2 official repo

2005-08-26 Thread Brett Porter
Correct. I think I've seen type test more than once, maybe repoclean needs a new rule. I'll probably turn off the autoupdate of released poms by default for the beta-1 release as its too annoying right now. You can do that in your settings by redefining the repository with

Re: [m2] Help Installing a non sandard site report

2005-08-26 Thread Brett Porter
While we tend to sync up releases with the core versions, it isn't always going to be the case - plugin releases are independent. So it is more accurate to say that if you want a plugin that is not yet released, you need to build it from source (at this point we have not been publishing nightlies,

[m2] Dependency mediation

2005-08-26 Thread Ralph Pöllath
Hi, my project has transitive dependencies on both asm 1.5.3 (from cglib 2.1_2, which I fixed locally, see [1]) and 1.4.3 (from hibernate 3.0.5). The one that ends up in my war is 1.4.3, which unfortunately seems to be incompatible with something else I'm using [2]. From reading [3], I

RE: [m2] Help Installing a non sandard site report

2005-08-26 Thread Tony Steele
Thanks Brett Tony -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 26 August 2005 14:24 To: Maven Users List Subject: Re: [m2] Help Installing a non sandard site report While we tend to sync up releases with the core versions, it isn't always going to be the case -

Re: j2ee sdk in repositories?

2005-08-26 Thread Matthew L Daniel
it. We tend to check in our j2ee stuff for compilation purposes (and call it jsdk-24.jar, for example). We never deploy it (Resin takes care of providing the implementation). Both the naming of the jar and your description of its use implies that you want servlet-api-2.4 and maybe

RE: jar:install-snapshot - deprecated jar:snapshot

2005-08-26 Thread David Jackman
Unfortunately, easy is relative. I appreciate the desire for a project to be more deterministic about what particular build of a dependency it is using at the moment. That is a good thing and very necessary in some cases. It's also something that should be used as a last resort, when there

Re: [m2] Dependency mediation

2005-08-26 Thread Brett Porter
Nearer is nearer in the transitivity tree (if they have the same depth, it is undefined). So declaring it in your own POM should fix this. In beta-1, you will hopefully be able to select from nearer and latest (with latest now being the default, with the exception of a version specified in the

Re: [m1] multiproject dependency problem

2005-08-26 Thread stéphane bouchet
Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two others, called 'maven'. it is in its project.properties that the

Re: maven repositories

2005-08-26 Thread Andy Glick
You've asked 2 different questions here. 1) You request an easier way to download dependent files from a Maven repository than listing them as dependencies in a POM. 2) You want to know how to share downloaded dependencies with other developers at your location. Regarding 1, Dan Tran

Re: [m2] Dependency mediation

2005-08-26 Thread Ralph Pöllath
On 26.08.2005, at 15:39, Brett Porter wrote: Nearer is nearer in the transitivity tree (if they have the same depth, it is undefined). Got it. So declaring it in your own POM should fix this. It does. My mistake, sorry. In beta-1, you will hopefully be able to select from nearer and

Re: Middlgen (Plugin)

2005-08-26 Thread Andy Glick
Jan Galinski wrote: We see you. so its just that none of you knows how to combine middlegen and maven. Or wont tell if he knows. Thanks Dmitry It may be that the middlegen maven plugin is no longer available directly from the Middlegen site. I'm familiar with the plugin and I spent

[m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
I'm in the early stages of presenting Maven to a huge project that uses Ant. The first goal is to create the site for it. The site goal will always fail because the java compilation files given that the dependencies aren't set in project.xml I've created a custom goal to run the ant build.xml

Re: [m2] Getting Spring 1.2.3, Hibernate 3.0.5 and asm

2005-08-26 Thread Ralph Pöllath
On 25.08.2005, at 18:08, Ralph Pöllath wrote: On 25.08.2005, at 17:24, Jörg Schaible wrote: Ralph Pöllath wrote on Thursday, August 25, 2005 4:53 PM: According to [1], Spring requires cglib 2.1_2 with asm 1.5.3, but the cglib POM on repo1 [2] depends on asm 2.0 This one is wrong. Cglib 2.1

RE: [m1] multiproject dependency problem

2005-08-26 Thread Jörg Schaible
stéphane bouchet wrote on Friday, August 26, 2005 3:44 PM: Jörg Schaible a écrit : stéphane bouchet wrote on Friday, August 26, 2005 11:54 AM: OK, more infos : 1/ Using the multiproject 1.4.1 plugin 2/ Using Eclipse 3.1 with Mevenide 3/ in Fact, i have a project that manage the two

RE : installing maven on linux

2005-08-26 Thread Karl Gustav
Hi Pascal Check that your MAVEN_HOME AND your PATH point to your maven 1.1 location. I had the same problem when I've switch form 1.0 to 1.1, my PATH wasn't correctly set. yes it was something with a path, some old maven was on that machine. Thx

Re: How check that project should be rebuilded (source code management)?

2005-08-26 Thread dan tran
My appology for miss typing the url, here is the correction source for maven-scm-plugin for M1 === svn co http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk plugins to build, goto scm directory and run maven plugin: install source for maven-scm-api

maven-change-log plugin with VSS

2005-08-26 Thread Bahaa Nasrallah
Hi, I am trying to run maven-changelog-plugin with VSS. i found that there is a problem with the date format. as it doesn't accpet the format dd/mm/yy hh/mm and i get the following error message: ParseException Caught java.text.ParseException: Unparseable date: 2/08/05 16:57 at

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread David Jackman
This exact question (or very similar) was brought up about a month ago. You might find what you need by reading through that thread (there was a lot of discussion). You can find the initial message here: http://www.mail-archive.com/users@maven.apache.org/msg21037.html If this doesn't address

m1: Multiproject Custom Goal - how to generate site?

2005-08-26 Thread Craig McDaniel
I have written a custom goal for my continuous integration multiproject-build. I did this to be able to deploy jars from the automated build without having to run unit tests twice (once for site, once for jar:deploy). With help from you folks, I've gotten that much working. Now, the problem is

RE: maven-change-log plugin with VSS

2005-08-26 Thread David Jackman
The date format should match the description given in http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html. For this particular date (2/08/05 16:57) (which refers to 2 August 2005 16:57), the date format should be d/MM/yy hh:mm. I don't know why there isn't a leading zero

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
Thanks David By creating a custom goal named java:compile that run the Ant build it kind of works. I would like to move on to Mavenize this project even more. First thing I would like to be able to compile using the real java:compile goal, but every time I try to do that I get errors like this

Re: j2ee sdk in repositories?

2005-08-26 Thread Rick Mann
On Aug 26, 2005, at 6:29 AM, Matthew L Daniel wrote: Both the naming of the jar and your description of its use implies that you want servlet-api-2.4 and maybe jsp-api-2.4, not j2ee-1.4. In response to your question about groupId, the website lists a standard they came up with for Sun

Re: j2ee sdk in repositories?

2005-08-26 Thread Rick Mann
On Aug 26, 2005, at 6:29 AM, Matthew L Daniel wrote: I'd say there is probably nothing stopping you from copying Resin's implementation of servlet-api-2.4 and jsp-api-2.4 into your repo, instead of wading through the JavaEE SDK for them. Oh hey! I just checked the Repo, and they appear to be

Ant Maven2 Tasks include all .jars in local repo?

2005-08-26 Thread Rick Mann
It seems like the Maven2 Ant Tasks include everything in the repo, rather than just the named dependencies. I was experimenting with my build file by removing dependencies I knew to be required, and the compile succeeded. My build file looks like this: artifact:dependencies

Re: [m2] Adding tools.jar to classpath

2005-08-26 Thread Matthew Pocock
I am having trouble with adding tools.jar to my classpath. I'm compiling against both the javadoc and apt APIs. Tinkering with the bootclasspath or manually putting tools.jar into my local repository are both icky - they work for me but not for anybody else building the project. Since every

Re: Ant Maven2 Tasks include all .jars in local repo?

2005-08-26 Thread Kenney Westerhof
On Fri, 26 Aug 2005, Rick Mann wrote: It could be described as a bug: what the task does is create an ant FileSet object. Since you defined no dependencies, it's the same as fileset id=runtime.fileset dir=${localRepository}/ (where ${localRepository} = ~/.m2/repository). I guess the default ant

Re: Ant Maven2 Tasks include all .jars in local repo?

2005-08-26 Thread Rick Mann
On Aug 26, 2005, at 10:21 AM, Kenney Westerhof wrote: It could be described as a bug: what the task does is create an ant FileSet object. Since you defined no dependencies, it's the same as fileset id=runtime.fileset dir=$ {localRepository}/ (where ${localRepository} = ~/.m2/repository). I

Re: Ant Maven2 Tasks include all .jars in local repo?

2005-08-26 Thread Rick Mann
On Aug 26, 2005, at 10:21 AM, Kenney Westerhof wrote: Could you file a JIRA issue for this please? Done. I don't know if I assigned it correctly (it's my first Jira bug). http://jira.codehaus.org/browse/MNG-795 -- Rick

Maven IDEA plugin for IDEA 5.0+

2005-08-26 Thread Anthony Bargnesi
Hello, I was wondering if the maven idea plugin can support IDEA 5.0. I have been using IDEA 5.0 and trying to building files for my maven project, and IDEA complains that it doesn't recognize the module. It attempts to support it as a java module, but no jdk can be set correctly, so to me its

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread David Jackman
What does your project.xml and project.properties look like in regard to these dependencies? -Original Message- From: Mayorgaadame, Alex [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, August 26, 2005 10:22 AM To: Maven Users List Subject: RE: [m1] How to use Ant script instead of

Checksum failure and how to build maven2 ant tasks?

2005-08-26 Thread Rick Mann
Hi. I tried adding some more dependencies to my ant build script using the maven-artifact-ant-2.0-alpha-3-dep.jar. When I tried to build, it reported this: [artifact:dependencies] Resolving dependencies... [artifact:dependencies] Downloading: javax/mail/mail/1.3.2/ mail-1.3.2.pom

Spring Modules

2005-08-26 Thread Andy Glick
Please bear with me if I've missed something, but from what I can gather on the the mailing lists there may be a way to convert artifacts from M1 repositories to be M2 repository compliant artifacts. I ask this because I have spent some time converting the 0.2 release of springmodules from

JNLP-plugin + Eclipse RCP

2005-08-26 Thread Teemu Hiltunen
Greetings! Well, this is not so much a Maven question but here goes anyway... I'm just starting to learn about Eclipse Rich Client Platform applications (the whole Eclipse plug-in system is a new thing to me) and would like to build some sample demo that includes JNLP functionality. I've got

Re: Maven IDEA plugin for IDEA 5.0+

2005-08-26 Thread Brett Porter
Please make sure you are using the latest IDEA plugin (see the Maven download page for instructions on updating). - Brett On 8/27/05, Anthony Bargnesi [EMAIL PROTECTED] wrote: Hello, I was wondering if the maven idea plugin can support IDEA 5.0. I have been using IDEA 5.0 and trying to

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
Bear in mind that I'm totally new to Maven, in an effort to make the thing compile I removed all dependencies in project.xml and put everything in project.properties like this: maven.jar.override = on # Jars set explicitly by path. maven.jar.tools = $JAVA_HOME/lib/tools.jar

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread David Jackman
That's what I thought you may have done. If the dependency isn't listed in project.xml, then Maven stops there. The maven.jar.override property and its corresponding maven.jar.* properties only apply to dependencies listed in project.xml. The override is telling Maven to find the jar in a

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread Mayorgaadame, Alex [IT]
I see David. Then no matter how many overrides I add it simply won't work, right? Ho should I proceed in order to squash all those java exceptions caused by the developers imports? Thanks on being so helpful and prompt to respond. Alex -Original Message- From: David Jackman

Re: Checksum failure and how to build maven2 ant tasks?

2005-08-26 Thread Brett Porter
The difference is a line ending in the remote checksum. We caught a couple of things like that and will try to get them fixed before the beta-1 release. To build the ant tasks, run m2 assembly:assembly from the maven-artifact-ant directory. You will need to have built the m2 libraries it depends

Re: [m2] Dependency mediation

2005-08-26 Thread Brett Porter
On 8/27/05, Ralph Pöllath [EMAIL PROTECTED] wrote: I just read the design document on dependency mediation [1], and now I'm wondering where to specify the version range. A version tag like version[1.5.3]/version doesn't seem to be interpreted as a range using maven 2.0-alpha-3 (maven goes

RE: [m1] How to use Ant script instead of java:compile while creating the site

2005-08-26 Thread David Jackman
With that problem I can't help you much. Projects are less useful if you can't really determine what its dependencies are, so I would say list its dependencies in project.xml. There are some other threads going on in the mail list recently that were discussing this kind of thing if you really

[m2 Ant] Any way to force substitution of a different version of a dependency?

2005-08-26 Thread Rick Mann
We would like to be able to force a local build environment to substitute a different .jar for one called for in a build.xml artifact:dependencies task. For example, say a project has this in its build.xml file: artifact:dependencies filesetId=runtime.fileset dependency

Re: Spring Modules

2005-08-26 Thread Brett Porter
On 8/27/05, Andy Glick [EMAIL PROTECTED] wrote: Please bear with me if I've missed something, but from what I can gather on the the mailing lists there may be a way to convert artifacts from M1 repositories to be M2 repository compliant artifacts. Yes, we run this automatically on the /maven/

Re: [m2 Ant] Any way to force substitution of a different version of a dependency?

2005-08-26 Thread Brett Porter
I can think of two options: - externalise all your versions to a properties file - create an m2 POM and use that from the Ant tasks instead. The QA team can use a copy of the POM with different dependencies and you can switch the two from a command line switch by externalising the POM filename to

Re: [m2 Ant] Any way to force substitution of a different version of a dependency?

2005-08-26 Thread Rick Mann
On Aug 26, 2005, at 4:26 PM, Brett Porter wrote: - externalise all your versions to a properties file - create an m2 POM and use that from the Ant tasks instead. The QA team can use a copy of the POM with different dependencies and you can switch the two from a command line switch by

Re: Maven/Spring Testing -- three builds, three config files per project, anthill

2005-08-26 Thread Aaron Smuts
FYI, the way I do it: I use the singleton bean factory locator in my applications. I just use Spring for the bean factory and some programmatic transaction management, not aop style. I also used the mock jndi to simulate a container until I got away from Jboss . . . For each project, I have