Re: How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread Wendy Smoak
On Nov 27, 2007 7:18 AM, JC Walmetz <[EMAIL PROTECTED]> wrote: > Is it possible to configure the assembly plugin in order that the zip > produced will be deployed in repo during install or deploy ?? I think you want the 'attached' goal. See "Building an Assembly as part of the Build Lifecycle" h

Re: report for many sub modules ...

2007-11-23 Thread Wendy Smoak
On Nov 23, 2007 1:55 PM, Giovanni Azua <[EMAIL PROTECTED]> wrote: > Is there is a simple way to make a project that has many sub-projects show > all reports collapsable like when the report is generated for a single > project e.g. displaytag below the project page limits the number of reports > pe

Re: Active a profile if another is not activated

2007-11-23 Thread Wendy Smoak
On Nov 23, 2007 10:03 AM, Saloucious <[EMAIL PROTECTED]> wrote: > Is it possible to activate a profile if a profile is or is not activated ? Not directly, but what problem are you trying to solve? If you need to activate exactly one of a set of profiles, you can do it with the absence/presence o

Re: [Solved]Re: Central repository overriding with mirror

2007-11-22 Thread Wendy Smoak
On Nov 22, 2007 11:11 AM, Saloucious <[EMAIL PROTECTED]> wrote: > Ok i've just trace Http request, > > You were right, Maven always prints the "original" url put does not send any > HTTP request to repo01 I thought so... looks like there is already an issue open for it: http://jira.codehaus.org/b

Re: Central repository overriding with mirror

2007-11-22 Thread Wendy Smoak
On Nov 22, 2007 10:20 AM, Saloucious <[EMAIL PROTECTED]> wrote: > > With mirror, My proxy never receive a requet from my computer. > > But i will check my traffic to see what happen on my computer That's good enough. :) And Tamas says that the info messages _are_ correct, so try his suggestion of

Re: Central repository overriding with mirror

2007-11-22 Thread Wendy Smoak
On Nov 22, 2007 9:20 AM, Saloucious <[EMAIL PROTECTED]> wrote: > I'm trying to redirect central repository to my maven proxy, > > > > central > central > http://myproxy > > >

Re: SCM

2007-11-18 Thread Wendy Smoak
On Nov 18, 2007 9:03 AM, Filippo De Luca <[EMAIL PROTECTED]> wrote: > Dear maven users > I setup a simple project, i have my subversion server an want to upload my > project to the server. ... > but i try to do > > mvn -Dmessage="First try" scm:checkin > > but it failed! > > [ERROR] Provider messag

Re: Reuse of attached assemblies

2007-11-16 Thread Wendy Smoak
On Nov 16, 2007 11:28 AM, Paul MERLIN <[EMAIL PROTECTED]> wrote: > I have a project that produce a zip file. I did a project with pom packaging, > an assembly is building the zip file. This produced zip file is attached to > the pom artifact so it is installed/deployed with it. > > Now I need to r

Re: trouble adding Maven 2.0 pom

2007-11-15 Thread Wendy Smoak
On Nov 15, 2007 2:49 PM, Christofer Jennings <[EMAIL PROTECTED]> wrote: > I got SVN installed locally and set up my POM to use its repository. > Continuum can now get the files and build but I get an error about compiling > with generics. I says "use -source 5 or higher to enable generics" but I >

Re: Integration tests - Where to place them ?

2007-11-12 Thread Wendy Smoak
On Nov 12, 2007 5:49 PM, mfs <[EMAIL PROTECTED]> wrote: > Can "java/src/test" be used to package both unit and integration tests ? Or > this structure specifically for the unit test-cases.. ? Yes, but -- in a separate module. Maven does not currently support normal unit tests and integration te

Re: [m2] svn not recognized?

2007-11-09 Thread Wendy Smoak
On Nov 9, 2007 9:28 AM, Mick Knutson <[EMAIL PROTECTED]> wrote: > [ERROR] Command output: > [ERROR] 'svn' is not recognized as an internal or external command, > operable program or batch file. You need the command-line svn executable available on your path for this to work. -- Wendy -

Re: how to setup archiva security policy ?

2007-11-09 Thread Wendy Smoak
On Nov 9, 2007 4:42 AM, Brett Porter <[EMAIL PROTECTED]> wrote: > the policy is in security.properties in either the conf directory or > ~/.m2. I think archiva.properties is also read in the same locations. > > More information is available here: > http://maven.apache.org/archiva/guides/security-co

Re: what version of the documentation am I looking at

2007-11-08 Thread Wendy Smoak
On Nov 8, 2007 4:32 PM, Roland Asmann <[EMAIL PROTECTED]> wrote: > http://maven.apache.org/plugins/maven-dependency-plugin/project-summary.html > > On that page (project-summary) you can always find the version. ... which in this case is a snapshot. Sorry about that. Publishing docs for the late

Re: Deploy to production from a production Maven repository

2007-11-05 Thread Wendy Smoak
On 11/5/07, Simon Taylor <[EMAIL PROTECTED]> wrote: > I've recently seen the light of using Maven to build projects. A convert! :) > I understand that once complete artifacts are deployed to a "production" > Maven repository so they can be consumed as ready. > Whats not clear to me is whether Ma

Re: Rights management for Proxy Connectors

2007-11-05 Thread Wendy Smoak
On 11/5/07, ArneD <[EMAIL PROTECTED]> wrote: > is it possible to configure Archiva in a way, that access to repo1 through a > proxy connector is available only for a few super users (= repository > managers)? I don't think the permissions scheme supports this right now, but it's an interesting id

Re: Problem installing Archiva as a service

2007-11-05 Thread Wendy Smoak
On 11/5/07, Lewandowski, Eric <[EMAIL PROTECTED]> wrote: > First, I installed Archive bundled in a product called Maestro. I > uninstall Maestro to move to Archiva 1.0 beta 2. > > But when I tried to run Archiva 1.0 beta 2 as a Windows service (Archiva > is hosted on a Windows Server Service pack

Re: Newbie: Maven need connection?

2007-10-31 Thread Wendy Smoak
On 10/31/07, PeterAU2 <[EMAIL PROTECTED]> wrote: > > Simple question that I haven't been able to find an answer in the online doc. > Does Maven require an Internet connection in order to run? > (The system I'll be trialling it on doesn't have an Internet connection) You can use the -o (or --offlin

Re: Newbie: Maven POM to Ant build

2007-10-31 Thread Wendy Smoak
On 10/31/07, PeterAU2 <[EMAIL PROTECTED]> wrote: > Is there any easy way to convert a Maven pom file to an Ant build.xml file? > I have a system with a pom, but I only have Ant on that machine. > (Please don't hate me - I know this is the Maven forum - system restrictions > on my target machine).

Re: Maven Release plugin

2007-10-30 Thread Wendy Smoak
On 10/29/07, Mark Russell <[EMAIL PROTECTED]> wrote: > I am about to release my first maven plugin. I was looking at the > maven-release-plugin. This seams to do what I want. does it > work with CVS? If so where is the documentation for this? http://maven.apache.org/plugins/maven-release-plug

Re: [ANN] Maven Changes Plugin 2.0-beta-3 Released

2007-10-27 Thread Wendy Smoak
On 10/27/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > The Maven team is pleased to announce the release of Maven Changes > Plugin, version 2.0-beta-3. > > http://maven.apache.org/plugins/maven-changelog-plugin/ <- > > Release Notes - Maven 2.x Changes Plugin - Version 2.0-beta-3 The url

Re: Appearance company pom

2007-10-26 Thread Wendy Smoak
On 10/26/07, Raffaele <[EMAIL PROTECTED]> wrote: > My question is: > where does continuum looks for company pom specified by specific groupId and > artifactId? Last time I fought with "appearance" it would only look in ~/.m2/repository. Unless something has changed, it won't go look in a remote

Re: Looking for UML Diagram Plugin

2007-10-19 Thread Wendy Smoak
On 10/19/07, Mac-Systems <[EMAIL PROTECTED]> wrote: > i searched a bit the www for an UML Generator Plugin. > Anyone can point me whats good for Maven 2 ? > Generation should run unter Linux Maschine, as i read > about http://wiki.wsmoak.net/cgi-bin/wiki.pl?UMLGraph > which seems to run only on Wi

Re: Inhibit the deployment of duplicated files and artifacts

2007-10-17 Thread Wendy Smoak
On 10/17/07, Alex Mayorga Adame <[EMAIL PROTECTED]> wrote: > Is there a way to prevent the deployment of a file of artifact, using the > deploy plug-in, when the same file or artifact is already on the remote > repository? Seems to me that would best (most reliably) be done by the remote repo. T

Re: update archiva database

2007-10-16 Thread Wendy Smoak
On 10/16/07, olivier galaup <[EMAIL PROTECTED]> wrote: > I have deleted some directories from the filesystem and then I force a > database update from > the adminConsole. > > Then, I browe my directory from archiva and directories are still here. Sounds like http://jira.codehaus.org/browse/MRM-3

Re: Maven good Design

2007-10-15 Thread Wendy Smoak
On 10/12/07, Graham Leggett <[EMAIL PROTECTED]> wrote: > Get the most simplest part of your project (the jars) building cleanly > with maven, and use this as a testing ground to get you familiar with the > maven build process. Do this on the existing sources if you can, by > dropping in pom.xml in

Re: Functional Testing of Web Applications

2007-10-13 Thread Wendy Smoak
[moved to [EMAIL PROTECTED] from dev] On 10/13/07, Jan Nielsen <[EMAIL PROTECTED]> wrote: > Ahh, thanks, Wendy - if the "deploy" is just a deploy to the > repository then, presumably, we would execute an > application-server-deploy of the package artifact during the > "pre-integration-test" phase,

Re: Maven Command Line Switches

2007-10-12 Thread Wendy Smoak
On 10/12/07, David Williams <[EMAIL PROTECTED]> wrote: > Is there a place that all the Maven command line switches are explained? I > know a few but it would be good to have a complete list. You can print them all with: mvn -help -- Wendy --

Re: Maven good Design

2007-10-11 Thread Wendy Smoak
On 10/11/07, Saloucious <[EMAIL PROTECTED]> wrote: > Each Ant scripts creates one or more artifacts : jar , ejb, aar, sar (with > embeded artifacts) ... > As i can see in Maven : one pom.xml = one artifact (recommanded). > > I search a good design solution to convert these Ant's processes to Maven

Re: What should i type to compile against a certain version of snapshot?

2007-10-11 Thread Wendy Smoak
On 10/11/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > You can specify that version in the pom ie: > 5.0-20070802.165005-1 I wonder... does Maven still "know" that's a snapshot? Will it download that from a repository that has false ? Yet another of the experiments I never seem to have time to cons

Re: Error doploying 3rd party jar

2007-10-11 Thread Wendy Smoak
On 10/11/07, Borut Bolčina <[EMAIL PROTECTED]> wrote: > My sources deploy just fine on the company dav repo, but I am having > difficulties deploying 3rd party jars. Check the 'Deploying Third-Party Artifacts' section on this page: http://maven.apache.org/archiva/guides/maven-configuration.html

Re: Constantly downloading the same pom over and over again

2007-10-09 Thread Wendy Smoak
On 10/8/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > Maven2 currently has a bad habit of downloading certain poms over and over > again on each and every execution. > > I had this problem with GNU Crypto, but I managed to not use it anymore. > Now it''s happening with commons-id-0.1-dev. > > An

Re: About classpathPrefix flexibility [was: Re: Generating manifest file]

2007-10-08 Thread Wendy Smoak
On 10/8/07, Paul MERLIN <[EMAIL PROTECTED]> wrote: > > I'm using the pom snippet shown above but I would like to have some > dependencies prefixed and some others not. Why? I'm curious because someone at work also wants to do this, and I don't see what would be gained by it. Does it have anythin

Re: Menu element for modules getting removed from site.xml

2007-10-07 Thread Wendy Smoak
On 10/7/07, Heinrich Nirschl <[EMAIL PROTECTED]> wrote: > I checked some of my projects, the gets expanded > to a list of all modules. Do you have modules defined in your pom? If not, > this > may explain why it disappears. Does this happen in site.xml in the repository?Or are you talking a

Menu element for modules getting removed from site.xml

2007-10-07 Thread Wendy Smoak
I have a master pom with a companion src/site/site.xml. When I install or deploy the pom, the site.xml file also gets put in the local or remote repo. ... except that the element to make sure it's really deploying the file from src/site/site.xml, and it seems to be. I also tried adding ${module

Re: Plugin to verify generated artifact structure?

2007-10-06 Thread Wendy Smoak
On 10/6/07, Manos Batsis <[EMAIL PROTECTED]> wrote: > ... maybe based on an XML descriptor or something? Or even ideas on what > to reuse here? I really need this (I keep messing around with my builds, > breaking my distributions along the way) and will probably write it if > not available. Any su

Re: How to deploy to a snapshot site?

2007-10-06 Thread Wendy Smoak
On 10/6/07, Chuck Canning <[EMAIL PROTECTED]> wrote: > You could also have one profile for snapshots and another profile for > release. Also, since you have to update the POM for the release version vs > snapshot, couldn't you also change the url? The release plugin automates updating the versio

Re: diff behavior switch version from SNAPSHOT to RELEASE ...

2007-10-06 Thread Wendy Smoak
On 10/6/07, Giovanni Azua <[EMAIL PROTECTED]> wrote: > Since I am happy with the current state of my proj I was about to release, > then renamed all version 1.0.0-SNAPSHOT ocurrences in my pom.xml files to > 1.0.0 Consider using the release plugin to handle versioning and tagging for you (assumin

Re: Store external files

2007-10-05 Thread Wendy Smoak
On 10/5/07, Mark Russell <[EMAIL PROTECTED]> wrote: > I have a need to write files during a maven plugin run that will be read on > the next run of maven. > What is the best practice for the location of these kind of files? > > What is the best practice for the location of temporary files? Take

Re: apt macro in doxia book not working

2007-10-05 Thread Wendy Smoak
On 10/5/07, David Roussel <[EMAIL PROTECTED]> wrote: > In testing I've come up with a few rules that need to be known when using > the Toc macro > > * toDepth can't be greater than the max depth of sections (kind of annoying > as you have to keep it in sync) > * each section heading must be an a

Re: Archiva build failure on missing archiva applet

2007-10-05 Thread Wendy Smoak
On 10/4/07, Dietrich Schulten <[EMAIL PROTECTED]> wrote: > Stupid indeed... > http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html That's for compiling with a different JDK than Maven itself is using. Is that really what you need? Otherwise, just switch

Re: 1.1-beta-3 crashes and corrupts database ?

2007-10-05 Thread Wendy Smoak
On 10/5/07, Julien Stern <[EMAIL PROTECTED]> wrote: > Our continumm 1.1-beta-3 had been running smoothly for several weeks, > and this morning it crashed, apparently attempted to automatically > restart and failed because of an SQL Error. > > I've stopped it, but now it does not restart. > > I've

Re: How to deploy to a snapshot site?

2007-10-04 Thread Wendy Smoak
On 10/3/07, Chris Helck <[EMAIL PROTECTED]> wrote: > In maven2 how can I have snapshots websites deploy to one URL and > releases deploy to another? The site plugin uses both and a configuration element . I don't know of a way to get it to automatically do one thing for snapshots and another fo

Re: Build plugin without using it

2007-10-04 Thread Wendy Smoak
On 10/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How does one go about calling mvn install for packaging type maven-plugin > without actually executing the plugin? Just 'mvn install' should work... I'm curious what makes you think otherwise? -- Wendy -

Re: Maven Performance

2007-10-03 Thread Wendy Smoak
On 10/2/07, Angel Sotirov <[EMAIL PROTECTED]> wrote: > We are using Maven2 - Archiva and last two weeks we have serious > performance problems. Maven is taking more than 15min to build > relatively small project. Apparently the problem is getting updates > from one of the 4 Archiva repositorie

Re: Maven Plugin for Eclipse 2.0

2007-10-03 Thread Wendy Smoak
On 10/3/07, LukeLallu <[EMAIL PROTECTED]> wrote: > But could not install it as all these versions are COMPLIANT with Eclipse > 3.1 and above. > > I am using WSAD 5.1.0 version is having Eclipse 2.0 version I don't know that there's an IDE plugin available for something that old. Have you tried '

Re: How to always get latest version of the dependency?

2007-10-02 Thread Wendy Smoak
On 10/1/07, siegfried <[EMAIL PROTECTED]> wrote: > How do I always download the latest version of the dependency? So far, I've > always had to specify the version of the dependency I want. You have to specify a version. Maven does have the concept of dependency ranges... I wouldn't do it myself,

Re: maven-war-plugin confusion

2007-09-30 Thread Wendy Smoak
On 9/30/07, Kram <[EMAIL PROTECTED]> wrote: > > Please help me out with this one, its a real pain... I've read it several times and I'm still not sure I understand the problem. The web.xml file belongs directly in WEB-INF, which sounds like exactly where the plugin is putting it, once you tell it

Re: Why Maven is Hard?

2007-09-30 Thread Wendy Smoak
On 9/30/07, Steinar Bang <[EMAIL PROTECTED]> wrote: > Well, the plugin that had documentation preceeding the currently > released plugin was maven-dependency-plugin a way back. I was trying > to use the analysis goal, which the documentation showed but the > plugin didn't have. And also there we

Including JavaScript in xdoc

2007-09-28 Thread Wendy Smoak
Has anyone successfully included JavaScript in xdoc rendered by the site plugin? Brian ran into this trying to add Google search to the Maven site. If I put this in index.xml Hello You should see a JavaScript alert... alert("Hello!"); Th

Re: how to embed own jars?

2007-09-28 Thread Wendy Smoak
On 9/28/07, Steve Z <[EMAIL PROTECTED]> wrote: > I want to know how to embed own jars in project. such as one directory > named "lib" in project directory.and add them to POM,and could compile > them successfully anywhere. so others don't need install all the own > jars by hand. Maven is reposito

Re: Not downloading dependencies from managed repository via HTTP

2007-09-28 Thread Wendy Smoak
On 9/28/07, melpelotones <[EMAIL PROTECTED]> wrote: > Ive set up an internal repository with archiva. > > The repository is available via http because > I have made several deployments via WEBDAV without problems, > but when I declare this repository in a pom.xml to get the deployed > dependecies

Re: What is the proper way to provide subprojects with a global resource directory using relative paths?

2007-09-28 Thread Wendy Smoak
On 9/28/07, Ryan Moquin <[EMAIL PROTECTED]> wrote: > I have a multilevel multimodule project that creates servicemix service > archives and also bundles up a client jar for me. This all worked great, > until I decided I wanted to put all my wsdls into a single directory and > then specify that dir

Re: Parent versions

2007-09-27 Thread Wendy Smoak
On 9/27/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > In my codebase I tried giving parent versions to sub-projects in the > form of expressions like ${code.version}. This fails in Maven 2.0.4. > Is there any plan to have this implemented in future versions? > Otherwise,

Re: Why Maven is Hard?

2007-09-26 Thread Wendy Smoak
On 9/26/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote: > As I recommended earlier, I think we should copy and paste the Better Builds > with Maven book into the official Maven documentation. > > Why not? The book is already free. (Yes, you have to register.) There's another very good book at htt

Re: Why Maven is Hard?

2007-09-25 Thread Wendy Smoak
On 9/25/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: > It's not an immediate help, but go back to your vendors and tell them > you want maven integration. I know many of them are working on it but > just like any product, customer demand can help drive it. I doubt the > big guys were first in line w

Re: Running a single JUnit test

2007-09-23 Thread Wendy Smoak
On 9/23/07, zalym <[EMAIL PROTECTED]> wrote: > > It works without the package name right? When I give the test with the > package name, it exits with a no tests to run message, where as when I try > without the packagename, then it works. Correct. It uses a pattern like **/*${test} so you don't

Re: Favorate ways to browse the Repositories

2007-09-22 Thread Wendy Smoak
On 9/21/07, siegfried <[EMAIL PROTECTED]> wrote: > I did a quick google seach for "maven repositories" and found > http://www.mvnrepository.com/ . Do folks prefer this over the maven plugin > for eclipse? Are there yet other ways to browse the repositories? I generally use Google with site:repo1.

Re: Need help with component management.

2007-09-19 Thread Wendy Smoak
On 9/19/07, Chris Helck <[EMAIL PROTECTED]> wrote: > I think I would like a program that can look at my Maven repository, > extract all the dependecy data from all of the poms (Maven1 and Maven2), > and create a complete graph. I could then process the graph and produce > reports with graphviz or

Re: Determining top-level parent pom directory

2007-09-19 Thread Wendy Smoak
On 9/19/07, Tim Foster <[EMAIL PROTECTED]> wrote: > Thanks for your reply. I want the properties to be available both at > build time (e.g., to be used in packaging) and runtime (e.g., to be used > to locate other resources that are relative to directory property > values). I still don't have th

Re: Determining top-level parent pom directory

2007-09-19 Thread Wendy Smoak
On 9/18/07, Tim Foster <[EMAIL PROTECTED]> wrote: > Okay. I'm trying to dynamically create a properties file, e.g., > my.properties, into which I can define properties that can be referenced > at all levels of the hierarchy. This file would live in a location > relative to the top-level pom file.

Re: Parent POM and versions...

2007-09-18 Thread Wendy Smoak
On 9/18/07, David Jackman <[EMAIL PROTECTED]> wrote: > I'm interested in repeatable release builds, but not really interested > in repeatable snapshot builds. It would be great to specify for a > parent (or a dependency in some cases) to use the latest available > release or snapshot version whil

Re: How to extend the "clean" task

2007-09-17 Thread Wendy Smoak
On 9/17/07, Gordon Dickens <[EMAIL PROTECTED]> wrote: > I am fairly new to Maven 2 and I need help understanding how to extend > the "clean" task. I want to delete some files/directories during the > clean phase. If you can, make the build put them under 'target' where they will be deleted natur

Re: Problem Performing Build - Version 1.0.3

2007-09-12 Thread Wendy Smoak
On 9/12/07, Mark_E <[EMAIL PROTECTED]> wrote: > > Hello, >I am new to Continuum so please bear with me. I Installed version 1.0.3 > and I am running into 2 problems. If you're just starting with Continuum, the latest 1.1 beta is a *much* better choice. -- Wendy

Re: Can Maven 2 check its version and fail?

2007-09-10 Thread Wendy Smoak
On 9/10/07, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > Add: > > 2.0.6 > > > to your pom.xml. AFAIK, this only applies to plugins. If you put a prerequesite in a plugin pom, then a Maven version earlier than the one specified will not "see" that plugin. Does it really prevent a

Re: Setting Environment variable in pom.xml

2007-09-07 Thread Wendy Smoak
On 9/7/07, Huang, Yan <[EMAIL PROTECTED]> wrote: > I'm wondering if there is a simple way to set up a build-time > environment variable in pom.xml without writing a custom plug-in? > > Let's say I want to set an environment variable called MY_TOOL_DIRECTORY > to the ${project.build.directory}/myto

Re: generate different artifact types against a project?

2007-09-07 Thread Wendy Smoak
On 9/7/07, mfs <[EMAIL PROTECTED]> wrote: > Well i dont think this is possible, but just wanted to be sure if through > any of the plugins (or otherwise) we can achieve the objective, so basically > i have a project which contains some pojo(s) with some core functionality > and also some servlets

Re: Code Complexity Plugin

2007-09-07 Thread Wendy Smoak
On 9/7/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Is there a plug-in to calculate the code complexity of Java code? I > tried using the PMD, but I did not see the results for complexity. May > someone please point me in the right direction for this? Thank you. Try

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Wendy Smoak
On 9/7/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > the username is 'sa' with an empty password. I knew I wrote this down somewhere. Here's a page talking about Archiva and Derby Network Server. It should be easily adaptable to Continuum. http://docs.codehaus.org/display/MAVENUSER/Archiv

Re: Connecting to the Continuum Derby Database

2007-09-07 Thread Wendy Smoak
On 9/7/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > I started the Derby Database server on the Continuum machine. It is > listening on port 1527. In my JSP page deployed on an Application > Server on another machine in the same network I have the code: > > Connection c

Re: tool for browse a internal repo

2007-09-03 Thread Wendy Smoak
On 9/3/07, mav007ar <[EMAIL PROTECTED]> wrote: > Yes , it's exactly as I did. > But... I did think that it is a common and more used features, somebody have > a standar tool developed. Try one of the repository managers, such as Archiva, Artifactory or Proximity. -- Wendy -

Re: Running heavy tests in the build lifecycle

2007-09-03 Thread Wendy Smoak
On 9/3/07, Kjetil Kjernsmo <[EMAIL PROTECTED]> wrote: > We have a bunch of heavy tests, like performance tests, some functional tests > and stuff, they can run for hours, so it is not something you launch > light-hearted. Usually, most of these tests would only be run prior to a > deployment to pr

Re: Help Creating My Own Maven 2 Archetype

2007-08-30 Thread Wendy Smoak
On 8/30/07, Andrew Leer <[EMAIL PROTECTED]> wrote: > I don't understand where the archetype/test directories came from: Earlier, you wrote: mvn archetype:create > -DarchetypeGroupId=com.mooo.mv.archetype.compilerversion > -DarchetypeArtifactId=maven-archetype-java-6 > -DarchetypeVer

Re: Cargo issues

2007-08-25 Thread Wendy Smoak
On 8/25/07, Alexander Sack <[EMAIL PROTECTED]> wrote: > Does anyone have Cargo working? If so, could you post a sample POM? I > would really appreciate it. Working to do what? With what container? You'll probably get more help if you post what you tried and point out what isn't working. You

Re: Overriding the local repository

2007-08-24 Thread Wendy Smoak
On 8/24/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Is there a way to control what the local repository is? I've done > some searching found -Dmaven.repo.local, but it doesn't work: It works for me. It's what I use to test 'does this build with a clean local repo' to make sure all necess

Re: Maven Version Issues

2007-08-24 Thread Wendy Smoak
On 8/24/07, Mike Darretta <[EMAIL PROTECTED]> wrote: > I've tried all maven versions from 2.0.3 through 2.0.7. 2.0.6 and 7 > failed to build at all. 2.0.3-5 built but my EJBs failed to deploy. I > get this error message: > > javax.ejb.EJBException: RuntimeException; CausedByException is: >

Re: Maven insist to fetch sibling module from repository

2007-08-24 Thread Wendy Smoak
On 8/24/07, Zarick Lau <[EMAIL PROTECTED]> wrote: > I know what 'install' mean in maven, but running mvn at the "parent" module > doesn't require "installing" all sub-module first. > > And indeed, [Off topic] if running "install" in each individual module > is pre-req, > even though I run mvn at "

Re: Archiva Dies on Tomcat 5.5.23 on a VPS

2007-08-23 Thread Wendy Smoak
On 8/22/07, bsbodden <[EMAIL PROTECTED]> wrote: > > I have an Archiva install on eApps. I'm using Tomcat 5.5.23 all patched up to > work with Archiva. Everything seems find until the point that you get > redirected to the no-admin user page at which point it just blows Tomcat out > of the water. Se

Re: M2 How to populate internal repository?

2007-08-23 Thread Wendy Smoak
On 8/23/07, Chris Helck <[EMAIL PROTECTED]> wrote: > I need to populate an inhouse repository so it can act as a stand alone > repository. It needs to include the standard maven plugins. I don't want > to rsync Ibiblio. > > I've tried using the assembly plugin to create a repository but it does > n

Re: Maven doesn't include plugins?

2007-08-22 Thread Wendy Smoak
On 8/22/07, Jean-Philippe Steinmetz <[EMAIL PROTECTED]> wrote: > I understand there's lot of documentation on how to use maven... but nothing > in regards to my problem of not having plugins in the first place. > Here is the error message I get when running 'mvn -e archetype:create' > > >mvn -e arc

Re: webdav

2007-08-20 Thread Wendy Smoak
On 8/20/07, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > I guess that isn't possible for deploy:deploy-file ? If there is a pom.xml file in the directory where you execute 'mvn deploy:deploy-file ..' Maven will pick it up (or you can use -f to point at a different one.) This is separate from the

Re: HTML empty space in xdoc ...

2007-08-19 Thread Wendy Smoak
On 8/19/07, Giovanni Azua <[EMAIL PROTECTED]> wrote: > When I include the empty space in one of my xdoc files I get the following > trace and the html is not generated: Okay, now let's see the xdoc that caused the error... -- Wendy --

Re: HTML empty space in xdoc ...

2007-08-19 Thread Wendy Smoak
On 8/19/07, Giovanni Azua <[EMAIL PROTECTED]> wrote: > I would really like to add an empty space in my xdoc document i.e.   > but I get errors for this. "I get errors" isn't enough information. Post what you tried and the error you received, and someone will take a look. -- Wendy

Re: running ant script after reporting completes ...

2007-08-18 Thread Wendy Smoak
On 8/18/07, Giovanni Azua <[EMAIL PROTECTED]> wrote: > I would like to run some ant at completion of the maven build process or at > least at completion of the reporting. The problem is that I have a > multi-module project, and the xref reporting leaves the xref folder in each > submodule rather t

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-08-17 Thread Wendy Smoak
On 8/17/07, Guillaume Bilodeau <[EMAIL PROTECTED]> wrote: > I am behind no firewall, I have setup no mirrors - this is a clean install. > It's obviously a network error as the SocketException shows. Actually, > ibiblio.org has a hard time redirecting to mirrors.ibiblio.org - takes 1 or > 2 minute

Re: setting environment variable in pom.xml

2007-08-16 Thread Wendy Smoak
On 8/16/07, Mohan K <[EMAIL PROTECTED]> wrote: > Is there any way to set a Shell environment variable in pom.xml? I > understand that it is possible to "get" a shell enviroment variable by using > ${env.XXX}. Thanks What problem are you trying to solve? You can set arbitrary properties in the po

Re: Question regarding modular project

2007-08-16 Thread Wendy Smoak
On 8/16/07, Erik Drolshammer <[EMAIL PROTECTED]> wrote: > I use 1.1-beta-1 and have a similar question; > When I add or remove a child project, these changes are not detected by > Continuum. Is this normal behavior? That's the way it works in the current version. There is an enhancement request

Re: building and installing a source only jar

2007-08-15 Thread Wendy Smoak
On 8/15/07, EJ Ciramella <[EMAIL PROTECTED]> wrote: > Yep, I found the source:jar plugin just moments after sending my > original email. > > The problem I have now is when I install to our internal remote > repository using the following command, I have two problems: > > mvn deploy:deploy-file -Dgr

Re: Maven 2 documentation portion of the site is horribly broken

2007-08-10 Thread Wendy Smoak
On 8/10/07, EJ Ciramella <[EMAIL PROTECTED]> wrote: > Can someone please either enlighten me as to what I'm doing wrong or fix > the site? Almost 90% of the links anywhere don't work. Considering > this is the ONLY source for m2 documentation, this is a huge failure. > > http://maven.apache.org/p

Re: Configuring password policies for 1.1-beta1?

2007-08-03 Thread Wendy Smoak
On 8/3/07, Eric Miles <[EMAIL PROTECTED]> wrote: > How do I configure the password policies for this version? We have no > need for password restrictions (must change password, can't be one from > previous 6, 1 number required, etc) and I'd like to remove these from > our instance. How do I go a

Re: [m2] possible to have just a module archetype?

2007-07-31 Thread Wendy Smoak
On 7/31/07, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have a large project that has many modules. I want to explore creating an > archetype for developers to add a module to the existing project. Is this > possible? IME, you just do the usual 'mvn archetype:create' in the right place, and it wi

Re: Excluding build .jars from .war

2007-07-30 Thread Wendy Smoak
On 7/30/07, Frederick N. Brier <[EMAIL PROTECTED]> wrote: > I was building off of the struts2-portlet-2.0.x.war example. So I guess > that means I need to travel up the pom parents tree and merge all the > dependencies and other elements into my own pom? No, you should just declare dependencies

Re: Maven standard directory layout question

2007-07-30 Thread Wendy Smoak
On 7/30/07, Dmitry <[EMAIL PROTECTED]> wrote: > This means that by adopting Maven's standard conventions, we can package > resources within JARs, simply by placing those resources in a standard > directory structure. But when we put resources in standard directory we get > nothing -what we did wro

Re: Excluding build .jars from .war

2007-07-30 Thread Wendy Smoak
On 7/30/07, Frederick N. Brier <[EMAIL PROTECTED]> wrote: > > org.apache.struts > struts2-apps > 2.0.9 > Using a pom from some else's project as your parent is unusual. I'd remove that and leave the dependencies on the struts jars. You may want to establish a 'struts.ve

Re: How to use ${project.build.directory}?

2007-07-30 Thread Wendy Smoak
On 7/20/07, Tawfik, Sameh E <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the following code: > > > connector > connector 1_0 > system > > ${Build_base}/ma-jdm-tck/lib/connector_1_0.jar > > > This code is working fine, but it requires everyone to define the > "Bui

Re: Re: Continuum don't show the author and messages commit in the changes section

2007-07-26 Thread Wendy Smoak
On 7/26/07, Dan Tran <[EMAIL PROTECTED]> wrote: it intermittenly happens on 1.1-beta-1 as well What does look like? I've found that if the connection url has a trailing slash, the author info does not show up. -- Wendy

Re: Maven plugin for WebSphere 6.x

2007-07-25 Thread Wendy Smoak
On 7/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have spent the last few hours looking the Maven 2 equivalent of the following 1.1 plugin http://maven-plugins.sourceforge.net/maven-was5-plugin/index.html without success. There's some work over at Cargo: http://jira.codehaus

Re: Disable javadoc during site

2007-07-22 Thread Wendy Smoak
On 7/22/07, jp4 <[EMAIL PROTECTED]> wrote: I was wondering if there is an easy way to skip javadoc generation while invoking mvn clean deploy site site:deploy mvn clean deploy site-deploy (Unrelated to your question, but this will do more or less the same thing-- site-deploy is the last phas

Re: I must be doing something dumb, surely

2007-07-17 Thread Wendy Smoak
On 7/17/07, Paul Smith <[EMAIL PROTECTED]> wrote: I tried the archiva alpha-2 distribution and trunk, but I'm having trouble do a simple 'mvn deploy' to an Archiva snapshot repo that has been freshly setup with just the admin user. I get this output: ... I have verified with a Windows Webdav c

Re: Maven does not get latest snapshot from repository

2007-07-17 Thread Wendy Smoak
On 7/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I've a weird (for me) build problem. There's an updated snapshot version on the repository, but maven is not pulling that down for the build, but rather uses my local version. Under which conditions can this happen, and how do I resolve it

Re: Jars installation?

2007-07-16 Thread Wendy Smoak
On 7/16/07, Tawfik, Sameh E <[EMAIL PROTECTED]> wrote: Is there is a way to install specific jars to the local repository without using the command line, by specifying the needed jars in the pom.xml? ... Try downloading the file manually from the project website. Then, install it using th

<    4   5   6   7   8   9   10   11   12   13   >