Re: [m2] MNG-320 .svn files get copied in the generated WAR file

2005-07-28 Thread Brett Porter
Hi John, Sorry for the delayed response. I'm looking at it0016 and the WAR does not include .svn directories (these are excluded by default from the copyDirectoryStructure method). Are you still experiencing this? If so, can you try a clean first? Cheers, Brett On 7/15/05, John Fallows <[EMAIL

Re: [m2] Embedding Maven 2

2005-07-28 Thread Brett Porter
I'm including this as one of the use cases as we work through http://jira.codehaus.org/browse/MNG-591 - Brett On 7/24/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Guys, > > I am also trying to create testcases for an m2 plugin. For this I need > an initialized MavenProject instance inside my

Re: M2 questions (SNAPSHOT & jar override)

2005-07-28 Thread Brett Porter
On 7/29/05, Jon Strayer <[EMAIL PROTECTED]> wrote: > How do I get m2 to build and deploy a SNAPSHOT? set the version to something including SNAPSHOT (eg 1.0-SNAPSHOT) and it does it automatically. > > Is there something equivalent to M1's jar overrides in m2? That depends on how you are using t

Re: [m2] scp intermittently failing deploying artifact

2005-07-28 Thread Brett Porter
As far as I can tell we are cleaning up all the connections properly. I'd need to research the issue, but since m2 runs in a new JVM each time I'd be surprised if that was the cause. Can you fiela bug in JIRA for investigation? Thanks, Brett On 7/29/05, Joe Futrelle <[EMAIL PROTECTED]> wrote: >

Re: M2 questions (SNAPSHOT & jar override)

2005-07-28 Thread Jesse McConnell
off of the svn checkout? need to run the bootstrap shell script for the time being I believe. On 7/28/05, Jon Strayer <[EMAIL PROTECTED]> wrote: > How do I get m2 to build and deploy a SNAPSHOT? > > Is there something equivalent to M1's jar overrides in m2? > > -

M2 questions (SNAPSHOT & jar override)

2005-07-28 Thread Jon Strayer
How do I get m2 to build and deploy a SNAPSHOT? Is there something equivalent to M1's jar overrides in m2? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] scp intermittently failing deploying artifact

2005-07-28 Thread Joe Futrelle
Not sure if this has been reported before, but some of the time deploying artifacts fails during the scp transfer. The bottom of the stack trace is reproduced below. This is with Maven 2 alpha 3 and JDK 1.5 under Red Hat 9. If I run the m2 deploy enough times, it succeeds; not sure why. T

Re: [m1] project.xml validation/schema issues

2005-07-28 Thread Andy Glick
Brett Porter wrote: Still, the content on http://maven.apache.org/reference/project-descriptor.html doesn't pass pom:validate, but that may be a reported bug. I attempted to search JIRA, but I was unable to formulate a query that restricted its results to a small result set. :) Try "AND" in

RE: Setting maven.repo.list dynamically - possible bug? THANKS!

2005-07-28 Thread Lach, Thierry
I was not able to get it to work at all using maven:set/get - even after including the artifact xmlns in both plugin.jelly and the calling maven.xml - and even after executing as part of a pregoal for "build:start". I WAS able to get it running using , but not precisely the way I wanted. I tried

Re: Oscon Event

2005-07-28 Thread Jason van Zyl
On Thu, 2005-07-28 at 13:52 -0400, Jason van Zyl wrote: > Howdy, > > For those of you going to OSCON: > > http://conferences.oreillynet.com/os2005/ > > There is a BOF that will discuss the architecture and new features in m2 > and Continuum. Some here are familiar with these topics all ready bu

Re: [M1] Loading version from file

2005-07-28 Thread Michael Owen
I'm using Anthill Pro and it produces a version.txt file with the version in which it created for the project. I want to use this version number for the in project.xml. Seems a useful thing to be able to do, so I guess something must of done it before. :) Any help would be great? Mike >

RE: Weblogic 8.1 plugin for Maven 2 ?

2005-07-28 Thread Manny Nainu
Scott, Are you migrating the Jelly scripts in weblogic-plugin M1 into Marmalade in M2? Or totally re-writing it from scratch. Which approach do you recommend if we want to get one or two weblogic ant tasks migrated into m2 using marmalade? Thanks, Manny -Original Message- From: Kenney We

Oscon Event

2005-07-28 Thread Jason van Zyl
Howdy, For those of you going to OSCON: http://conferences.oreillynet.com/os2005/ There is a BOF that will discuss the architecture and new features in m2 and Continuum. Some here are familiar with these topics all ready but if you're in the Portland area stop by anyway to chat! -- jvz. Jaso

Re: [m1] project.xml validation/schema issues

2005-07-28 Thread Brett Porter
> Still, the content on > http://maven.apache.org/reference/project-descriptor.html doesn't pass > pom:validate, but that may be a reported bug. I attempted to search > JIRA, but I was unable to formulate a query that restricted its results > to a small result set. :) Try "AND" in captials, that

Re: [m1] project.xml validation/schema issues

2005-07-28 Thread Andy Glick
Brett Porter wrote: Actually the second one is the older version and should be removed... Are you sure you aren't running 1.1 with a MAVEN_HOME pointing at 1.0.2 which included the old schema? - Brett On 7/29/05, Andy Glick <[EMAIL PROTECTED]> wrote: Using Maven 1.1b1's maven-pom-plugin, the

Re: [M1] Loading version from file

2005-07-28 Thread Brett Porter
It's only possible from project.properties. But I have to ask... why? - Brett On 7/29/05, Michael Owen <[EMAIL PROTECTED]> wrote: > Hi, > > I want to set the in project.xml in Maven 1.0.2 to load > from a file. So far I have: > > ${currentversion} > > If I then set currentversion to

[M1] Loading version from file

2005-07-28 Thread Michael Owen
Hi, I want to set the in project.xml in Maven 1.0.2 to load from a file. So far I have: ${currentversion} If I then set currentversion to a value in a property file, it is set for pom.currentVersion. What I need is to be able to set the property by loading up the value from a file.

Re: [JAR] maven jar:deploy constructs different file names for .pom and .jar (different timestamps)

2005-07-28 Thread Brett Porter
This is a known issue. - Brett On 7/29/05, Martin Burger <[EMAIL PROTECTED]> wrote: > Martin Burger schrieb am 28.07.2005 18:26: > > > Note the different timestamps of the pom and the jar file. Is that > > intended of a (known) bug? > > > intended _or_ a (known) bug > > Sorry! > > > >

Re: Setting maven.repo.list dynamically - possible bug?

2005-07-28 Thread Brett Porter
THis is a limitation of maven:get/set - the plugin must be initialised first. Try adding xmlns:artifact="artifact" to your maven.xml/plugin.jelly. Alternatively, use j:set scope="parent" var="maven.repo.list" ... - Brett On 7/29/05, Lach, Thierry <[EMAIL PROTECTED]> wrote: > > I'm trying to set

Setting maven.repo.list dynamically - possible bug?

2005-07-28 Thread Lach, Thierry
I'm trying to set maven.repo.list in a plugin but it does not seem to work. We are using ear:deploy to copy ear files not only to the maven repository, but to pseudo-repositories on our test and production application servers to help ensure that all versions on all servers are identical. We use

Re: [JAR] maven jar:deploy constructs different file names for .pom and .jar (different timestamps)

2005-07-28 Thread Martin Burger
Martin Burger schrieb am 28.07.2005 18:26: Note the different timestamps of the pom and the jar file. Is that intended of a (known) bug? intended _or_ a (known) bug Sorry! - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

[JAR] maven jar:deploy constructs different file names for .pom and .jar (different timestamps)

2005-07-28 Thread Martin Burger
Hello, I deployed a snapshot version of a project using "maven jar:deploy": jar:deploy: [echo] Deploying... Will deploy to 1 repository(ies): arepo Deploying to repository: arepo Uploading to aproject/poms/alib-framework-subversion-0.1.1-SNAPSHOT.pom: (5K) Uploading to ap

Re: [m1] project.xml validation/schema issues

2005-07-28 Thread Brett Porter
Actually the second one is the older version and should be removed... Are you sure you aren't running 1.1 with a MAVEN_HOME pointing at 1.0.2 which included the old schema? - Brett On 7/29/05, Andy Glick <[EMAIL PROTECTED]> wrote: > Using Maven 1.1b1's maven-pom-plugin, the pom:validate goal > p

[m1] project.xml validation/schema issues

2005-07-28 Thread Andy Glick
Using Maven 1.1b1's maven-pom-plugin, the pom:validate goal produces error messages when executed on the project.xml file's contents which are displayed as an example @ http://maven.apache.org/start/ten-minute-test.html. Should this be reported in JIRA? I've prepared a version that does pass

[m2] alpha3 - xdoclet, compile, ear and install

2005-07-28 Thread Adam Hardy
I'm putting together an EJB ear and I need some clarification on a couple of points. (1) I can't get the maven-xdoclet-plugin to install using the docs on http://www.neonics.com/projects/maven-xdoclet-plugin/ When I try to install it, I use this cmd: [EMAIL PROTECTED]:~/java/projects/garg-ej

RE: How to add external libraries (first post)

2005-07-28 Thread Parker, Chris
Thanks - I'll definitely take a look. It's always better to have a recommendation for dead tree documentation. It's annoying to spend good money on a dud, but it's always a joy to have a good reference at hand. :) -Original Message- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Thur

Re: [M2] Maven2 build failed

2005-07-28 Thread Brett Porter
Try again with the latest SVN - it should check for an updated to the wagon POM. If not, remove that from your local repository - it has been corrected server side. - Brett On 7/29/05, Anatol Pomozov <[EMAIL PROTECTED]> wrote: > Hi, all. > > I tried to build maven2 from sources (svn up && ./m2-

Re: [M2] Maven2 build failed

2005-07-28 Thread Kenney Westerhof
On Thu, 28 Jul 2005, Anatol Pomozov wrote: This is because of a wrong POM on ibiblio.. (actually, because the tag in the pom is deprecated). It'll be fixed but it can take some time. If you want to go ahead, find that pom in your local repository: ~/.m2/repository/org/apache/maven/wagon/wagon-p

[M2] Maven2 build failed

2005-07-28 Thread Anatol Pomozov
Hi, all. I tried to build maven2 from sources (svn up && ./m2-bootstrap-all.sh) and got following error. Could you help me to solve it?? .{SKIP PREVIOUS LOG}... [INFO] [INFO] --

RE: Weblogic 8.1 plugin for Maven 2 ?

2005-07-28 Thread Kenney Westerhof
On Tue, 26 Jul 2005, Ryan, Scott wrote: > I am working on a java version but have taken a break to finish the > marmalade version. I am probably a week away from completing it and can > sent it then. I will try to get it in to CVS ASAP. Will the plugin provide ejbgen support too? Because i'm wo

RE: [M1]: Log4J and jUnit not playing together properly...

2005-07-28 Thread Roy, Anthony
Thanks. -- Anthony Roy. t: 01937 54 (6003) e: [EMAIL PROTECTED] The British Library Boston Spa Wetherby West Yorkshire LS23 7BQ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 July 2005 13:53 To: Maven Users List Subject: RE: [M1]: Log4J and jUnit not

RE: [M1]: Log4J and jUnit not playing together properly...

2005-07-28 Thread dviel
This link may help you : http://www.jroller.com/comments/dunpanic/Weblog/maven_test_test_classpath_proble m Damien Viel Selon "Roy, Anthony" <[EMAIL PROTECTED]>: > Thanks - that worked a treat. One other thing - *why* does it work in a > forked JVM and not in the same one Maven is running in? >

Re: Reports not working?

2005-07-28 Thread Brett Porter
seems odd. watch the goals going past, in particular register and deregister. That might shed some light. Check maven.xml (including an inherited one) for calls to those goals, as well as any plugins you might be using. HTH, Brett On 7/28/05, Joao Victor <[EMAIL PROTECTED]> wrote: > 2005/7/27, B

Re: Reports not working?

2005-07-28 Thread Joao Victor
2005/7/27, Brett Porter <[EMAIL PROTECTED]>: > Are the 3 reports the ones in your parent pom? In the parent pom there's only 1 report: maven-license-plugin And that one is working. > The others should be present in the > subdirectories of each project. Yup, each pom in the modules/MyMo

RE: [M1]: Log4J and jUnit not playing together properly...

2005-07-28 Thread Roy, Anthony
Thanks - that worked a treat. One other thing - *why* does it work in a forked JVM and not in the same one Maven is running in? -- Anthony Roy. t: 01937 54 (6003) e: [EMAIL PROTECTED] The British Library Boston Spa Wetherby West Yorkshire LS23 7BQ -Original Message- From: [EMAIL PR

Re: [M1]: Log4J and jUnit not playing together properly...

2005-07-28 Thread dviel
Hi, Try to set this property in your project.properties file. maven.junit.fork=yes Damien Viel Selon "Roy, Anthony" <[EMAIL PROTECTED]>: > Hi all, > > I have added logging using log4j to a new project, and cannot get the > unit tests working properly. Maven doesn't seem to be able to find the

[M1]: Log4J and jUnit not playing together properly...

2005-07-28 Thread Roy, Anthony
Hi all, I have added logging using log4j to a new project, and cannot get the unit tests working properly. Maven doesn't seem to be able to find the log4j.properties file - I keep getting the warning: [junit] Running uk.bl.bspa.oclc.retrieval.dispatch.FTPUploaderTest log4j:WARN No appenders could

Re: mod_proxy and some suggestions

2005-07-28 Thread Torsten Curdt
Thanks for trying Continuum and even more for submitting your comments! No worries ...be sure there are more to come :) In the next version it will be possible to reconfigure Continuum with another working directory so you can move the checkouts to another place and then restart Continuum.

RE: [M1] Clover license problem + cxclude certain files from clover

2005-07-28 Thread Michael Owen
To answer my own question for problem 1. I'm setting: plugin.resources=${maven.home}/licenses then clover will look at plugin.resources/licenses. maven.home will be set by an environment variable by Maven. >From: "Michael Owen" <[EMAIL PROTECTED]>>Reply-To: "Maven Users List"

[M1] Clover license problem + cxclude certain files from clover

2005-07-28 Thread Michael Owen
(Using Maven 1.0.2) Hi, Problem1: I need to define where the license is using: maven.clover.license.path=C://clover/licenses/clover.license however, I want this to work across many peoples machines (windows + linux), and therefore having this file path is "bad". I thought about using an env

Re: How to use the '@parameter alias'?

2005-07-28 Thread Peter van de Hoef
Done: http://jira.codehaus.org/browse/MNG-674 Brett Porter wrote: It seems it could be a bug. Would you mind putting it into JIRA? - Brett On 7/27/05, Peter van de Hoef <[EMAIL PROTECTED]> wrote: Yes that's a typo, I wrote this simplified sample out of my head to illustrate the problem. In

RE: How to add external libraries (first post)

2005-07-28 Thread Yann Le Du
Hi Chris, Not willing to do some advertising here :) , but try this book, it helped me a lot in my Maven debuts, so I guess it can answer to some of your future questions that are not covered - yet - in the Maven doc : http://www.mavenbook.org/ A sample chapter is here : http://www.oreilly.com/ca

RE: zip not including empty directories in zip file

2005-07-28 Thread NIRMALA Manivasagam
Hello Sasikumar San, Can you send your properties setings for corba from build.properties With Regards, Nirmala -Original Message- From: NATARAJAN Sasi Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 4:54 PM To: Maven Users List; Vinod Panicker Subject: RE: zip not including