Re: Trying to build Maven 2.0.x - used to create uber jar, now it doens't

2007-04-17 Thread Wendy Smoak
On 4/17/07, gilclark <[EMAIL PROTECTED]> wrote: A couple weeks back I was successfully building Maven 2.0.x. The last stage of the build is to run mvn assembly:assembly in the maven-core directory. The resultant zip, gz, etc. contained the uberjar called maven-2.0.x-uber.jar which goes in the l

Re: 1.1 alpha 1 release?

2007-04-19 Thread Wendy Smoak
On 4/19/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: Where can I find the collection of issues which have been resolved with this release? Thanks. http://jira.codehaus.org/browse/CONTINUUM -> Release Notes -> select version and style -> Create -> http://jira.codehaus

Re: [m2] Best Practices for pom ... data for site documentation

2007-04-19 Thread Wendy Smoak
On 4/19/07, Mick Knutson <[EMAIL PROTECTED]> wrote: I have the following in my root pom.xml: ... I am trying to find some best practices to add more detail to each page? APT and HTML format do not seem to work. I think description is just meant to be a paragraph... if you need more, create sr

Re: Registration emails not being sent

2007-04-19 Thread Wendy Smoak
On 4/19/07, egarza <[EMAIL PROTECTED]> wrote: I have deployed the Archiva SNAPSHOT, most recent revision 530476, web-app to Tomcat 5.5.23 on Unix. I have followed all the Tomcat setup instructions. Nothing in the logs? I'm surprised... http://docs.codehaus.org/display/MAVENUSER/Archiva+on+To

Re: [m2] Best Practices for pom ... data for site documentation

2007-04-19 Thread Wendy Smoak
On 4/19/07, Mick Knutson <[EMAIL PROTECTED]> wrote: Can I do the same with an xdoc page? eg. src/site/xdoc/index.xml Sure, pick whichever format you prefer. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [m2] Best Practices for pom ... data for site documentation

2007-04-19 Thread Wendy Smoak
On 4/19/07, Mick Knutson <[EMAIL PROTECTED]> wrote: I created src/site/xdoc/utilities/index.xml But it did not seem to over write the index page. I still get the same one. That makes sense to me... src/site/xdoc/index.xml -> /index.html You have: src/site/xdoc/utilities/index.xml -> /utili

Re: [m2] Best Practices for pom ... data for site documentation

2007-04-19 Thread Wendy Smoak
On 4/19/07, Mick Knutson <[EMAIL PROTECTED]> wrote: This did not seem to happen: src/site/xdoc/utilities/index.xml -> /utilities/index.html This worked: src/site/xdoc/utilities/indexTest.xml -> /utilities/indexTest.html You're not giving me much to go on here. My guess is that 'utilities' is

Re: [m2] Best Practices for pom ... data for site documentation

2007-04-19 Thread Wendy Smoak
On 4/19/07, Mick Knutson <[EMAIL PROTECTED]> wrote: structure is: project-home (pom) --> Utilities Module (pom) --> Common Module (jar) I want to replace project/utilities/index.html with src/site/xdoc/utilities/index.xml but my xdoc file does not overwrite the one generated from t

Re: My plugin maintainer died

2007-04-20 Thread Wendy Smoak
On 4/20/07, Crossley, Jim <[EMAIL PROTECTED]> wrote: No, not that one, in particular. I'm sure there are quite a few out there. I figured it was a pretty common problem, so I was wondering what the popular solution was. As Wayne confirmed, doing an "internal" plugin release is the popular so

Re: Bamboo and cargo: endless builds

2007-04-20 Thread Wendy Smoak
On 4/20/07, Bart Warnez <[EMAIL PROTECTED]> wrote: Hello, I made a plan to deploy our builds into Tomcat 5 with the maven plugin "cargo". I scheduled it as daily builds. The problem is that the build never stops. Without seeing how you are configuring Cargo, it's hard to help. If you're usin

Re: Bookmarks missing from Maven book

2007-04-20 Thread Wendy Smoak
On 4/20/07, Cliff <[EMAIL PROTECTED]> wrote: I just downloaded a more recent copy of "Better Builds With Maven" (the October 2006 version) and realized that it's missing the bookmarks that were present in my March 2006 version. Where do I go to report the issue? There's a contact link on the b

Re: My plugin maintainer died

2007-04-20 Thread Wendy Smoak
On 4/20/07, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: What I wondering is how to call the best practice of "We only have an SNAPSHOT version but we already changed the official documentation on the site." Like what happens with the maven-assembly-plugin:2.2. How can you have on the main

Re: Selected for....

2007-04-20 Thread Wendy Smoak
On 4/20/07, Lacoste, Dana <[EMAIL PROTECTED]> wrote: Oh, I forgot to add: This works FINE in 2.0.5. Whatever broke was a change in 2.0.6 :( There is a dependency analyzer intended to help fix problems prior to upgrading to 2.0.6: http://maven.apache.org/plugins/maven-dependency-plugin/exampl

Re: Getting index.html of site generated automatically

2007-04-22 Thread Wendy Smoak
On 4/22/07, Ian Rowlands <[EMAIL PROTECTED]> wrote: Any other suggestions? Declare a version number for the site plugin: 2.0-beta-5 Then paste the output of 'mvn site -X' (use http://rafb.net/paste as it will be too long to include) and let's see if there's anything interesting in that.

Re: xdoc/APT: how to add HTML

2007-04-24 Thread Wendy Smoak
On 4/24/07, Marc Lustig <[EMAIL PROTECTED]> wrote: with the Maven1 xml-based xdoc it was easy to add HTML-code, with the new velocity-based engine it's not working the same way. Maven 2 also supports xdoc. Place your files in src/site/xdoc and they'll be processed. Anybody knowing how to add

Re: skipping surefire-report failure

2007-04-25 Thread Wendy Smoak
On 4/25/07, monsterkhan <[EMAIL PROTECTED]> wrote: Some of my unit tests are failing wehn I run a maven builf and this results in a failed build. Is there a way so tht the build doesnt fail and the surefire reports gets generated even when a few tests fail? tried a few options but nothings seem

Re: GPG plugin just for deploy?

2007-04-25 Thread Wendy Smoak
On 4/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: However, this is going to run the GPG plugin every time I run install (I tested). ... How can I ensure that the GPG plugin is only used when I'm using the deploy goal? Put the plugin execution config in a profile, and only enable it wh

Re: commons-logging dependency

2007-04-25 Thread Wendy Smoak
On 4/25/07, Trevor Torrez <[EMAIL PROTECTED]> wrote: I'm trying to eliminate commons-logging from being transitively passed on to projects that depend on my library and my library uses spring. Spring uses commons-logging but doesn't mark it as optional or scope:provided, however when I try to exc

Re: Versioning Site Documentation

2007-04-25 Thread Wendy Smoak
On 4/25/07, jp4 <[EMAIL PROTECTED]> wrote: I was wondering if there is a way to deploy the site documentation to two different locations so that it is versioned properly... For example, http://www.foo.com/project1/1.0-SNAPSHOT http://www.foo.com/project1/1.1/ Try using ${version} in your dist

Re: Versioning Site Documentation

2007-04-25 Thread Wendy Smoak
On 4/25/07, jp4 <[EMAIL PROTECTED]> wrote: I tried what you suggested, but it appears as though none of the child modules for the parent projects are linked properly. It creates directories ... But the modules directories are at the same level as the parent... Any ideas? Without seeing your

Re: Maven 2 Plugin Execution Order

2007-04-30 Thread Wendy Smoak
On 4/30/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: I have seen several Jira entries for the problem where Maven 2 does not guarantee the order of executions of the plugins. I know it was not fixed in 2.0.5. My question is whether it was fixed in 2.0.6. If not, does s

Re: [m2] Dependency Ordering Headache

2007-05-01 Thread Wendy Smoak
On 5/1/07, Andrew Williams <[EMAIL PROTECTED]> wrote: I may be speaking out of turn here, but I think that maven does not have a lack of order, it simply does not allow you, the user, to control the order. Thus builds are reproducable reliably, the order does not change from one build to another.

Re: Guide to creating archetypes...

2007-05-02 Thread Wendy Smoak
On 5/2/07, Dave Hoffer <[EMAIL PROTECTED]> wrote: The process given for creating a custom archetype seems limiting and confusing. I'd say limited and tedious. :) Although my files do have this layout pattern when I run this archetype I an error "Template 'trunk/src/main/java/App.java' not in

Re: Guide to creating archetypes...

2007-05-02 Thread Wendy Smoak
On 5/2/07, Dave Hoffer <[EMAIL PROTECTED]> wrote: Can you give me a link to "...the 'next generation' archetype plugin that is going on over at Codehaus"? http://mojo.codehaus.org/maven-archetypeng/ -- Wendy - To unsubscribe

Re: Maven Community news @ blog.octo.com

2007-05-03 Thread Wendy Smoak
On 5/2/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: We're busy configuring the projects to deploy the site in a separate space per version. Not sure how far we are, Wendy might answer that. It was temporarily pre-empted by work and school, I should get back to it next week. The plugin docs

Re: build plugin order in same phase

2007-05-04 Thread Wendy Smoak
On 5/4/07, Joerg Hohwiller <[EMAIL PROTECTED]> wrote: it seems to be impossible with maven 2.0.x to specify the order of plugins in the build process that are attached to the same phase (please corret me if I am wrong). The order in the POM does NOT matter. Is this feature available in (or plan

Re: Version number propogation

2007-05-06 Thread Wendy Smoak
On 5/6/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: I have a project with multiple modules. I'm keeping the version numbers synced. This ends up with a lot of repetition of the version number: tapestry-core jar 5.0.5-SNAPSHOT org.apache.tapestry tapestry-project 5.0.5

Re: Version number propogation

2007-05-06 Thread Wendy Smoak
On 5/6/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: I have a project with multiple modules. I'm keeping the version numbers synced. This ends up with a lot of repetition of the version number: tapestry-core jar 5.0.5-SNAPSHOT org.apache.tapestry tapestry-project 5.0.5-

Re: Integration tests in Maven 2

2007-05-06 Thread Wendy Smoak
On 5/6/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: May someone please tell me what I need to add to the POM to run integration tests? In which element do I need to declare the location of the integration test .java files? Which plugin do I need to add to the section

Re: Continuum dead?

2007-05-08 Thread Wendy Smoak
On 5/8/07, Crossley, Jim <[EMAIL PROTECTED]> wrote: Is Continuum dead? It hasn't been released in over a year. I need for it to build multi-module project snapshots correctly. Continuum has its own user and dev lists, for which you can find subscription info here: http://maven.apache.org/

Building Websphere/WSAD 5 projects with Maven

2007-05-09 Thread Wendy Smoak
A coworker is converting a WebSphere project to build with Maven. Neither of us is one of the project developers, so we're working directly with the code in svn on a branch, and not with the IDE at all. I'll start with a couple of questions, but general advice from someone who's worked with WSAD

Re: Create a project for its dependencies

2007-05-10 Thread Wendy Smoak
On 5/10/07, lightbulb432 <[EMAIL PROTECTED]> wrote: How can I create a project for the sole purpose of its pom.xml serving as a place to organize several dependencies. For example, if I have a main project that depends on 100 JARs, could I get this main project to depend on 4-5 subprojects whose

Re: Parent POM and basedir

2007-05-10 Thread Wendy Smoak
On 5/10/07, Chris Helck <[EMAIL PROTECTED]> wrote: In my parent POM I'd like to setup the PMD plugin with a set of rules in src/site/pmd.xml. In my parent POM I have: org.apache.maven.plugins maven-pmd-plugin 1.5 true utf-8

Re: understanding SNAPSHOT versions

2007-05-12 Thread Wendy Smoak
On 5/12/07, Xavier Hanin <[EMAIL PROTECTED]> wrote: I would like to have a clean understanding of how SNAPSHOT versions work, could someone point me to corresponding documentation? More precisely, I would like to understand when a SNAPSHOT version is published in a repository with a timestamp,

Re: understanding SNAPSHOT versions

2007-05-12 Thread Wendy Smoak
On 5/12/07, Xavier Hanin <[EMAIL PROTECTED]> wrote: Thanks, it's much clearer now! One more thing that affects snapshots is the update policy. By default, it's daily. In your local repository, Maven keeps track of when it last checked each repository for a particular artifact. You can use -

Re: Maven uninstall - resinstall

2007-05-12 Thread Wendy Smoak
On 5/12/07, Martin Ravell <[EMAIL PROTECTED]> wrote: Can someone tell me if Maven is using some way, apart from the repositories, of keeping track of which files it thinks it has on the local machine? By default Maven knows about ~/.m2 . I don't think there's anything else. [INFO] Searching

Re: Unzip files from a JAR dependency - a plugin or ant script?

2007-05-12 Thread Wendy Smoak
On 5/12/07, noon <[EMAIL PROTECTED]> wrote: Is there a Maven2 plugin with I could unzip files from a JAR dependency file? The files that I need to extract are Hibernate mapping files that are packaged inside the JAR file in another Project. Can I achieve this with a Maven 2 plugin or should I u

Re: understanding SNAPSHOT versions

2007-05-12 Thread Wendy Smoak
On 5/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have one question here. If you are not using snapshot versions, will Maven check for updates of regular versions? You should always specify a version number, and released artifacts should never change, so there's usually no reason to

Re: [m2] how to call a mojo from other mojo

2007-05-13 Thread Wendy Smoak
On 5/13/07, Adrian Herscu <[EMAIL PROTECTED]> wrote: How is this related to my problem? You'll probably get more useful responses if you describe the problem you're trying to solve, rather than the solution you're having trouble implementing. -- Wendy

Re: Problems finding custom archetype...

2007-05-14 Thread Wendy Smoak
On 5/14/07, Arne Styve <[EMAIL PROTECTED]> wrote: I then deploy the artifact to our company repository (snapshot). When I now try to create a new project on a different PC, using the newly created archetype, Maven is not able to find the archetype. I have included the -tag in my settings.xml

Re: Problems finding custom archetype...

2007-05-14 Thread Wendy Smoak
On 5/14/07, Arne Styve <[EMAIL PROTECTED]> wrote: I've tried this too, but still it will not work. When I chekout the archetype project (that is used to create the archetype), and do a "mvn install", then creating a new project using the new archetype works fine on this PC too. Please po

Re: Problems finding custom archetype...

2007-05-14 Thread Wendy Smoak
On 5/14/07, Arne Styve <[EMAIL PROTECTED]> wrote: Hi Wendy, Her is the command and the resulting output. Would be greate if you are able to spot the error: ... [INFO] Failed to resolve artifact. GroupId: no.offsimcentre ArtifactId: osc-archetype-simple Version: 1.0-SNAPSHOT Reason: Unable to

Re: Resources are not filtered

2007-05-14 Thread Wendy Smoak
On 5/14/07, Daniel del Castillo <[EMAIL PROTECTED]> wrote: Hello again, When I build my project the resources files stay the same, no filtering is performed. My pom file is as follow: ... src/test/resources true Based on the directory path, should this

Re: an oveview of all the installed plugins and goals

2007-05-15 Thread Wendy Smoak
On 5/15/07, Gert-Jan Braas <[EMAIL PROTECTED]> wrote: is there a maven command which lists all the installed plugins and/or gorals? The closest thing I know of is the help plugin. For example, 'mvn help:describe -Dplugin=site' will give information about the site plugin. Right now it doesn't

Re: Parent POM and basedir

2007-05-15 Thread Wendy Smoak
On 5/15/07, Chris Helck <[EMAIL PROTECTED]> wrote: Can you explain what you mean? I've already set things up with the extension but I'd rather change it now if that is the right thing to do. How can I make my rules file be a dependency of the PMD plugin? Do I have to recreate my own version of

Re: using blame

2007-05-15 Thread Wendy Smoak
On 5/12/07, Ionut S <[EMAIL PROTECTED]> wrote: How can we use the blame mechanism ? We already have emails coming when the build fails, but the only thing they say is the build failed, nothing more. I searched the continuum site and I couldn't find anything clear, this is why I'm writing you

Re: SWF within Maven documentation

2007-05-15 Thread Wendy Smoak
On 5/15/07, Steve Motola <[EMAIL PROTECTED]> wrote: I am sure this question has been asked before but there is no convenient way to search the archives. We recommend Nabble: http://www.nabble.com/Maven---Users-f178.html How does one embed a SWF (Flash) file within the documentation? Do the

Re: an oveview of all the installed plugins and goals

2007-05-16 Thread Wendy Smoak
On 5/16/07, Gert-Jan Braas <[EMAIL PROTECTED]> wrote: OK. So that is a way of obtaining plugin info. Now I'm using the axis2-aar maven plugin. As far as I can tell, it is installed. == [EMAIL PROTECTED]:~/.m2/repository$ find . | grep aar ./org/apache/mav

Re: SWF within Maven documentation

2007-05-17 Thread Wendy Smoak
On 5/16/07, Steve Motola <[EMAIL PROTECTED]> wrote: Thank you - using APT. I was able to successfully create a macro with Doxia, easy once you see a working example. There could be a little more documentation... Suggestions welcome... that's what I was able to figure out from the source and

Re: M2 Repository Resolution

2007-05-17 Thread Wendy Smoak
On 5/17/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: I define three repositories, but when the build does not find the dependency in the first repository, the build fails. Specifically, the build does not proceed to search the other two repositories for the dependency.

Re: Problems with preparationGoals config in the release plugin

2007-05-17 Thread Wendy Smoak
On 5/17/07, Evan Toliopoulos <[EMAIL PROTECTED]> wrote: Has any one managed to configure the *preparationGoals *for the *release *plugin successfully. ... [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-release-plugin:2.0-beta-4 Cause: When configuring a ba

Re: Optional Runtime Dependencies

2007-05-20 Thread Wendy Smoak
On 5/20/07, Martin Jericho <[EMAIL PROTECTED]> wrote: The new version (2.4) of my project Jericho HTML Parser has compile-time dependencies that are optional at runtime. It is not clear to me from the documentation what scope I should give these dependencies, as none of the scopes seem to descri

Re: Optional Runtime Dependencies

2007-05-20 Thread Wendy Smoak
On 5/20/07, Martin Jericho <[EMAIL PROTECTED]> wrote: Thanks for your response Wendy, but this still isn't clear to me at all. Are you saying I have to add two dependency elements for each library, once with a scope of compile, and once with a scope of runtime but with the optional flag set? D

Re: Optional Runtime Dependencies

2007-05-21 Thread Wendy Smoak
On 5/21/07, Martin Jericho <[EMAIL PROTECTED]> wrote: So you are saying that to indicate that a dependency is required for compilation and optional for runtime, I simply set it with the scope "runtime" and and "optional" flag. This seems to completely contradict the documentation, which says of

Re: Use of ${version} in published pom

2007-05-21 Thread Wendy Smoak
On 5/21/07, Gilles Scokart <[EMAIL PROTECTED]> wrote: The pom : http://mirrors.ibiblio.org/pub/mirrors/maven2/org/codehaus/cargo/cargo-core-api-generic/0.9/cargo-core-api-generic-0.9.pom Contains some ${version}. I looked in the parent poms, but there is no explicit property with this name. Wh

Re: Integration tests in a separate moule

2007-05-21 Thread Wendy Smoak
On 5/21/07, Arnaud Jeansen <[EMAIL PROTECTED]> wrote: My problem is that I can't make these integration tests compile in the "test" phase of the "integtesttomcat" module. These tests depend on the classes from foowar/src/main/java (to compile test classes looking like web services clients, I nee

Re: maven2, buildNumber

2007-05-22 Thread Wendy Smoak
On 5/22/07, Raghurajan Gurunathan <[EMAIL PROTECTED]> wrote: but in my zip file the {buildNumber}value is not being replaced Try either $buildNumber or ${buildNumber} instead. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Maven 2 - POM Hookup Question

2007-05-22 Thread Wendy Smoak
On 5/22/07, Randall Fidler <[EMAIL PROTECTED]> wrote: Projects are sitting inside Perforce - would you use the Perforce web interface to expose the pom? The Perforce web setup is basically the normal p4 client but web implementation (from my little experience with it). If you can get

Re: Requiring a specific version of maven to build a project?

2007-05-23 Thread Wendy Smoak
On 5/23/07, Roland Asmann <[EMAIL PROTECTED]> wrote: Not sure if maven checks this, but I've seen these in a couple of POMs: 2.0.3 Based on some recent discussion, that apparently only works for plugins. That's exactly why the enforcer plugin was born. :) -- Wendy ---

Re: how to adding non-free sources to an internal repository?

2007-05-23 Thread Wendy Smoak
On 5/23/07, ossi petz <[EMAIL PROTECTED]> wrote: i know how to add a non-free (commercial) jar into a local repository. i use deploy:deploy-file to achieve this: ... how can i add the sources to this jar file? (packed in core-2.0.0.zip) is there some other packaging type? (i havent found the

Re: [M2] Site upload

2007-05-25 Thread Wendy Smoak
On 5/25/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: Are you complaining about the fact that wagon-ftp currently is not implemented to support directory copy? That can be fixed easily, it just needs to be implemented. I can send you a compiled jar with directory copy enabled if that's what yo

Re: Overriding the plugin depencies

2007-05-25 Thread Wendy Smoak
On 5/25/07, Alexandre Gomes <[EMAIL PROTECTED]> wrote: I'm using a plugin [1] that depends of some library [2]. My question is if it's possible to change the plugin dependency without having to update the local repository. Maybe, there is some pom tag tag I could use to change the plugin depend

Re: Overriding the plugin depencies

2007-05-26 Thread Wendy Smoak
On 5/26/07, Brad Szabo <[EMAIL PROTECTED]> wrote: Plugin dependencies cannot be overridden at the present time. There is an issue in JIRA http://jira.codehaus.org/browse/MNG-2163 (which is duplicated by a couple others). That one is about exclusions. This one is about overrideing dependencies

Re: TestNG documentation

2007-05-28 Thread Wendy Smoak
On 5/28/07, Andreas Guther <[EMAIL PROTECTED]> wrote: ...and when will be there a combination that does not require SNAPSHOT versions? Of Surefire? Did you and Howard see Brett's recent call to test Surefire 2.3.1 in advance of a release? Testing and reporting back on that thread would be ap

Re: where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread Wendy Smoak
On 5/29/07, Jeff Mutonho <[EMAIL PROTECTED]> wrote: Thanks.With Maven its always a path of discovery :).Anyway it seems like there's some other library that depends on xml-apis , as excluding it from commons-logging and jaxen didn't resolve the issue. Did you do a clean build? If not, the fi

Re: Newbie Help - the archetype:create task does not work for quickstart example

2007-05-30 Thread Wendy Smoak
On 5/30/07, Mike Smithson <[EMAIL PROTECTED]> wrote: I downloaded and unzipped Maven-2.0.6 and tried to run the example from the quickstart doc online. I ran the following: Ø mvn archetype:create –DgroupId=com.mycompany.com –DartifactId=my-app –DarchetypeArtifactId=maven-archetype-archetype I

Re: Is it possible for a pom project to build a jar file?

2007-05-31 Thread Wendy Smoak
On 5/31/07, Chris Helck <[EMAIL PROTECTED]> wrote: I have a parent pom which depends on a simple jar file containing configuration files (PMD config). I'm wondering if it is possible to combine these into one project? So I need pom and to somehow cause a jar file to be build and deployed. How c

Re: UnsupportedClassVersionError on unit test using java 1.5

2007-05-31 Thread Wendy Smoak
On 5/31/07, Piotr Skawinski <[EMAIL PROTECTED]> wrote: Is it possible to specify in the pom.xml that unit test should also be executed by jdk 1.5 even though my JAVA_HOME points to jdk 1.4?? This might help... http://docs.codehaus.org/display/MAVENUSER/Compile+and+Test+with+Different+JDK+Vers

Re: Is it possible for a pom project to build a jar file?

2007-05-31 Thread Wendy Smoak
On 5/31/07, Chris Helck <[EMAIL PROTECTED]> wrote: I'm also considering putting the configuration file in a well known location (http://mystuff/pmd.xml) the same way we do for JPEGs and getting on with life. A known URL for checkstyle config is what I went with for the open source projects I w

Re: How to tell Maven where to find jar (specify classpath)

2007-05-31 Thread Wendy Smoak
On 5/31/07, SiSi'mon <[EMAIL PROTECTED]> wrote: We have a product we wish to deliver that requires compliation. We have a pom.xml file that specifies all the dependencies but there is one dependency (Oracle jdbc jars) for which there is no repository so we must package the .jar files in a /lib/

Re: com/oracle/ojdbc14 where are Oracle driver jars?

2007-05-31 Thread Wendy Smoak
On 5/31/07, SiSi'mon <[EMAIL PROTECTED]> wrote: Yes, we have already done this (downloaded an put in local repository) and internally we are doing this in development. But we do not have the ability to serve as a Maven2 repository to customers we ship to so when they run the installer it will n

An undeploy plugin?

2007-05-31 Thread Wendy Smoak
I need to get things *out* of a repository, and would rather not touch the filesystem directly. What would maven-undeploy-plugin look like? Do we already have something that does this? -- Wendy - To unsubscribe, e-mail: [EMAIL

Re: An undeploy plugin?

2007-06-02 Thread Wendy Smoak
On 6/2/07, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: Do you mean "uninstall", as from your local repository, or "undeploy", as in a remote repository? I don't have an answer to your question, since I use Artifactory for my remote proxy and it has tools to undeploy, but I thought clarification

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

2007-06-02 Thread Wendy Smoak
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 2.1-alpha-1, which has not yet been released. The d

Re: any way to override a plugin dependency ?

2007-06-05 Thread Wendy Smoak
On 6/5/07, nicolas de loof <[EMAIL PROTECTED]> wrote: I've got a legacy project to convert from maven1 to maven2. It uses castor to generate code based on an XSD. castor plugin from mojo uses castor 0.9.7, and my project use castor 0.9.5, and the generated code is not compatible (unmarshall ret

Re: Timestamp versions of snapshot dependencies

2007-06-05 Thread Wendy Smoak
On 4/17/07, Houtekier Thomas <[EMAIL PROTECTED]> wrote: When snapshot-dependencies are downloaded from our (in-house) remote repository, I get the artifact in the form -.jar and not -SNAPSHOT.jar. In scripts I reference to the -SNAPSHOT.jar version. When I get the timestamp version, I have to c

Re: .NET Frameworks support through Maven

2007-06-08 Thread Wendy Smoak
On 6/8/07, LP <[EMAIL PROTECTED]> wrote: I am new to Maven . I am just trying to see whether I can use Maven to build .NET Applications build on .NET FW 2.0/3.0 ? Any Pointers will help . You're in luck! Work on that is under way over in the incubator: http://incubator.apache.org/nmaven/ --

Re: Naming of SNAPSHOT artifacts

2007-06-08 Thread Wendy Smoak
On 6/8/07, Vasil Benov <[EMAIL PROTECTED]> wrote: I would like to ask does anybody knows how maven names SNAPSHOT artifacts. It sometimes names them SNAPSHOT, e.g. , in other occasions it names them with the fully qualified snapshot name (if one can say so) , e.g. < mylibrary-1.0-20070213.17441

Re: Lifecyle Question

2007-06-09 Thread Wendy Smoak
On 6/9/07, Mac Systems <[EMAIL PROTECTED]> wrote: Sound Good so far. But i get Confused as i through to know that maven will invoke each of the previous goals. Doing that with Cruise Control mean i have to install each time the snapshots ? the means i have to call somthing like this: "maven cl

Re: Deployment problem

2007-06-09 Thread Wendy Smoak
On 6/9/07, dcave555 <[EMAIL PROTECTED]> wrote: 1. A project - jar 2. B project - jar 3. C project war In Project A I have xml file in resources. Project B depends on Project A (included in pom.xml) Project C depends on Project B (oncluded in pom.xml) My problem is when the server starts to ru

Re: Clean Plugin and Blacklisted Repo

2007-06-09 Thread Wendy Smoak
On 6/9/07, Mac Systems <[EMAIL PROTECTED]> wrote: on my build maschine i reinstalled most needed Plugins to get behind some problem i had before. Yesterday i made an clean on that project and maven wasnt able to connect to central repositoty to download the clean plugin. It got Blacklisted! Unti

Re: URL of local Artifact Downloading

2007-06-09 Thread Wendy Smoak
On 6/9/07, Mac Systems <[EMAIL PROTECTED]> wrote: I have some Artifact installed (let's say j2ee jar in version 1.4 ) in my local Repo with "mvn -install " When build the project i see log messages loke this: Downloading : http://repo1.maven.org/maven2/j2ee/1.4/j2ee-1.4.jar Should this n

Re: Clean Plugin and Blacklisted Repo

2007-06-09 Thread Wendy Smoak
On 6/9/07, Mac Systems <[EMAIL PROTECTED]> wrote: Ok, i will try that. Where is that Information stored (The blacklist of clean) ? The metadata files in your local repository store the last access date/time. It's not storing a blacklist, just applying the update policy to each repository. B

Re: profile activation rules

2007-06-09 Thread Wendy Smoak
On 6/9/07, Den Orlov <[EMAIL PROTECTED]> wrote: Just realized that isn't so MNG-2136 doesn't make sense for my case. It looks like some bug. When I just mention desired profile at settings.xml: ... Construct a sample project and a test script-- in this case just a complete pom.xml and setti

Re: Continuum mail notification NPE

2007-06-09 Thread Wendy Smoak
Did you ever get help with this? We need more information-- what Continuum version, how did you configure the mail notifier, etc. Mail is working okay for other users, so I suspect a configuration issue. -- Wendy On 5/11/07, Christophe Hamerling - EBM WebSourcing <[EMAIL PROTECTED]> wrote: I

Re: Install/deploy a project with a single file

2007-06-10 Thread Wendy Smoak
On 6/10/07, Rahamim, Zvi (Zvi) <[EMAIL PROTECTED]> wrote: I have a project with only a single xml file. What should I define in the pom.xml file so that it will be installed and deployed? If you really want that file to be "the artifact" then I suppose you'd have to invent a new packaging type

Re: maven release plugin question

2007-06-11 Thread Wendy Smoak
On 6/11/07, srinivas ramgopal <[EMAIL PROTECTED]> wrote: Current latest version of maven release plugin from ibiblio has errors. It does? Are they in JIRA? As a workaround, I want to force maven to use the older(the version before the latest one)version of this plugin. This plugin related i

Re: Lifecycle Question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Jens Hohl <[EMAIL PROTECTED]> wrote: when i only compile my multiproject which also contains an war module I get an error when the WAR is module ist compiled that there are missing dependencies. Is that correct ? The war simply have to compile small amount of code against already co

Re: Comprehensive list of packaging types?

2007-06-13 Thread Wendy Smoak
On 6/13/07, Greg Thompson <[EMAIL PROTECTED]> wrote: I ask partly out of curiosity, and partly because I have an ant-based "project" that generates a set of documents . If I were to mavenize this, I imagine that the bundle of documents would be installed/deployed so that it would be available t

Re: Lifecycle Question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Jo Vandermeeren <[EMAIL PROTECTED]> wrote: Are the compiled artifacts of the other modules installed in your local repository? Otherwise, the war module won't find them. I don't think this is true. Clear your local repository and try 'mvn package on a multimodule build with inter

Re: A getting started user behind proxy under win xp problem?

2007-06-13 Thread Wendy Smoak
On 6/13/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Did you configure the proxy? http://maven.apache.org/guides/mini/guide-proxies.html ... and after you do that, add -U on the command line to force Maven to check for updates. The default update policy is once per day, and as far as Mav

Re: best location of parent pom in multi-module builds / subversion

2007-06-13 Thread Wendy Smoak
On 6/13/07, Olivier Dehon <[EMAIL PROTECTED]> wrote: I used to use the 2nd layout you describe because it made sense as the continuous integration engine that I use (continuum) checks out every project in separate subdirectories for each subproject. That way it didn't checkout all the subproject

Re: Maven assembly plugin question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath <[EMAIL PROTECTED]> wrote: "mvn -Dproject.build.finalName=my-installer-0.3-SNAPSHOT clean assembly:assembly" but it still creates the zip file with the name " package-0.3-SNAPSHOT". Can someone tell me if there is something i am missing? Try setting in pom.xml, not

Re: Maven assembly plugin question

2007-06-13 Thread Wendy Smoak
On 6/13/07, Kannan Ekanath <[EMAIL PROTECTED]> wrote: Thanks, I seem to get it. While doing a mvn assembly:assembly it is showing me a "myapp.zip" however, when I do a "mvn install" i assumed this file will be stored in the .m2\repo it is still showing as package-0.3-SNAPSHOT.zip and not myapp.

Re: XML-RPC interface not working in 1.1-alpha?

2007-06-14 Thread Wendy Smoak
On 6/14/07, Jan Lisse <[EMAIL PROTECTED]> wrote: i'm using continuum 1.1-alpha and want to access its XML-RPC interface. When i start the server on a Linux (Open Suse 10.2) or on a Mac OS X system it is accessable via Webinterface but the XML-RPC interface on Port 8000 is not accessable. There i

Re: Enterprise M2 repository stored in subversion

2007-06-14 Thread Wendy Smoak
On 6/14/07, Raphaël Piéroni <[EMAIL PROTECTED]> wrote: i have googled for an answer on the question whether it is possible to store an entreprise Maven repository in subversion and build a freshly checkouted project in a computer with an empty local repository. obviously the project's pom will

Re: Compile dont work

2007-06-14 Thread Wendy Smoak
On 6/14/07, MPF <[EMAIL PROTECTED]> wrote: I get following error if i try to compile my project: C:\work\projects\GATHER~1>mvn clean compile ... [INFO] Compilation failure C:\work\projects\GATHER~1\src\main\java\at\pcd\wam\technologie\utility\dataholde r\jsf\DataList.java:[26,21] generics are

Re: Enterprise M2 repository stored in subversion

2007-06-14 Thread Wendy Smoak
On 6/14/07, Raphaël Piéroni <[EMAIL PROTECTED]> wrote: What is the way to transform a local repository in such a 'remote' repository i think the metadatas will be a bit corrupted (or at least wrongly named). You're correct that local and remote repository metadata is different. I can't find it

Re: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Wendy Smoak
On 6/15/07, Johan Iskandar <[EMAIL PROTECTED]> wrote: Is there anyway for us to declare in the parent project's pom a restriction on the set of jar's version to use in building the whole project? Set the versions in (and ) in the parent, and then don't use elsewhere. This doesn't 'force' it

Re: Enforcing specific version of jars in the whole project build

2007-06-15 Thread Wendy Smoak
On 6/15/07, Johan Iskandar <[EMAIL PROTECTED]> wrote: > Does this means that if I had 3rd party modules I would also need to > remove all of the 3rd party modules? > Sorry what I meant was.. 3rd party modules's poms? No... your definitions in dependencyManagement should be "closer" and take p

<    1   2   3   4   5   6   7   8   9   10   >