Re: jar and war together

2006-10-09 Thread neeraj daffodil
i have simple pom which contain only one source and of this source i want to make war and jar means 1) i have one source and genrate jar and war of same source my pom is like project modelVersion4.0.0/modelVersion groupIdcom.daffodilwoods.framework/groupId artifactIddakwar/artifactId

Re: har plugin

2006-10-09 Thread neeraj daffodil
Thanks Wayne fay On 10/9/06, Wayne Fay [EMAIL PROTECTED] wrote: I know there's work underway on a JBoss Maven plugin, which will support HAR files along with other types, but I don't know much about it to be honest... Search the archives and you should find several discussions on the subject.

Re: War without lib and classes maven 2.0.4

2006-10-07 Thread neeraj daffodil
hi dan ,marco i already tried the package level but it did not work for me yes you are right that i have to insert it before war build but where i do not know in maven 1.X i did it calling prerequest=war:web then make my war but here in maven 2.X i did not find any kind of that

Re: ANT in maven 2.X

2006-10-04 Thread neeraj daffodil
hi Wayne Thanks for your link Actully i am not geeting any ant error ,maven should have to give the error if we are wrong yes you are right that i have wrong syntex but still maven show build succesfully i am not able to understand why this is happening and still in delima how i call ant task

Ant Maven 1.0.2 FTP

2006-09-07 Thread neeraj daffodil
Hi all i am using ant build file to transfer the file to remote ftp server and i am able to do ,but if i try to call the build file in maven it show error but before this i called the ant file in my maven 1.0.2 maven.xml file and that time it work by following project xmlns:ant=jelly:ant

FTP deployment of ear in maven1.0.2

2006-09-07 Thread neeraj daffodil
hi all i want to deploy the ear file in remote ftp server by using following code in maven.xml goal name=ftpcopy ftp server=203.187.242.74 userid=neeraj password=hrhk fileset dir=C:\Program Files\xampp\htdocs\repository\com.daffodil.dak.gwt\ears include name=**/*.ear/ /fileset

Re: snapshot - maven 1.0.2

2006-09-02 Thread neeraj daffodil
/using/managing-dependencies.html -Original Message- From: neeraj daffodil [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 1:35 PM To: Maven Users List Subject: Re: snapshot - maven 1.0.2 hi Jeff Jensen thanks to replay ,yes you are write i have to use 1.5 in version but i

snapshot - maven 1.0.2

2006-09-01 Thread neeraj daffodil
hi all i am using maven 1.0.2 and i want to use latest version of jar which are defines in the project.xml , i mean to say that in our remote repository there are 4 to 5 version of jar but i want to use the latest version (i.efrom remote repository only latest version will download but i am

Re: snapshot - maven 1.0.2

2006-09-01 Thread neeraj daffodil
pendency -Original Message- From: neeraj daffodil [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 9:03 AM To: Maven Users List Subject: snapshot - maven 1.0.2 hi all i am using maven 1.0.2 and i want to use latest version of jar which are defines in the project.xml , i

GWT ,maven 1.0.2 solution

2006-08-31 Thread neeraj daffodil
hi all when we were using the old jar of gwt then the gwt plugin for maven work fine and the war file genrates by the plugin was ok but now we started using the gwt new jar and now the war file which is made by maven 1.0.2 using gwt war plugin is not working properly 1.e now no pages are

multiproject plugin

2006-08-23 Thread neeraj daffodil
hi all i am building multiproject through maven 1.0.2 with the help of maven:recator by defining the following in maven.xml maven:reactor basedir=${basedir} includes=**/project.xml goals=clean:clean,war:deploy,jar:deploy,ear:deploy banner=Building ignoreFailures=false / it is

Re: download from internal repository

2006-08-06 Thread neeraj daffodil
you've specified the remote repository on both correctly, etc. On 8/5/06, neeraj daffodil [EMAIL PROTECTED] wrote: hi can any one tell me the solution of following problem i am able to download the dependency from the internal repository if i am working in the same m/c ,i used http protocol

download from internal repository

2006-08-05 Thread neeraj daffodil
hi can any one tell me the solution of following problem i am able to download the dependency from the internal repository if i am working in the same m/c ,i used http protocol like http://mylocalrepository/repository to download the dependency but when i sited in another m/c i am unable to

Re: Add an other sources and classpath folder

2006-08-05 Thread neeraj daffodil
hi can any one give ans of my query i am able to download the dependency of my project from my internal repository (http://myinternalserver/repository) if i am sited in the same m/c but when i am sited and working from other m/c then i am unable to download the dependency it show unable to

Re: download from internal repository

2006-08-05 Thread neeraj daffodil
hi sorry i used abbrivation here m/c means my computer .do u have any ideya about my problem On 8/5/06, Wayne Fay [EMAIL PROTECTED] wrote: What is an m/c?? Wayne On 8/5/06, neeraj daffodil [EMAIL PROTECTED] wrote: hi can any one tell me the solution of following problem i am able

Re: Corporate Environment Problems

2006-08-04 Thread neeraj daffodil
it easy ,the maven2.0 have different structure than maven1.0 so if u want to make internal repository then use ftp server and in setting .xml write the url of your local repository like urlftp://yourserverdomain:portno/ and in your repository section of pom.xml write about ur ftp server to set

Any help regarding remote deployment it urget

2006-08-03 Thread neeraj daffodil
hi all i am useing tomcate plugin to deploy the war file in remote server but when ever i gave any command it give the following error war:init: tomcat:init: [echo] Found context file C:\workcruise\googlemultiprojectcheckoutnew\GWTFrameworkNewTestMaven\framework_gwtMaven\framwork_g

Re: Problem with scm:changelog

2006-08-02 Thread neeraj daffodil
use scm:checkout-project goal to checkout and also define scm.cvs.module=your module name in your repository write in ur project.properties file On 8/2/06, eman forever [EMAIL PROTECTED] wrote: Hi everyone .. I am a newbie to maven .. I've been using the scm api and it seems that it's

Re: Unable to deploy to remote repository

2006-08-02 Thread neeraj daffodil
we also understand that we canot deploy directly in webapps but i want to know than why tomcat and jboss plugin is there? On 8/2/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: Even if it's urgent for you, it's not the case for me. And it's the problem of the OSS. In theory you'll have a better

problem getting Remote deployment

2006-07-31 Thread neeraj daffodil
hi i am getting problem in deployment we can able to deploy in local server9i just write one goal and copy the war file in our tomcat webapp directory but while in case of remote directory i am unable to do this since the plugin i got for tomcat deployment it not working (i got it from