Re: Hi,

2021-07-24 Thread Greg Chabala
https://stackoverflow.com/a/27805058/62462 web.xml is usually provided in source, it is not something that maven or > any build tool has to generate > Never heard of web.xml being generated. Please show us your project if you think it is. On Sat, Jul 24, 2021 at 3:32 PM Benjamin hansen wrote:

Hi,

2021-07-24 Thread Benjamin hansen
I have read through this post: https://crunchify.com/how-to-run-java-program-automatically-on-tomcat-startup/ which describes how to automatically start my project under tomcat during startup. Basically I have to add this to my web.xml CrunchifyTutorials crunchify.com.tutorials.Crunchi

Re: hi ,

2020-03-27 Thread Russell Gold
mvn jar:help The rest is assumed > On Mar 27, 2020, at 11:54 AM, Angelo Moreschini > wrote: > > I am new to maven, and I am exploring it, > So for some plugins i would like to have some additional information using > theirs "help" goal. > However (apart from the basic plugins such as archetype

hi ,

2020-03-27 Thread Angelo Moreschini
I am new to maven, and I am exploring it, So for some plugins i would like to have some additional information using theirs "help" goal. However (apart from the basic plugins such as archetype or help : I cite as an example the plugin "maven-jar-plugin"), I get this ERROR in the output ..: ---

RE: hi, I just want to get help about maven archetype,please help me

2014-08-29 Thread Martin Gainty
> Date: Fri, 29 Aug 2014 10:37:49 +0800 > From: tom.w...@embracesource.com > To: users@maven.apache.org > Subject: Re: hi, I just want to get help about maven archetype,please help me > > i can't, i think this parameter is used for generated whole archetype > project

Re: hi, I just want to get help about maven archetype,please help me

2014-08-28 Thread TOM
i can't, i think this parameter is used for generated whole archetype project but this is not i need. 在 2014-08-21 1:51, Martin Gainty 写道: Date: Wed, 20 Aug 2014 10:57:48 +0800 From: tom.w...@embracesource.com To: users@maven.apache.org Subject: Re: hi, I just want to get help about

Re: hi, I just want to get help about maven archetype,please help me

2014-08-28 Thread TOM
yes,i think it's better to maintain the archetype project after i tried it . And it's convenient too. i think this is enough. thanks again for your help 在 2014-08-21 6:16, Hervé BOUTEMY 写道: Le mercredi 20 août 2014 10:57:48 TOM a écrit : yeah, it works! __artifactId__ and __rootArtifactId__ al

Re: hi, I just want to get help about maven archetype,please help me

2014-08-20 Thread Hervé BOUTEMY
Le mercredi 20 août 2014 10:57:48 TOM a écrit : > yeah, it works! __artifactId__ and __rootArtifactId__ all works well > but this way bring a new little problem: my archetype is come from a > demo project using archetype:create-from-project,now i get a archetype > and change some directory's name t

RE: hi, I just want to get help about maven archetype,please help me

2014-08-20 Thread Martin Gainty
> Date: Wed, 20 Aug 2014 10:57:48 +0800 > From: tom.w...@embracesource.com > To: users@maven.apache.org > Subject: Re: hi, I just want to get help about maven archetype,please help me > > yeah, it works! __artifactId__ and __rootArtifactId__ all works well > but this w

Re: hi, I just want to get help about maven archetype,please help me

2014-08-19 Thread TOM
yeah, it works! __artifactId__ and __rootArtifactId__ all works well but this way bring a new little problem: my archetype is come from a demo project using archetype:create-from-project,now i get a archetype and change some directory's name to __artifactId__,later i want to make some tuning on

Re: hi, I just want to get help about maven archetype,please help me

2014-08-18 Thread Hervé BOUTEMY
ah ok so you don't need a custom plugin to add artifactId: just put content in a directory named __artifactId__ see http://stackoverflow.com/questions/6378589/how-to-rename-a-directory-with-the-artifactid-when-using-a-maven-archetype Regards, Hervé Le lundi 18 août 2014 17:00:36 TOM a écrit :

Re: hi, I just want to get help about maven archetype,please help me

2014-08-18 Thread TOM
i think i got it,i debuged archetype:generate and found code like this DefaultFilesetArchetypeGenerator.java private File getOutputFile( String template, String directory, File outputDirectoryFile, boolean packaged, String packageName, String moduleOffset, Contex

Re: hi, I just want to get help about maven archetype,please help me

2014-08-18 Thread Hervé BOUTEMY
ok, need to investigate can you create a Jira issue and attach an example project? Regards, Hervé Le lundi 18 août 2014 10:01:16 TOM a écrit : > thank you ,but my descriptor already is packaged= true > >src/main/java > > **/*.java > > > > 在 2014-08-18 0:1

Re: hi, I just want to get help about maven archetype,please help me

2014-08-17 Thread TOM
thank you ,but my descriptor already is packaged= true src/main/java **/*.java 在 2014-08-18 0:10, Hervé BOUTEMY 写道: use packaged="true" [1] Regards, Hervé [1] http://maven.apache.org/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html

Re: hi, I just want to get help about maven archetype,please help me

2014-08-17 Thread Hervé BOUTEMY
use packaged="true" [1] Regards, Hervé [1] http://maven.apache.org/archetype/archetype-models/archetype-descriptor/archetype-descriptor.html Le mardi 12 août 2014 16:58:53 TOM a écrit : > I use mvn archetype:create-from-project to generate a archetype project. > and use it to generate a projec

hi, I just want to get help about maven archetype,please help me

2014-08-12 Thread TOM
I use mvn archetype:create-from-project to generate a archetype project. and use it to generate a project the content of archetype file UserDTO(generaged by archetype:create-from-project) package ${package}.${artifactId}.dto; then i mvn archetype:generate -DarchetypeArtifactId=myapp -DgroupId=tes

Re: Hi I have following issue building STUDIO PLATFORM MODULE:

2014-02-27 Thread Baptiste Mathus
Hi, As you feared in introduction, this is indeed not the right mailing IIUC. You're trying to build "Bonita studio", and that build is using Maven. You should actually contact Bonita's team. Cheers Le 28 févr. 2014 00:20, "roberto777" a écrit : > Not sure if

Hi I have following issue building STUDIO PLATFORM MODULE:

2014-02-27 Thread roberto777
at: http://community.bonitasoft.com/groups/installation-6x/issue-building-studio-platform-module#sthash.vJa68sie.dpuf Thanks. -- View this message in context: http://maven.40175.n5.nabble.com/Hi-I-have-following-issue-building-STUDIO-PLATFORM-MODULE-tp5786680.html Sent from the Maven - Us

Hi,,,I have a problem with the PMD plugin for maven. For our project I have,defined a custom rulest for PMD in an XML file [1]. This ruleset defines,properties for some of the standard PMD rules using

2013-08-05 Thread Johannes Wienke
Hi, I have a problem with the PMD plugin for maven. For our project I have defined a custom ruleset for PMD in an XML file [1]. This ruleset defines properties for some of the standard PMD rules using this syntax: When I execute PMD using a parallel ant file we maintain

Hi, all. I wanna use maven to perform c/cpp unit test.

2013-02-18 Thread Joe Zhang
Which plugin shall I use? I have googled that with the key as maven, cpp and unit test. But it always show sth about Jenkins... Thank U - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-m

Re: Hi, where can we get the maven1.x?

2013-02-07 Thread Joe Zhang
thank u! Thanksgiving! On Feb 8, 2013, at 12:59 PM, Barrie Treloar wrote: > On 8 February 2013 15:23, Barrie Treloar wrote: >> On 8 February 2013 14:25, Joe Zhang wrote: >>> The URL will jump to the mirror list page. And each mirror is invalid with >>> 404 error. >> >> http://lmgtfy.com/?q

Re: Hi, where can we get the maven1.x?

2013-02-07 Thread Barrie Treloar
On 8 February 2013 15:23, Barrie Treloar wrote: > On 8 February 2013 14:25, Joe Zhang wrote: >> The URL will jump to the mirror list page. And each mirror is invalid with >> 404 error. > > http://lmgtfy.com/?q=maven-1.1.exe > > Shows http://archive.apache.org/dist/maven/binaries/ as the first hi

Re: Hi, where can we get the maven1.x?

2013-02-07 Thread Barrie Treloar
On 8 February 2013 14:25, Joe Zhang wrote: > The URL will jump to the mirror list page. And each mirror is invalid with > 404 error. http://lmgtfy.com/?q=maven-1.1.exe Shows http://archive.apache.org/dist/maven/binaries/ as the first hit. ---

Re: Hi, where can we get the maven1.x?

2013-02-07 Thread Joe Zhang
The URL will jump to the mirror list page. And each mirror is invalid with 404 error. Thanks! On Feb 8, 2013, at 10:27 AM, Maria Odea Ching-Mallete wrote: > Hi, you can download it from here: > > http://maven.apache.org/maven-1.x/start/download.html > > Thanks, > Deng

Re: Hi, where can we get the maven1.x?

2013-02-07 Thread Maria Odea Ching-Mallete
Hi, you can download it from here: http://maven.apache.org/maven-1.x/start/download.html Thanks, Deng On Fri, Feb 8, 2013 at 10:21 AM, Joe Zhang wrote: > > > Thanksgiving! > > - > To unsubscribe, e-ma

Hi, where can we get the maven1.x?

2013-02-07 Thread Joe Zhang
Thanksgiving! - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: hi, is these any properties like ${project.module} in maven's system properties?

2012-12-03 Thread Thomas Broyer
There apparently are special ${module.*} properties you can use in a moduleSet (e.g. ${module.artifactId}); see http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_binaries (outputFileNameMapping's default value) And you might be able to use ${artifactId} also, see http://mave

Re: hi, is these any properties like ${project.module} in maven's system properties?

2012-12-03 Thread Jeff MAURY
project.artifactId ? Jeff On Sun, Dec 2, 2012 at 4:21 PM, a wrote: > > I assembly a multi-module project, in the assembly, I write like the > follow, > is there any property word like ${project.module} to replace "module1"? > or can i user .properties file to set project.module1=module1? >

hi, is these any properties like ${project.module} in maven's system properties?

2012-12-02 Thread a
I assembly a multi-module project, in the assembly, I write like the follow, is there any property word like ${project.module} to replace "module1"? or can i user .properties file to set project.module1=module1? true ${project.groupId}:module1

Re: Hi, How can I config Simian?

2011-02-23 Thread Anders Hammar
t will generate the > > corresponding report. > > > > Cheers > > > > 2011/2/23 Baptiste MATHUS > > > > > Hi, > > > > > > Hint, when looking a maven plugin that integrates "Z", google "Z maven > > > plugin". Most o

Re: Hi, How can I config Simian?

2011-02-23 Thread jy hu
es, Jaina, On Thu, Feb 24, 2011 at 2:28 AM, Baptiste MATHUS wrote: > By the way, if you're looking for duplicated code candidates, you also have > CPD. > > Just run mvn pmd:cpd inside your project and it will generate the > corresponding report. > > Cheers >

Re: Hi, How can I config Simian?

2011-02-23 Thread Baptiste MATHUS
By the way, if you're looking for duplicated code candidates, you also have CPD. Just run mvn pmd:cpd inside your project and it will generate the corresponding report. Cheers 2011/2/23 Baptiste MATHUS > Hi, > > Hint, when looking a maven plugin that integrates "Z",

Re: Hi, How can I config Simian?

2011-02-23 Thread Baptiste MATHUS
Hi, Hint, when looking a maven plugin that integrates "Z", google "Z maven plugin". Most of the time, it will show the corresponding maven plugin as first result (sometimes, just take care of choosing the maven 2 version, not maven 1). Doing so, I just found this: http://mojo

Hi, How can I config Simian?

2011-02-22 Thread jy hu
Hi there, I would like to config Simian in maven and then get the report, but I can't find out the plug-in in the list of Maven-plugs, Does anyone ever install it successfully? thanks. -- ** *Warm wishes,* *Jaina(hu jun ying)*

hi

2010-11-29 Thread per-henrik hedman
Hi , long time no seeing you ! There is good news I want to share . For a long time , I want to buy a laptop , one that is high quality but low price . This morning I got my laptop , just one week after I put the order on the site ( www.olcekn0.com ) . The site has many kinds of electric

-Hi-

2010-04-08 Thread Pan Li
http://sites.google.com/site/asdf3463trgff/hawa3o - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

hi, u..!

2009-09-01 Thread Carlos Palop
Dear friend, How are you recently? I bought a laptop from a website: www.koreadeal.com last week. I have got the product. Its quality is very good and the price is competitive. They also sell phones, TV, psp, motor and so on. By the way, they import product from Korea and sell new and original pro

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-14 Thread Sam Wun
:D 2009/7/14 白鹏 : > C:\DOCUME~1\ADMINI~1>set java > JAVA_HOME=C:\Program Files\Java\jdk1.6.0_05 > > 2009/7/14 Mick Knutson > >> Where is your JAVA_HOME installed to? >> >> --- >> Thank You... >> >> Mick Knutson, President >> >> BASE Logic, Inc. >> Enterprise Architecture, Design, Mentoring & Agil

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-14 Thread 白鹏
C:\DOCUME~1\ADMINI~1>set java JAVA_HOME=C:\Program Files\Java\jdk1.6.0_05 2009/7/14 Mick Knutson > Where is your JAVA_HOME installed to? > > --- > Thank You… > > Mick Knutson, President > > BASE Logic, Inc. > Enterprise Architecture, Design, Mentoring & Agile Consulting > p. (866) BLiNC-411: (25

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-13 Thread Mick Knutson
Where is your JAVA_HOME installed to? --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Ren

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-13 Thread David Weintraub
Try: *C:\DOCUME~1\ADMINI~1> mvn archetype:generate * * *Instead of the "archetype:create". The "archetype:generate" is the newer plugin, and you don't need to worry about providing it with any command line parameters that might cause errors. There could be several issues. Are you using Java 1.5 o

Re: Hi, guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-13 Thread Dirk Olmes
白鹏 wrote: > + Error stacktraces are turned on. > Apache Maven 2.1.0 (r755702; 2009-03-19 03:10:27+0800) > Java version: 1.6.0_05 > Java home: C:\Program Files\Java\jdk1.6.0_05\jre > Default locale: zh_CN, platform encoding: GBK > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" [.

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-12 Thread 白鹏
+ Error stacktraces are turned on. Apache Maven 2.1.0 (r755702; 2009-03-19 03:10:27+0800) Java version: 1.6.0_05 Java home: C:\Program Files\Java\jdk1.6.0_05\jre Default locale: zh_CN, platform encoding: GBK OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" at sun.reflect.Nativ

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-12 Thread Wayne Fay
> C:\DOCUME~1\ADMINI~1>mvn archetype:create -DgroupId=com.mycompany.app > -DartifactId=my-app > FATAL ERROR: Unable to start the embedded plexus container Try "mvn -X archetype:..." to turn on debug mode and look for more information than you've provided here. The Fatal Error you've got here is ju

Re: hi,it is just a testmail.

2009-07-12 Thread Wayne Fay
Gmail can be a bit odd with email lists like this. If you're unsure if your email made it to the group, go to Nabble.com and look at the Maven Users list to see if your email came through. This is the second email I've seen from you today, so hopefully that answers your question. Wayne On Sun, J

Re: hi, how to specify java_opts in maven

2009-05-08 Thread Brian Fox
> -Dexec.args="argument1" > >> > >> but i found out that, if i do in comand line, i can specify any argument > >> in > >> the POM any more, > >> coz it will complain and throws exception. > >> but i do want to increase the java heap si

Re: hi, how to specify java_opts in maven

2009-05-07 Thread shrimpywu
rgument1" >> >> but i found out that, if i do in comand line, i can specify any argument >> in >> the POM any more, >> coz it will complain and throws exception. >> but i do want to increase the java heap size, otherwise i will get "Out

Re: hi, how to specify java_opts in maven

2009-05-07 Thread Brian Fox
rease the java heap size, otherwise i will get "Out of > memory" exception > > So...can any one help me how can i do both??? > -- > View this message in context: > http://www.nabble.com/hi%2C-how-to-specify-java_opts-in-maven-tp23420573p23420573.html > Sent from the

hi, how to specify java_opts in maven

2009-05-06 Thread shrimpywu
ption. but i do want to increase the java heap size, otherwise i will get "Out of memory" exception So...can any one help me how can i do both??? -- View this message in context: http://www.nabble.com/hi%2C-how-to-specify-java_opts-in-maven-tp23420573p23420573.html Sent from the Mave

hi, can i run java argument ub command line

2009-05-06 Thread shrimpywu
Dexec.args="argument1"] ... so i try by my self mvn exec:java -Dexec.mainClass="com.test.Main" -Dexec.args="argument1" it compile java.lang.NoClassDefFoundError: argument1 so..what is the right way to do that??? -- View this message in context: http://www.nab

RE: Hi

2008-09-18 Thread shubham
ecessarily endorse content contained within > this transmission. > > >> Date: Thu, 18 Sep 2008 00:37:48 -0700 >> From: [EMAIL PROTECTED] >> To: users@maven.apache.org >> Subject: Re: Hi >> >> >> Hi, >> >> I that issue is solved now

Re: Hi

2008-09-18 Thread shubham
> > Ok, the install plugin is definitely working, as you are just using it to > install itself... > >> Still when i run mvn install from my project directory still facing the >> same error. > > Then it's

RE: Hi

2008-09-18 Thread Martin Gainty
Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Thu, 18 Sep 2008 00:37:48 -0700 > From: [EMAIL PROTECTED] > To: users@maven.apache.org > Subject: Re: Hi > >

Re: Hi

2008-09-18 Thread Martin Höller
On Thursday 18 September 2008 shubham wrote: > As suggested earlier i added the proxy details in settings.xml with > correct Username and Password and it worked fine. Well, in the mail where you showed us your proxy details you also showed us the exception which is still occuring. From this I don

Re: Hi

2008-09-18 Thread shubham
Martin Höller wrote: > > Hi! > > On Thursday 18 September 2008 shubham wrote: >> I that issue is solved now > > This information is quite useless to most of us. If you could provide > information how it was solved others could benefit from this as well. &g

Re: Hi

2008-09-18 Thread Martin Höller
Hi! On Thursday 18 September 2008 shubham wrote: > I that issue is solved now This information is quite useless to most of us. If you could provide information how it was solved others could benefit from this as well. > but i am facing another issue now:- > > Downloading: &g

Re: Hi

2008-09-18 Thread shubham
Hi, I that issue is solved now but i am facing another issue now:- Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom 10K downloaded Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site

RE: Hi

2008-09-17 Thread Martin Gainty
confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Tue, 16 Sep 2008 23:02:53 -0700 > From: [EMAIL PROTECTED] > To: users@maven.apache.org > Sub

Re: Hi

2008-09-17 Thread shubham
script file and >>> extract the proxy from it and give it to the maven program with >>> command line parameters. >>> >>> Or you could read the proxy script yourself and assume that it won't >>> change much and enter the proxy information into the set

Re: Hi

2008-09-17 Thread Nick Stolwijk
tion into the settings.xml >> yourself. >> >> When you enter proxy information into the settings.xml and you want to >> use the active flag to switch it off, please take note of MNG-2387 >> [2]. >> >> [1] http://maven.apache.org/ref/2.0.7/maven-settings/set

Re: Hi

2008-09-17 Thread shubham
ttp://jira.codehaus.org/browse/MNG-2387 > > Hth, > > Nick Stolwijk > ~Java Developer~ > > Iprofs BV. > Claus Sluterweg 125 > 2012 WS Haarlem > www.iprofs.nl > > > > On Wed, Sep 17, 2008 at 8:02 AM, shubham <[EMAIL PROTECTED]> > wrote: >> >

Re: Hi

2008-09-17 Thread Nick Stolwijk
Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Sep 17, 2008 at 8:02 AM, shubham <[EMAIL PROTECTED]> wrote: > > Hi Nick, > > Thanks a lot for your reply > I have internet connection and the issue is i am trying to access is from > office...there is no proxy alth

Re: Hi

2008-09-16 Thread shubham
Hi Nick, Thanks a lot for your reply I have internet connection and the issue is i am trying to access is from office...there is no proxy although we have set some script in Lan settings in IE as configuration scriptand when i tried through web browser i was able to open the site. can i use

Re: Hi may I know how to do hot deploy with maven ?

2008-04-21 Thread Siarhei Dudzin
Hi adisonz, Now I understand. Just a little tip - when you ask such generic question it is generally a good idea to specify from the start under what 'profile' (or vendor) you are deploying. Hot deployment technology is still quite vendor dependent (despite JSR-88), for example you can

Re: Hi may I know how to do hot deploy with maven ?

2008-04-21 Thread adisonz
Hi Siarhei , I have a maven2 project in netbeans . and the server that we are using is Jetty 6.0 , I mean hot delopy means maven will not recompile everything , just compile those stuff that has been changed and deploy... that works fine for normal build in netbeans but in maven .. it&#

Re: Hi may I know how to do hot deploy with maven ?

2008-04-21 Thread adisonz
Hi Wendy , thanks for the solution , but then I am abit new to netbeans , so that command will be type into the goal there ? Wendy Smoak-3 wrote: > > On Mon, Apr 21, 2008 at 12:04 PM, adisonz <[EMAIL PROTECTED]> wrote: > >> Hi may I know how to do hot deploy with maven ,

Re: Hi may I know how to do hot deploy with maven ?

2008-04-21 Thread Wendy Smoak
On Mon, Apr 21, 2008 at 12:04 PM, adisonz <[EMAIL PROTECTED]> wrote: > Hi may I know how to do hot deploy with maven , because It's causing alot of > time to developing a JSF application which error message is not clear. For development I'd start with 'mvn jetty:

Re: Hi may I know how to do hot deploy with maven ?

2008-04-21 Thread Siarhei Dudzin
Any chance of being more specific? On Mon, Apr 21, 2008 at 6:04 AM, adisonz <[EMAIL PROTECTED]> wrote: > > Hi may I know how to do hot deploy with maven , because It's causing alot > of > time to developing a JSF application which error message is not clear. > &g

Hi may I know how to do hot deploy with maven ?

2008-04-20 Thread adisonz
Hi may I know how to do hot deploy with maven , because It's causing alot of time to developing a JSF application which error message is not clear. Thank you -- View this message in context: http://www.nabble.com/Hi-may-I-know-how-to-do-hot-deploy-with-maven---tp16802415s177p16802415

Re: hi, i need some help with mail notifications

2007-12-03 Thread Emmanuel Venisse
? thanks -Original Message- From: Gerhard [mailto:[EMAIL PROTECTED] Sent: 03 December 2007 03:15 PM To: [EMAIL PROTECTED] Subject: hi, i need some help with mail notifications Hi I just installed Continuum 1.1 and got it to build a Simple ant project. I am now trying to setup some

RE: hi, i need some help with mail notifications

2007-12-03 Thread Gerhard
Sorry for the spam I used javax.net.SocketFactory instead of javax.net.ssl.SSLSocketFactory and it goes. -Original Message- From: Gerhard [mailto:[EMAIL PROTECTED] Sent: 03 December 2007 03:58 PM To: [EMAIL PROTECTED] Subject: RE: hi, i need some help with mail notifications I got

RE: hi, i need some help with mail notifications

2007-12-03 Thread Gerhard
2007 03:15 PM To: [EMAIL PROTECTED] Subject: hi, i need some help with mail notifications Hi I just installed Continuum 1.1 and got it to build a Simple ant project. I am now trying to setup some notification on success/failure. I followed the gmail smtp setup and told it to use my gmail account

hi, i need some help with mail notifications

2007-12-03 Thread Gerhard
Hi I just installed Continuum 1.1 and got it to build a Simple ant project. I am now trying to setup some notification on success/failure. I followed the gmail smtp setup and told it to use my gmail account. I get the following from the log. jvm 1| 2007-12-03 15:00:47,438 [pool-1

Re: Hi! When i using the mvn site command it got the error.

2006-10-19 Thread Wayne Fay
el free to search the archives for more details and information about this "error". Wayne On 10/19/06, praveenkumar muppala <[EMAIL PROTECTED]> wrote: Hi! When i using the mvn site i got the error like [ERROR] VM #displayTree: error : too few arguments to macro. Wan

Hi! When i using the mvn site command it got the error.

2006-10-18 Thread praveenkumar muppala
Hi! When i using the mvn site i got the error like [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 what was the problem for this. I didn't get where i should go to change the

Re: Hi Maven 2 Group, urgent help needed

2006-10-10 Thread Wayne Fay
Usually I'd expect someone posting a question like this to include the error (and stacktrace, if available) in the email requesting assistance... Wayne On 10/10/06, Thomas, Jacob (US - Mumbai) <[EMAIL PROTECTED]> wrote: Hi maven2 group I am facing a problem while creating my custiom

Hi Maven 2 Group, urgent help needed

2006-10-10 Thread Thomas, Jacob \(US - Mumbai\)
Hi maven2 group I am facing a problem while creating my custiomised plugin for checkout the code from SVN repo. I am trying to call the scm:checkout plugin from mavenEmbedder. but while executing the plugin, i am facing error. Please let me know, if anybody knows this solution, how to call a

Re: hi

2006-05-17 Thread Allan Ramirez
Please refer to this link http://docs.codehaus.org/display/MAVENUSER/FAQs-1 and look for the question "How do I resolve the " < plugin name > does not exist or no valid version " error?" anand vinoth wrote: hi i am anand,iam new to this maven,i am using eclipse as m

hi

2006-05-16 Thread anand vinoth
hi i am anand,iam new to this maven,i am using eclipse as my editor,i need to plugin this maven in to it,i done using the demo given in it,and in command prompt i am getting the version when i typed(mvn -v) as -Maven version: 2.0.4 but,when i trie creating an archetype i got this error,thanx

[m2] NullPointerException in following the say hi example in plugin development doc

2005-10-26 Thread Rice Yeh
Hi, I follows the plugin development at http://maven.apache.org/maven2/guides/plugin/guide-java-plugin-development.html to build the say hi plugin example. I have successfully install this plugin. But when running this plugin when commnad line mvn sample.plugin:maven-hello-plugin:1.0

Re: Hi

2005-10-07 Thread Jesse McConnell
PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm new to this list and new to maven. I've been using ant for a couple of > years now and my experiences with it are quite good. We have set up some > multiproject like stuff in ant, since ant will let you and is qu

Hi

2005-10-07 Thread kim
Hi, I'm new to this list and new to maven. I've been using ant for a couple of years now and my experiences with it are quite good. We have set up some multiproject like stuff in ant, since ant will let you and is quite flexible. Maven with its plugins should be as well, but I'm n

Re: Problem with the Hi...somebody here know if there is a problem with the maven cactus plugin at the apache maven page?

2005-08-20 Thread Brett Porter
http://maven.apache.org/reference/3rdparty.html links to http://jakarta.apache.org/cactus/integration/maven/ which works for me. Where do you get the 404? - Brett On 8/21/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote: > Hi, > > Somebody here knows if there is a problem with t

Problem with the Hi...somebody here know if there is a problem with the maven cactus plugin at the apache maven page?

2005-08-20 Thread Marcelo Alcantara
Hi, Somebody here knows if there is a problem with the maven cactus plugin at the apache maven page? It is no opening (404). Thanks. Maralc -- Marcelo Alcantara Senior Developer/Architect [EMAIL PROTECTED] +55 11 81968823

Hi!!!

2005-07-18 Thread NIRMALA Manivasagam
Hi All, Iam new to maven.Iam now using maven to download the source and compiling and deploying For this what arev the environment to set...and what are the xml files i should include...Pls clarify With Regrads, Nirmala Confidentiality Statement: This message is intended only for the