Re: Docbook plugin

2005-11-25 Thread Jose Gonzalez Gomez
Well, it seems that URL doesn't point directly to the thread :o( Try this: http://www.mail-archive.com/users@maven.apache.org/msg25757.html 2005/11/25, Jose Gonzalez Gomez [EMAIL PROTECTED]: http://mail-archives.apache.org/mod_mbox/maven-users/200510.mbox/browser 2005/11/25, Jeff Jensen [EMAIL

Re: Docbook plugin

2005-11-25 Thread Jose Gonzalez Gomez
http://mail-archives.apache.org/mod_mbox/maven-users/200510.mbox/browser 2005/11/25, Jeff Jensen [EMAIL PROTECTED]: The last thread I recall on this topic is that Doxia has a very minor support of Docbook. Is this not true anymore? -Original Message- From: Emmanuel Venisse

Re: [m2] new ejbdoclet+webdoclet plugin announcement

2005-11-25 Thread Marcel Dullaart
Hi Ashley, sounds good, I'll try-out the webdoclet ASAP. Since you create an ant script on the fly, does that mean that using your xdoclet plugin requires ant? Is that a good idea? Cheers, Marcel Ashley Williams [EMAIL PROTECTED] wrote on 25-11-2005 01:08:04: I have placed new ejbdoclet and

Re: When I will be able to try out A Maven 2.x plug-in for the Eclipse IDE

2005-11-25 Thread Kees de Kooter
Miks, I am not sure if this would be possible. For instance, in your eclipse project you have a flat list of dependent libraries whereas in maven most of the dependencies are resolved for you. E.g. if you put a dependency on hibernate in your pom maven figures out which dependencies hibernate

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-25 Thread Weston, Toby
Hi Lee, Thanks for the info, could you outline how you got Websphere to handle the JAR's correctly? If I set the classpath of a webapp in the Maven way (ie, extend a variable MAVEN_REPO\foo.jar) if doesn't export / deploy this under the WEB-INF\lib folder. Does that make sense? Thanks, Toby

[M2] Where to find POM specification?

2005-11-25 Thread Law Green-A20134
Hi, I have read http://maven.apache.org/guides/introduction/introduction-to-the-pom.html , it's pretty simple and clear. But can anyone tell me where to find detailed POM specification? For I cannot find the information about tags like pluginManagement and dependencyManagement. Thanks, Green

[m2] multiproject:site

2005-11-25 Thread Geoffrey
I 've configured a project with 2 modules in maven 2. I've enabled the pmd report. If I do mvn site, it generates me a site only of the project, not of the subprojects, so I can't see the pmd reports. How do I do a m1 multiproject:site in m2? By the way: is it possible to merge the pmd

RE: [M2] Where to find POM specification?

2005-11-25 Thread Law Green-A20134
Thanks a million! Regards, Green -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 2005年11月25日 16:40 To: Maven Users List Subject: Re: [M2] Where to find POM specification? http://maven.apache.org/maven-model/maven.html Emmanuel Law Green-A20134 a écrit :

Re: [m2] dependency graph

2005-11-25 Thread Wim Deblauwe
Well, maybe we need to bundle to effort to know where we are standing on some wiki page? regards, Wim 2005/11/25, Brett Porter [EMAIL PROTECTED]: Yes, its planned. We just have a very long todo list :) It is quite simple, as the artifact resolver has a listener with nodes that can be used

Re: [m2] Properties files

2005-11-25 Thread Edwin Punzalan
Hi, A direct answer is no. There are no properties file in m2. And the right way to do it is to put properties that are project-related in pom - properties element and properties that are user-related in settings - properties element. Oscar Picasso wrote: Hi, In m1 we could use user

Re: [m2] Properties files

2005-11-25 Thread Oles
Hi. But setting.xml dont allows a properties/ tag in root. So, where should I put this element? For example : pom.xml properties hostslolen/host/properties urlfile:\\${host}\odessa.m2repo/url and I want move properties hostslolen/host/properties to setting.xml Thanks

[m2] Configure output folder in eclipse plugin

2005-11-25 Thread Kees de Kooter
Is it possible to control which output folders the eclipse plugin puts into the .classpath file? I tried setting the outputDirectory property in the plugin configuration but that did not have any effect. - To unsubscribe, e-mail:

Re: Maven 1.x Repository

2005-11-25 Thread Geoffrey
Brett, I am currently still using m1.1-beta2 (although already experimenting with m2). I did the following things: 1) moved user_home/.maven/repository to user_home/.maven/repository_backup 2) Changed in my parent pom's project.properties: maven.repo.remote =

Re: [m2] Properties files

2005-11-25 Thread Edwin Punzalan
You need to put them inside a profile and activate it either through CLI or again, settings.xml. Oles wrote: Hi. But setting.xml dont allows a properties/ tag in root. So, where should I put this element? For example : pom.xml properties hostslolen/host/properties

[M2] maven generated Eclipse project not build

2005-11-25 Thread Law Green-A20134
Hi, I issue the following command to generate eclipse project: mvn -o eclipse:add-maven-repo -Declipse.workspace=W:\myproj\impl eclipse:eclipse Then I started eclipse and try to import the project it generated, and I got two problems: 1. the parent project cannot be imported into eclpse

Re: [M2] maven generated Eclipse project not build

2005-11-25 Thread Kees de Kooter
I guess use should either use forward slashes in the workspace path or double the backslashes. On 11/25/05, Law Green-A20134 [EMAIL PROTECTED] wrote: Hi, I issue the following command to generate eclipse project: mvn -o eclipse:add-maven-repo -Declipse.workspace=W:\myproj\impl

Re: [m2] hibernate unit test

2005-11-25 Thread Jean-Yves . Lebleu
Thanks for the info, In fact I am trying to convert a working m1 project to m2, not easy !! The mysql-connector was not downloaded properly to my local repository and it was the problem. Now, hibernate is running in my unit test, but I still have a problem to use my dataset xml files for

Re: [m2] delicious bookmarks plugin preview available

2005-11-25 Thread Ashley Williams
For the time being I think the plugin would have to fit in with the build lifecycle, but what your suggesting might be useful standalone behavior in the future. On 25 Nov 2005, at 03:12, Srepfler Srgjan wrote: Ashley Williams wrote: Can you expand on this? On 24 Nov 2005, at 22:22,

Re: Parent POM Properties

2005-11-25 Thread Pete
Bruno or Anyone, Was there ever a resolution to reference the parent poms properties ? Pete On 29/10/05, Frank Mena [EMAIL PROTECTED] wrote: BTW, there is a bug when you use ${basedir} inside of module{$basedir}/somemodule/module For example, if your basedir is d:\app\module2, it expands to

Re: [m2] new ejbdoclet+webdoclet plugin announcement

2005-11-25 Thread Ashley Williams
Hi Srepfler, It should be quite similar to achieve the same behavior for hibernate etc since there are only 2 stages to writing plugins of your own. To start with copy the ejbdoclet plugin (rename as necessary) and then: 1. Edit the dependencies in the pom.xml file. The dependencies will

M2: Build error when building an individual module in a multi-module setup

2005-11-25 Thread Gareth Powell
Hi, I'm trying to use Maven2 for a new project I'm working on and so far I'm very impressed with it, but I have found a couple of problems. Problems that are probably down to user error and mis-configuration. First of these problems is that with the project setup in a

Re: [m2] new ejbdoclet+webdoclet plugin announcement

2005-11-25 Thread Ashley Williams
Hi Marcel, Reading between the lines I think you are asking if you need to have an ant installation on your machine - the answer is no, since the plugin brings in ant as one of its dependencies. Some background: everybody has their own theory but mine is that maven intends to replace all

Re: [m2] new hibernate+ejbdoclet+webdoclet plugin announcement

2005-11-25 Thread Ashley Williams
There is now a hibernate plugin in the sandbox. https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/hibernatedoclet- maven-plugin Since I don't use it I've only included the @destDir mapping - if you decided to use it then please send me any mappings that you add yourself and I can then get

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-25 Thread Gisbert Amm
That did it. Thank you! Gisbert Amm Lukas Theussl wrote: For this you probably have to set the maven.compile.encoding option of the java plugin. Gisbert Amm wrote: With the described workaround I face another problem: In some of our sources there is code to replace non-ASCII characters

Where do I find a war dependency

2005-11-25 Thread Dietrich Schulten
Hi, we want to write httpunit tests for a deployed war file. How should we proceed? Obviously we cannot put the tests into the project that creates the war artifact since we cannot test without the war file, and with failing tests the war cannot be created. We came up with the idea to create

Re: inheriting from plugins

2005-11-25 Thread Oles
Why archetypes is needed at all? What can I do with ones :-\ Creating an archetype is a pretty straight forward process. An archetype is a very simple plugin, that contains the project prototype you wish to create. An archetype is made up of:.

Re: [m2] dependency graph

2005-11-25 Thread Wim Deblauwe
Just for the record, here are 2 links that might ease the work: http://www.xml.com/pub/a/2004/09/08/tree.html http://www.linguiste.org/syntax/tree/drawer/ They show how to convert an xml tree structure to a SVG image. regards, Wim 2005/11/25, Wim Deblauwe [EMAIL PROTECTED]: Well, maybe we

Pom for repository jars necessary?

2005-11-25 Thread Ido M. Tamir
Hi, I am trying to migrate from maven 1 to maven 2. I specified my old repository in the maven 2 pom as an accessible repository. Maven 2 then tries to find poms there e.g. ~/.maven/repository/hibernate/poms/hibernate-3.1rc3.pom Do I have to write a pom for each jar that I put into the maven2

Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
Hello, What is the best tool to use for Continuous Integration ? I've already tested the following : - CruiseControl : good tool but apparently, not yet supported in Maven 2 - Continuum : problem to add a Maven 1.x project, error messages not explicite enough, etc. Thanks in advance for

Re: Continuous Integration Tool

2005-11-25 Thread Emmanuel Venisse
Blaise Gosselin a écrit : Hello, What is the best tool to use for Continuous Integration ? I've already tested the following : - CruiseControl : good tool but apparently, not yet supported in Maven 2 - Continuum : problem to add a Maven 1.x project, error messages not explicite enough,

[m2] hibernate dbunit dom4j

2005-11-25 Thread Jean-Yves . Lebleu
Hello all, I have a project running well in M1 I try to convert it to M2. This project is using hibernate and dbunit. When I run the test I have exception when reading xml data sets with dbunit I did'nt had with Maven 1. If I remove the dom4j dependency, dbunit is working again but of course

RE: [M2] Where to find POM specification?

2005-11-25 Thread Jeff Jensen
You may have interest in this issue now: http://jira.codehaus.org/browse/MNG-1479 -Original Message- From: Law Green-A20134 [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 2:43 AM To: Maven Users List Subject: RE: [M2] Where to find POM specification? Thanks a million!

RE: [M2] Where to find POM specification?

2005-11-25 Thread Frank Russo
I agree with this 100%. I've been thinking this for days. I started using maven2 last week, and I've found it hard to get up to speed. It took a solid 4 days, to get a preliminary pass on my project working. I'm still having issue with the test cases... Frank Russo Senior Developer FX

RE: Continuous Integration Tool

2005-11-25 Thread Jeff Jensen
What maven 2 support by CC do you need? Typically, just create a wrapper script that CC runs that invokes the correct Maven tasks. -Original Message- From: Blaise Gosselin [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 8:41 AM To: Maven Users List Subject: Continuous

What to do when Ibiblio site is down?

2005-11-25 Thread Frank Russo
I cleared my local respository this morning and tried to load a local jar with the following command: mvn install:install-file -Dfile=lib/admin.jar -DgroupId=com.fxall -DartifactId=admin -Dpackaging=jar -Dversion=1.0 I get the following error: [INFO] The plugin

RE: [M2] Where to find POM specification?

2005-11-25 Thread Jeff Jensen
Regretfully, welcome to the club!! ;-) (please vote on it in attempt to garner more attention!) -Original Message- From: Frank Russo [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 9:01 AM To: Maven Users List Subject: RE: [M2] Where to find POM specification? I agree with

RE: [M2] Where to find POM specification?

2005-11-25 Thread Frank Russo
I just voted. How many votes does an issue typically need before it gets some attention? Just curious... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Jeff Jensen [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 10:08 AM To: 'Maven Users List' Subject:

RE: Continuous Integration Tool

2005-11-25 Thread fabrice . belingard
I recommend you to try Luntbuild: http://www.pmease.com/luntbuild/ You can also have a look at this matrix: http://damagecontrol.codehaus.org/Continuous+Integration+Server+Feature+Matrix Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 -

RE: Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
I enter the URL of the POM of the Maven 1.x project in Subversion, and I have such a kind of error : The URL you provided is not a valid URL. Moreover, I don't really like the fact that Continuum is only accessible by http://localhost:8080/continuum/ I would prefer a webapp, as for

Re: What to do when Ibiblio site is down?

2005-11-25 Thread Cservenak Tamas
Hi! Try this: Maven1: http://public.planetmirror.com/pub/maven/ Maven2: http://public.planetmirror.com/pub/maven2/ ~t~ Frank Russo wrote: I cleared my local respository this morning and tried to load a local jar with the following command: mvn install:install-file

RE: Pom for repository jars necessary?

2005-11-25 Thread Frank Russo
The way I understand it, if you generate the jar and store it locally or in your company repository, then the pom gets created by maven. Here is the command. I've used it myself, although it probably wont' work now because Ibiblio is down, so if you need something from the central repository,

RE: Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
Did you already try CruiseControl, Continuum, DamageControl, etc. ? Is LuntBuild easy to install, etc. ? Thanks for your advice. _ _ _ _ bgOnline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 25 novembre 2005 16:13 To: Maven

RE: What to do when Ibiblio site is down?

2005-11-25 Thread Frank Russo
Thanks, though I'm not sure how to configure maven to use the mirror. Any ideas? Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Cservenak Tamas [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 10:20 AM To: Maven Users List Subject: Re: What to do when

Re: What to do when Ibiblio site is down?

2005-11-25 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cservenak Tamas wrote: Maven2: http://public.planetmirror.com/pub/maven2/ - --$ mvn archetype:create -DarchitypeGroupId=agilitystewards.org - -DarchetypeArtifactId=maven-archetype-webapp - -DgroupId=agilitystewards.org

Dependencies

2005-11-25 Thread Markus M. May
Hello, we have a very huge project here. This project consists of many components or modules which have inter-dependencies all over. One of the problems we face is, that these modules does change often (e.g. for bug-fixes) and therefor we need to update the dependencies (version-number) all the

Re: Pom for repository jars necessary?

2005-11-25 Thread ir. ing. Jan Dockx
On 25 Nov 2005, at 15:22, Ido M. Tamir wrote: Hi, I am trying to migrate from maven 1 to maven 2. I specified my old repository in the maven 2 pom as an accessible repository. Maven 2 then tries to find poms there e.g. ~/.maven/repository/hibernate/poms/hibernate-3.1rc3.pom Do I have to

Re: [M2] Where to find POM specification?

2005-11-25 Thread ir. ing. Jan Dockx
Euh, nice try … :-P Actually, the trick is to let the issue linger until somebody gets so frustrated that he solves the problem himself ;-). Guys, I'm in the same situation. We have to work it out for ourselves. Now, in my experience, this works great with 4 or 5 people, mail, aim and a wiki.

Re: [M2] Where to find POM specification?

2005-11-25 Thread Wendy Smoak
On 11/25/05, Frank Russo [EMAIL PROTECTED] wrote: I just voted. How many votes does an issue typically need before it gets some attention? Just curious... What about starting something on the Wiki? I admit to not being as comfortable in Confluence as in MoinMoin, but if someone can get an

RE: Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
Thanks a lot for your answer Fabrice, very clear to me. _ _ _ _ bgOnline -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 25 novembre 2005 16:46 To: Maven Users List Subject: RE: Continuous Integration Tool Actually, I had to

RE: [M2] Where to find POM specification?

2005-11-25 Thread Jeff Jensen
Thanks Frank! It is interesting to look at the popular issues panel for a given Jira project http://jira.codehaus.org/browse/MNG?report=com.atlassian.jira.plugin.system. project:popularissues-panel and see what motivated users have voted for. Maven users don't seem to vote as much compared to

RE: [M2] Where to find POM specification?

2005-11-25 Thread Jeff Jensen
While I'm very far from expert on M2 yet, I intend to add a few doc patches to the few POM entries I can enhance. This is what worked well for me on M1 - when I found stuff so vague that I wasted hours to days on detective work, I patched the doc. I think the wiki/codehouse docs is a great idea

Re: [M2] Where to find POM specification?

2005-11-25 Thread ir. ing. Jan Dockx
The doc for the pom is generated from the XML schema. Let's edit that. On 25 Nov 2005, at 17:14, Jeff Jensen wrote: While I'm very far from expert on M2 yet, I intend to add a few doc patches to the few POM entries I can enhance. This is what worked well for me on M1 - when I found stuff so

Re: Continuous Integration Tool

2005-11-25 Thread Emmanuel Venisse
This message is clear for me, you provide a wrong url. Continuum isn't accessible only on localhost address, you can access to it over network. We have some instance over the net. For the webapp, it's planned for 1.1 Emmanuel Blaise Gosselin a écrit : I enter the URL of the POM of the Maven

myfaces pom wrong?

2005-11-25 Thread Srepfler Srgjan
This came up on chat since I couldn't build myfaces [17:13] kenney the packaging is indeed missing, but my m2 doesn't complain about it [17:13] kenney might've been fixed in svn head though [17:13] kenney i suggest a workaround: edit the

RE: [m2] How to set a Mojo property from settings.xml

2005-11-25 Thread David Jackman
This is good to know, but I still don't know why I was getting a NullPointerException when trying to refer to the property. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Thursday, November 24, 2005 12:21 AM To: Maven Users List Subject: RE: [m2] How to set a

RE: What to do when Ibiblio site is down?

2005-11-25 Thread Frank Russo
I found out how to do this. In the settings.xml file, there is a section to configure mirrors, however, you have to reference the repositoryId for which the mirror will apply. Does anyone know the repositoryId for the central repository? I couldn't find it anywhere. Thanks... Frank Russo

Re: What to do when Ibiblio site is down?

2005-11-25 Thread Jesse McConnell
central, isn't it? On 11/25/05, Frank Russo [EMAIL PROTECTED] wrote: I found out how to do this. In the settings.xml file, there is a section to configure mirrors, however, you have to reference the repositoryId for which the mirror will apply. Does anyone know the repositoryId for the

RE: What to do when Ibiblio site is down?

2005-11-25 Thread Frank Russo
That would make sense, wouldn't it... Frank Russo Senior Developer FX Alliance, LLC 900 Third Avenue, 3rd Floor New York, NY 10022 646.268.9949 -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 11:49 AM To: Maven Users List Subject: Re:

Ibiblio is back up, but I'm still getting this problem...

2005-11-25 Thread Frank Russo
Ibiblio is back up, but I'm still getting this problem. I looked in my local repository and the install plugin is there, so I'm not sure why I'm still getting this. Any ideas? Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Frank Russo Sent: Friday, November

Re: Ibiblio is back up, but I'm still getting this problem...

2005-11-25 Thread Emmanuel Venisse
Remove org/apachemaven/plugins/maven-install-plugin directory in your local repo Emmanuel Frank Russo a écrit : Ibiblio is back up, but I'm still getting this problem. I looked in my local repository and the install plugin is there, so I'm not sure why I'm still getting this. Any ideas?

[m2] spring:spring, springframework:spring or org.springframework:spring ?

2005-11-25 Thread Christian Schulte
Hi, what are the correct dependencies to use for the spring framework ? There exist several. -- Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] spring:spring, springframework:spring or org.springframework:spring ?

2005-11-25 Thread Carlos Sanchez
org.springframework (springframework is relocated to there) On 11/25/05, Christian Schulte [EMAIL PROTECTED] wrote: Hi, what are the correct dependencies to use for the spring framework ? There exist several. -- Christian

RE: Ibiblio is back up, but I'm still getting this problem...

2005-11-25 Thread Frank Russo
At least it doesn't blow up with an error anymore. Here's what I get for output: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'install'. [INFO] org.apache.maven.plugins: checking for updates from central That's it. It hangs there

Re: When I will be able to try out A Maven 2.x plug-in for the Eclipse IDE

2005-11-25 Thread Carlos Sanchez
This is possible and it's something that will be available probably in the next weeks. On 11/25/05, Kees de Kooter [EMAIL PROTECTED] wrote: Miks, I am not sure if this would be possible. For instance, in your eclipse project you have a flat list of dependent libraries whereas in maven most

RE: RPM Plugin not cleaning its includes

2005-11-25 Thread Allison, Bob
The first line of output tells me that you didn't run mvn rpm:rpm, since it was looking for a prefix of jar instead of rpm. If you did try to run mvn rpm:rpm, please send me a copy of your pom.xml so I can see what is wrong. You probably don't want to try to build the pieces, since there are a

Weird behavior on central repository for a local resource

2005-11-25 Thread Frank Russo
I'm trying to build a webapp using the 'mvn package' command. I ran this five minutes ago with no problems. I just ran it again, and I'm getting this error message: org.apache.maven.lifecycle.LifecycleExecutionException: Unable to get dependency information: Unable to read the metadata

RE: Weird behavior on central repository for a local resource

2005-11-25 Thread Frank Russo
Also, on this note, why is it trying to refresh from central each time? Shouldn't maven be looking locally first? I believe I set it to look daily for updates... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Frank Russo Sent: Friday, November 25, 2005 2:42 PM

[m2] Transitive dependencies and relocation

2005-11-25 Thread Wendy Smoak
If I declare a dependency on Spring 1.2.6 and a project that depends on Spring 1.2.5... dependency groupIdorg.springframework/groupId artifactIdspring/artifactId version1.2.6/version /dependency dependency groupIdorg.apache.shale/groupId

[m2] custom local repository location

2005-11-25 Thread Dominik Roblek
Hi all, Is it possible to override default location of local repository in Maven 2? In Maven 1.x it was possible using MAVEN_LOCAL environment variable however it is not the case in Maven 2. Cheers, Dominik - To unsubscribe,

Re: [m2] custom local repository location

2005-11-25 Thread Wendy Smoak
On 11/25/05, Dominik Roblek [EMAIL PROTECTED] wrote: Is it possible to override default location of local repository in Maven 2? In Maven 1.x it was possible using MAVEN_LOCAL environment variable however it is not the case in Maven 2. It goes in ~/.m2/settings.xml, for example: settings

Re: Docbook plugin

2005-11-25 Thread Jose Gonzalez Gomez
I don't think that patch solves all the points I mentioned in that thread, although it's a great step forward, as now you won't lose information from tags not included in the Doxia parser. Any way, I still think having a separate Docbook plugin for certain tasks makes sense. Best regards Jose

Re: [m2] new hibernate+ejbdoclet+webdoclet plugin announcement

2005-11-25 Thread Srepfler Srgjan
Ashley Williams wrote: There is now a hibernate plugin in the sandbox. https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/hibernatedoclet- maven-plugin Since I don't use it I've only included the @destDir mapping - if you decided to use it then please send me any mappings that you add

Re: [m2] new hibernate+ejbdoclet+webdoclet plugin announcement

2005-11-25 Thread Ashley Williams
Srepfler, make sure you build mant first of all - it's in the same directory as hibernate. Also your plugin config should look something like this: plugin groupIdorg.codehaus.mojo/groupId artifactIdhibernatedoclet-maven-plugin/artifactId version1.0-beta-1/version

Re: Javadoc bug MNG-1257 - when will the fix be available

2005-11-25 Thread Carlos Sanchez
You can build the plugin from svn. An official release may be in the next two weeks. On 11/25/05, Kees de Kooter [EMAIL PROTECTED] wrote: Brett, I noticed you fixed this bug. When will the fix be released? This a real showstopper for us. cheers, Kees

Re: myfaces pom wrong?

2005-11-25 Thread Carlos Sanchez
This has been fixed. Thanks On 11/25/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: This came up on chat since I couldn't build myfaces [17:13] kenney the packaging is indeed missing, but my m2 doesn't complain about it [17:13] kenney might've been fixed in svn head though [17:13] kenney i

Re: [m2] Transitive dependencies and relocation

2005-11-25 Thread Carlos Sanchez
There's an issue in jira and I think has already been fixed in svn On 11/25/05, Wendy Smoak [EMAIL PROTECTED] wrote: If I declare a dependency on Spring 1.2.6 and a project that depends on Spring 1.2.5... dependency groupIdorg.springframework/groupId

Re: Dependencies

2005-11-25 Thread Maria Odea Ching
Hi Markus, Having a central repository for all the project dependencies is one of the main highlights of maven. There are also avaliable plugins for generating ejb files and client jars (See http://maven.apache.org/plugins/). As for filtering, you can use it to filter resource files that you

Re: Dependencies

2005-11-25 Thread John Tolentino
Hi Markus, Maria Odea Ching wrote: Hi Markus, Having a central repository for all the project dependencies is one of the main highlights of maven. There are also avaliable plugins for generating ejb files and client jars (See http://maven.apache.org/plugins/). As for filtering, you can use

Re: Dependencies

2005-11-25 Thread Henry Isidro
Markus M. May wrote: Also each component generates more then one artifact (one for the EJBs, one common and at least one for the client side, and sometimes one for the resources - this is needed for JWS). Would this be possible with Maven2 as well? I heard something about masks and filters -are

Re: Antrun plugin and the war:war phases

2005-11-25 Thread Maria Odea Ching
Hi JS, Are you trying to deploy your war file? Because there's an existing deploy goal that already runs ant. Regards, Odea Jean-Sebastien Bournival wrote: Hi, I am trying to trigger an ant task after I used the maven war:war goal. The problem I have is that nothing ever happens

Re: inheriting from plugins (Answer to archetype question)

2005-11-25 Thread John Tolentino
Hi, Archetypes are templates for projects that are often used. Standard Maven 2 directory structure; common files and folders; and some resources will be created for you. An example is the maven-archetype-webapp which can be used to create a skeleton project for a web application. It will

Re: Antrun plugin and the war:war phases

2005-11-25 Thread John Tolentino
Hi JS, What Odea meant was if you're trying to deploy your webapp, there's already a maven-deploy-plugin that you can use instead of calling an ant build. :-) Regards, John Maria Odea Ching wrote: Hi JS, Are you trying to deploy your war file? Because there's an existing deploy goal

multiple projet building fails on win32/ant

2005-11-25 Thread Antoine Brun
Hello, I have defined 4 projects in my continuum installation, they are all similar, only the scm and the name are different. The probleme is that either on scheduled builds or forced builds, only the last projet is built. The others are just ignored. Does any one have any ideas? Thank you

All projects stuck in In progress

2005-11-25 Thread Chris Poulsen
Hi, We are currently evaluating continuum inhouse. The install/setup of continuum went smoothly. After a reboot of the server both projects are stuck in In progress. It is not possible to delete the projects. We are using windows, java 1.4, ant, subversion and the newest release of

Re: All projects stuck in In progress

2005-11-25 Thread Emmanuel Venisse
This problem appears when you stop continuum during a build. We'll fix it in next version. You have 2 solutions for fix it : - stop continuum, delete $CONTINUUM_HOME/apps/continuum/database and restart continuum. You'll obtain a fresh continuum without projects - download derby database tools

Re: multiple projet building fails on win32/ant

2005-11-25 Thread Emmanuel Venisse
It's a bug. File an issue and we'll fix it in next version. Emmanuel Antoine Brun a écrit : Hello, I have defined 4 projects in my continuum installation, they are all similar, only the scm and the name are different. The probleme is that either on scheduled builds or forced builds, only

Continuum behind an apache https proxy

2005-11-25 Thread Thomas Recloux
Hi all, I want to install continuum behind an apache https server. The problem is that continuum redirects to : http://myproxy/;, using http. I did not found how to specify him the https protocol in the proxy-http-listener directive. An idea ? -- Thomas Recloux