Newbee Question

2003-11-09 Thread Rauf, Saleem
Its not possible to specify multiple source directories in your project.xml. However you can add source paths to a project; this is done in any plugin that generates source, eg this snippet from the antlr plugin: You'd put this in your maven.xml. Can some please give me an exampl

NEWBEE Question

2003-11-09 Thread Rauf, Saleem
Hi I am getting following error: C:\mavensporty2g>maven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2-SNAPSHOT Fatal Error [line 8, row 67]: The prefix "i" for element "i:ask" is not bound. An XML error occurred parsi

and and and and Maven maven site:generate Question

2003-11-07 Thread Rauf, Saleem
Hi I am new Maven, I have few questions 1.) Currently I have all my jar files for the code to complie in /sporty2g/distribution/lib, Can copy to /target/classes by doing the following when I run "maven site:generate": /sporty2g/distribution/lib /distribu

java.lang.OutOfMemoryError

2003-11-07 Thread Rauf, Saleem
Hi I am getting java.lang.OutOfMemoryError, see below: BUILD FAILED File.. file:/D:/Documents and Settings/srauf/.maven/plugins/maven-xdoc-plugin-1.4/ Element... x:parse Line.. 101 Column 46 java.lang.OutOfMemoryError Total time: 8 minutes 13 seconds Finished at: Fri Nov 07 17:58:5

RE: Java Doc and Javac Error-- Please help! -- New bee to Maven

2003-11-06 Thread Rauf, Saleem
ably j2ee.jar, which you will have to manually download from Sun and put in your local repository as we are not allowed to distribute it. - Brett > -Original Message----- > From: Rauf, Saleem [mailto:[EMAIL PROTECTED] > Sent: Friday, 7 November 2003 2:48 PM > To: Maven Users List

RE: Java Doc and Javac Error-- Please help! -- New bee to Maven

2003-11-06 Thread Rauf, Saleem
en Users List' Cc: Subject: RE: Java Doc and Javac Error-- Please help! -- New bee to Maven You need to specify dependencies for whatever JAR is providing... import com.azzura.gregari.common.context.*; > -Original

Java Doc and Javac Error-- Please help! -- New bee to Maven

2003-11-06 Thread Rauf, Saleem
Please help, I am getting errors in javadoc, javac: C:\mavensporty2g>maven site:generate __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT site: xdoc:register-reports: maven-checkstyle-plugin:register: maven-chan

statCVS Report

2003-11-06 Thread Rauf, Saleem
Hi All, When use statcvs report I get following error: C:\maven-sample>maven statcvs __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT statcvs:init: statcvs:generate: [echo] fetching cvs logs... [java] St

RE: Maven Intergration Question

2003-11-06 Thread Rauf, Saleem
;-) As to bootstrapping Maven, unless you're building from CVS, it's not an issue. If you are building from CVS, leave the settings alone the first time you build it, then once you have a functioing install, go ahead and change stuff. Nick > -----Original Message- > Fr

Custom doc folder of of documentation Maven produces

2003-11-06 Thread Rauf, Saleem
18:07 > To: Maven Users List > Subject: Re: Maven Intergration Question > > > On Thu, 2003-11-06 at 12:59, Rauf, Saleem wrote: > > Is there is a way to customize target folder maven looks > at. I wanted to > > looked at build folder instead. > > Why do you

RE: Maven Intergration Question

2003-11-06 Thread Rauf, Saleem
;ing to an existing message (and changing the subject) just start a new message to the maven users' list. Sri > -Original Message----- > From: Rauf, Saleem [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2003 1:05 PM > To: Maven Users List > Subject: RE: Maven Intergra

RE: Maven Intergration Question

2003-11-06 Thread Rauf, Saleem
Maven Intergration Question On Thu, 2003-11-06 at 12:59, Rauf, Saleem wrote: > Is there is a way to customize target folder maven looks at. I wanted to > looked at build folder instead. Why do you really want to do this? Most people don't muck with the target/ default. If it

RE: Maven Intergration Question

2003-11-06 Thread Rauf, Saleem
lease start a new thread for new discussions. > -Original Message- > From: Rauf, Saleem [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2003 12:59 PM > To: Maven Users List > Subject: Maven Intergration Question > > > Is there is a way to customize target fo

Maven Intergration Question

2003-11-06 Thread Rauf, Saleem
Is there is a way to customize target folder maven looks at. I wanted to looked at build folder instead. Thanks, -S -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 11:51 AM To: 'Maven Users List' Subject: RE: cactus plugin and overrin

RE: Maven and Cruise Control Intergration

2003-11-05 Thread Rauf, Saleem
eate a new config.xml in the same directory as the project.xml you run it from, so keep a backup :) The project.xml I am referring to is the one you use to build your site. - Brett > -Original Message- > From: Rauf, Saleem [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 November

RE: Maven and Cruise Control Intergration

2003-11-05 Thread Rauf, Saleem
tried it with the most recent version of cruise control. - Brett > -Original Message- > From: Rauf, Saleem [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 November 2003 12:15 PM > To: Maven Users List > Subject: RE: Maven and Cruise Control Intergration > > > Thanks

RE: Maven and Cruise Control Intergration

2003-11-05 Thread Rauf, Saleem
l configuration. I prefer to use maven to build my entire project and just call that from cruise control though. - Brett > -Original Message----- > From: Rauf, Saleem [mailto:[EMAIL PROTECTED] > Sent: Thursday, 6 November 2003 12:08 PM > To: Maven Users List > Subject: Maven a

Maven and Cruise Control Intergration

2003-11-05 Thread Rauf, Saleem
Hi All, Has any one done Maven and Cruise Control Intergration? Currently my Crusie Control does the CVS checkout build, test,junitdoc javadocs, cvs tag version via bootstrap.xml file. All I want to do is use Maven to publish my javadoc, junitdoc, and other type of documentation created by my

RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Rauf, Saleem
RE: Installing Maven WAS: Building Maven Those aren't all errors. Maven.log gives extra information. >From what I can see, it failed to download some dependencies. Are you beinh d a proxy? Can you access www.ibiblio.org/maven regularly? - Brett > -Original Message- > From

RE: Building Maven

2003-11-05 Thread Rauf, Saleem
Hi I actuall followed the following directions for turbine: -- $Id: README.txt,v 1.9 2003/05/02 14:50:00 quintonm Exp $ Turbine Top Level README ---

RE: Installing Maven WAS: Building Maven

2003-11-05 Thread Rauf, Saleem
List' Cc: Subject: Installing Maven WAS: Building Maven Much more information needed. The installation doco is designed to help get started. What did you try, and wht didn't work? > -Original Message- &g

RE: Building Maven

2003-11-05 Thread Rauf, Saleem
Hi All, I am new to Maven, I tired to follow online doc to install it, it didn't work. Can some help me get started. Thanks, Saleem -Original Message- From: Horn, Cameron [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 5:59 PM To: Maven Users List Subject: RE: Building Mave