Looking for code examples for working with repository metadata

2021-07-18 Thread Torsten Liermann
Hi, can someone give me a tip where I can find code examples for dealing with repository metadata? The versions-maven-plugin uses massively deprecated code, projects like pom manipulation extension (Redhat) or this one here: https://github.com/andreasaronsson/nextversion-maven-plugin use

Re: Advice or examples on using aether

2020-08-21 Thread Manfred Moser
in) to collect the > transitive closure given a top level `pom.xml` > > (I'd like the version resolution strategy to mimic however maven does it > for transitive dependencies) > > I see simple examples online that show that much however where I am stumped > are I need ad

Advice or examples on using aether

2020-08-20 Thread Farid Zakaria
Hello! I'm seeking to use aether (not through Maven plugin) to collect the transitive closure given a top level `pom.xml` (I'd like the version resolution strategy to mimic however maven does it for transitive dependencies) I see simple examples online that show that much however

Re: Incorrect documentation examples for test exclusions

2018-08-03 Thread Tommy Svensson
> Consider filing an issue with MNGSITE.  I agree with you. That would have been the smarter thing to do to begin with.  /Tommy  Från: Michael Osipov Svara: Michael Osipov Datum: 2 augusti 2018 at 20:51:33 Till: Tommy Svensson Ämne:  Re: Incorrect documentation examples for test exclusi

Incorrect documentation examples for test exclusions

2018-08-01 Thread Tommy Svensson
This didn’t work in any way! I copied the pom plugin configuration from this page:  https://maven.apache.org/surefire/maven-surefire-plugin/examples/inclusion-exclusion.html But I finally solved the problem. My pom now looks like this: org.apache.maven.plugins maven-surefire-plugin

Re: Wagon examples pom not working

2015-04-01 Thread Anton Hughes
Please ignore - have it working now. Must have been a glitch in the matrix. On Wed, Apr 1, 2015 at 3:34 PM, Anton Hughes wrote: > Hi all > > I have been struggling for several days to get maven wagon to work as > expected. > > I have been trying the 'comprehensive

Wagon examples pom not working

2015-04-01 Thread Anton Hughes
Hi all I have been struggling for several days to get maven wagon to work as expected. I have been trying the 'comprehensive' examples from https://svn.codehaus.org/mojo/trunk/mojo/wagon-maven-plugin/src/it/ in particular, the ssh-it examples. When I run these I get the followi

pre-site binding examples?

2013-05-28 Thread Russell Gold
Hi, I'm looking for an example of a plugin that runs in the pre-site phase. I used to generate web pages dynamically from data stored in xml, using java classes to format various xml files, and I'm looking for a way to do that in maven. I presume that I want something analogous to the way code

Re: ServiceMix-4.3 examples: build using maven 2.2.1 within eclipse

2011-09-16 Thread Wayne Fay
> [FATAL] Non-resolvable parent POM for > org.apache.servicemix:servicemix-pom:5: Could not transfer artifact > org.apache:apache:pom:7 from/to java.net (http://download.java.net/maven/2): > java.net.ConnectException @ org.apache.servicemix:servicemix-pom:5, > > Any ideas ? If you go to the Maven

ServiceMix-4.3 examples: build using maven 2.2.1 within eclipse

2011-09-15 Thread ranthy
/15/11 8:48:56 AM CDT: Refreshing [/cxf-osgi/pom.xml] 9/15/11 9:14:00 AM CDT: C:\apache-servicemix-4.3.0\examples\cxf-osgi 9/15/11 9:14:00 AM CDT: mvn -B clean 9/15/11 9:25:51 AM CDT: Failed to read Maven project 9/15/11 9:25:51 AM CDT: org.apache.maven.project.ProjectBuildingException: 1 problem

RE: Maven embedder examples

2011-03-10 Thread Martin Gainty
ate: Wed, 9 Mar 2011 23:16:12 -0800 > From: nguyenhoai...@gmail.com > To: users@maven.apache.org > Subject: Re: Maven embedder examples > > This message is too old. Anyway I post my solution here in case someone needs > it: > > >

Re: Maven embedder examples

2011-03-10 Thread VietnamCoder
me :) -- View this message in context: http://maven.40175.n5.nabble.com/Maven-embedder-examples-tp89849p3422868.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Examples of multi-module site generation?

2009-07-13 Thread David C. Hicks
Hi Roman, Thanks for the example, but I think I've already got that stuff covered. Here is my sub-module site.xml... Allure Global Solutions http://www.allureglobal.com/

Re: Examples of multi-module site generation?

2009-07-13 Thread Jacob Robertson
Are you seeing this problem after running site:deploy, or are you seeing it inside of target? These links will only hook together properly after a site:deploy.

Re: Examples of multi-module site generation?

2009-07-13 Thread Roman Kournjaev
> Sent: Sunday, July 12, 2009 9:54 PM > To: Maven Users > Subject: Examples of multi-module site generation? > > Can anyone point me to anything that actually works? I've tried every > example I can find via Google (what few there are), and I cannot get the > modules to

RE: Examples of multi-module site generation?

2009-07-13 Thread Mohan KR
Do you have the following element in your child modules site.xml? Thanks, mohan kr -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Sunday, July 12, 2009 9:54 PM To: Maven Users Subject: Examples of multi-module site generation? Can anyone point me to

Re: Examples of multi-module site generation?

2009-07-12 Thread Roman Kournjaev
Hi Dave I dont think you are the only person that does not want to know the absolute URL of your pages, I think that absolutely OK. :-) Here is what i have that actually works sometimes and generates a parent link from the child projects. What you will have to do is to point the maven site plugin

Examples of multi-module site generation?

2009-07-12 Thread David C. Hicks
Can anyone point me to anything that actually works? I've tried every example I can find via Google (what few there are), and I cannot get the modules to generate a link back to the parent project. Breadcrumbs don't seem to behave, either. Maybe I'm an oddball and the only person who doesn't kno

Looking for good plugin examples

2008-12-11 Thread Edelson, Justin
Can anyone point me to good examples of plugins that use these two features: 1) DOM-based configuration 2) Getting a component from Plexus through lookup (ii.e. not via injection) Thanks, Justin

Re: examples of using build-classpath to create a launcher script

2008-10-13 Thread Barrie Treloar
On Tue, Oct 14, 2008 at 3:18 AM, Beyer,Nathan <[EMAIL PROTECTED]> wrote: > Are there any examples of using the dependency:build-classpath [1] to create > a launcher script or something similar? Or should I be looking to another > MOJO? > > Say I have a windows bat file, I&

Re: examples of using build-classpath to create a launcher script

2008-10-13 Thread Brett Porter
You might consider the appassembler plugin over at mojo.codehaus.org. - Brett 2008/10/14 Beyer,Nathan <[EMAIL PROTECTED]>: > Are there any examples of using the dependency:build-classpath [1] to create > a launcher script or something similar? Or should I be looking to another >

examples of using build-classpath to create a launcher script

2008-10-13 Thread Beyer,Nathan
Are there any examples of using the dependency:build-classpath [1] to create a launcher script or something similar? Or should I be looking to another MOJO? Say I have a windows bat file, I'd like to insert into it a line, something like the following. set CLASSPATH="%~dp0MyA

Maven CVS checkout/comple examples

2008-05-29 Thread King, Leon C
Guys, I'm a newbie to maven and I'm in the process of migrating from ant. Can anyone proved me an example of how to define a pom that checks out code from a cvs repository, gathers all the dependencies, and builds.??? I've yet to find one.. Thanks, Leon

Re: Documentation and/or examples for Maven Embedder

2008-04-10 Thread Henrique Prange
Hi Bill, The newest version of the embedder was not released yet. Look here [1]. I think you can find a way to solve your problems without having to make use of the Maven embedder. [1]http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook Cheers, Henrique Bill Rye wrote: I'm l

Documentation and/or examples for Maven Embedder

2008-04-10 Thread Bill Rye
I'm looking for something beyond http://maven.apache.org/guides/mini/guide-embedding-m2.html as I want to do things like read pom.xml (done), add a jar to the repository, and get the URL for the location of a jar in the local repository given the artifact. Thanks, Bill

Re: Examples for scm:checkout Goal

2008-04-08 Thread Dan Tran
extract the document during a release and bundle it with a project > artifact via the assembly plugin. I'm attempting to use the scm plugin > attached to the 'process-resources' phase in preparation for the > assembly, but I think I'm making this too difficult.

Examples for scm:checkout Goal

2008-04-08 Thread Harper, Brad
paration for the assembly, but I think I'm making this too difficult. Can someone direct me to examples showing use of the scm:checkout goal? As simple as that might seem, none of the examples at http://maven.apache.org/scm/plugins/examples/scm-advance-features.html show use of sc

Re: [m2] issues getting Jetty and Selenium running from examples.

2008-03-25 Thread cody zhang
your selenium plugin configuration? past : 2008/3/25, Mick Knutson <[EMAIL PROTECTED]>: > So I have been trying to follow: > http://wiki.foochal.org/index.php/Maven_Selenium > > Now I have a core:jar and a web:war in a multi-module project. > > The 1st issue I have from the example is the *mave

[m2] issues getting Jetty and Selenium running from examples.

2008-03-24 Thread Mick Knutson
So I have been trying to follow: http://wiki.foochal.org/index.php/Maven_Selenium Now I have a core:jar and a web:war in a multi-module project. The 1st issue I have from the example is the *maven-surefire-plugin* as I get this error: *Reason: Parse error reading POM. Reason: Unrecognised tag: 'e

RE: Sample Examples on Maven

2008-02-20 Thread sunrays9
Message- > From: sunrays9 [mailto:[EMAIL PROTECTED] > Sent: Wed 2/20/2008 10:56 > To: users@maven.apache.org > Subject: Sample Examples on Maven > > > Hi All, > > I am very new to Maven tool. I am going throught the maven.apache.org > site. > Can you please

RE: Sample Examples on Maven

2008-02-20 Thread nicklist
/resources#BBWM Or any of the other articles on http://maven.apache.org/articles.html Hth, Nick Stolwijk -Original Message- From: sunrays9 [mailto:[EMAIL PROTECTED] Sent: Wed 2/20/2008 10:56 To: users@maven.apache.org Subject: Sample Examples on Maven Hi All, I am very new to Maven tool

Sample Examples on Maven

2008-02-20 Thread sunrays9
Hi All, I am very new to Maven tool. I am going throught the maven.apache.org site. Can you please any Simple examples which is helpful to understand the maven? Thanks, Pawan -- View this message in context: http://www.nabble.com/Sample-Examples-on-Maven-tp15585730s177p15585730.html Sent from

Re: maven2 and jboss wsconsume -- examples?

2007-12-20 Thread jsolderitsch
setting a specific version for the plugin (1.8) makes this error go away But this might be useful info for some of us -- View this message in context: http://www.nabble.com/maven2-and-jboss-wsconsumeexamples--tp14421784s177p14438454.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven2 and jboss wsconsume -- examples?

2007-12-19 Thread jsolderitsch
wsimport? -- View this message in context: http://www.nabble.com/maven2-and-jboss-wsconsumeexamples--tp14421784s177p14426652.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: maven2 and jboss wsconsume -- examples?

2007-12-19 Thread Wayne Fay
hing directly > relevant. > > I hope this is easy and I am just ignorant of some maven basics. > > > -- > View this message in context: > http://www.nabble.com/maven2-and-jboss-wsconsumeexample

maven2 and jboss wsconsume -- examples?

2007-12-19 Thread jsolderitsch
of the ear generation workflow. I did some searching on this forum and didn't find anything directly relevant. I hope this is easy and I am just ignorant of some maven basics. -- View this message in context: http://www.nabble.com/maven2-and-jboss-wsconsumeexamples--tp14421784s177p144

[m2] Anyone have groovy examples for installing applications, and sysAdmin tasks with a build?

2007-12-06 Thread Mick Knutson
I want to get away from extensive shell scripting, and move to groovy if possible for all these tasks. Anyone have any examples? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com

RE: J2ee maven 2.0 examples/documentation

2007-09-07 Thread Eric Wood
Please ignore this email. It was sent by mistake. E -Original Message- From: Eric Wood [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 12:51 PM To: users@maven.apache.org Subject: J2ee maven 2.0 examples/documentation

J2ee maven 2.0 examples/documentation

2007-09-07 Thread Eric Wood

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Nick Stolwijk
i find the list of maven goals and phases along with examples I am looking for examples... where can i find it ? Nick Stolwijk wrote: Also this [1] page lists all the packaging types with the attached goals and phases. Hth, Nick Stolwijk [1] http://cvs.peopleware.be/train

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Dmitry
02, 2007 3:44 AM Subject: Re: Where can i find the list of maven goals and phases along with examples I am looking for examples... where can i find it ? Nick Stolwijk wrote: Also this [1] page lists all the packaging types with the attached goals and phases. Hth, Nick St

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Nick Stolwijk
: I am looking for examples... where can i find it ? Nick Stolwijk wrote: Also this [1] page lists all the packaging types with the attached goals and phases. Hth, Nick Stolwijk [1] http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html [EMAIL PROTECTED] wrote: Go

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Haraprasad
I am looking for examples... where can i find it ? Nick Stolwijk wrote: > > Also this [1] page lists all the packaging types with the attached goals > and phases. > > Hth, > > Nick Stolwijk > > [1] > http://cvs.peopleware.be/training/maven/maven2/buildLi

Re: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Nick Stolwijk
minutes(the provided link).I guess there are some other link also which includes the examples and goals required. -Original Message- From: Haraprasad [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 1:45 PM To: users@maven.apache.org Subject: Where can i find the list of maven goals

RE: Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Vaishali.Pande
Go through the same link: http://maven.apache.org and start with a Maven in 20 minutes(the provided link).I guess there are some other link also which includes the examples and goals required. -Original Message- From: Haraprasad [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02

Where can i find the list of maven goals and phases along with examples

2007-08-02 Thread Haraprasad
I am a maven newbie... Pl. let me where can i find list of list of maven goals and phases with description and examples ??? The one i can find is http://maven.apache.org/ref/2.0.4/maven-model/maven.html#class_project But it does not have any examples -- View this message in context: http

Maven embedder examples

2007-06-28 Thread Ravi Luthra
I want to use the Maven Embedder but I am having trouble with the online example. The dependencies I have on my project are: org.apache.maven maven-core 2.0.7 org.apache.maven maven-project 2.0.7

convert from xdoclet 1 to xdoclet 2 examples?

2007-01-24 Thread Mick Knutson
I am only using the hibernate doclet in xd1 and wondering if anyone has upgraded from xd1 to xd2 in maven? -- Thanks DJ MICK (Mick Knutson) http://www.djmick.com http://www.myspace.com/djmick_dot_com http://www.thumpradio.com

Re: Source code examples for Better Builds with Maven?

2006-11-12 Thread Ed Young
t; The links have been down all week, but I didn't email or call them > until Friday. Oh, well. > > Anyone have them somewhere I can get them? I have a little time this > weekend to work through the examples. > > Thanks, > > Ed > > On 11/11/06, Vincent Massol <[E

Re: Source code examples for Better Builds with Maven?

2006-11-11 Thread jiangshachina
gt; Anyone have them somewhere I can get them? I have a little time this > weekend to work through the examples. > > Thanks, > > Ed > > On 11/11/06, Vincent Massol <[EMAIL PROTECTED]> wrote: >> Hi Ed, >> >> > -Original Message- >> >

Re: Source code examples for Better Builds with Maven?

2006-11-11 Thread Ed Young
The links have been down all week, but I didn't email or call them until Friday. Oh, well. Anyone have them somewhere I can get them? I have a little time this weekend to work through the examples. Thanks, Ed On 11/11/06, Vincent Massol <[EMAIL PROTECTED]> wrote: Hi Ed, >

RE: Source code examples for Better Builds with Maven?

2006-11-11 Thread Vincent Massol
Hi Ed, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Ed Young > Sent: samedi 11 novembre 2006 20:38 > To: users@maven.apache.org > Subject: Source code examples for Better Builds with Maven? > > I went to the mergere

Source code examples for Better Builds with Maven?

2006-11-11 Thread Ed Young
I went to the mergere site and the source code examples for the Better Builds book are zip file of size 0. I've emailed mergere, called (twice) and have gotten no answers. Is this source freely available, and if so, can someone point me to it? Thank you,

Re: Examples of using Spring with JUnit

2006-11-09 Thread Mick Knutson
Which appfuse has the Maven integration? On 11/9/06, David Whitehurst <[EMAIL PROTECTED]> wrote: Mick: Take a look at the source for appfuse2 David On 11/9/06, Mick Knutson <[EMAIL PROTECTED]> wrote: > > I am wondering if anyone has some examples of calling a test Spring

Re: Examples of using Spring with JUnit

2006-11-09 Thread Greg_Vaughn
"Mick Knutson" <[EMAIL PROTECTED]> wrote on 11/09/2006 01:11:38 PM: > I am wondering if anyone has some examples of calling a test Spring resource > (test/resources/applicationContext.xml) from JUnit to run when Maven is > running my Unit tests... It's been really

Re: Examples of using Spring with JUnit

2006-11-09 Thread David Whitehurst
Mick: Take a look at the source for appfuse2 David On 11/9/06, Mick Knutson <[EMAIL PROTECTED]> wrote: I am wondering if anyone has some examples of calling a test Spring resource (test/resources/applicationContext.xml) from JUnit to run when Maven is running my Unit tests... --

Examples of using Spring with JUnit

2006-11-09 Thread Mick Knutson
I am wondering if anyone has some examples of calling a test Spring resource (test/resources/applicationContext.xml) from JUnit to run when Maven is running my Unit tests... -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

Re: mvn scm examples

2006-10-23 Thread Wayne Fay
is read-only code access while has write privileges to the code repository. Search this mailing list for CVS examples. Wayne On 10/23/06, Chen, Anning <[EMAIL PROTECTED]> wrote: Can somebody show me an example of scm with CVS??? Maven has very limited examples, and I'm confused

mvn scm examples

2006-10-23 Thread Chen, Anning
Can somebody show me an example of scm with CVS??? Maven has very limited examples, and I'm confused as to what the differences are btw connection and developerConnection and what the url is used for? If I just provide the proper connection, mvn complains about the invali

RE: settings.xml examples from BBwM Book dont work

2006-10-09 Thread Scott Seiter
Michael, I'm struggling with the same issue; did you ever find an answer on this? Scott -Original Message- From: Locher, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 1:59 AM To: Maven Users List Subject: settings.xml examples from BBwM Book dont work Hi

settings.xml examples from BBwM Book dont work

2006-09-26 Thread Locher, Michael
Hi I am trying to use username and password properties defined in .m2/settings.xml to complete the server templates in mavenHome/conf/settings.xml as described in "Better Builds with Maven" in chapter 7. I had no luck so far... the WebDAV Wagon sends the name of the variables to the server instea

Re: examples of assembly descriptor that excludes dependencies

2006-08-21 Thread Barrie Treloar
On 8/22/06, J. Matthew Pryor <[EMAIL PROTECTED]> wrote: Gee thanks. My google search did much worse, I'll try nabble next time. Now I have to try & get my head around ;-) Your welcome. Classifier is easy. For most things it is empty! The assembly plugin uses the classifier to differentiate

Re: examples of assembly descriptor that excludes dependencies

2006-08-21 Thread J. Matthew Pryor
embly >> descriptor, but can't find any examples of how to do it. >> >> From looking at the code it looks like I should be able to exclude >> dependencies by groupId/artifactId but I can't seem to get the syntax >> right > > Sure, > A nabble search on ass

Re: examples of assembly descriptor that excludes dependencies

2006-08-21 Thread Barrie Treloar
On 8/22/06, J. Matthew Pryor <[EMAIL PROTECTED]> wrote: I am trying to exclude dependencies from a dependcySet in an assembly descriptor, but can't find any examples of how to do it. From looking at the code it looks like I should be able to exclude dependencies by groupId/artif

examples of assembly descriptor that excludes dependencies

2006-08-21 Thread J. Matthew Pryor
I am trying to exclude dependencies from a dependcySet in an assembly descriptor, but can't find any examples of how to do it. >From looking at the code it looks like I should be able to exclude dependencies by groupId/artifactId but I can't seem to get the syntax right This is what

Re: Site distribution url examples?

2006-07-07 Thread Emmanuel Venisse
Srinivas Pavani a écrit : Just wanted to follow up on the thread. I decided to use the 'file' protocol instead of scp as I am copying files on the local machine. When looking at the source code for the maven-deploy-plugin, I found that the plugin looks in the .ssh directory for keys. As I ment

RE: Site distribution url examples?

2006-07-07 Thread Srinivas Pavani
install procedure so that scp can be performed from the build process. -- View this message in context: http://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5218512 Sent from the Continuum - Users forum at Nabble.com.

RE: Site distribution url examples?

2006-07-06 Thread Baron.Reznik
least get you to be able to test out the functionality if nothing else. Thanks, Baron -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thu 7/6/2006 12:55 PM To: continuum-users@maven.apache.org Subject: Re: Site distribution url examples? Srinivas Pavani a

Re: Site distribution url examples?

2006-07-06 Thread Emmanuel Venisse
Srinivas Pavani a écrit : Here is my scenario: I am using Ubuntu 6.06 LTS server. Since the root access is always using sudo command and the root user password has not been set explicitly, I am prompted for root's password when I execute the following command manually: sudo scp localhost:/hom

RE: Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
e the root password. Enter the password details in settings.xml for root. Is this correct or is there any other way to do this? Baron - the ssh key was accepted using localhost as well as the LAN ip address. -- View this message in context: http://www.nabble.com/Site-distribution-url-examples--tf19

RE: Site distribution url examples?

2006-07-06 Thread Baron.Reznik
Site distribution url examples? How do you specify the url for distribution management in the site section of the pom.xml? I have Continuum building the site on the same machine as the webserver. I need to copy the final site.war to /var/www/docs/projects/${project.version} I tried, the foll

Site distribution url examples?

2006-07-06 Thread Srinivas Pavani
://www.nabble.com/Site-distribution-url-examples--tf1901554.html#a5202517 Sent from the Continuum - Users forum at Nabble.com.

Re: Book examples

2006-06-13 Thread Jeff Mutonho
i Jeff, > -Original Message- > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > Sent: mardi 13 juin 2006 10:49 > To: Maven Users List > Subject: Book examples > > Ho can I get these examples in chapter 4 to work?I saw there's an > errata for for th

RE: Book examples

2006-06-13 Thread Vincent Massol
Hi Jeff, > -Original Message- > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > Sent: mardi 13 juin 2006 10:49 > To: Maven Users List > Subject: Book examples > > Ho can I get these examples in chapter 4 to work?I saw there's an > errata for for the missi

Book examples

2006-06-13 Thread Jeff Mutonho
Ho can I get these examples in chapter 4 to work?I saw there's an errata for for the missing webservice jar "[INFO] [ERROR] BUILD ERROR [INFO]

Re: examples on maven xdoclet plugin

2006-04-14 Thread Wayne Fay
aus.org/dev/ > > Could you please give me more info. > > Thanks > -Jagan > > -Original Message- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: Friday, April 14, 2006 10:40 AM > To: Maven Users List > Subject: Re: examples on maven xdoclet plugin >

RE: examples on maven xdoclet plugin

2006-04-14 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
t: Re: examples on maven xdoclet plugin This was just discussed in the last 2 days on the [mojo-dev] list. Check the archives for the dev@mojo.codehaus.org email list -- Kostis provided some sample code and configuration... Wayne On 4/14/06, Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, In

Re: examples on maven xdoclet plugin

2006-04-14 Thread Wayne Fay
TED]> wrote: > > Hi > > Can anyone please send me some examples on using maven2-xdoclet2-plugin > for annotated beans. > > Thanks > -Jagan > > > >

examples on maven xdoclet plugin

2006-04-14 Thread Jagan Padmanabha Pillai -X \(jpadmana - Insight Solutions, Inc. at Cisco\)
Hi Can anyone please send me some examples on using maven2-xdoclet2-plugin for annotated beans. Thanks -Jagan

Re: M2: JBoss EJB3 Examples ?

2006-03-10 Thread Marco Mistroni
hello... i have done a very small app with EJB3 that urns on jboss. i have done it using maven1.1 & 2.0., but for maven2 i am NOT using ejb3 plugins... but just creating the ejb archive and rename it.. if it is worth... i can mail to you privately.. rgds marco On 3/10/06, Pete <[EMAIL PROTECT

M2: JBoss EJB3 Examples ?

2006-03-10 Thread Pete
Does anyone out there have a JBoss EJB3 Maven2 working example / POMs. This is what I'm attempting to do, any ideas or samples would be much appreciated. thanks Pete

RE: Maven 2 J2EE examples?

2006-02-13 Thread Gianfranco Oldani
Hi, I am alos very interested by such examples. Did you had a look to the documents provided by Vincent Massol ? Some of my favorite links: http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html http://www.phptr.com/articles/article.asp?p=411571&rl=1 http://www.theserverside.com/arti

Maven 2 J2EE examples?

2006-02-13 Thread Tom Cunningham
Hi, I'm looking for an example project which uses Maven 2 to build standard J2EE targets (war/ear/jar/har/etc). I found the following : http://cvs.sourceforge.net/viewcvs.py/edemocrazy/ but was wondering whether there were any other publicly available examples out there that anyone

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Kees de Kooter
Hi Mick, I am afraid I do not quite understand what you are trying to achieve. Why would you want to have a separate xml for every controller (I take it you are referring to a controller of Spring MVC)? Kees - To unsubscribe, e-

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Mick Knutson
] - Original Message - From: "Kees de Kooter" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, January 26, 2006 7:46 AM Subject: Re: [m2] Anyone have any examples

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Kees de Kooter
I generate it all to one file. I am using spring all over the place, almost everyting is being wired up by spring. Kees - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-26 Thread Mick Knutson
ven Users List" Sent: Wednesday, January 25, 2006 9:39 PM Subject: Re: [m2] Anyone have any examples of using springdoclet? You mean something like this? /** * @spring.bean * id="machineDao" * * @spring.property * name="sessionFactory" * ref="sessionFa

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Kees de Kooter
You mean something like this? /** * @spring.bean * id="machineDao" * * @spring.property * name="sessionFactory" * ref="sessionFactory" */ public class MachineDao extends MasterDao { ... } - To unsubscribe, e-mail: [EMAI

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Mick Knutson
I am actually trying to see how you are using it in your java classes. Do you have any examples of that? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED

Re: [m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Kees de Kooter
It is quite similar to the hibernate stuff: One problem I have not solved yet: xdoclet chokes on JDK 5 generics syntax: List - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[m2] Anyone have any examples of using springdoclet?

2006-01-25 Thread Mick Knutson
I have spring setup in maven, as well as hibernate and hibernate works fine. I want to see someone's java code that they are using to generate the spring descriptors. Thanks Mick Knutson http://www.BASELogic.com h

[m2] portlet / xdcolet examples in m2 anyone?

2006-01-06 Thread Mick Knutson
I am just starting to use portlets with xdoclet, and want to see if anyone has any examples of generating portlet code with maven 2? --- Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com Washington Mutual (WAMU) (Emeryville

Re: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-04 Thread Wim Deblauwe
clet generates files > > for > > each module seperately? > > > > Thank You > > Mick Knutson > > > > Sr. Java/J2EE Consultant > > BASE logic, inc. > > (415) 648-1804 (S.F., CA) > > http://www.BASELogic.com > > > > HP Consulting

Re: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-04 Thread Karthik V
quot;Mike Perham" <[EMAIL PROTECTED]> > >Reply-To: "Maven Users List" > >To: "Maven Users List" > >Subject: RE: [m2] examples of xdoclet generating hibernate mappings > please? > >Da

RE: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-04 Thread Mick Knutson
ELogic.com HP Consulting Services (Walnut Creek, CA) From: "Mike Perham" <[EMAIL PROTECTED]> Reply-To: "Maven Users List" To: "Maven Users List" Subject: RE: [m2] examples of xdoclet generating hibernate mappings please? D

Re: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mick Knutson
Message - From: "Mike Perham" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Tuesday, January 03, 2006 12:54 PM Subject: RE: [m2] examples of xdoclet generating hibernate mappings please? I don't see any Xdoclet tags in your java. -Original Message- Fr

RE: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mike Perham
I don't see any Xdoclet tags in your java. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 2:48 PM To: Maven Users List Subject: Re: [m2] examples of xdoclet generating hibernate mappings please? I am getting an error though: Gener

Re: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mick Knutson
//www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED] - Original Message - From: "Mick Knutson" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Tuesday, January 03, 2006 12:39 PM Subje

Re: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mick Knutson
IL PROTECTED]> To: "Maven Users List" Sent: Tuesday, January 03, 2006 12:26 PM Subject: RE: [m2] examples of xdoclet generating hibernate mappings please? Your DB Pom. Only in the subproject POM that has the xdoclet markup. -Original Message- From: Mick Knutson [mailto:[EMAIL PR

RE: [m2] examples of xdoclet generating hibernate mappings please?

2006-01-03 Thread Mike Perham
Your DB Pom. Only in the subproject POM that has the xdoclet markup. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 1:59 PM To: Maven Users List Subject: Re: [m2] examples of xdoclet generating hibernate mappings please? If I am

  1   2   >