RE: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Jörg Schaible
Markus KARG wrote on Thursday, September 21, 2006 7:35 AM: > Carlos Sanchez schrieb: > >> fop 0.20.5 pom was provided by Joerg Schaible >> http://jira.codehaus.org/browse/MEV-386 >> That was at the point we allowed changing poms in the repo, now it is >> not possible to change that pom. > > Jörg

RE: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Jörg Schaible
Carlos Sanchez wrote on Wednesday, September 20, 2006 5:20 PM: > fop 0.20.5 pom was provided by Joerg Schaible > http://jira.codehaus.org/browse/MEV-386 > That was at the point we allowed changing poms in the repo, now it is > not possible to change that pom. Ah, that was me. Did not know anymore

RE: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Jörg Schaible
You don't get it and I am tired of it now. Markus KARG wrote on Thursday, September 21, 2006 7:33 AM: >>> But it would be beneficial for you since I would change it in a way >>> that FOP is valid for everyone, so you can remove your workarounds. >>> Since in your case the Class-Path isn't taken

RE: cglib-full

2006-09-20 Thread Jörg Schaible
Hi Greg, [EMAIL PROTECTED] wrote on Wednesday, September 20, 2006 5:53 PM: > "Jörg Schaible" <[EMAIL PROTECTED]> wrote on > 09/20/2006 10:34:26 AM: > >> Hi Greg, >> >> [EMAIL PROTECTED] wrote on Wednesday, September > 20, 2006 4:45 > PM: >> >>> "Jörg Schaible" <[EMAIL PROTECTED]> wrote on >>>

Re: Transitive dependency problem with commons-logging

2006-09-20 Thread Byron du Preez
Hi Martin Afraid I don't have a solution, but I do seem to be experiencing a similar issue. In my case, I am trying to stop acegi and spring-richclient from dragging in older versions of spring with exclusions and getting mixed results. Excluding spring on acegi dependency seems to block it from

Re: how to exclude txt file from source?

2006-09-20 Thread franz see
manoj kaushik wrote: > > this is not for the directory structure this is a tag used in build in > your > project.xml. this means the types of files u are including in the jar > file. > when u dont include .txt file it will not be there in your jar file > > i think it will make things clear >

Re: error with doccheck still

2006-09-20 Thread Shinobu Kawai
Hi Mick, I get this error now when running: - Cannot find doclet class com.sun.tools.doclets.doccheck.DocCheck You need to install the doccheck jar to your m2 repository. Please see here for instructions: http://maven-doccheck.sourceforge.net/install-doccheck.html#Install_into_maven_2_rep

RE: creating archetypes

2006-09-20 Thread franz see
Douglas Ferguson wrote: > > Sorry for the spam, but is there a way to prevent the archetype from > adding the created module to the pom file? > > -Original Message- > From: Douglas Ferguson > Sent: Thursday, September 14, 2006 9:59 PM > To: users > Subject: RE: creating archetypes >

Re: error with doccheck still

2006-09-20 Thread Shinobu Kawai
Hi Mick, I have tried to build and install 2.1-snapshot but no luck. Can someone just put the jar on a snapshot server for the new javadoc plugin? I think there was a snapshot repository for apache artifacts somewhere, but here it is for now: http://people.apache.org/~shinobu/maven-javado

Re: Repository Policy

2006-09-20 Thread Markus KARG
When you build A you don't know anything about C-2.0.1 because it does not exist. Versions in repository explicitly define what versions the have been released against or tested with. If I release A 2.0 depending in C 2.0 and then I want to say i'm compatible with C 2.0.1 I have to update myself

Re: Repository Policy

2006-09-20 Thread Markus KARG
Wendy Smoak schrieb: On 9/20/06, diroussel <[EMAIL PROTECTED]> wrote: Now, I'm not a .NET expect, so correct me if I'm wrong. But according to the CLR book [1] one of the ways the CLR is better than the java JVM is the handling of versions and version meta-data. ... Does that make sense?

Re: Repository Policy

2006-09-20 Thread Markus KARG
Carlos Sanchez schrieb: To make clear to all maven users, this is the current repository policy: We don't allow pom changes that can alter reproducibility, which means DEPENDENCIES IN POMS WILL NOT BE CHANGED. The repo is only a way to distribute other people work. We don't repackage their wor

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Markus KARG
Carlos Sanchez schrieb: fop 0.20.5 pom was provided by Joerg Schaible http://jira.codehaus.org/browse/MEV-386 That was at the point we allowed changing poms in the repo, now it is not possible to change that pom. Jörg, why do you discuss things with me under this topic but not telling me that

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Markus KARG
But it would be beneficial for you since I would change it in a way that FOP is valid for everyone, so you can remove your workarounds. Since in your case the Class-Path isn't taken into account anyways as you wrote, what have you lost? Reproducability! If we deploy our final release to a

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
I went ahead with the fix + unit test MOJO:509 and deployed a snapshot, please test it out -Dan On 9/20/06, dan tran <[EMAIL PROTECTED]> wrote: Confirm, it is a bug in plexus-util when try to get basename of this string C:\dev\mojo\maven-native\native-maven-plugin\src\it\jni\native\win32

Re: Maven2 :: custom archetype :: filtering of resources

2006-09-20 Thread franz see
Jan-Christopher Bals wrote: > > Hi! > > I just created my own maven2 archetype for building webapps with a set > of default files (binary files like jpg, text files like xml). > > I added these files in the archetype.xml description file. > > >obs-web-app > > ... > > >

Re: error with doccheck still

2006-09-20 Thread Shinobu Kawai
Hi Mick, The new fix for MJAVADOC-81 [1] is slightly different than the patch, so a slight change is needed. ReportSets is not valid: org.apache.maven.plugins maven-javadoc-plugin 2.1-SNAPSHOT

Re: ${var} references

2006-09-20 Thread franz see
diroussel wrote: > > There are some listed here... > http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide > > I'd like to know how to dump a list of all properties to a build log. Is > this possible? > > > Eric Brown-14 wrote: >> >> How do I get a list of these? >> >> Clearly I

Re: error with doccheck still

2006-09-20 Thread Shinobu Kawai
Hi Mick, What is this plugin then: http://www.ibiblio.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/ Is this just the plugin? It's the result of the automatic conversion of m1 ibiblio to m2 ibiblio. Maybe I should request it to be removed... Best regards, -- Shinobu -- Shinobu Kawai <[

RE: Maven read Eclipse .project and .classpath, then deploy

2006-09-20 Thread Manuel Ledesma
You could use the eclipse pluging, which will create a .propject and .classpath base on maven dependencies. Or you could install the maven plugin for eclipse, which will be your next steps after running eclipse plugin. You can add dependencies and run lifecycles from inside eclipse, keeping you po

Re: Where can I get maven-javadoc-plugin 2.1-SNAPSHOT to build from sour

2006-09-20 Thread franz see
Mick Knutson-4 wrote: > > It did not build as it has some 2.0-snapshot errors > > > > > On 9/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: >> >> There's no tag or branch for that, but the latest trunk code uses that >> version. >> >> https://svn.apache.org/repos/asf/maven/plugins/tr

Re: [m2] Simplifying Archetype Plugin Command Line Arguments

2006-09-20 Thread franz see
Max Cooper wrote: > > Since you will need to communicate what commands to run to the > developers anyway, it doesn't seem like that much of a burden to have > the commands be somewhat complex. > > Developers, please run: >mvn myplugin:new-web (-Dname.of.new.project=)myWebProject > > ...

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
Confirm, it is a bug in plexus-util when try to get basename of this string C:\dev\mojo\maven-native\native-maven-plugin\src\it\jni\native\win32\..\src\main\native\HelloWorld2 this is windows path, if I convert it unix path then it is ok. -D On 9/20/06, dan tran <[EMAIL PROTECTED]> wrote:

RE: central Repository and mirrorOf

2006-09-20 Thread Lakshman Srilakshmanan
Hi Roman, myCompanyProfile central My Central Repository http://host/abcd/... myTmpRepo Temporary Repository http://host/tmp/... Then, under myCompanyProfile ---

Re: Maven2 versus JAXB

2006-09-20 Thread Wayne Fay
I won't disagree with you on the "hope problems disappear" but I do want to note that this "problem" is not Sun's fault -- its a BEA license on this particular artifact... Streaming API for XML (JSR-173) for JavaTM Specification ("Specification") Version: 1.0 Status: FCS Release: [insert date] Co

Re: how does maven know in which order to build modules?

2006-09-20 Thread Doug Douglass
Cruise control has such a feature via the maven2snapshotdependency modificationset plugin -- very handy, although it requires more configuration and can cause more builds to run than doing a single maven multi-project build across the same set of projects. It will be nice to compare Continuums be

Re: [m2] Simplifying Archetype Plugin Command Line Arguments

2006-09-20 Thread Wendy Smoak
On 9/20/06, Scott Seiter <[EMAIL PROTECTED]> wrote: Using this mythical plugin, creating a web project could be done by typing something like: Not quite what you're asking for, but Don Brown wrote Archy, a utility that pulls a list of archetypes form the MAVENUSER wiki, and prompts for the par

Re: [m2] Simplifying Archetype Plugin Command Line Arguments

2006-09-20 Thread Max Cooper
Since you will need to communicate what commands to run to the developers anyway, it doesn't seem like that much of a burden to have the commands be somewhat complex. Developers, please run: mvn myplugin:new-web (-Dname.of.new.project=)myWebProject ...is not really much different from... De

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
that is a bug, please file it with a sample pom. Thanks -Dan On 9/20/06, Brad Harper <[EMAIL PROTECTED]> wrote: Dan: That put me on to the solution. There was a element following 'reindex.cpp' that didn't have file extension [a cut/paste error in the pom file], like abc Mea culpa. Eve

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
Dan: That put me on to the solution. There was a element following 'reindex.cpp' that didn't have file extension [a cut/paste error in the pom file], like abc Mea culpa. Even so, I would think that things shouldn't crater with such an obscure error. Basically, the named file didn't exist in

Re: maven native question

2006-09-20 Thread dan tran
Yes, the link mojo, will copy all those dependencies without the version to target/lib ( i think) and pass them into the linker. check out the example http://svn.codehaus.org/mojo/trunk/mojo/maven-native/native-maven-plugin/src/it/linkages/ -D On 9/20/06, Brad Harper <[EMAIL PROTECTED]> wrot

Re: Maven2 versus JAXB

2006-09-20 Thread David J. M. Karlsen
Wayne Fay skrev: IANAL, but I believe the issue with the license is the "non-transferable" aspect of this license, along with the fact that this license is only granted upon acceptance of their click-shrinkwrap. Since Maven cannot enforce this (does not force users to click "ACCEPT" prior to dow

maven native question

2006-09-20 Thread Brad Harper
If I have a module/sub-project with exe and the element lists element(s) of lib ... is the maven native plugin smart enough to automatically put the lib artifacts in the linker command line to satisfy the dependencies? Brad > -Original Message- > From: Brad Harper > Sent: Wednesday, S

RE: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
Dan, No, not distilled into something small. [I do have the entire "mvn -X install" output, if that would help.] Brad > -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 20, 2006 5:23 PM > To: Maven Users List > Subject: Re: Error: java.lang.Strin

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Ming Cheung
you are right about the error. after adding the new dependency, maven-plugin-plugin-1.8.jar, to the project.xml, my build is working fine under maven 1.0.2. I started with maven 1.1-beta-3. but by the time I was planning to check my project into Apache AXIS2, my requirement was changed and I ne

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
reindex.cpp compilation is ok, The compilation after reindex.cpp is the main problem -Dan On 9/20/06, dan tran <[EMAIL PROTECTED]> wrote: Hi Brad, thanks for looking into this problem, do you have reproducable test case? -D On 9/20/06, Brad Harper <[EMAIL PROTECTED]> wrote: > > Looking a

[m2] Simplifying Archetype Plugin Command Line Arguments

2006-09-20 Thread Scott Seiter
I've created archetypes for different project types and am looking for a method of creating a new project without having to type in all the extra arguments (as in): archetype:create -DartifactId=user-guide -DgroupId=com.mergere.mvnbook.proficio -DarchetypeArtifactId=maven-archetype-site-simple

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Arnaud HERITIER
Sorry but maven-jar-plugin 1.8 seems to work only because it uses which is available only in maven-plugin-plugin 1.7 which works only with maven 1.1 ... :-( http://maven.apache.org/maven-1.x/plugins/plugin/changes-report.html You used maven 1.1 beta 3 at the beginning. Why did you go back to mav

Re: Maven2 versus JAXB

2006-09-20 Thread Carlos Sanchez
You can use statx:stax-api it's the opensource version On 9/20/06, Wayne Fay <[EMAIL PROTECTED]> wrote: IANAL, but I believe the issue with the license is the "non-transferable" aspect of this license, along with the fact that this license is only granted upon acceptance of their click-shrinkwra

Re: intelligently building snapshots with continuum

2006-09-20 Thread Barrie Treloar
On 9/21/06, Leonard Gestrin <[EMAIL PROTECTED]> wrote: The goal is to make sure that snapshots are updated properly recursively when change happens to a certain snapshot. And all pieces of the application are using same versions of snapshots. As someone already posted Continuum only rebuilds is

plugin development - how to find which compoments are dependent on given component?

2006-09-20 Thread Leonard Gestrin
Hello, I want to write a plugin that creates a list of modules that depend on given module. The book talks about how to get dependency of given project - I want to do the reverse, and find all the modules that are dependent on given module. This functionality can be handy if I want recursive deploy

Re: Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread dan tran
Hi Brad, thanks for looking into this problem, do you have reproducable test case? -D On 9/20/06, Brad Harper <[EMAIL PROTECTED]> wrote: Looking at the source code for classes org.codehaus.mojo.natives.compiler.AbstractCompiler and org.codehaus.plexus.util.FileUtils it seems singularly

Error: java.lang.StringIndexOutOfBoundsException [MORE]

2006-09-20 Thread Brad Harper
Looking at the source code for classes org.codehaus.mojo.natives.compiler.AbstractCompiler and org.codehaus.plexus.util.FileUtils it seems singularly odd that String.substring() would suddenly be receiving an index with a value of -17 passed by the FileUtils.basename() methods. I haven't

Re: Where can I get maven-javadoc-plugin 2.1-SNAPSHOT to build from source?

2006-09-20 Thread Greg_Vaughn
Sorry. I didn't try to build it. I just knew where to look. Greg Vaughn [EMAIL PROTECTED] "Mick Knutson" <[EMAIL PROTECTED]> wrote on 09/20/2006 04:31:41 PM: > It did not build as it has some 2.0-snapshot errors > > > > > On 9/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Ther

Re: Maven2 versus JAXB

2006-09-20 Thread Wayne Fay
IANAL, but I believe the issue with the license is the "non-transferable" aspect of this license, along with the fact that this license is only granted upon acceptance of their click-shrinkwrap. Since Maven cannot enforce this (does not force users to click "ACCEPT" prior to downloading the artifa

Re: stopping maven 1.0 from downloading jars

2006-09-20 Thread Arnaud HERITIER
sorry, I replied a little bit too quicly If these jars aren't SNAPSHOTs, the -o option will not help you If you stored all the jars in a lib directory, you have to override your dependencies. http://maven.apache.org/maven-1.x/using/managing-dependencies.html Arnaud On 9/20/06, Arnaud HERITIER <[

Re: stopping maven 1.0 from downloading jars

2006-09-20 Thread Wayne Fay
This is all documented on the Maven 1.x website, specifically the Reference, Command Line section at the following URL: http://maven.apache.org/maven-1.x/reference/command-line.html Wayne On 9/20/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: use the offline option maven -o Arnaud On 9/2

Re: Maven2 versus JAXB

2006-09-20 Thread David J. M. Karlsen
chrisnc skrev: It fails on the following dependency: Missing: -- 1) javax.xml:jsr173:jar:1.0 Try downloading the file manually from: http://ftpna2.bea.com/pub/downloads/jsr173.jar Then, install it using the command: mvn install:install-file -DgroupId=javax.xml -DartifactId=

Re: stopping maven 1.0 from downloading jars

2006-09-20 Thread Arnaud HERITIER
use the offline option maven -o Arnaud On 9/20/06, Yadav, Yogendra (IT) <[EMAIL PROTECTED]> wrote: Hi, I am using maven1.0 for the first time to build AXIS2 project. When I execute maven on command line it tries to download jars which are already present in lib directory. The download is

Re: Where can I get maven-javadoc-plugin 2.1-SNAPSHOT to build from source?

2006-09-20 Thread Mick Knutson
It did not build as it has some 2.0-snapshot errors On 9/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: There's no tag or branch for that, but the latest trunk code uses that version. https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin/ Greg Vaughn [EMAIL PROTECT

stopping maven 1.0 from downloading jars

2006-09-20 Thread Yadav, Yogendra \(IT\)
Hi, I am using maven1.0 for the first time to build AXIS2 project. When I execute maven on command line it tries to download jars which are already present in lib directory. The download is blocked in my company therefore it times out and build is not successful. How do I get around this problem.

Re: Where can I get maven-javadoc-plugin 2.1-SNAPSHOT to build from source?

2006-09-20 Thread Greg_Vaughn
There's no tag or branch for that, but the latest trunk code uses that version. https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-javadoc-plugin/ Greg Vaughn [EMAIL PROTECTED] == Confidentiality Notice: The informatio

Re: Running and Reporting on tests using two different JVMs

2006-09-20 Thread diroussel
Define the jdk1.3 specific stuff in a profile... 1.3 ... See here for an intro: http://maven.apache.org/guides/introduction/introduction-to-profiles.html Note that pretty much any thing in the pom project can also be in a profile, like build, plugins etc. See here:

Re: ${var} references

2006-09-20 Thread diroussel
There are some listed here... http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide I'd like to know how to dump a list of all properties to a build log. Is this possible? Eric Brown-14 wrote: > > How do I get a list of these? > > Clearly I can reference anything in settings.xml an

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
I have tried to build and install 2.1-snapshot but no luck. Can someone just put the jar on a snapshot server for the new javadoc plugin? On 9/20/06, Mick Knutson <[EMAIL PROTECTED]> wrote: I get this error now when running: [INFO] ---

Re: Repository Policy

2006-09-20 Thread diroussel
Carlos Sanchez-4 wrote: > > When you build A you don't know anything about C-2.0.1 because it does > not exist. > Versions in repository explicitly define what versions the have been > released against or tested with. > If I release A 2.0 depending in C 2.0 > and then I want to say i'm compatib

Where can I get maven-javadoc-plugin 2.1-SNAPSHOT to build from source?

2006-09-20 Thread Mick Knutson
-- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

how does maven know in which order to build modules?

2006-09-20 Thread lgestrin
Hello, if i have 5 modules defined (mod1-mod5), and mod3 depends on mod4 depends on mod 5 mvn knows the right order in which it has to be build them (mod5, mod4, mod3). i want to try to leverage same mechanism when deploying snapshots. for example, deployment of mod4 should trigger eployment of mo

${var} references

2006-09-20 Thread Eric Brown
How do I get a list of these? Clearly I can reference anything in settings.xml and pom.xml and all system properties, but what else? ${basedir} seems to give me directory of current pom.xml. I can't find one place where all these useful things are documented. Hell, I'm not even sure what a

Maven read Eclipse .project and .classpath, then deploy

2006-09-20 Thread Dave Briccetti
Hi. I've been reading about and playing with Maven and it looks great. There's something I want to do that I can't figure out. Perhaps someone can help. I have a Java application I'm developing with Eclipse, so all the dependencies are specified there. It's a rather long classpath. I want

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
I get this error now when running: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error during page generation Embedded error: Error rendering Maven report:

Re: ${var} references

2006-09-20 Thread dan tran
The type of question happened may times, I wonder what is the key work to search for this topic in the maven achiver ? -Dan On 9/20/06, Eric Brown <[EMAIL PROTECTED]> wrote: How do I get a list of these? Clearly I can reference anything in settings.xml and pom.xml and all system properties,

Re: how does maven know in which order to build modules?

2006-09-20 Thread dan tran
Please check the archive, there are some talks about getting Continuum to do that for you but not Maven command line. -D On 9/20/06, lgestrin <[EMAIL PROTECTED]> wrote: Hello, if i have 5 modules defined (mod1-mod5), and mod3 depends on mod4 depends on mod 5 mvn knows the right order in whic

Re: How do I suppress archiver Manifest.mf entries?

2006-09-20 Thread Wayne Fay
It sounds like the JAR plugin v2.1 has added code so these entries are *not* added, but the RAR plugin v2.1 has not, and so they are added. I don't use RAR plugin so you can consider this an educated guess/assumption on my part... Until someone else chimes in and confirms it. Wayne On 9/20/06,

Re: release using MVN - what happends to dependency management?

2006-09-20 Thread dan tran
I dont think the structure you have would work with release plugin, there ar JIRA on these issues on using relative paths to search for parent pom. You must the have the root pom at the top level. and all subprojects share the same versionid (ie use release plugin to release all project in one s

release using MVN - what happends to dependency management?

2006-09-20 Thread lgestrin
Hi, i have a question about release of project that uses parent pom dependencyManagement to declare dependency versions. this is the src structure products/web1/ products/web2/ shared/webcommon/ shared/common/ shared/pom/<--contains parent pom.xml (version=1.0-snapshot) that defines the lates

RE: How do I suppress archiver Manifest.mf entries?

2006-09-20 Thread Karl Uppiano
I see the following plugins in my local .m2 repository: maven-jar-plugin 2.1 maven-rar-plugin 2.1 I have tried providing a custom MANIFEST.MF, but it simply merges it with the default entries. I am packaging a RAR file, if that is significant. Regards, Karl -Original Messag

Re: Repository Policy

2006-09-20 Thread Carlos Sanchez
On 9/20/06, diroussel <[EMAIL PROTECTED]> wrote: This, and the previous fop thread, has made me think about what happens with versioning and simple fixes. For example A-1.5 depends on B-1.0 B-1.0 depends on C-2.0 Now there is an API compatible fix in C, and the version is changed to C-2.0.1.

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Lukas Theussl
Just read the output: it means that one of your tests failed. :) Check the files generated in target/test-reports/, run maven with -e, check the properties of the test plugin to ignore test failures/errors [1], and either fix the test or your code! :) -Lukas [1] http://maven.apache.org/maven-

Re: problems with Maven2 and testNG test

2006-09-20 Thread Eric Brown
Hi Marco, On Sep 20, 2006, at 10:56 AM, Marco Mistroni wrote: hi all, i m trying to run my tests using maven2 and testNG i followed instructions at http://testng.org/doc/maven.html You need to have a testing.xml. See http://www.nabble.com/product-codes-at-java-1.4%2C-test-sources- at-java

Re: Repository Policy

2006-09-20 Thread Wendy Smoak
On 9/20/06, diroussel <[EMAIL PROTECTED]> wrote: Now, I'm not a .NET expect, so correct me if I'm wrong. But according to the CLR book [1] one of the ways the CLR is better than the java JVM is the handling of versions and version meta-data. ... Does that make sense? Do people think a simila

Re: Repository Policy

2006-09-20 Thread diroussel
This, and the previous fop thread, has made me think about what happens with versioning and simple fixes. For example A-1.5 depends on B-1.0 B-1.0 depends on C-2.0 Now there is an API compatible fix in C, and the version is changed to C-2.0.1. Now for A to get the bennifit of this change bot

problems with Maven2 and testNG test

2006-09-20 Thread Marco Mistroni
hi all, i m trying to run my tests using maven2 and testNG i followed instructions at http://testng.org/doc/maven.html here's my pom http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.a

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Ming Cheung
I have added the test plugin 1.8 dependency to projectRoot/etc/project.xml, and it caused a build failure. What did I do wrong? and what does this error mean? and How can I correct this build failure caused by this? here is the dependency I added to the project.xml maven

Re: configuration of Junit tests

2006-09-20 Thread Iulian Costan
i think you need systemProperties tag; sample bellow: org.apache.maven.plugins maven-surefire-plugin false HOST ${host} CONTEXT ${project.build.finalName} PORT ${tomcat.port}

Re: maven for repository

2006-09-20 Thread Greg_Vaughn
"mbatth" <[EMAIL PROTECTED]> wrote on 09/20/2006 12:09:01 PM: > > Hello, > I am very new to maven, so please pardon my extremely newbie questions. I > have a need for standardizing the common framework and components in my > organization. So, i am thinking of managing the frameworks or componets

Re: [M2] maven.plugin.classpath

2006-09-20 Thread Rémy Sanlaville
Hi Finn-Robert, Sorry to reply just now but I made a lot of tests. First, I understood why I had this message Embedded error: Reference maven.plugin.classpath not found. It's because of a bad version : maven-antrun-plugin 1.0 If I used the 1.1 or 1.2-SNAPSHOT version I don't h

maven for repository

2006-09-20 Thread mbatth
Hello, I am very new to maven, so please pardon my extremely newbie questions. I have a need for standardizing the common framework and components in my organization. So, i am thinking of managing the frameworks or componets via maven. When any team would require the common artifacts, they can ins

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
ReportSets is not valid: org.apache.maven.plugins maven-javadoc-plugin 2.1-SNAPSHOT html javadoc

RE: [Solved] Proxing a repository

2006-09-20 Thread Andreas Guther
Right, there is only the index page: http://maven.apache.org/archiva/ Andreas -Original Message- From: Raphaël Piéroni [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 8:21 AM To: archiva-users@maven.apache.org Subject: Re: [Solved] Proxing a repository 2006/9/20, Andreas

Re: error with doccheck still

2006-09-20 Thread Mick Knutson
What is this plugin then: http://www.ibiblio.org/maven2/doccheck/maven-doccheck-plugin/1.4-0.1/ Is this just the plugin? On 9/19/06, Shinobu Kawai <[EMAIL PROTECTED]> wrote: Hi Mick, > Does anyone else have doccheck running? The DocCheck plugin is only for M1. For usage with M2, please s

Repository Policy

2006-09-20 Thread Carlos Sanchez
To make clear to all maven users, this is the current repository policy: We don't allow pom changes that can alter reproducibility, which means DEPENDENCIES IN POMS WILL NOT BE CHANGED. The repo is only a way to distribute other people work. We don't repackage their work, only exceptions are for

RE: cglib-full

2006-09-20 Thread Greg_Vaughn
"Jörg Schaible" <[EMAIL PROTECTED]> wrote on 09/20/2006 10:34:26 AM: > Hi Greg, > > [EMAIL PROTECTED] wrote on Wednesday, September 20, 2006 4:45 PM: > > > "Jörg Schaible" <[EMAIL PROTECTED]> wrote on > > 09/20/2006 03:24:46 AM: > > > >> (*) New release of JMock 1.1.0 still uses cglib:cglib-f

Problems checking out 2 subversion modules using M2

2006-09-20 Thread Roberto de Castro
Hi, I'm trying to checking out 2 subversion modules, Mod1 and Mod2, but, Maven2 checks out the same module, Mod1, twice. How can I perform this? Here is part of my pom.xml: ... maven-scm-plugin process-r

Clearing out builds in Continuum

2006-09-20 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, For some reason I am getting builds that are stuck in the "building" mode even though the build process has long gone away. is there a quick way of clearing these out of the status screens? Thanks, Johan - -- you too? -BEGIN PGP SIGNAT

RE: cglib-full

2006-09-20 Thread Jörg Schaible
Hi Greg, [EMAIL PROTECTED] wrote on Wednesday, September 20, 2006 4:45 PM: > "Jörg Schaible" <[EMAIL PROTECTED]> wrote on > 09/20/2006 03:24:46 AM: > >> (*) New release of JMock 1.1.0 still uses cglib:cglib-full:2.0 as >> dependency although this breaks any app using Hibernate 3.x or >> Groovy.

Re: Multiple binaries generated

2006-09-20 Thread Elid OR
Hi, Perhaps you we need to split your project into 2 projects, one with a jar packaging and an other with a war packaging then use a multi project build. Regards. On Wednesday 20 September 2006 15:49, Morgovsky, Alexander (US - Glen Mills) wrote: > Hi. There is a requirement where a single Ma

Re: [Solved] Proxing a repository

2006-09-20 Thread Raphaël Piéroni
2006/9/20, Andreas Guther <[EMAIL PROTECTED]>: I made the same mistake a few weeks ago. This is certainly a subject that should be more clearly addressed in the documentation. Andreas Obviously, but I think there is not yet any documentation ;) (if i correctly saw in the sources) Raphaël

Re: Who is the maintainer of the fop:fop project found on repo1.maven.org?

2006-09-20 Thread Carlos Sanchez
fop 0.20.5 pom was provided by Joerg Schaible http://jira.codehaus.org/browse/MEV-386 That was at the point we allowed changing poms in the repo, now it is not possible to change that pom. Please create new threads for any other related questions, this one is becoming unmanageable. I'm now start

Re: cglib-full

2006-09-20 Thread Wayne Fay
This has always been my approach to get rid of dependencies that were annoying me. It can have some unintended consequences so make sure you testing everything after adding exclusions to your poms. ;-) If someone has a better way, or something specific to this cglib issue, I'm open to suggestions

Running and Reporting on tests using two different JVMs

2006-09-20 Thread neil hart
We are still supporting Java 1.3. Can I run the same unit tests using two different JVMs with surefire:test. Can I also get a report for the two sets of testing. Thanks Neil

cglib-full

2006-09-20 Thread Greg_Vaughn
"Jörg Schaible" <[EMAIL PROTECTED]> wrote on 09/20/2006 03:24:46 AM: > (*) New release of JMock 1.1.0 still uses cglib:cglib-full:2.0 as > dependency although this breaks any app using Hibernate 3.x or > Groovy. Better would have been to use cglib:cglib-nodeps:2.1_3, but > as the official docs

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
thanks that information helped me out. Simply changed: src/main src/test to: src/main/java src/test/java now everything works fine. Fabrice BELLINGARD wrote: > > Hi, > > one guy on this mailing list already had such a case: the problem would

RE: [Solved] Proxing a repository

2006-09-20 Thread Andreas Guther
I made the same mistake a few weeks ago. This is certainly a subject that should be more clearly addressed in the documentation. Andreas -Original Message- From: Raphaël Piéroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:41 PM To: archiva-users@maven.apache.org Sub

Error: java.lang.StringIndexOutOfBoundsException

2006-09-20 Thread Brad Harper
Hello: See the FATAL ERROR from captured maven output below. In context, the native maven plugin is being used to compile a C++ source file, prior to linking an .exe application. Has anyone seen this sort of thing before? Thanks. Brad recmods.cpp [INFO] cl /MT /W3 /GX /DWINDOWS-X86 /DWIN3

Re: [M2] maven-jxr-plugin

2006-09-20 Thread CodingPlayer
thx, for your reply. i just ask myself, is there any project.property that points to the current source directory? Since i'm using a parent POM (where i define my plugIns) and some child-poms that are derived from that parent, i can not declare absolute pathes to the source-directory. i would ne

Multiple binaries generated

2006-09-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. There is a requirement where a single Maven build needs to produce both a jar and a war in the same project. The element can neither be a .jar nor a .war. I am not sure what it should be. The only thing I could think of is trying to fork parallel builds within the Maven package phase, but

Changing the team-list page template

2006-09-20 Thread Wendy Smoak
I'd like to change the template for the team-list page [1]. How can I do it? It seems to come from the 'project info reports' plugin, but I don't see any options that look useful: http://maven.apache.org/plugins/maven-project-info-reports-plugin/project-team-mojo.html [1] I'd like to get rid

Propose structure for multiproject

2006-09-20 Thread Neeraj Bisht
Hello all, Please help to get out of the following confusions: I am having many projects which may be dependent on each other or not.But we need to make one ear having all the archives file made of all projects. In one project, we can have one jar,jar+war,jar+war+har,or some other application sp

Problem building POM

2006-09-20 Thread Dhakshinamoorthy, Hariharasudhan
I have problems bulding an example in xFire and iam new to maven , please help me with this . C:\work\xFire\1.2.1\xfire-1.2.1\examples\purchase-order>mvn install war:war [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'war'. [INFO] org.codehaus.mojo: checking f

  1   2   >