how can we configure a jar project?

2007-07-24 Thread Kiran Kodlady
it for a jar module all dependency jars are refereed from local referository.. where as for a war project, jars will be stacked inside lib folder to help during runtime. Could u plz let me know, is there any similiar kind of options in Maven2. Thanks a lot in advance.. Kiran Kodlady

Re: Maven: Creating a JAR in a WAR in an EAR

2007-07-24 Thread Kiran Kodlady
/web.xml/webXml /configuration /plugin /plugins consider helper classes as a jar module and build this module ahead of war module. Let me know if there are anything i can help u out.. - kiran kodlady Vaidya

Re: any tag for customized path ejb-jar.xml?

2007-07-23 Thread Kiran Kodlady
ur reply, Kiran Kodlady dennisl-2 wrote: Kiran Kodlady wrote: Hello, can anyone tell me - is there any tag for customized path for ejb-jar.xml?? Default value is - src/main/resources/META-INF.. Thanks in advance, Kiran Kodlady What are you trying to do? Which plugin do you

how to configure projects using maven2

2007-07-23 Thread Kiran Kodlady
it for a jar module all dependency jars are refereed from local referository.. where as for a war project, jars will be stacked inside lib folder to help during runtime. Could u plz let me know, is there any similiar kind of options in Maven2. Thanks a lot in advance.. Kiran Kodlady. -- View

RE: Maven: Unable to create a WAR package due to web.xml

2007-07-23 Thread Kiran Kodlady
/plugin -- Kiran Kodlady Vaidya, Supriya A (US - Chicago) wrote: Thanks Patrick! I included the following in my pom.xml, and now I can work with the 'web' directory - plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin

any tag for customized path ejb-jar.xml?

2007-07-22 Thread Kiran Kodlady
Hello, can anyone tell me - is there any tag for customized path for ejb-jar.xml?? Default value is - src/main/resources/META-INF.. Thanks in advance, Kiran Kodlady -- View this message in context: http://www.nabble.com/any-tag-for-customized-path-ejb-jar.xml--tf4127679s177.html

how to run both Maven1 Maven2 in a single machine..

2007-06-22 Thread Kiran Kodlady
Hey.. can we run both MAven1 maven2 in a single machine?? If yes, could u plz tell me how can we set MAVEN_HOME for both versions.. ANy suggestion is highly appreciated... -Kiran Kodlady -- View this message in context: http://www.nabble.com/how-to-run-both-Maven1---Maven2-in-a-single

tag for customized path to META-INF/ejb-jar.xml

2007-06-15 Thread Kiran Kodlady
Hello, can anyone tell me - is there any tag for customized path for ejb-jar.xml?? Default value is - src/main/resources/META-INF.. Thanks in advance, Kiran Kodlady -- View this message in context: http://www.nabble.com/tag-for-customized-path-to-%22META-INF-ejb-jar.xml%22-tf3927844s177

how to give change the path for jars in manifest.mf file in ejb.project

2007-06-15 Thread Kiran Kodlady
file as lib/xyz.jar. Thanks a lot in advance.. Kiran Kodlady. -- View this message in context: http://www.nabble.com/how-to-give-change-the-path-for-jars-in-%22manifest.mf-%22-file-in-ejb.project-tf3927894s177.html#a11139534 Sent from the Maven - Users mailing list archive at Nabble.com

Re: AW: remote/home interfaces not creating up..

2007-06-13 Thread Kiran Kodlady
Thanks for response.. but i am into migration of existing ant scripts to Maven scripts. So Using xdoclet i all classes is not achievable.. Could u suggest me any alternative step for creating home/remote interfaces Thanks, Kiran Kodlady Jens Hohl wrote: For this you should use XDoclet

remote/home interfaces not creating up..

2007-06-12 Thread Kiran Kodlady
Hello all, When i ran mvn ejb:ejb its just packages my class files into jar without creating any remote/home interfaces!!! my understanding on this plugin is it should create those interfaces am i wrong? If not could u plz sugest me what needs to be done to solve this err... Thanks, Kiran

Problem while creating deployment code RMIC code during ejb build

2007-06-11 Thread Kiran Kodlady
-jar.xml in pom.xml ? Could u plz help in solving this problem ?? Thanks alot in advance Kiran Kodlady -- View this message in context: http://www.nabble.com/Problem-while-creating-deployment-code---RMIC-code-during-ejb-build-tf3900404s177.html#a11057315 Sent from the Maven - Users mailing

Problem with creating deployment code RMIC code during ejb build

2007-06-08 Thread Kiran Kodlady
in pom.xml ? Could u plz help in solving this problem ?? Thanks alot in advance Kiran Kodlady -- View this message in context: http://www.nabble.com/Problem-with-creating-deployment-code---RMIC-code-during-ejb-build-tf3889218s177.html#a11024762 Sent from the Maven - Users mailing list

Maven Error - is duplicated in the reactor

2007-05-30 Thread Kiran Kodlady
Hello all, Maven complains when a pom has children with identical groupId:artifactId with the following message: INFO] Project 'com.xyzis duplicated in the reactor. Can somebody tell me is there any solutin for this?? Thanks, Kiran kodlady -- View this message in context: http

How to disable downloading of .pom from central repository.

2007-05-29 Thread Kiran Kodlady
Hello, can somebody tell me what are the settings need to be done to disable downloading .pom files from central repository. Thanks in advance, Kiran Kodlady -- View this message in context: http://www.nabble.com/How-to-disable-downloading-of-.pom-from-central-repository.-tf3832114s177

Bundling a particular set of files(Environment) inside War project

2007-05-27 Thread Kiran Kodlady
of files among IST, UAT or PRD. Hope u got my question. I need to pass this parameter(IST,UAT or PRD) during runtime of build creation. Thanks, Kiran Kodlady -- View this message in context: http://www.nabble.com/Bundling-a-particular-set-of-files%28Environment%29-inside-War-project

Problem with filtering files from a specific folder inside War project

2007-05-25 Thread Kiran Kodlady
need to be done to achieve this ? Thanks, Kiran kodlady -- View this message in context: http://www.nabble.com/Problem-with-filtering-files-from-a-specific-folder-inside-War-project-tf3815206s177.html#a10800128 Sent from the Maven - Users mailing list archive at Nabble.com

how to change the dependency reading order in maven 2.0.6

2007-05-21 Thread Kiran Kodlady
hello...all, I got some interesting question here.. At our project specific remote repository , below mentioned structure has been followed for storing a particular jar : es-core--jars--es-asynchronous-4.0.8 But latest maven 2.0.6 requires above given jar should be placed in a different way

Re: how to change the dependency reading order in maven 2.0.6

2007-05-21 Thread Kiran Kodlady
On 5/21/07, Kiran Kodlady [EMAIL PROTECTED] wrote: hello...all, I got some interesting question here.. At our project specific remote repository , below mentioned structure has been followed for storing a particular jar : es-core--jars--es-asynchronous-4.0.8 But latest maven 2.0.6 requires

Problem with downloading project specific jars from remote repository. plz help

2007-05-07 Thread Kiran Kodlady
] [INFO] For more information, run Maven with the -e switch [INFO] [INFO] Total time: 4 seconds [INFO] Finished at: Mon May 07 20:20:08 GMT+05:30 2007 [INFO] Final Memory: 3M/6M Thanks, Kiran Kodlady -- View

problem with war plugin

2007-05-07 Thread Kiran Kodlady
hey.. cud u plz help me in solving this error.. The plugin 'org.apache.maven.plugins:maven-war-plugin' does not exist or no valid version could be found Thanks, KK -- View this message in context: http://www.nabble.com/problem-with-war-plugin-tf3707831s177.html#a10370291 Sent from the Maven

How to add project specific dependencies

2007-05-03 Thread Kiran Kodlady
Hello, I got struck while doing migration of maven 1.0.2 to maven 2.0.6. In maven 1.0.2 we had a file called build.properties, which consists of paths for both remote as well as local repositories. But in maven 2.0.6 i am unable to find any corresponding file which holds these values. Can