Dependency problem

2007-04-03 Thread raghurajan . x . gurunathan
Hi All I use maven-2.0.4 and having this, problem i have defined my pom.xml as dependency groupIdorg.hibernate/groupId artifactIdhibernate/artifactId version3.0.5/version /dependency but when i run the mvn deploy its also including hibernate-3.0, eventhough its getting the proper version

how to get build number?

2007-03-30 Thread raghurajan . x . gurunathan
Hi All I'm using march 27 th continuum 1.1 snapshot is there any way to get continuum build number into maven ??? Thanks, Raghu - This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or

Continuum user name in maven

2007-03-15 Thread raghurajan . x . gurunathan
Hi All Is there a way to pass username of continuum to a maven?? Like when some user logs into continuum and kick of the maven build, at the maven end is there any way to get the name of that continuum user using any properties like ${continuum.user.id} like that? Thanks, Raghurajan

Continuum user name in maven

2007-03-15 Thread raghurajan . x . gurunathan
Hi All Is there a way to pass username of continuum to a maven?? Like when some user logs into continuum and kick of the maven build, at the maven end is there any way to get the name of that continuum user using any properties like ${continuum.user.id} like that? Thanks, Raghurajan

manifestFile problem

2007-02-14 Thread raghurajan . x . gurunathan
Hi All, before i ask my problem, quick check on one thing, is new ear plugin 2.3 doesn't include implementation details in manifest ? I'm having problemin using manifetFile attribute in ear plugin plugin groupIdorg.apache.maven.plugins

Re: continuum - scm update error

2007-02-06 Thread raghurajan . x . gurunathan
No, this is working fine in windows system, same thing when i moved to unix box its started acting now even i checked for some new files, (there are some logfile) i removed them and tried to run continuum its failing again with the same error... Again its working fine with no problem in

continuum - scm update error

2007-02-02 Thread raghurajan . x . gurunathan
Hi All I just created some projects using continuum to check out from svn, source code and did one build on those worked fine no problem, But now i'm trying to run build again from continuum, but for all project in continuum i'm getting Provider message: The svn command failed. Command

Continuum project add error

2007-01-29 Thread raghurajan . x . gurunathan
Hi All, When i try to add maven2 project in continuum 1.0.3 i'm getting following error, am i missing something to configure ?? Could not download file:/home/raghu/continuum/pom.xml: /var/tmp/continuum/home/citwl/raghu/continuum/pom.xml (Permission denied) Thanks, Raghurajan Gurunathan

Continuum 1.1 questions

2007-01-29 Thread raghurajan . x . gurunathan
1. Is there any place to download continuum prebuilt 1.1 snapshot ?? 2. Is 1.1 version is gonna have User - Project level acees ?? Means Lets say we have project a,b,c,d and user user 1,2,3 is continuum-1.1 allows me configure user 3 to have access to project a c only, so

How to read this time stamp in snapshot ?

2007-01-25 Thread raghurajan . x . gurunathan
Hi All, I built some snapshot version of project on 24th Jan.2007 morning 10 am at my local time, but what i see in my maven-metadata.xml is timestamp20070124.212320/timestamp Date part is ok in this, but what is the time part in this ??? is there some thing i need to configure to get right

site throws error

2007-01-24 Thread raghurajan . x . gurunathan
Hi All When i run mvn site:site i'm getting this error, i have no idea what is happening here?? any one had same kinda problem [INFO] [ERROR] FATAL ERROR [INFO]

How to have war exploded into my ear file?

2007-01-22 Thread raghurajan . x . gurunathan
Hi All I have multi module projcte like Project |_ ejb_project |_pom.xml |_ java_project |_pom.xml |_ web_project |_pom.xml |_ ear

Is there FTP plugin?

2007-01-04 Thread raghurajan . x . gurunathan
Hi All Is there a way / Plugin for FTP ing files other than remote repository using maven2 ?? I tried it from ant task inside of maven2, but its not finding the ftp taskdef classes, even though there are in dependency classpath i getEmbedded error: No public execute() in

Is it possible to have version${cur.Version}/version

2007-01-02 Thread raghurajan . x . gurunathan
Hi All Is that possible to have groupIdtest/groupId artifactIdtest/artifactId version${cur.Version}/version relativePath../../pom.xml/relativePath where i define cur.Version=1.0 in properties section, I tried to doing it, it

customize email notification

2006-11-13 Thread raghurajan . x . gurunathan
Is there a way to customize the email notification sent from continuum?? Thanks, Raghurajan Gurunathan - This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable

Is there any plugin available to test after deployment to Application servers?

2006-11-03 Thread raghurajan . x . gurunathan
Hi All I have multi module project which i'm building using maven2(contains ejbs and others), and i have test cases for this which we have to run after deploying the ear file to weblogic servers, Right now i'm doing 2 different build one for creating application ear and other build for

site error please help

2006-10-20 Thread raghurajan . x . gurunathan
I have directory structure has DAL_SRC/pom.xml DAL_SRC/Src/Client/pom.xml when i ran site:site, i'm getting following error + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] DAL [INFO] DAL CLIENT [INFO] Searching repository

change log very weird error

2006-10-18 Thread raghurajan . x . gurunathan
Hi All I'm having this weird error when run site:site lets say i have dir structure like MySRC src | - com | - raghu -pom.xml -- pom.xml in MySRC\src\pom.xml i have

few questions - User Management

2006-10-04 Thread raghurajan . x . gurunathan
Hi All I'm using contiumm 1.0.3 and i have lot of projects on it being used by different team I created a different login for them to login and perform the build on build server, but when they they do have access to all projects instead of just their projects for eg. lets say i have project

Cannot override the default (root) location for webResource in war plugin

2006-09-29 Thread raghurajan . x . gurunathan
Hi All I'm trying to override the default root directory for webResource copy in war plugin, but regardless of whatever the targetPath i mentioned it just copies the files to root directory only, not to the path i mentioned in targetPath Is this known bug? or i'm doing something wrong here

How to get external properties values to maven

2006-09-29 Thread raghurajan . x . gurunathan
Hi All I'm trying to get some value from external properties file how can i get it For eg, I have one external property like ext.properties inthat i have property defined ad myName=Raghurajan Now i need to have this value in manifest file so i included as follows

RE: passing along maven built classpath to ant plugin

2006-09-27 Thread raghurajan . x . gurunathan
you can use ${settings.localRepository} Thanks, Raghurajan Gurunathan EJ Ciramella [EMAIL PROTECTED] 09/27/2006 11:36 AM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:RE: passing along maven built classpath

How to access external properties in manifest

2006-09-11 Thread raghurajan . x . gurunathan
Hi All I'm trying to set property from ant task and access it from maven plugin how can i do that. ..? for eg. this is what i'm trying to achieve 1. with ant-run plugin i created groupIdorg.apache.maven.plugins/groupId

Creating UCM view from continuum?

2006-08-15 Thread raghurajan . x . gurunathan
How do we create ucm view using continuum ??? i was able to create a maven 2 project thru continuum from clearcase, but when i tried to do rebase on that stream, i'm getting error its like View is not UCM View Any one has any idea on this , please Thanks, Raghurajan Gurunathan

build happening twice

2006-08-09 Thread raghurajan . x . gurunathan
Hi All I have multimodule project with maven everthing seems to be working fine,but one thing I will create ear from my project, then i created a profile which is activated by a property like, so when that property(deployto.wlserver)is set to true it will deploy the created ear into weblogic

Does continuum supports UCM Clease case?

2006-08-09 Thread raghurajan . x . gurunathan
Thanks, Raghurajan Gurunathan - This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any

Re: problem with compiler plugin

2006-08-08 Thread raghurajan . x . gurunathan
Thanks for your reply, No its not dependency problem coz to test it what i did is i created ant build.xml with commons-loggin.jar in the classpath and compiled it it worked fine, no error, here is what is there in my build.xml javac srcdir=${src.dir} destdir=${build.dest} source=1.4

problem with compiler plugin

2006-08-07 Thread raghurajan . x . gurunathan
Hi All i'm having this weired error, in my ABC.java dev team has something like import org.apache.commons.* then when i use ant build file with commons-logging.xml it compiles perfectly, but when i use maven to buidl this at compiler phase it throws error as package

war plugin, webResources-overriding default Location

2006-08-03 Thread raghurajan . x . gurunathan
Hi all I'm trying to override the webResources default location by adding targetPath, but this is not working form, the welogic.xml is being still copied into the Root directory, is there some thing i'm doing wrong here, please help plugin

classpath problem with ant plugin

2006-07-26 Thread raghurajan . x . gurunathan
Hi All, I'm trying to use antrun plugin to call build.xml but when i call it eventhough i have defined jar as dependency in ant plugin execution i'm still getting java.lang.NoClassDefFoundError can any one pls help me with this, This iswhat i'm doing, i have build.xml generated from

Re: problem with jabber continuum, same works fine with cruise control

2006-07-24 Thread raghurajan . x . gurunathan
yes, what i found now is i was missing the password for that account in jabber notifier section in pom, so now i added the password and now nothing is happening, its not even throwing the error, now continuum exits with code 0 but i'm notgetting any notification i tried making the build fail

Re: Do i have to live with same group name for different project

2006-07-24 Thread raghurajan . x . gurunathan
yes, and they all different Andrew Williams [EMAIL PROTECTED] 07/24/2006 02:38 PM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:Re: Do i have to live with same group name for different project your poms have a

Re: Do i have to live with same group name for different project

2006-07-24 Thread raghurajan . x . gurunathan
i use continuum 1.0.3.1 and maven 2.0.4 Thanks, Raghurajan Gurunathan Andrew Williams [EMAIL PROTECTED] 07/24/2006 03:53 PM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:Re: Do i have to live with same group

problem with jabber continuum, same works fine with cruise control

2006-07-21 Thread raghurajan . x . gurunathan
Hi All, I have been having this problem for long time, i use continuum 1.0.3.1 and stil i couldn't make jabber notification working, so coz of this i had switch to cruisecontrol where jabber notification works fine same set of configuration, but i really like it to see work with continuum

Group name is same eventhough its different project

2006-07-20 Thread raghurajan . x . gurunathan
Hi All I'm using continuum 1.0.3.1 and maven 2.0.4 When i added few different projects to continuum they all came up with same group name how to fix this ? is this known bug ? any one any ideas please? Thanks, Raghurajan Gurunathan SID - V026919 CIT Arch SS Operate Team Desk :

How to use war:exploded in multi module

2006-07-18 Thread raghurajan . x . gurunathan
Hi All, I have a multi module with single parent as like Parent - SubEjbModule - SubWarModule - Ear Everything works fine for me with this when in ran mvn -e clean deply it creates ejb.jar.war and ear no problem. But here if i want

modifiying xml files??

2006-06-09 Thread raghurajan . x . gurunathan
Hi All Is that possible to filter and modify the xml file using any plugin??? Like i have the following code snippet in my ant build.xml, which i will run from command line as ant -Denv=sit target_name 1. copy my.xml as data.xml into /tmp dir 2. then using filter token, i will

2 profiles in pom.xml

2006-06-09 Thread raghurajan . x . gurunathan
Hi All I don't know what'm doing wrong here , can any one please advise 1. When i had 2 profiles in profiles.xml, profile-1 is activated by default, Profile-2 is activated when build.env=dev this is working fine, no problem at all 2. But when i moved these 2 profiles into parent pom.xml, at a

maven-metadata.xml, lastUpdated

2006-06-08 Thread raghurajan . x . gurunathan
Hi All, why the lastUpdated20060607143308/lastUpdated column in maven-metadata.xml is not getting updated everytime i do build, the snippet i placed here is built on today(june8th) eventhough the timestamp of maven-metadata.xml has the right right timestamp(i.e june-8th) the entry inside of

changelog null pointer exeception

2006-05-31 Thread raghurajan . x . gurunathan
Hi all i have follwing setup in my pom.xml plugin groupIdorg.codehaus.mojo/groupId artifactIdchangelog-maven-plugin/artifactId version2.0-beta-1/version reportSets reportSet

Re: changelog null pointer exeception

2006-05-31 Thread raghurajan . x . gurunathan
Thanks for your reply, I changed the plugin and plugin repository to downlod the plugin from http://people.apache.org/maven-snapshot-repository but still getting NPE but different one, it complains it couldn't parse the date... any ideas?? [ERROR] ParseException Caught

date in manifest

2006-05-30 Thread raghurajan . x . gurunathan
Hi All If i want to make entry of build date to mani-fest files how do i do that? i know how to make entry to mani-fest but don't know what maven variable has the value for date ?? Anyone knows it , please advise? Thanks, Raghu

Re: Notifier from command line

2006-05-25 Thread raghurajan . x . gurunathan
Thanks to u all, Yeah i'm interested in writing plugin, rather than using it from operating system notifier, I will work on this, if i have some successful working notifier from command line i will share it Thanks, Raghu Max Cooper [EMAIL PROTECTED] 05/24/2006 10:14 PM Please

Notifier from command line

2006-05-24 Thread raghurajan . x . gurunathan
Hi All, I googled lot but never got answere for this Is this possible to send build notification when we do command line build in maven like when i run mvn clean deploy from command line , if something fails / build success it should send a notificaiton to notifiers specified in pom or some

Re: Notifier from command line

2006-05-24 Thread raghurajan . x . gurunathan
Thanks for your reply But i don't want to use any CI tool , coz my builds are based on only request and there are some other reason we don't want to use any CI tool thats why i'm looking for some way to send notification mail from command line Thanks, Raghu ben short [EMAIL

email from commandline using maven2

2006-05-18 Thread raghurajan . x . gurunathan
Hi All Is there any plugin available to send an email /jabber notifier to send build results, while building it from command line?? Lets say i don't want to use any CI (continuum/cruisecontrol) just want to use mvn command in command line and do my build, in that case i want to send

Profilex.xml profile not found

2006-05-17 Thread raghurajan . x . gurunathan
Hi All Suddenly my profiles in profiles.xml are sudenly not getting activated..? I was using it without any problem so long. It drives me crazy any one has any idea ? why its not finding my profiles in profies.xml i have it as activeByDefaulttrue/activeByDefault Please help Thanks, Raghu

m2 eclipse

2006-05-16 Thread raghurajan . x . gurunathan
Hi All, I have installed maven plugin for eclipse and trying to use that When run build from eclipse i'm getting org.apache.maven.artifact.resolver.ArtifactResolutionException: Error transferring file org.apache.maven.wagon:wagon-ftp:1.0-alpha-5:jar but it works fine from command line

where is maven-changelog-plugin for maven2?

2006-05-15 Thread raghurajan . x . gurunathan
Hi All Is there any documentation for change log plugin?? Thanks, Raghu

AND/OR Conditional Profile

2006-05-09 Thread raghurajan . x . gurunathan
Hi All Is that possible to activate profile based on conditional Like shown below i want to actiate QA-Prof profile, if my operating system is solaris AND build.env has the value of Qa ?? profile idQA-Prof/id activation os

Re: EJB Client Jar Problem

2006-05-04 Thread raghurajan . x . gurunathan
Thanks, Yes its working with 2.1 snapshot plugin Thanks, Raghu Pete Marvin King [EMAIL PROTECTED] 05/04/2006 04:54 AM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:Re: EJB Client Jar Problem

Re: EJB Client Jar Problem

2006-05-04 Thread raghurajan . x . gurunathan
Well i tried with 2.1 ejb plugin noticed that client includes works fine but when i tried to include *Session.class its not doing that i think by default its filtering Session.class, i reopened the issue with Jira Thanks, Raghu Pete Marvin King [EMAIL PROTECTED] 05/04/2006 04:54 AM

weired problem in SNAPSHOT version

2006-05-04 Thread raghurajan . x . gurunathan
HI All, I have this weired problem while using snapshot version dependencies I have 2 project as P-A, P-B both version i have it as 1.0-SNAPSHOT and my P-B project depends on P-A i already successfully ran mvn deploy for my P-A then when i tried to do mvn deploy on P-B it looks for P-A and it

Is clientIncludes works at all?

2006-05-03 Thread raghurajan . x . gurunathan
Hi All, I have been trying to add some class files in my generated ejb client - jar using clientIncludes but its not all working any help appreciated please!!! this is what i have in my pom plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ejb-plugin/artifactId

Re: [M2][maven-ejb-plugin] Files ending with Session.class are not being included in ejb-client jar

2006-05-03 Thread raghurajan . x . gurunathan
I'm also having same problem, i posted different messages on the same problem, but never got answer from any one saying either its a bug or i'm doing something wrong, Any one has solution for this?? Thanks, Raghu

Re: EJB Client Jar Problem

2006-05-03 Thread raghurajan . x . gurunathan
It sounds like an bug I created a bug in jira for this http://jira.codehaus.org/browse/MEJB-12 Thanks, Raghu Pete [EMAIL PROTECTED] 05/03/2006 04:43 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:Re:

conditional executions of plugin

2006-04-28 Thread raghurajan . x . gurunathan
Hi All, Is there a way to execute some plugin on some life-cycle phase based on condition Like in ant target name=execute if=execute.flag So i want to execute some plugin for eg. lets say maven compiler plugin only if its finds a property compile.now is that possible in maven 2?

RE : conditional executions of plugin

2006-04-28 Thread raghurajan . x . gurunathan
Thanks for your reply, But may be i'm missing something here, i already use profiles.xml in my project, but i don't know we can control plugin execution based on that ... and i'm really not sure Can u please give some more information on this what i wanted to do is in pom.xml based on

Re: how to deploy binaries

2006-04-27 Thread raghurajan . x . gurunathan
Yes i'm talking the deploy which adds artifact to maven remote repository and this what i have in my pom groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId executions execution idTar-Creation/id

release with clearcase

2006-04-27 Thread raghurajan . x . gurunathan
Hi All I'm trying to use the clearcase with releae plugin this is what i have in my scm tag in my pom.xml scm connectionscm:clearcase:\\views\My-View\view.stg\config_spec/connection developerConnectionscm:clearcase:\\views\My-View\view.stg\config_spec/developerConnection

how to deploy binaries

2006-04-26 Thread raghurajan . x . gurunathan
Hi All, I followed How do I deploy my binary during the deploy phase? @ http://docs.codehaus.org/display/MAVENUSER/FAQs-1 But whats happning is my build getting executed twice when i run mvn deploy why? Thanks, Raghu

webdoclet and jsptaglib

2006-04-20 Thread raghurajan . x . gurunathan
Hi All, Is there any plugin available for Webdoclet and Jsptag lib? Coz i don't see any documentation for this, i tried groupIdorg.code.mojo/groupId artifactIdxdoclet-maven-plugin/artifactId version1.0-alpha-2/version but looks like this plugin

Re: How to get the url of submodules

2006-04-19 Thread raghurajan . x . gurunathan
Thanks for your reply, I have site.xml at my top level under Top level Project directory But i don't see any thing happening here, my site pages are same as exactly when in didn't have site.xml, or in other words, my site.xml is getting used.. i guess i'm missing some configuration here ,

How to get the url of submodules

2006-04-16 Thread raghurajan . x . gurunathan
Hi All I have project like Project -Module A -pom.xml -Module-B -pom.xml - pom.xml For this when i create a site and when i acess the Projec\index.html i don't see the link to Module-A and Module-B

update in continuum

2006-03-30 Thread raghurajan . x . gurunathan
Is that possible in continuum to configure it so that it wont actually update the source, instead just run the maven goals?? Thanks, Raghu

Is there documentation for Client-Jar creation?

2006-03-30 Thread raghurajan . x . gurunathan
Hi All, I want to include and exclude some files in creating ejb-client jar, But i don't know what need to be included in configuration section of ejb plugin , is there any documentation for this like how to configure client jar or is there some sample somewhere /some one has it Please

Maven 2.0.3 - ${project.build.outputDirectory} value changed

2006-03-30 Thread raghurajan . x . gurunathan
Lets say i have directory structure has Project Module-A SubModule-A -pom.xml -pom.xml Module-B SubModule-B -pom.xml -pom.xml -pom.xml If run mvn compile from SubModule-A directory, the value

Re: Is there documentation for Client-Jar creation?

2006-03-30 Thread raghurajan . x . gurunathan
Thanks for your reply But when i tried that command its giving me mvn help:describe -Dplugin=ejb -Dmojo=ejb -Dfull=true NFO] Scanning for projects... NFO] Searching repository for plugin with prefix: 'help'. NFO] org.apache.maven.plugins: checking for updates from maven-snapshots NFO]

Re: Continuum and ClearCase

2006-03-29 Thread raghurajan . x . gurunathan
This how i used it and its working for me lets say my pom.xml in C:\views\viewname\module\pom.xml then enter file:/C:/views/viewname/module/pom.xml Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/29/2006 12:43 PM Please respond to continuum-users To:

Re: Group name is same

2006-03-29 Thread raghurajan . x . gurunathan
Thanks for your reply, But i deleted all the project was there in continuum and restarted the continuum then added a new project as fresh, but still it taking group name from whatever i deleted Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/29/2006 01:35 AM Please respond to

Re: Group name is same

2006-03-29 Thread raghurajan . x . gurunathan
in my old project i had my group name as Shoping-Modules then i deleted all those projects everything clear then added a new maven2 project which has it pom as groupIdRoot/groupId artifactIdCredit/articatId name Credit Module/name when i added this project in my

Continum build based on clearcase baseline

2006-03-28 Thread raghurajan . x . gurunathan
Is that possible to ask continum to rebase the source code instead of cleartool update? Coz i want to build it based on baseline Basically instead of continuum executing cleartool update command i want it to use cleartoo rebase -baseline is that possible in continuum? Thanks, Raghu

Re: Continum build based on clearcase baseline

2006-03-28 Thread raghurajan . x . gurunathan
Ok Thanks for your reply, I will download and start seeing the source to see how can i help on this some time in next month. Thanks, Raghu dan tran [EMAIL PROTECTED] 03/28/2006 11:36 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc:

Group name is same

2006-03-28 Thread raghurajan . x . gurunathan
Hi All, I had maven2, and continuum setup then i deleted all those projects. then tried adding new projects, everything works fine, but the only problem is its having the group name from my old project and i dont want it that way is there a way to change it Anyone please advice Thanks,

Maven2 : SCM: Clearcase : UCM?

2006-03-27 Thread raghurajan . x . gurunathan
Hi All, Can i use maven scm plugin to perform UCM Clearcase function Rebase Coz i just want to build the source code based on the ucm baseline is this possible in maven scm clearcase ? Any one has any idea, please Thanks, Raghu

Different version of build

2006-03-24 Thread raghurajan . x . gurunathan
Hi All How do i change the build or dependecy version at run time I mean if i have more than one module on project like Module-A, Module-B, those module intern has some submodules, my Module-B dependes one of subModdule-A but different times i need to build Module-B againt different version

Re: Different version of build

2006-03-24 Thread raghurajan . x . gurunathan
Thanks for your reploy But this is what exactly i'm trying,i meant i had in depedency management like if i have project structure Project |Module-A |subModule-A -pom.xml - pom.xml |Module-B |subModule-B

Passing Version number thru properties in depdency section

2006-03-22 Thread raghurajan . x . gurunathan
Hi All, As i'm not getting much reponse on my earlier post, here i'm posting again the same question i already tried 1. Passing proj.version thru system property as -Dproj.version 2. First did mvn install on Module-A then tried I have some weird problem in may be pom inheritance This is

weird problem in

2006-03-21 Thread raghurajan . x . gurunathan
Hi All, I have some weird problem in may be pom inheritance This is what my dirctory structure Project Module A SubModule-A |-pom.xml |-pom.xml Module B SubModule-B |- pom.xml |-pom.xml |-pom.xml lets

Re: weird problem in

2006-03-21 Thread raghurajan . x . gurunathan
No Space it just ModuleA Thanks, Raghu Eric Redmond [EMAIL PROTECTED] 03/21/2006 02:21 PM Please respond to Maven Users List To: Maven Users List users@maven.apache.org cc: Subject:Re: weird problem in Do you really have a space in your

Re: weird problem in

2006-03-21 Thread raghurajan . x . gurunathan
But when i ran deploy in maven life cycle it dows the install first and then continious to deploy right? In that case why do i need to do install manually first? Thanks, Raghu Wayne Fay [EMAIL PROTECTED] 03/21/2006 02:46 PM Please respond to Maven Users List To: Maven

Re: weird problem in

2006-03-21 Thread raghurajan . x . gurunathan
I tried by running install first and then deploy still same problem why ${proj.version}from .m2\settings.xml doesn't apply to all artifact Again, its working only when do it from top level ie when i build all artifacts then its working, but not when i want deploy single artifact which has some

Re: Jabber not working

2006-03-14 Thread raghurajan . x . gurunathan
Yes, It just displays error code 0 thats it nothing more Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/14/2006 02:36 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:Re: Jabber not working Without SSL

Re: Jabber not working

2006-03-14 Thread raghurajan . x . gurunathan
OK I tried couple of things 1. I changed something so build would fail(that would change the previous state of build) and my jabber configuration i used it as SSL then i got the error jvm 1| 2006-03-14 17:40:19,385 [Thread-1] ERROR ContinuumNotificationDispatcher - Error while trying to

Re: Maven2 changelog for clearcase

2006-03-14 Thread raghurajan . x . gurunathan
Thanks for your reply, This is what i have in my pom.xml scm connectionscm|clearcase|viewName|path to my config_spec/connection developerConnection/ /scm and if you see the error message i posted i guess it is finding the scm element but instead of cvs, as its seeing clearcase it

Re: Jabber not working

2006-03-13 Thread raghurajan . x . gurunathan
Thanks for your reply, I tried with your new continuum snapshot, i added notification thru continuum admin console, and created a shell project also now i'mgetting jjvm 1| 2006-03-13 12:36:01,978 [Thread-1] ERROR ContinuumNotificationDispatcher - Error while trying to use the jabb

Re: How to add release-info

2006-03-13 Thread raghurajan . x . gurunathan
is there a way to include that maven-metadata.xml into created .ear artifacts? i guess right now its being created on the fly, and stays in repository , but i want to include that xml file into .ear then deploy it to server so later i can directly access this like

Maven2 changelog for clearcase

2006-03-13 Thread raghurajan . x . gurunathan
Hi All, Is there any sample to show how to use changelog plugin with clearcase, When i tried with plugin groupIdorg.codehaus.mojo/groupId artifactIdchangelog-maven-plugin/artifactId version2.0-beta-1/version configuration

Jabber not working

2006-03-10 Thread raghurajan . x . gurunathan
Hi All, I'm using continuum 1.0.3 and added a shell project. then in my pom notifiers i have typejabber/type configuration hostmx.company.com/host port5222/port loginraghu guru/login passwordpassword/password

Re: How to change group name?

2006-03-08 Thread raghurajan . x . gurunathan
i use maven 2.0.2 and continuum 1.0.3 snashot yes i have different name in my all my super pom Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/08/2006 11:10 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:

Re: How to change group name?

2006-03-08 Thread raghurajan . x . gurunathan
Thanks for your reply, But i have different project which has different parent for those also its showing the gropname as same as my first maven project i setup with continuum isn't confusing?? Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/08/2006 02:31 AM Please respond to

Company Logo doesn't appear

2006-03-08 Thread raghurajan . x . gurunathan
Hi, I configured my continuum with my my company name, logo, website address, but continuum doesn't show my company logo, it just displays company name in mozilla browser only not an IE and also when i click on that its not taking me to company website Thanks, Raghu

Re: Company Logo doesn't appear

2006-03-08 Thread raghurajan . x . gurunathan
Thanks much that worked!! but still it doesn't display my company logo?? Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/08/2006 12:39 PM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:Re: Company Logo

EJB Client jar creation

2006-03-07 Thread raghurajan . x . gurunathan
Hi All, When i used ejb plugin to create my client jar its created with all the files from ejb.jar but, i don't want in this way, is there some configuration i could use so my client jar will have only client class files This is what i have in my ejbplugin plugin

Re: Same state, not sending message.

2006-03-03 Thread raghurajan . x . gurunathan
I'm using 1.0.3 SNAPSHOT but i do see the same, is there some configuration i need to change? Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/03/2006 02:04 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:

Re: continuum with clearcase

2006-03-02 Thread raghurajan . x . gurunathan
Thanks for your reply, Yes my working directory for sub modules are empty I just have my scm url only at my parent module like here in my directory structure i have it in Modules,Module A Module B pom.xml so when i added this has maven2 project and pointed the pom url to Modules-pom.url,

Re: maven scm with continuum (Clearcase)

2006-03-01 Thread raghurajan . x . gurunathan
Thanks for your reply.. but what is pb? Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 03/01/2006 03:33 AM Please respond to continuum-users To: continuum-users@maven.apache.org cc: Subject:Re: maven scm with continuum (Clearcase) Do you

continuum with clearcase

2006-03-01 Thread raghurajan . x . gurunathan
Hi All How multi module maven2 project works with continuum(either 1.0.2/1.0.3 Snapshot) and clearcase i have my project in clearcase has Modules + Module A +SubModuleA -pom.xml +SubModuleB -pom.xml -pom.xml + Module B

RE: Error in deploy:deploy-file

2006-02-27 Thread raghurajan . x . gurunathan
Any one had this problem earlier i still have the same issue i can manually login as my ftp user and create ,delete directories there, i also tried use the same command line deploy within that unix box itself, also tried it from my desktop(win) but both the case it throws error C:mvn -X -P

Error in deploy:deploy-file

2006-02-24 Thread raghurajan . x . gurunathan
Hi All, I'm trying to deploy some 3rd party jars to my remote repository i'm trying to do this from my desktop(windows) to my server Unix so from my desktop command line i used C:mvn -X -P UnixServ deploy:deploy-file -DgroupId=weblogic -DartifactId=ejbgen

  1   2   >