Re: Default dir fo site src

2006-07-21 Thread Vinay Kumar
src try siteDirectory/path/to/site/dir/siteDirectory -Tim Vinay Kumar schrieb: Hi All, Can someone please tell me how we can change default site source directory where we can place our site.xml . I look super pom given in BBWM , there is implemention for site output directory

Re: Default dir fo site src

2006-07-21 Thread Vinay Kumar
this but doesn't work. how we can put these in dependencies . In dependencies we put jars on which our project depend. Thanks Vinay - Original Message From: dcabasson [EMAIL PROTECTED] To: users@maven.apache.org Sent: Friday, 21 July, 2006 3:39:46 PM Subject: Re: Default dir fo site src Vinay

Default dir fo site src

2006-07-20 Thread Vinay Kumar
Hi All, Can someone please tell me how we can change default site source directory where we can place our site.xml . I look super pom given in BBWM , there is implemention for site output directory but nothing for site src directory. Thanks Vinay

issue with multimodule

2006-07-17 Thread Vinay Kumar
Hi All, I have Multi-module project. When I upload parent pom , it loads all module properly. and on doing build with parent pom one of module built successfully. But other module and parent module are not. When I see result of submodule build it shows:

Re: svn failed

2006-07-14 Thread Vinay Kumar
: Friday, 14 July, 2006 6:26:14 PM Subject: Re: svn failed Can you send more logs? Do you have svn installed on your machine? Emmanuel Vinay Kumar a écrit : Hi All, I just installed continuum yesterday . When I am doing build using continuum svn command failing : jvm 1| 2006-07-14 16:18

How to change default checkout Dir

2006-07-06 Thread Vinay Kumar
Hi All, When we do checkout using mvn scm:checkout ,everything gets checkout on directory Working Dir/Checkout .Anyone has idea how i can change this default checkout directory. I am able to set working directory as i want but within that a folder named checkout created and everything gets

RE:Build process

2006-07-05 Thread Vinay Kumar
Hi, I am still not able to checkout .when I am trying to checkout using command mvn scm:checkout then it throws error: 'svn' is not recognized as an internal or external command. I am using TortoiseSVN and putting bin directory of this doesn't resolves problem. my pom contains: ...

Build process

2006-07-04 Thread Vinay Kumar
Hi All, In my Directory structure is like: Mainproject folder A, within A their are two more subproject folder B and C. project B depends on project C. I have written individual pom file for subproject B and subproject C which install and deploy B and C when I run mvn install from dir B and

Re: Build process

2006-07-04 Thread Vinay Kumar
PROTECTED] To: Maven Users List users@maven.apache.org; Vinay Kumar [EMAIL PROTECTED] Sent: Tuesday, 4 July, 2006 2:50:32 PM Subject: Re: Build process Look at making a pom for folder A that is of packaging type pom and then list your projects in build order in the modules tag. Once that is setup

Deployment problem with Jboss

2006-06-27 Thread Vinay Kumar
Hi All, When I am deploying my application with Jboss Application Server , After starting Jboss Containers it stuck and in log in giving following warning: = 13:42:28,166 INFO [Log4jService$URLWatchTimerTask] Configuring from URL:

installing jars on local repo from internal repository

2006-06-22 Thread Vinay Kumar
Hi All, We have jars for our application in internal repository. How I can update pom.xml to install that jar on my local repository. We need to install that in my local repository as jar checked in internal repository dont have any version extended. Basically our web application have

Re: installing jars on local repo from internal repository

2006-06-22 Thread Vinay Kumar
Will following work: mirror idmaven-proxy/id nameMaven-Proxy Mirror/name urlhttp://10.105.49.175:/repository//url mirrorOfcentral/mirrorOf /mirror - Original Message From: Vinay Kumar [EMAIL PROTECTED] To: users

external jar dependency

2006-06-20 Thread Vinay Kumar
Hi All, I am new to maven 2 and I dont have any working exp on maven2 .Before this I have used ant as build tool. I have an application which requires lots of jar during compilation. I mean It has dependency on those jars. So how I can include dependency for these jars. they dont have any

Re: external jar dependency

2006-06-20 Thread Vinay Kumar
Hi Jo, when I am trying to install our jar by command : mvn install:install-JTKSortSuite_400.jar -DgroupId=JTKSortSuite -DartifactId=JTKSortSuite -Dversion=4.0 -Dfile=C:\branches\testApp\lib -Dpackaging=jar -DgeneratePom=true