Continuum+ SVN over svn+ssh

2006-10-27 Thread szefo
Hi, My conntinuum instance is added to /etc/init.d scripts. It seems to run on root account, my svn is configured to run over svn+ssh protocol. Root isn't authorized to access svn and my builds in continuum returns errors with such message: Provider message: The svn command failed. Command

configuring logging

2006-10-27 Thread Rajiv Kumar Poddar
Hi, Continuum generates a single log file wrapper.log and keeps appending all the logs to it. Can we configure it so that it generates the wrapper.log file on per day basis? If this can be done, than can we also configure to delete older log files? Thanks for your help. Rajiv Poddar

RE: multiprocessor machines

2006-10-27 Thread Brian E. Fox
I suppose it could be but in my case I'm building 2 separate branches so the overlap shouldn't be a problem. (different versions) -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 2:36 PM To: continuum-users@maven.apache.org Subject: Re:

Re: Add Directory to Jar Manifest Classpath

2006-10-27 Thread berndq
Hi, Are you sure that documentation wasn't talking about applets? I've run executable jars with Class-Path manifest entries referencing the filesystem many times. I looked it up again: http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java.html goto -jar option, there it says When you use

RE: [m2] how to debug a plugin

2006-10-27 Thread Scott Ryan
Look in the mvn.bat or mvn.sh file and there are details on how to debug maven plugins @REM MAVEN_OPTS - parameters passed to the Java VM when running Maven @REM e.g. to debug Maven itself, use @REM set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_soc

SV: Continuum Startup error even though JAVA_HOME is set up

2006-10-27 Thread Naess, Ronny
We run Continuum on a unix server and have explicit added JAVA_HOME and added maven and ant into PATH in run.sh. On a Windows box it should probably be enough just to have JAVA_HOME, ANT_HOME (if needed) and M2_HOME configured as environment variables. You must ofcourse have %ANT_HOME%\bin and

Re: maven plugin execution phase: post-site?

2006-10-27 Thread kovalen pechaycaren
Thanks, this part is helpfull... On 10/26/06, pjungwir [EMAIL PROTECTED] wrote: Hello, @execute means that when the mojo is run, it should spawn a separate lifecycle and run everything up to the given phase before running itself. It's useful for running a mojo from the command line like mvn

Re: Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-27 Thread Carlos Sanchez
On 10/27/06, Wayne Fay [EMAIL PROTECTED] wrote: javax.mail is being distributed by Glassfish https://maven-repository.dev.java.net/nonav/repository/javax.mail/ That repo is synced so you don't need to specify it http://repo1.maven.org/maven2/javax/mail/ only later versions are CDDL Also

How to merge two assembly descriptors?

2006-10-27 Thread Zeltner Martin
Hello everybody! I'm working with maven-assembly-plugin version 2.1 and have the following problem: I'd like to create two different release zips for my project. The first one contains only the essential parts to make my project work. The second zip (lets call it convenience zip) should

Re: How to merge two assembly descriptors?

2006-10-27 Thread Edwin Punzalan
I think the assembly descriptor supports importing from another descriptor file. Please see: http://people.apache.org/~epunzalan/maven-assembly-plugin/examples/single/using-components.html Hope that helps ^_^ Zeltner Martin wrote: Hello everybody! I'm working with

Re: looking for a repository with doxia-maven-plugin?

2006-10-27 Thread MartinAhrer
Thanks for responding, I had tried both options building myself and the snapshot people.apache.org/maven-snapshot-repository which obviously was down for a couple of days... My pom.xml configures the doxia plugin as follows plugin groupIdorg.apache.maven.doxia/groupId

RE: [m2] how to debug a plugin

2006-10-27 Thread Mark Struberg
Hi Fred! If you are using eclipse, you will need to start maven via the eclipse 'debug as Java Application'. There are a few things to consider (example is based on my linux installation in /opt/apache/maven): 1.) You have to add the maven boot jars to the classpath (all jars from

Re: Re: Re: exec:exec java NoClassDefFoundError

2006-10-27 Thread Urs Frei
Hi Paul Thanks for your help. I try your idea. But it doesn't work. So I have decided I go back to ant and bat files and this works now good. Have a good time Urs Urs Frei Fon +41 71 226 12 27 Fax +41 71 226 12 05 Web

Re: ftp-wagon Unrecognised tag: 'extensions'

2006-10-27 Thread Jeff Mutonho
On 10/26/06, Eric Redmond [EMAIL PROTECTED] wrote: You are correct in the fact that adding an extensions element will only make the extension available, but does not need that you need to use it. In any case, Jeff, just add the ftp extension in the top-level build element, and then define how

ftp-wagon : Authentication failed

2006-10-27 Thread Jeff Mutonho
In my settings.xml I have servers server id165.148.216.14/id usernamemaven/username passwordmaven/password /server /servers and in the top-level pom distributionManagement site id165.148.216.14/id namePortal App Website/name

Re: basedir

2006-10-27 Thread Geoffrey De Smet
Basedir depends entirely on where you are executing Maven from... AFAIK, ${basedir} actually resolves to the current pom.xml's directory, so if yo run mvn install on a multimodule project, the submodules have a basedir still set to their own directories, not the one of the multimodule

doxia-maven-plugin xdoc - support for single file output ?

2006-10-27 Thread MartinAhrer
Is there any option for generating all of the xdoc output into a single xdoc XML file. This would be helpful to create a book that consists of a single document (easier to transport, print, etc...) -- View this message in context:

Generating SQL to initialize database

2006-10-27 Thread Aleksei Valikov
Hi folks. I wonder, what is the usual approach to generate or include in distribution or package the SQL that sets up the database (DDL)? For instance, I use Hyperjaxb to generate source code and Hibernate mappings from the database schema. Based on the Hibernate mappings I can generate the

Re: Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-27 Thread Aleksei Valikov
Hi. javax.mail is being distributed by Glassfish https://maven-repository.dev.java.net/nonav/repository/javax.mail/ There's also https://maven2-repository.dev.java.net which also contains quite a few Sun Jars. ;) Got no idea who put them there. ;) Bye. /lexi

assembly extraction of dependency without META-INF directory

2006-10-27 Thread Stephane Nicoll
Hi list, I am using the assembly plugin to create a distribution of my applications. Those applications share a legacy ant build script with associated helper classes that need to be bundled in each distribution. In order to avoid the duplication, I have created two artifacts: one containing

Puzzles on Standard Directory Structure?

2006-10-27 Thread jiangshachina
Mergere's book Better Builds with Maven, appendix B.1 Standard Directory Structure. I don't understand some of directories. For example, src/main/filters and src/main/assembly. The descriptions in the book, the former is Standard location for resource filters, and the latter is Standard location

Re: Maven Noobie - Call CVS with the date (-D) parameter to checkout by date

2006-10-27 Thread Siegfried Goeschl
Hi, using a -D date is rather fragile - did you consider using a tag created by the CC build and use the tag instead of the date? Cheers, Siegfried Goeschl goatwuss wrote: Hello I am trying to use maven to checkout some code from cvs using the date parameter. I would like to check out

Impossible to build ourproject from scratch

2006-10-27 Thread Emmanuel Lecharny
Hi all, it's actually impossible to build Apache Directory Server project just after a svn co, with a clean maven repo (like a new user will do), for some (unknown) reason, maven is looking for a missing plugin, which will always miss, because this plugin is generated later :) (kind of

Re: jorphan 2.2

2006-10-27 Thread andyglick
Jeff Mutonho wrote: Anyone know where I can download that the apache jorphan-2.2.jar?I've googled and can't seem to get any leads. -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

JWSC ant task for BeaWeblogic

2006-10-27 Thread Boeckli, Dominique
We have an ant build process to generate Webservices. Our target container is BEA Weblogic 9.2. That's why we use BEA specific ant tasks to do this job of generating the webservices. We now want to migrate our ant build process into maven2. Theoretically it is possible to call ant tasks from

JWSC ant task for BeaWeblogic

2006-10-27 Thread Boeckli, Dominique
We have an ant build process to generate Webservices. Our target container is BEA Weblogic 9.2. That's why we use BEA specific ant tasks to do this job of generating the webservices. We now want to migrate our ant build process into maven2. Theoretically it is possible to call ant tasks from

Re: Generating SQL to initialize database

2006-10-27 Thread Fabricio Lemos
If the database may only be created by the admin, you canĀ“t rely on HMB files. In that case you should have a script that creates the database and put it on the resources folder. On 10/27/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi folks. I wonder, what is the usual approach to generate or

Re: Problems running a JSF application on Jetty:Run

2006-10-27 Thread Fabricio Lemos
You could get confused because the stacktrace shows DefaultAddResource and ExtensionsFilter that belongs to org.apache.myfaces package. But these classes are part of myfaces tomahawk api, not myfaces core api. On 10/26/06, Dudu [EMAIL PROTECTED] wrote: I can't discover the problem in this

RE: Puzzles on Standard Directory Structure?

2006-10-27 Thread Adrian Shum
Please refer to section of Resource filtering for use of src/main/filters. It is something ilke 'merging' your resources with some filters. You can put environment-specific settings in filters, and depends on your profile setting, create 'final' resources from your resources and your choice form

RE: JWSC ant task for BeaWeblogic

2006-10-27 Thread Scott Ryan
If you can wait till over the weekend I am adding that task to the Maven plugin and then you can just include it in your build process. I am in the midst of a major refactoring of the plugin and in the process adding clientgen and jwsc support. I will post to the list when I am complete. Scott

JWSC ant task of BEA Weblogic 9.2

2006-10-27 Thread dboeckli
Sorry for repeating my question but in Nabble it was placed in the wrong subject of another question. I deleted the old one and replaced the same question again. We have an ant build process to generate Webservices. Our target container is BEA Weblogic 9.2. That's why we use BEA specific ant

Re: Maven Noobie - Call CVS with the date (-D) parameter to checkout by

2006-10-27 Thread goatwuss
Hi In this case, I need to use the date. Is there any way to do this? Thanks Siegfried Goeschl wrote: Hi, using a -D date is rather fragile - did you consider using a tag created by the CC build and use the tag instead of the date? Cheers, Siegfried Goeschl goatwuss wrote:

[m2] Surefire plugin - childDelegation

2006-10-27 Thread Darren Hartford
Hi all, Between 2.2-SNAPSHOT and 2.2 official, was there a change in the way the childDelegation supported overriding java.* and javax.*? I'm trying to identify why Embed EJB3 tests are no longer working (regarding a javax.management issue with JBossMXServerConfig classnotfound). I have tests

Codehaus repository needed even using released plugins only

2006-10-27 Thread Syvalta
Hi, if a new user starts to use our maven build and the codehaus repository happens to be down, his build will fail. This sounds strange, as we are only using released plugins. I would suppose, that released plugins should have dependencies only to released artifacts, which are available at

RE: project.build.finalName incorrect in Clover forked lifecycle

2006-10-27 Thread Vincent Massol
Hi Chris, This looks like a bug in the Clover plugin. Could you please create a jira issue and I'll look into it? Thanks -Vincent -Original Message- From: Chris Tucker [mailto:[EMAIL PROTECTED] Sent: mardi 24 octobre 2006 00:57 To: users@maven.apache.org Subject:

Re: Generating SQL to initialize database

2006-10-27 Thread Eric Redmond
I use this quite well. I create a seperate pom project that contains all the information to generate and populate our test and production databases. http://mojo.codehaus.org/sql-maven-plugin/examples/execute.html Eric On 10/27/06, Fabricio Lemos [EMAIL PROTECTED] wrote: If the database may

using profile to activate profile

2006-10-27 Thread Tom Huybrechts
Hi all, can I somehow make one profile activate another ? What I'm looking for is this: I have 2 profiles (A and B). It should be possible to activate only A, but if B is activated A should be too. Tom

DLL dependencies in a Maven Repo

2006-10-27 Thread Robert Harper
Hello all, My project A depends on a 3rd party JAR B which has an accompanying DLL C (accessed through JNI). I have two questions that do not seem clearly addressed in existing documentation: 1) Must I structure these three files as different projects (each with its own POM) in my internal

Re: Add Directory to Jar Manifest Classpath

2006-10-27 Thread pjungwir
Oh, I'm sorry, I thought you were saying that the Class-Path entry in the manifest couldn't refer to non-jar items. It's very easy to set the Class-Path entry using either the jar plugin or the assembly plugin. In the configuration section, specify an archive element. The jar plugin has pretty

Re: DLL dependencies in a Maven Repo

2006-10-27 Thread Dan Tran
On 10/27/06, Robert Harper [EMAIL PROTECTED] wrote: Hello all, My project A depends on a 3rd party JAR B which has an accompanying DLL C (accessed through JNI). I have two questions that do not seem clearly addressed in existing documentation: 1) Must I structure these three files as

conditionals ant execution

2006-10-27 Thread Sebastien Brunot
Hi, is it possible to specify a conditional (as in target if=[...]) for the antrun plugin execution ? A conditional would specify something to be verified for the ant script scnipet below the tasks tags to be executed. Sebastien

maven-assembly-plugin woes

2006-10-27 Thread Swenson, Eric
I have a large project that has some jar dependencies that are not in any of the public repositories. Licenses prevent their being put there. Rather than have my maven2 projects explicitly refer to these jar files in the file system, I'd like to create a file-based repository to include in my

local repository relative to top-level pom

2006-10-27 Thread Swenson, Eric
I'd like to store some bootstrap artifacts (like third party jars) in maven2 repository layout structure and deliver this repository with my project's sources. I'd like the top-level project pom to define this repository such that all lower-level projects will attempt to retrieve resources from

multiprocessor machines

2006-10-27 Thread Brian E. Fox
Is there a feature or feature request already to have continuum kick off multiple builds simultaneously? I have noticed on multiprocessor machines that the build is too linear to take advantage of them. If I start 2 builds at the same time, it finishes in the same elapsed time as just one.

Re: local repository relative to top-level pom

2006-10-27 Thread Wayne Fay
Is it not possible to tell your users to edit the pom.xml (or provide a profile.xml) such that the file:// reference is absolute rather than relative? This seems to be the simplest way to do it. Or provide a relative path in each pom perhaps, unsure if this would work ie child/pom.xml

Re: Latest code is missing some missing imports from reporting package and will not build

2006-10-27 Thread Henri Yandell
Same problem here, mvn installing: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin and then mvn install on archiva worked. Hen On 10/26/06, Edwin Punzalan [EMAIL PROTECTED] wrote: you need to build project-info-reports and install it locally. The

Help with setup

2006-10-27 Thread Todd Nine
Hi all, I'm trying to get continuum set up at my new job for my dev team, and I have a couple of questions. 1. Is it possible to change the authentication using JAAS to authenticate against LDAP, specifically, Active Directory? 2. I'm tyring to use mod_proxy and mod_proxy_html to make the

Re: multiprocessor machines

2006-10-27 Thread Dan Tran
dont think continuum supports parallel build. It is dangerous to have parallel builds using one local repository. -D On 10/27/06, Brian E. Fox [EMAIL PROTECTED] wrote: Is there a feature or feature request already to have continuum kick off multiple builds simultaneously? I have noticed on

How to integrate database builds in to the Maven build lifecycle?

2006-10-27 Thread Naresh Bhatia
I would like to find out how people use Maven to integrate database builds into the Maven build cycle. My team is currently using a multiple-pass approach, i.e. invoking Maven multiple times with different goals - primary reason is that the database schema is generated from a UML model during the

Re: How to integrate database builds in to the Maven build lifecycle?

2006-10-27 Thread Wayne Fay
Have you looked at the complete list of phases? http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html Sounds to me like you might want to hook it up like: @generate-test-resources drop-schema @process-test-resourcescreate-schema Wayne On 10/27/06, Naresh Bhatia

Re: configuring logging

2006-10-27 Thread Rahul Thakur
You are looking for the wrapper.conf file under continuum installation directory to do that. On windows, its located under: continuum-1.0.3\bin\win32 Update following properties as you need: wrapper.logfile.xxx HTH, Rahul - Original Message - From: Rajiv Kumar Poddar [EMAIL

RE: How to integrate database builds in to the Maven build lifecycle?

2006-10-27 Thread Naresh Bhatia
Thanks makes sense! Thanks Wayne. Naresh -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 3:06 PM To: Maven Users List Subject: Re: How to integrate database builds in to the Maven build lifecycle? Have you looked at the complete list of

RE: local repository relative to top-level pom

2006-10-27 Thread Swenson, Eric
Hi Wayne, It is indeed possible to do this. I just wanted to avoid having to do anything but unzip and run maven. In fact, the whole way maven deals with dependencies that are NOT in public repositories and must be installed into a local repository (install:install-file) to enable a maven

mvn2: dev-activity report

2006-10-27 Thread Attila Mezei-Horvati
Hello all, My dev-activity report is empty. It does display this: Range: Wed Sep 27 16:48:29 EDT 2006 to Sat Oct 28 16:48:29 EDT 2006, Total commits:17, Total Number of Files Changed:33 But it will not display the users who did the commits. Can anybody spot the problem? I tried to add version

Re: mvn2: dev-activity report

2006-10-27 Thread Stephen Duncan
Do you have the developers with their id's (matching the SCM username) configured in your POM? I noticed it doesn't report dev-activity for developers not listed in the pom (or in a parent POM). -Stephen On 10/27/06, Attila Mezei-Horvati [EMAIL PROTECTED] wrote: Hello all, My dev-activity

FreeHEP NAR Plugin documentation updated

2006-10-27 Thread Mark Donszelmann
Hi for those of you using the FreeHEP NAR Plugin in Maven 2, the documentation on the website has been updated: http://java.freehep.org/freehep-nar-plugin and the plugin is available from: http://java.freehep.org/maven2/org/freehep/freehep-nar-plugin/ The FreeHEP NAR (Native ARchive)

Re: project.build.finalName incorrect in Clover forked lifecycle

2006-10-27 Thread Chris Tucker
Hi Vincent, Issue raised: http://jira.codehaus.org/browse/MCLOVER-59 Cheers, Chris On Oct 27, 2006, at 7:09 AM, Vincent Massol wrote: Hi Chris, This looks like a bug in the Clover plugin. Could you please create a jira issue and I'll look into it? Thanks -Vincent -Original

Problem with snapshot of org.apache.maven.plugins:maven-dependency-plugin

2006-10-27 Thread David J. M. Karlsen
I'm getting this: [ERROR] FATAL ERROR [INFO] [INFO] org.apache.maven.project.artifact.ActiveProjectArtifact [INFO] [DEBUG] Trace

Re: Problem with snapshot of org.apache.maven.plugins:maven-dependency-plugin

2006-10-27 Thread Wayne Fay
Probably better to file a JIRA report against this plugin than simply send an email to the Users list. I know many/most Maven Devs do follow this list, but if you want to be certain they'll see it, JIRA is the way to go. Wayne On 10/27/06, David J. M. Karlsen [EMAIL PROTECTED] wrote: I'm

Re: JWSC ant task of BEA Weblogic 9.2

2006-10-27 Thread Manuel Ledesma
Just need weblogic.jar in classpath, you need to take from the installation directory otherwise you end pushing a lot of jars to repository. An easy way to do it, It's defining the WL_HOME directory and using it to include weblogic.jar. I'm using it that way and it works perfect. That way

Classpath Generation

2006-10-27 Thread eric H
I have an ear file -whcih includes at the baselevel all the libraries neede for the Application. There are several war modules which need to have a class-path set in the manifest but I would rather NOT have to include all the libraries in the war files. I could do this several ways with ant but

Re: How do I generate test javadocs?

2006-10-27 Thread Mark . Crocker
Mark Crocker wrote on 2006-10-27 10:41:27: Mark Crocker wrote on 2006-10-10 08:30:19: How do I get the maven-javadoc-plugin to include the test classes as well as the runtime classes when generating Javadocs? I was hoping for something a little more like the jxr plugin, which creates TWO

Re: Impossible to build ourproject from scratch

2006-10-27 Thread Edwin Punzalan
Hmm... I think this can be fixed by providing those artifacts in a snapshot repository so maven can download them. Emmanuel Lecharny wrote: Hi all, it's actually impossible to build Apache Directory Server project just after a svn co, with a clean maven repo (like a new user will do), for

Re: Classpath Generation

2006-10-27 Thread Alexander Sack
Specify them as provided with addClassPath but also specify them in your EAR plugin under javaModule tags. That should put them in the EAR. -aps On 10/27/06, eric H [EMAIL PROTECTED] wrote: I have an ear file -whcih includes at the baselevel all the libraries neede for the Application.

Re: Codehaus repository needed even using released plugins only

2006-10-27 Thread Edwin Punzalan
That's correct, released plugins should only have released dependencies. Please provide the stacktrace so we can see if what you say really happened and which plugin breaks that. Syvalta wrote: Hi, if a new user starts to use our maven build and the codehaus repository happens to be down,

Re: maven-assembly-plugin woes

2006-10-27 Thread Edwin Punzalan
Last I checked, the repository works. Did you have a problem with it ? Swenson, Eric wrote: I have a large project that has some jar dependencies that are not in any of the public repositories. Licenses prevent their being put there. Rather than have my maven2 projects explicitly refer to

Re: Classpath Generation

2006-10-27 Thread eric H
Hmm -- I had gotten that far -- what I need is the manifest in the WAR file to reference the dependencies that are listed as provided in its class-path -- but to NOT have those jar files included in the lib directory of the war file (as they are included in the root directory of the ear file.

Re: Classpath Generation

2006-10-27 Thread Alexander Sack
http://maven.apache.org/plugins/maven-war-plugin/examples/war-manifest-guide.html Add it manually then... -aps On 10/27/06, eric H [EMAIL PROTECTED] wrote: Hmm -- I had gotten that far -- what I need is the manifest in the WAR file to reference the dependencies that are listed as provided

Re: Help with multiple Repositories

2006-10-27 Thread Edwin Punzalan
Please see my inline comments below... I hope I am of any help, ^_^ Ryan, Scott D wrote: I am trying to set up a fairly complex set of repositories and am running into some challenges. I think most of it is my understanding of the details of how Archiva is structured. Once I get a better

RE: maven-assembly-plugin woes

2006-10-27 Thread Swenson, Eric
Well, my guess is that I'm having problems selecting artifacts to be included, but I think I did try using moduleSets and explicitly specifying some artifacts, and still, I didn't get any output in my repository artifact. Do you have any examples of assembly plugin use that work and generate a

Re: Impossible to build ourproject from scratch

2006-10-27 Thread Max Cooper
I don't have an answer for you, but our project has the same problem. You have to 'mvn install' a plugin that is part of our project tree before you can build from the top of the project. We tried adding a dependency on the plugin module, in hopes that it would cause maven to build the plugin

Re: Impossible to build ourproject from scratch

2006-10-27 Thread Wendy Smoak
On 10/27/06, Max Cooper [EMAIL PROTECTED] wrote: Does anyone know how to do this? It seems like this would be somewhat common, since many projects may need to build one or more special plugins to support the rest of their builds. More than one project has a separate 'maven' module that