[ANN] maven-axis-plugin-0.7 released

2005-02-02 Thread Dominik Dahlem
download the plugin here: http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-axis-plugin-0.7.jar Have fun! -The maven-plugins team -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Co

Re: change dependency properties in maven.xml

2005-01-25 Thread Dominik Dahlem
dep.resolveProperties()} > > > > I'd strongly encourage seeking a workaround. -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin

Re: change dependency properties in maven.xml [u]

2005-01-25 Thread Dominik Dahlem
, Dominik On Tue, 2005-01-25 at 21:22 +1100, Brett Porter wrote: > IIRC, you had to do ${dep.getProperties().setProperty('foo', 'bar')} > > > On Tue, 25 Jan 2005 10:20:06 +, Dominik Dahlem > <[EMAIL PROTECTED]> wrote: > > Hi Brett. I di

Re: change dependency properties in maven.xml [u]

2005-01-25 Thread Dominik Dahlem
.com/users@maven.apache.org/msg06567.html On Tue, 2005-01-25 at 06:33 +1100, Brett Porter wrote: > this was discussed recently: was there anything in the archives? > > > On Mon, 24 Jan 2005 15:24:04 +, Dominik Dahlem > <[EMAIL PROTECTED]> wrote: > > Hi all. > &

change dependency properties in maven.xml [u]

2005-01-24 Thread Dominik Dahlem
x27;)} The output of ${dep.getProperty('dependencyType')} is empty. Does anyone know whether this is possible? Any help is appreciated. Thanks a million. Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> ---

Re: Maven Axis Plugin Bug (with fix) v0.5

2005-01-13 Thread Dominik Dahlem
e}"> > > > > >delim=",">${maven.wsdl2java.namespaceMappings} > > delim="=">${urnMapping} > package="${keyValue[1]}"/> > > > > > > > ---

eclipse dependencies in public repository

2004-12-10 Thread Dominik Dahlem
Hi all. I couldn't find any public maven repositories which contains the eclipse jars. Does anyone know, whether such a repo exists? If not, would it be possible to upload these files somewhere? Thanks, Dominik -- Dominik Dahlem <[EMAIL P

Re: multiproject of multiprojects

2004-11-29 Thread Dominik Dahlem
indicator if project is "multiproject" exists in m2 and will be > most > likely introduced in maven 1.1 > This will be implemented by addition of the new tag in the POM named > . -- Dominik Dahlem <[EMAIL PROTECTED]> ---

Re: multiproject of multiprojects

2004-11-29 Thread Dominik Dahlem
x27;t know if this is the best way to go -- but it's working. > > -Chris > -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland tel: (+353) 1-608 1539 fax: (+353

multiproject of multiprojects

2004-11-27 Thread Dominik Dahlem
onents themselves would inherit the overwritten site goal which ends up in an infinite build loop. Any help is appreciated. Thanks, Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dubl

[ANN] new transform plugin released

2004-10-26 Thread Dominik Dahlem
/plugins/maven-transform-plugin-1.2.jar Have fun! -The maven-plugins team -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland tel: (+353) 1-608 1539 fax: (+353) 1-677 2204 www

[ANN] Maven axis plugin 0.5 released

2004-10-24 Thread Dominik Dahlem
-plugins -DartifactId=maven-axis-plugin -Dversion=0.5 For a manual installation, you can download the plugin here: http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-axis-plugin-0.5.jar Have fun! -The maven-plugins team -- Dominik Dahlem <[EMAIL PROTEC

[ANN] Maven dotuml plugin 1.0 released

2004-10-24 Thread Dominik Dahlem
/maven-dotuml-plugin-1.0.jar Have fun! -The maven-plugins team -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland tel: (+353) 1-608 1539 fax: (+353) 1-677 2204 www: http://www.cs.

Re: developer activity report with CVS_PROXY

2004-08-27 Thread Dominik Dahlem
quick help. Dominik Dion Gillard wrote: Use a property, e.g. ${stuff} for the piece of the connection that could change and provide a reasonable default in project.properties. On Fri, 27 Aug 2004 12:47:35 +0100, Dominik Dahlem <[EMAIL PROTECTED]> wrote: Hi all, I'm running into a probl

developer activity report with CVS_PROXY

2004-08-27 Thread Dominik Dahlem
n into the same problem and may have a solution? Thanks in advance for any pointers. Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland tel: (+353) 1-608 1539 fax: (+353

Re: share properties within pre/postGoals

2004-06-04 Thread Dominik Dahlem
Good morning, I couldn't find a way other than persisting the old version into a temp file via ant:echo in the preGoal and load this file in the postGoal for further processing. However, this does the job for me. Cheers, Dominik On Thu, 2004-06-03 at 20:59, Dominik Dahlem wrote: >

share properties within pre/postGoals

2004-06-03 Thread Dominik Dahlem
pshot versions. I only want to keep the latest one. Thanks for any help. Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland tel: (+353) 1-608 1539 fax: (+353) 1-6

Re: external/internal links in XDoc

2004-06-02 Thread Dominik Dahlem
Solved my problem. First, I discovered is that external links don't open a new window. And the second thing is that target="_blank" applies to XDoc as well. Dominik On Wed, 2004-06-02 at 15:52, Dominik Dahlem wrote: > Hi all, > > there has been a change recently in h

external/internal links in XDoc

2004-06-02 Thread Dominik Dahlem
ernal. Thanks, Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland tel: (+353) 1-608 1539 fax: (+353) 1-677 2204 www: http://www.cs.tcd.ie/Dom

Re: extend javadoc's sourceset

2004-05-19 Thread Dominik Dahlem
Sorry for spamming. I've just seen that this issue has been posted already. I should research better before posting. Dominik On Wed, 2004-05-19 at 12:37, Dominik Dahlem wrote: > Hi all, > > I'm generating some .java files form a .wsdl definition. These .java > files a

extend javadoc's sourceset

2004-05-19 Thread Dominik Dahlem
n and it uses javadoc:check-needed to set the sourceset. Is there a possibility to add another src directory to this sourceset? Thanks, Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science

Re: resolve a jelly property explicitly

2004-05-19 Thread Dominik Dahlem
ing of the maven.checkstyle.properties in the ~/build.properties file. I got away with my problem when I specified this property in each project. There is a bit of duplication here, but i don't have the error anymore. Cheers, Dominik On Mon, 2004-05-17 at 11:06, Dominik Dahlem wrote: > Hi all, > > is

Re: dependencies

2004-05-19 Thread Dominik Dahlem
; > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinit

RE: Dependancies without repositories. Was: Re: Dependencies

2004-05-18 Thread Dominik Dahlem
To answer my question: The path to my CVS repository now depends on ${maven.home} which is inside CVS as well. This path is now global to plugins and projects which solves my problem of having a relativ path. Dominik On Tue, 2004-05-18 at 19:10, Dominik Dahlem wrote: > Hi, > > the ap

RE: Dependancies without repositories. Was: Re: Dependencies

2004-05-18 Thread Dominik Dahlem
t; > >>> > > >>> > > >>Yes. > > >> > > >> > > >> > > >> > > >--------- > > > > > > > > >>To unsubscribe

swift download of dependencies

2004-05-18 Thread Dominik Dahlem
maven.proxy.host=www-proxy.cs.tcd.ie maven.proxy.port=8080 maven.repo.list=R1 maven.repo.R1=file:{maven.project.home}/ maven.repo.R1.directory=repository Thanks, Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Departm

resolve a jelly property explicitly

2004-05-17 Thread Dominik Dahlem
"file:${projectA.home}/master/src/config/checkstyle.xml". I assume the checkstyleProperties property is not resolved correctly inside the checkstyle ant target. Did anyone come across a similar problem? Thanks for any help. Dominik -- Dominik Dahlem <[EM

Re: Maven console plugin 1.1 released

2004-05-17 Thread Dominik Dahlem
s/maven-console-plugin-1.1.jar > > > Have fun! > -The maven team > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Dominik Dah

searching the mailing list archive

2004-05-14 Thread Dominik Dahlem
://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland fax: (+353) 1-677 2204 www: http://www.cs.tcd.ie/Dominik.

protecting remote repositories

2004-05-10 Thread Dominik Dahlem
n the latest CVS maven? Where can I find more information about it? [1]http://blogs.codehaus.org/projects/maven/archives/000268_maven_wagon_has_landed.html Thanks, Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin

Dependency management

2004-05-10 Thread Dominik Dahlem
pendencies. What do you think? Is that already doable with the latest maven? If not, is it an interesting feature for future maven releases? Cheers, Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of C

maven-proxy behind apache webserver

2004-05-06 Thread Dominik Dahlem
x27;d appreciate any help. Dominik -- Dominik Dahlem <[EMAIL PROTECTED]> --- Trinity College Dublin Department of Computer Science, Dublin 2, Ireland fax: (+353) 1-677 2204 www: http://www.cs.tcd.ie/Dom

UnknownHostException on Windows

2004-04-20 Thread Dominik Dahlem
Hi all, I'm having a problem running maven on windows. Actually, I think it is not a maven problem but has rather something to do with xerces. I'm wrecking my head over this problem and I'm sure I already solved it some time ago (when I encountered it with maven). Has anyone of you seen this stac

Re: multiproject with independent navigation

2004-02-09 Thread Dominik Dahlem
oject with the goal "site". > > ++didier > > Dominik Dahlem wrote: > > >Hi all, > > > >I'm in a situation where I'd like to have the independent navigation in > >a multiproject and be able to generate the site of all sub-projects with > >

RE: Maven and J2ME

2004-02-09 Thread Dominik Dahlem
There is an unofficial plugin developed by Thiago Leão Moreira which wraps ANTENNA.sourceforge.net version 0.9.10. To run this plugin you need to set the variable $wtk.home to point to the installation directory of the Wireless Toolkit. I haven't tested it and I'd say it is in its early stages. I e

multiproject with independent navigation

2004-02-09 Thread Dominik Dahlem
Hi all, I'm in a situation where I'd like to have the independent navigation in a multiproject and be able to generate the site of all sub-projects with multiproject:site. Since my main project has the property maven.multiproject.navigation=independent set the multiproject plugin would not start t

Re: including multiproject in a multiproject

2003-10-17 Thread Dominik Dahlem
That is a nice feature. I tried it myself to get it done with a reactor of multiprojects with BL10 a while ago and couldn't get it working. I didn't spend too much time on it, but rather decided to have independent multiprojects then (which works fine for me). I would be interested in it as well, i

Re: How to check in a property is setted

2003-10-15 Thread Dominik Dahlem
I had the same problem a while ago. I solved it with reading the properties in a jelly variable You can then ckeck if it is set to null. Hope that helps, Dominik On Wed, 2003-10-15 at 15:36, [EMAIL PROTECTED] wrote: > Hi there, > > Ho ca I check if a property is setted in project.properties

Re: jcoverage plugin

2003-10-15 Thread Dominik Dahlem
Hi, all classes in ${maven.build.dest} are instrumented. I'm not using any properties to run jcoverage. Maybe your test classes compile to ${maven.build.dest} as well. Dominik On Wed, 2003-10-15 at 00:26, Gilles Dodinet wrote: > Hi- > > I am not familiar with the jcoverage tool and i have som

Re: Use Ant Task in Maven ?

2003-10-13 Thread Dominik Dahlem
This site might help you: http://xdoclet.sourceforge.net/maven-plugin.html Dominik On Mon, 2003-10-13 at 08:32, Eric Chow wrote: > Hello, > > How can I use Ant task in Maven ? > > I want to use XDoclet Ant task in Maven, how can I do it? > > Eric > > == > If you kno

maven "which class"

2003-10-10 Thread Dominik Dahlem
Hi, is there a plugin which provides a mechanism to search for a class in the maven-classpath and prints out the location of the corresponding .jar-file? As an extension, I could imagine information on this class in the classpath as a whole. It might appear in several jars and it may be interestin

Re: restricting maven -g

2003-10-10 Thread Dominik Dahlem
Maven comes with plugins which provide most of the functionality you need. If there are any plugin which are not needed in your development environment you can delete them from the plugins list. Since some plugins are moved out of the core newer version of maven just contain only those which are co

Re: [Jalopy] loader constraints violation with log4j.

2003-10-09 Thread Dominik Dahlem
I have a similar problem when running "maven clean site" in one of my projects. I get the following error message: [EMAIL PROTECTED] core]$ maven clean site __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT clean:

Re: Bootclasspath ?

2003-10-07 Thread Dominik Dahlem
I don't know, if this is gonna help you. Find attached a j2me plugin. A guy called Thiago ([EMAIL PROTECTED]) sent it to me a while ago. I haven't tested it yet though. "It wraps the tasks of the Antenna (http://antenna.sourceforge.net), and it needs the 0.9.10 version of antenna in the $maven.re

Re: multiproject cuts path information

2003-10-06 Thread Dominik Dahlem
Mon, 2003-10-06 at 04:18, [EMAIL PROTECTED] wrote: > How is the includes being derived? > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > Dominik Dahlem <[EMAIL PROTECTED]> wrote on 04/10/2003 01:24:10 AM: > >

Re: Multiproject questions

2003-10-05 Thread Dominik Dahlem
I don't know, if it works but you can try the following: Cheers, Dominik On Sat, 2003-10-04 at 00:40, Dolf Starreveld wrote: > I'm relatively new to Maven and multiproject, and I have the > following questions that I would appreciate help with: > > I have a single "parent" project for th

Re: Multiproject dependency convergence question

2003-10-05 Thread Dominik Dahlem
If you don't have reports registered for the sub-projects you can write the following goal in your maven.xml file for each sub-project: Or, if you don't need the reports/info section at all you cat specify the property: maven.xdoc.includeProjectDocumentation = no Hope that helps, Dominik

properties in repository

2003-10-04 Thread Dominik Dahlem
Hi all, has it ever been discussed to include a section in the repository for properties? I find this idea quite nice. It would be possible to have a dependency (or a dedicated resources section for this purpose) to properties like log4j.properties/checkstyle.xml or even project wide common proper

multiproject cuts path information

2003-10-03 Thread Dominik Dahlem
Hi, I'm playing with the dotuml plugin. With the changes I submitted it works fine when running "maven site" on a particular project. If I run the multiproject:site goal the dotuml plugin bellies up. The output below states a wrong DirSet. The includes list contains a path which is cut at the begi

dotuml plugin

2003-10-03 Thread Dominik Dahlem
Hi all, I had a look at the dotuml plugin and I really like it. Since, I couldn't find anything else to create UML diagrams on the fly I find this one very useful. I've changed a few things to fit my purposes: (1) convert images with GraphViz (does only work with windows, if cygwin is installed.

Re: How can i access plugin properties in my maven.xml

2003-09-25 Thread Dominik Dahlem
Sorry for spamming. Just didn't see that there was a reply already. Dominik On Thu, 2003-09-25 at 12:16, Dominik Dahlem wrote: > Hi Skip, > > I think you can do this one: > value="${pom.getPluginContext('maven-war-plugin').getVariable('maven.war.webapp.

Re: How can i access plugin properties in my maven.xml

2003-09-25 Thread Dominik Dahlem
Hi Skip, I think you can do this one: Dominik On Wed, 2003-09-24 at 21:30, Arthur I. Walker wrote: > I'm using beta 10. > > I have a postGoal for war:webapp that needs to use maven.war.webapp.dir, > however this value is always empty. > > I've had the same problem with the test plugin as w

Re: IOException with jcoverage plugin

2003-09-24 Thread Dominik Dahlem
Hi Christian, apparently there is a problem on instrumenting 100+ files on Windows. The following comment was made on the jcoverage mailing list from one of the implementers: "jcoverage/gpl v1.0.5. on windows does appear to suffer from this problem. Too many files are being supplied for the comma

Re: Code Formatting Plugin ???

2003-09-22 Thread Dominik Dahlem
The Jalopy plugin does that for you. You have to create a jalopy configuration file to format your code. Have a look at http://jalopy.sourceforge.net/ to find information on how to configure jalopy. Jalopy provides a swing configuration wizard which is quite handy. However, there is a little bug w

Re: dependency inheritence

2003-09-20 Thread Dominik Dahlem
I tried to accomplish this recently. Once you specify a dependency section in your extended sub-project you overwrite the original dependency list. I'm working with RC1. Cheers, Dominik On Sat, 2003-09-20 at 16:58, Nathan Coast wrote: > Hi, > > quick question, do dependencies inherit when you ex

Re: Multiproject Question

2003-09-18 Thread Dominik Dahlem
See inline. Cheers, Dominik On Thu, 2003-09-18 at 16:24, Nelson, Scott (MAN - Corporate) wrote: > When using the multiproject plugin. Is it a requirement that all of your > subprojects are underneath the main project? [Dominik] : No. > I have a flattened directory > structure and would like

Re: maven vs ant property settings

2003-09-17 Thread Dominik Dahlem
I should mention that I don't want to use ~/build.properties, because I'd like to have everything in CVS. Dominik On Wed, 2003-09-17 at 15:55, Dominik Dahlem wrote: > I don't have a solution to your problem. But I had similar problems. > I played a bit with property sett

Re: maven vs ant property settings

2003-09-17 Thread Dominik Dahlem
I don't have a solution to your problem. But I had similar problems. I played a bit with property settings recently. All my duplications in my projects are in properties files. I couldn't find a way to load properties from a master project.properties file. I tried to load the properties in maven.xm

RE: weird behavior with multiproject

2003-09-17 Thread Dominik Dahlem
wn master project goals using the reactor, > but only when I use the multiproject:site plugin. > > If you have any news, it would be gratefully received. > > Thanks > > Pat > > -Original Message- > From: Dominik Dahlem [mailto:[EMAIL PROTECTED] > Sent

Re: Making CVS Repostory Connection

2003-09-15 Thread Dominik Dahlem
> and it seems to have worked for me. Some of the other links don't do it > right, I couldn't get the ssh-add to work. > > - Original Message - > From: "Dominik Dahlem" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTE

Re: Making CVS Repostory Connection

2003-09-15 Thread Dominik Dahlem
I'm wondering how to deploy a jar-file with ssh though? The mechanism to deploy jars appears to be different to deploying sites. Is there a way to use ssh with jar:deploy? Thx, Dominik On Mon, 2003-09-15 at 13:54, Hagelski wrote: > I was having similar problems with that, so I resorted to some i

Re: retrieving properties in xdocs?

2003-09-13 Thread Dominik Dahlem
I found the solution myself. The db project could help me with the usage of velocity:merge tag. Dominik On Sat, 2003-09-13 at 18:50, Dominik Dahlem wrote: > Hi, > > how can I preprocess an xdoc file to be able to pick up properties from > the pom or project.properties? > >

retrieving properties in xdocs?

2003-09-13 Thread Dominik Dahlem
Hi, how can I preprocess an xdoc file to be able to pick up properties from the pom or project.properties? Thx for any help. Dominik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Fwd: Maven plug-in - feedback.]

2003-09-09 Thread Dominik Dahlem
Some feedback on jcoverage... Dominik -Forwarded Message- > From: Benoit Xhenseval <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Maven plug-in - feedback. > Date: Tue, 09 Sep 2003 03:06:30 -0700 > > Hi to all, > > We've noticed the following issues with

weird behavior with multiproject

2003-09-06 Thread Dominik Dahlem
Hi all, having the following project structure project | -- main | -- A | -- B and a report (maven-multiproject-plugin) registered in project/main/project.xml results in recursive copies. Originally the multiproject docs are in project/main/target/docs/ which consist of only the docs

Re: problem registering reports with RC1

2003-09-06 Thread Dominik Dahlem
> From: "Emmanuel Venisse" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, September 05, 2003 3:33 PM > Subject: Re: problem registering reports with RC1 > > > > It's a bu

Re: problem registering reports with RC1

2003-09-05 Thread Dominik Dahlem
t; > > The correct syntax is > maven-javadoc-plugin > > > - Original Message - > From: "Dominik Dahlem" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 05, 2003 12:56 PM > Subject: problem registering reports

problem registering reports with RC1

2003-09-05 Thread Dominik Dahlem
Hi all, I just checked out and built maven from CVS. Now, when I run "maven site" the build fails, because reports appear not to have the goal "register". Am I missing something? Find attached the "maven site -X" output. Thx in advance. Dominik __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V /

Re: simian report failure

2003-09-03 Thread Dominik Dahlem
u downloaded it from simian site? > > - Original Message - > From: "Dominik Dahlem" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, September 02, 2003 9:58 PM > Subject: Re: simian report failure > > > > I had a look at the sources

Re: simian report failure

2003-09-02 Thread Dominik Dahlem
number of files being processed. Instead it is the 8th one. I deleted lines 234/235 (which just jump over tokens) and all is working now. Dominik On Tue, 2003-09-02 at 20:34, Dominik Dahlem wrote: > Hi, > > I just downloaded the latest version of the simian plugin from CVS, > package

simian report failure

2003-09-02 Thread Dominik Dahlem
Hi, I just downloaded the latest version of the simian plugin from CVS, packaged it, and registered a report in my project.xml file. If I now run "maven site -X" in my project I get : BUILD FAILED File.. file:/home/dahlemd/projects/dahlemd_exception_logging_02092003/common/configuration/../..

Re: Maven and XDoclet templates

2003-08-31 Thread Dominik Dahlem
Hi Ciaran, you can simply specify a property named httpPort in the standard project.properties file of your project. It'll be picked up while xdoclet runs over your sources. Just a question: Is there an advantage of using instead of a plain ${httpPort}? It worked just fine for me to use the latte

JVM fork

2003-08-27 Thread Dominik Dahlem
Hi, I ran into a problem while using xdoclet:webdoclet. I specified a preGoal target for java:compile to process the webdoclet task before compiling the sources. If i run "maven clean war" the resulting .war-file does not contain the generated web.xml file. It appears to me that webdoclet does not

Re: multiproject & templates

2003-08-26 Thread Dominik Dahlem
milar to http://www.ajsoft.net/Products/WebShop/. Thx, Dominik On Tue, 2003-08-26 at 16:22, Dominik Dahlem wrote: > Hi, > > I have the following multiproject structure: > > project/main > project/A > project/B > project/C > > where main kicks off the multiproject

multiproject & templates

2003-08-26 Thread Dominik Dahlem
Hi, I have the following multiproject structure: project/main project/A project/B project/C where main kicks off the multiproject goals. How can I include templates for a common navigation layout for all sub-projects (e.g. I want to have links to all sub-projects)? Additionally, how can I proces

Re: maven & mockdoclet

2003-08-25 Thread Dominik Dahlem
ed with maven. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > Dominik Dahlem <[EMAIL PROTECTED]> wrote on 23/08/2003 02:23:53 AM: > > > Hi all, > > > > I wanna use mockdoclets with maven. However, the

checkstyle dependency download

2003-08-24 Thread Dominik Dahlem
Hi all, I discovered just recently a problem with checkstyle I've never had before. Although I didn't update maven and plugins I have suddenly the problem using checkstyle. When I start with a clean maven (no jars in the local repository except commons-jelly and velocity and unprocessed plugins in

maven & mockdoclet

2003-08-22 Thread Dominik Dahlem
Hi all, I wanna use mockdoclets with maven. However, the mockdoclet seems to be in early development stages in terms of maven integration. In the maven plugin no default properties for mockdoclet are set. Has anyone been using it with maven or can anyone give me directions on how to use it? Any h

RE: Maven Return Codes in a Continuous Integration environment

2003-08-15 Thread Dominik Dahlem
I'm using the latest CC 2.1.3 for automated builds and nightlies. The maven integration works just fine. I had no problems even recongizing build failures. You can update your project with the CC bootstrappers as well. The following code shows how I did it. ... ... Cheers, Dom

jcoverage plugin

2003-08-11 Thread Dominik Dahlem
o it? Thx, Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/ _/ Trinity College Dublin _/ _/_/ _/t

RE: generic pre/postGoal

2003-08-01 Thread Dominik Dahlem
TED] Sent: 31 July 2003 19:52 To: [EMAIL PROTECTED] Subject: Re: generic pre/postGoal On Thu, 2003-07-31 at 11:50, Dominik Dahlem wrote: > Hi all, > > is there a way of specifying a generig pre/postGoal? Basically, I'd like > to perform a particular task which is a preconditio

generic pre/postGoal

2003-07-31 Thread Dominik Dahlem
Hi all, is there a way of specifying a generig pre/postGoal? Basically, I'd like to perform a particular task which is a precondition to all available goals. Is that doable with maven beta 10? Thx, Dominik - To unsubscribe, e

RE: aspectj compile error :(

2003-07-31 Thread Dominik Dahlem
Do you have aspectj-tools-1.0.6.jar in your local repository? It appears to me that you have no problems finding the ajc ant task which is in aspectj-ant-1.0.6.jar. Whereas the class you're missing is in the above mentioned aspectj-tools-1.0.6.jar file. Make sure that you don't have a dependency t

aspectj and maven

2003-07-28 Thread Dominik Dahlem
r. Is there a more elegant solution to this problem? Is it probably possible to specify an aspect dependency which may do the job for me? Thx in advance for any hint. Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik D

RE: Maven b10 refusing to download remote jars

2003-07-24 Thread Dominik Dahlem
I had the same problem. I got away with it, if I cleaned the plugins directory in ${user.home}/.maven/plugins as well. I discovered that as soon as plugins are processed they won't redownload the dependencies, if they don't exist anymore in the local repository. By the way, I always keep common

RE: NoClassDefFoundError : org/w3c/dom/Document

2003-07-24 Thread Dominik Dahlem
I had this problem with JUnit. I forked the JVM and everything worked as expected (maven.compile.fork=yes). Hope this helps. Dominik -Original Message- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent: 24 July 2003 10:56 To: Maven Users List Subject: NoClassDefFoundError : org/w3c/do

RE: master property file

2003-07-24 Thread Dominik Dahlem
In my opinion, a build.properties file with user settings should be in ${user.home}/.maven/ as Brett pointed out. However, on another level I'd like to share project-specific settings as well in a similar fashion to the extension mechanism of the project.xml file. The settings which are project-

master property file

2003-07-23 Thread Dominik Dahlem
Hi all, I'm looking for a solution to provide a master property file, which contains e.g. proxy and/or remote repository settings. I tried to use build.properties and project.properties in my master project. However this didn't work. All my subproject currently inherit the project.xml from the m

checkstyle classpath issue

2003-07-23 Thread Dominik Dahlem
... Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/ _/ Trinity College Dublin _/ _/_/ _/tel : +353 (0)1 608 _/ _/_/ _/ _/ email: [

problem downloading jars from repository

2003-07-17 Thread Dominik Dahlem
log4j-1.2.8.jar. +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/ _/ Trinity College Dublin _/ _/_/ _/tel

RE: problem deploying war on tomcat

2003-07-16 Thread Dominik Dahlem
Thx. This fix solved my problem. Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/ _/ Trinity College Dublin

problem deploying war on tomcat

2003-07-15 Thread Dominik Dahlem
me Maven BL09, JDK 1.4.1_02, Tomcat 4.1.24 Below is the generated manifest file: Manifest-Version: 1.0 Created-By: Apache Jakarta Maven Built-By: Dominik Dahlem Package: ie.tcd.persl.xml Build-Jdk: 1.4.1_02 Extension-Name: xml-tools Specification-Version: Specification-Vendor: Trinity College Dubl

RE: JUnit forking problem

2003-07-15 Thread Dominik Dahlem
x, Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/ _/ Trinity College Dublin _/ _/_/ _/tel : +353 (0)1 608 _/ _/_/ _/ _/ email: [EMAIL

RE: JUnit forking problem

2003-07-14 Thread Dominik Dahlem
Solved the problem, I discovered a missing jar-file. Sorry for the spam... Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science

JUnit forking problem

2003-07-14 Thread Dominik Dahlem
I missing something? Thx, Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/ _/ Trinity Coll

RE: changelog or checkstyle problem

2003-07-11 Thread Dominik Dahlem
; [EMAIL PROTECTED] Subject: Re: changelog or checkstyle problem If you define any reports or an empty reports tag () in your project, Maven generate all default reports. But if you define one or more reports, Maven run only your reports. - Original Message - From: "Dominik D

RE: changelog or checkstyle problem

2003-07-11 Thread Dominik Dahlem
+-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/ _/ Trinity College Dublin _/ _/_/ _/tel : +353 (0)1 608 _/ _/_/ _/ _/ email: [EMAIL PROTECTED] _/ _/_/_/ __/_/_/_/ www

RE: changelog or checkstyle problem

2003-07-11 Thread Dominik Dahlem
tyle-plugin:report: > [echo] Generating the Change Log... > maven-changelog-plugin:report: > [echo] Generating the changelog report > BUILD FAILED > null:37:50: null:56:15: null Total > time: 4 seconds > > > +

changelog or checkstyle problem

2003-07-10 Thread Dominik Dahlem
rt: [echo] Generating the Change Log... maven-changelog-plugin:report: [echo] Generating the changelog report BUILD FAILED null:37:50: null:56:15: null Total time: 4 seconds +-+ _/_/_/_/_/ _/_/_/