RE: Running Maven commands with CRON

2007-07-20 Thread Sommers, Elizabeth
, July 20, 2007 2:30 PM To: Maven Users List Subject: Running Maven commands with CRON Hello, I'm trying to run the following script with CRON: # set up some environment vars to make things more readable . /home/maven/metalink3/setupVars.sh /u02/webapps/orihttp/apache/maven-2.0.4/bin/mvn

Re: Running Maven commands with CRON

2007-07-20 Thread Mike Ward
Message- From: Chris Russell [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 2:30 PM To: Maven Users List Subject: Running Maven commands with CRON Hello, I'm trying to run the following script with CRON: # set up some environment vars to make things more readable . /home/maven/metalink3

Problem when running Maven from Eclipse/RAD with the Maven2 eclipse plugin

2007-06-16 Thread Olivier Dehon
Hello, I have come across a bizarre issue using the Maven2 eclipse plugin 0.0.10. When I run the install goal on my project's POM from eclipse right-click menu, maven fails to download the JAR of one of the dependencies from the remote central repository. It downloads the dependency POM file,

Re: Problem when running Maven from Eclipse/RAD with the Maven2 eclipse plugin

2007-06-16 Thread Jason van Zyl
Wrong list, the discussion is here: http://xircles.codehaus.org/projects/m2eclipse/lists On 16 Jun 07, at 4:54 AM 16 Jun 07, Olivier Dehon wrote: Hello, I have come across a bizarre issue using the Maven2 eclipse plugin 0.0.10. When I run the install goal on my project's POM from eclipse

Re: [M2] Running maven avoing checking the existence of pom file in the local repository

2007-06-06 Thread Jo Vandermeeren
Hi Roberto, If you define a dependency (or it gets pulled in transitively), your build will fail if it is not available. It is needed to correctly build your project. Tricking maven into thinking that it is not needed will usually result in a corrupt build. If you really don't need the

Re: [M2] Running maven avoing checking the existence of pom file in the local repository

2007-06-06 Thread Roberto UserList
Hi Jo! I think I was not clear enough. I configured in the pom.xml of my project all necessary dependencies, but, there is no correpondent .pom file for every .jar file in the local repository. Maven was able to ignore the absence of this .pom files when I executed it some monthes ago. But,

[M2] Running maven avoing checking the existence of pom file in the local repository

2007-06-05 Thread Roberto UserList
Hi all! I've been facing a problem when I run maven in the production environment, and it tries to load drools-core-3.0.2.pom pom file from local repository. My production environment is isolated from Internet, so It cannot access Ibiblio or any other remote repository and, in my local repository

Re: [M2] profile repositories not defined when running maven in an empty directory

2007-03-16 Thread Thorsten Heit
Hi, When i run maven with some repositories defined in a profile in settings. And call maven in an empty directory, the only repo i grab is central. Sound like the question I posted a couple of days ago (Maven ignoring Artifactory proxy settings?; see

[M2] profile repositories not defined when running maven in an empty directory

2007-03-15 Thread Raphaël Piéroni
Hi, When i run maven with some repositories defined in a profile in settings. And call maven in an empty directory, the only repo i grab is central. Is there an alternative way than ${project.remoteArtifactRepositories} to grab the repos ? Should i fill a jira ? Regards, Raphaël

Re: [M2] profile repositories not defined when running maven in an empty directory

2007-03-15 Thread Wayne Fay
Seems like Maven should use all the repos defined in the profile, assuming you activated it properly. Sounds like a bug to me, too. Fairly simple to make a test case so make sure you do that and include it with the jira. Wayne On 3/15/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: Hi, When i

Re: [M2] profile repositories not defined when running maven in an empty directory

2007-03-15 Thread Raphaël Piéroni
is this a correct test case ? 1. create a settings file with a profile setting somealternative repo with activation by default 2. create a sample mojo with only ${project.remoteArtifactRepositories} which fails if it doesn't find the defined repoin it. An alternative test could be activate by

Running Maven 2 reports

2006-11-14 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it possible to run Maven 2 reports, like pmd, for example, outside of the site generation phase? For example, if I want to create a report without associating it with any site, can I do this? If so, how can I do this? Thanks. This message (including any attachments) contains confidential

Re: Running Maven 2 reports

2006-11-14 Thread Alan D. Salewski
On Tue, Nov 14, 2006 at 03:28:31PM -0600, Morgovsky, Alexander (US - Glen Mills) spake thus: Is it possible to run Maven 2 reports, like pmd, for example, outside of the site generation phase? For example, if I want to create a report without associating it with any site, can I do this? If

Running Maven 2.0.4 from behing a firewall

2006-10-12 Thread Peter_S
to the problem. I've installed Maven 2 on my laptop at home, and when turning off the firewall I experience no such problems. What am I doing wrong? -- View this message in context: http://www.nabble.com/Running-Maven-2.0.4-from-behing-a-firewall-tf2429049.html#a6772621 Sent from the Maven - Users

Re: Running Maven 2.0.4 from behing a firewall

2006-10-12 Thread Wayne Fay
off the firewall I experience no such problems. What am I doing wrong? -- View this message in context: http://www.nabble.com/Running-Maven-2.0.4-from-behing-a-firewall-tf2429049.html#a6772621 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Getting error in running maven

2006-09-27 Thread Chris Novak
-error-in-running-maven-tf1442468.html#a6540352 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Running maven from ant

2006-08-24 Thread EJ Ciramella
Currently, our pre-staging/production deployment methods are strictly ant based. With development migrating to m2 for building, we no longer have various stack.property files lying around, everything exists in profiles.xml. So what I'd like to do is use the maven ant tasks as defined here:

Re: Suggestions for running Maven on an airgapped network

2006-08-23 Thread Tamás Cservenák
Hmmm. You took the URL right out of my mouth :) ~t~ On 8/23/06, Eric Redmond [EMAIL PROTECTED] wrote: It sounds like you could use a proxy. Before Tamás has time to reply, take a look at this ;-)

RE: Suggestions for running Maven on an airgapped network

2006-08-23 Thread Chris Hilton
August, 2006 21:32 To: Maven Users List Subject: Re: Suggestions for running Maven on an airgapped network It sounds like you could use a proxy. Before Tamás has time to reply, take a look at this ;-) http://proximity.abstracthorizon.org/ Eric On 8/22/06, Kelly Harward [EMAIL

Suggestions for running Maven on an airgapped network

2006-08-22 Thread Kelly Harward
I am new to Maven and am currently looking at it to help bring order to a handful of related projects that are currently built using Ant. I have been working my way through Better Builds with Maven and trying to digest the information presented there. In section 2.1 (Preparing to Use

Re: Suggestions for running Maven on an airgapped network

2006-08-22 Thread Eric Redmond
It sounds like you could use a proxy. Before Tamás has time to reply, take a look at this ;-) http://proximity.abstracthorizon.org/ Eric On 8/22/06, Kelly Harward [EMAIL PROTECTED] wrote: I am new to Maven and am currently looking at it to help bring order to a handful of related projects

Re: Installing running Maven 2.0.4

2006-06-01 Thread Vikramm
://www.nabble.com/Installing+-+running+Maven+2.0.4-t1713822.html#a4670574 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Installing running Maven 2.0.4

2006-06-01 Thread Wayne Fay
this. Is there alternate way to get this done. Also, the settings.xml file should be kept in ~/.m2/ folder ? Thanks. -- View this message in context: http://www.nabble.com/Installing+-+running+Maven+2.0.4-t1713822.html#a4670574 Sent from the Maven - Users forum at Nabble.com

Installing running Maven 2.0.4

2006-05-31 Thread Vikramm
May 31 19:13:42 EDT 2006 [INFO] Final Memory: 1M/2M [INFO] Pl help me identify the problem how can I correct that. Thanks, Vikram -- View this message in context: http://www.nabble.com/Installing+-+running+Maven+2.0.4

RE: Installing running Maven 2.0.4

2006-05-31 Thread Mike Perham
, 2006 6:50 PM To: users@maven.apache.org Subject: Installing running Maven 2.0.4 Hello, I am using Maven for the first time. I downloaded maven 2.0.4 configured the required environment variables. When I try to run at the command prompt: mvn archetype:create -DgroupId=com.mycompany.app

Re: Installing running Maven 2.0.4

2006-05-31 Thread Alexandre Poitras
transferring file Sounds like a transient network problem. Try again. -Original Message- From: Vikramm [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 6:50 PM To: users@maven.apache.org Subject: Installing running Maven 2.0.4 Hello, I am using Maven for the first time. I

Re: Installing running Maven 2.0.4

2006-05-31 Thread Wayne Fay
: Vikramm [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 6:50 PM To: users@maven.apache.org Subject: Installing running Maven 2.0.4 Hello, I am using Maven for the first time. I downloaded maven 2.0.4 configured the required environment variables. When I try to run at the command

Re: Running maven pmd xdoc says no java files to process

2006-04-21 Thread Dion Gillard
Does the directory you are running 'maven pmd xdoc' from contain java source files? On 4/22/06, Karr, David [EMAIL PROTECTED] wrote: I'm using Maven 1.0.2, and I'm a maven newbie (other people set up the maven infrastructure). I can build the entire project with maven multiproject:install

RE: Running maven pmd xdoc says no java files to process

2006-04-21 Thread Karr, David
files. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Does the directory you are running 'maven pmd xdoc' from contain java source files? On 4/22/06, Karr, David [EMAIL PROTECTED] wrote: I'm using Maven 1.0.2, and I'm a maven newbie (other people set up

Re: Running maven pmd xdoc says no java files to process

2006-04-21 Thread Dion Gillard
finding the Java source files. -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Does the directory you are running 'maven pmd xdoc' from contain java source files? On 4/22/06, Karr, David [EMAIL PROTECTED] wrote: I'm using Maven 1.0.2, and I'm a maven newbie

Getting error in running maven

2006-04-13 Thread Antony Arun D
Hi, I have integerated maven-1.0.2 plugin to IBM Rational Software Development Platform. When I try to run maven from the IDE for a project I am getting the following message. emma:instr: [echo] Performing Emma instrumentation processing instrumentation path ... BUILD FAILED File..

Re: Getting error in running maven

2006-04-13 Thread Arnaud HERITIER
Did you take a look at the security policy used in the JRE/JDK used for the IDE. There's certainly a custom constraint which block you. arnaud On 13 Apr 2006 06:34:34 -, Antony Arun D [EMAIL PROTECTED] wrote: Hi, I have integerated maven-1.0.2 plugin to IBM Rational Software Development

running maven in eclipse using embedder

2005-12-15 Thread Nitko2
Hi, I managed to start maven inside eclipse using maven embedder, but I can't force embedder to use plugins which are also imported in eclipse. If I add eclipse project containing maven plugin in classpath I get an error: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error

[m2] NullPointerException running maven package

2005-11-07 Thread Michael McCrann
Hi, Has anyone seen the NullPointerException, below, before? I have searched for it in Nabble, but I can't find any references to it. Michael McCrann [INFO] [surefire:test] [INFO] Setting reports dir: c:\maven_projects\myhome\target\checkout\target/surefire-reports [INFO]

Re: [m2] NullPointerException running maven package

2005-11-07 Thread Brett Porter
Fixed in SVN. (There is another problem it is trying to report, but the cause was unknown). - Brett On 11/8/05, Michael McCrann [EMAIL PROTECTED] wrote: Hi, Has anyone seen the NullPointerException, below, before? I have searched for it in Nabble, but I can't find any references to it.

Running maven torque fails

2005-09-04 Thread Gary Baranzini
Hi, I just installed torque and maven and I'm running maven against a torque generated schema, under Win XP Pro. I'm getting the following error. --- __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects

Re: Running maven torque fails

2005-09-04 Thread Arnaud HERITIER
Do you know if this plugin is compatible with maven 1.1 ? Maven 1.1 doesn't include xerces anymore. Arnaud On 9/4/05, Gary Baranzini [EMAIL PROTECTED] wrote: Hi, I just installed torque and maven and I'm running maven against a torque generated schema, under Win XP Pro. I'm getting

RE: Running maven torque fails

2005-09-04 Thread Gary Baranzini
I installed maven 1.0.2 and all works correctly. gary -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Sunday, September 04, 2005 2:52 PM To: Maven Users List Subject: Re: Running maven torque fails Do you know if this plugin is compatible with maven 1.1 ? Maven

Error when running maven-jdepend-report

2005-06-27 Thread Dário Luís Coneglian Oliveros
Hi there. I just installed maven 1.1 beta 1, but I am having a problem when running the jdepend report. I have no clue what could be the cause, since it was working on 1.0.2. Please find below the exception I am getting: Caught exception evaluating: [EMAIL PROTECTED] Reason:

Error while running maven

2005-03-29 Thread Dinesh Pandey
Hi, I am getting the following error when I try to call any maven plugin (e.g maven java:compile). Could someone please help in resolving this? ___ [MethodExpression] Cannot evaluate expression

Re: Error while running maven

2005-03-29 Thread Kenney Westerhof
On Tue, 29 Mar 2005, Dinesh Pandey wrote: Hi, I am getting the following error when I try to call any maven plugin (e.g maven java:compile). Could someone please help in resolving this? Your repository value in your project.xml is malformed. See near the bottom of the stacktrace:

RE: Error while running maven

2005-03-29 Thread GOKULAM Jayaram
@maven.apache.org' Subject: Error while running maven Hi, I am getting the following error when I try to call any maven plugin (e.g maven java:compile). Could someone please help in resolving

running maven

2005-02-17 Thread bahaa Nasrallah
Hi, On my project i have a maven.xml file and project.xml file. when i run maven in the command line it doesn't compile the src files that are specified under sourceDirectory in the project.xml. it only runs the goals specified in maven.xml. when i run maven site:generate in the command line

Re: running maven

2005-02-17 Thread Rick Mangi
maven java:compile to run a goal in maven.xml: maven goal Read the docs on the website for more information. On Feb 17, 2005, at 8:22 AM, bahaa Nasrallah wrote: Hi, On my project i have a maven.xml file and project.xml file. when i run maven in the command line it doesn't compile the src files

Re: running maven

2005-02-17 Thread Thomas_Perry
bahaa Nasrallah [EMAIL PROTECTED] wrote on 02/17/2005 08:22:30 AM: Hi, On my project i have a maven.xml file and project.xml file. when i run maven in the command line it doesn't compile the src files that are specified under sourceDirectory in the project.xml. it only runs the

Re: maven-tasklist-plugin error while running maven site

2004-12-21 Thread Charles N. Harvey III
Hello. I am still trying to run maven site and it fails at the tasklist plugin each and every time. I have tried to run just the tasklist plugin with maven tasklist and it fails. Now, someone else in the office has it installed locally (instead of on our development machine) and it works fine.

Re: maven-tasklist-plugin error while running maven site

2004-12-21 Thread Brett Porter
Not really a solution, but the quickest path to getting it fixed would be to remove your local repository and plugin cache. Debugging it, since it can't be reproduced, will unfortunately mean digging through the velocity source to find out what it is trying to load there and failing to do so. -

Re: maven-tasklist-plugin error while running maven site

2004-12-21 Thread Charles N. Harvey III
I was really hoping it wasn't something in my repository. But it clearly was. I wiped it out and ran it, and it ran fine. D'oh! Thanks for the help on that. I guess I needed the push to wipe the repository. Charlie Brett Porter said the following on 12/21/2004 5:17 PM: Not really a solution,

RE: maven-tasklist-plugin error while running maven site

2004-12-12 Thread Glasman, AdiX
I would like to use maven in C CPP environment. Maven is a suitable \ Ready for use in java environment. What about other environments? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

maven-tasklist-plugin error while running maven site

2004-12-10 Thread Charles N. Harvey III
Hello. I have 1.0.2 and my build fails when I try to run maven site. My jar file is created, along with javadocs and xref files. But the whole thing comes to a stop when doing the tasklist stuff. ---

newbie error when running maven java:compile

2004-11-03 Thread Duncan Krebs
) at java.lang.reflect.Method.invoke(Method.java:324) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) You have encountered an unknown error running Maven. Please help us to corre this problem by following these simple steps: - read the Maven

Re: newbie error when running maven java:compile

2004-11-03 Thread Craig S . Cottingham
On Nov 3, 2004, at 15:14, Duncan Krebs wrote: Hi, I've ran into a road block with the following error below. I think it has something to do with my project.xml file but the error is not pointed to anything specific. Below is the error that I'm getting and further below is the project file I'm

Re: newbie error when running maven java:compile

2004-11-03 Thread Duncan Krebs
Craig thanks that was the problem. - dkrebs - Original Message - From: Craig S. Cottingham [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 3:15 PM Subject: Re: newbie error when running maven java:compile On Nov 3, 2004, at 15:14, Duncan

Error running maven: The prefix ant for element ant:ant is not bound.

2004-08-02 Thread Stijn de Witt
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) You have encountered an unknown error running Maven. Please help us to correct

Re: Error running maven: The prefix ant for element ant:ant is not bound.

2004-08-02 Thread Peter Nabbefeld
) at com.werken.forehead.Forehead.main(Forehead.java:581) You have encountered an unknown error running Maven. Please help us to correct this problem by following these simple steps: - read the Maven FAQ at http://maven.apache.org/faq.html - run the same command again with the '-e' parameter, eg maven -e

Re: Error running maven: The prefix ant for element ant:ant is not bound.

2004-08-02 Thread Stijn de Witt
Thanks Peter, that did the trick! - Original Message - From: Peter Nabbefeld [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 02, 2004 1:03 PM Subject: Re: Error running maven: The prefix ant for element ant:ant is not bound. Hello, You haven't defined the ant namespace

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-14 Thread Erik Husby
Well, it is obviously a bug in the Alpha JVM. The default JVM is the fast one which is known to have some problems with native code (ie. the code that access the file system to find jars and other useful things). So by setting MAVEN_OPTS to -Xmx256mb -classic, I can force the JVM into classic

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-14 Thread Erik Husby
I was premature in my report. Maven still doesn't run on Alpha. I've tracked the problem down to the maven-xdoc-plugin-1.4/plugin.jelly when it tries to register a report using the attainGoal name=${report}:register I suspect the problem is something similar to junit class loading issue

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-09 Thread Erik Husby
What version of the JVM were you using? I've currently using 1.4.1-1 but I believe I have access to other versions which I will be trying today and reporting on. I don't have the option to move to Linux for this process. Jake Ewerdt wrote: I had exactly the same problem with Maven (1.0-rc1)

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-09 Thread Jake Ewerdt
The 1.3.1 version included with Tru64 in the /usr/java1.3 directory. java version 1.3.1 Java(TM) 2 Runtime Environment, Standard Edition Fast VM (build 1.3.1-6, native threads, mixed mode, precompiled rt.jar, 07/14/2003-13:20) On Friday 09 January 2004 09:18 am, Erik Husby wrote: What version

Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-08 Thread Erik Husby
I've installed Maven-1.0-RC1 on my Windows XP system and my Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650); Using a shared drive, if I build the project on the Windows XP system, it works fine. But if I build, using the same set of files on the Unix box, Maven fails to load the JUnitTask as

Re: Problem running Maven on an Alpha using Compaq Tru64 UNIX V5.1B (Rev. 2650)

2004-01-08 Thread Jake Ewerdt
I had exactly the same problem with Maven (1.0-rc1) and Tru64. I could run all ant tasks but no ant-optional tasks (junit, chown, replaceregexp, ...). I tried with ant 1.5.4 and 1.6. Spent a day or so trying to get it to work, and eventually gave up and moved everything over to Linux where

Update Eclipse .classpath after running maven eclipse

2003-12-17 Thread Yoway . Buorn
One of our guys here was working on a project in Eclipse while I was mavenizing the dependencies and running maven eclipse to update .classpath. When I was done, I asked him to update his project so that he could get the new .classpath and be on his way. Unfortunately, CVS came back

Re: Update Eclipse .classpath after running maven eclipse

2003-12-17 Thread Jeffrey Bonevich
) - this can be dangerous if you do not know CVS well jeff [EMAIL PROTECTED] wrote: One of our guys here was working on a project in Eclipse while I was mavenizing the dependencies and running maven eclipse to update .classpath. When I was done, I asked him to update his project so that he could get

Running maven from Ant ?

2003-07-02 Thread Paul Libbrecht
Hi List, Running maven is still pretty slow for me as I have to launch the command-line everytime. It would be nifty to be able to run maven within an ant task, I could then simply input this within the jEdit Ant-runner, running in the same VM, which, when equipped with a rich enough

Re: Running maven from Ant ?

2003-07-02 Thread Martin Skopp
On Wed, 2003-07-02 at 11:46, Paul Libbrecht wrote: Running maven is still pretty slow for me as I have to launch the command-line everytime. It would be nifty to be able to run maven within an ant task, I could then simply input this within the jEdit Ant-runner, running in the same VM

Re: Running maven from Ant ?

2003-07-02 Thread Nicolas . CHALUMEAU
Any Maven integration within some IDEs ? With JBuilder. It is not an integration but you can place yours maven's goal in the tools menu with the tool configuration. Create an new tool for each goal (exemple for java:compile): Program : C:\projet-maven\socle\maven-call.bat Param : java:compile

RE: Running maven from Ant ?

2003-07-02 Thread Christian Goos
] Sent: Mittwoch, 2. Juli 2003 11:47 To: Maven Users List Subject: Running maven from Ant ? Hi List, Running maven is still pretty slow for me as I have to launch the command-line everytime. It would be nifty to be able to run maven within an ant task, I could then simply input

Re: Running maven from Ant ?

2003-07-02 Thread Paul Libbrecht
point. (I have to agree I never found it easy to do it in ant). Paul On Mercredi, juil 2, 2003, at 12:07 Europe/Paris, Martin Skopp wrote: On Wed, 2003-07-02 at 11:46, Paul Libbrecht wrote: Running maven is still pretty slow for me as I have to launch the command-line everytime. It would

Re: Running maven from Ant ?

2003-07-02 Thread dion
Martin Skopp [EMAIL PROTECTED] wrote on 02/07/2003 08:07:42 PM: Any hope ? Any Maven integration within some IDEs ? There's http://sourceforge.net/projects/mevenide but it looks stalled... Is that projetc dead, Dion? Nope, it's not dead. cheers, -- Martin Skopp Riege Software

Re: Error while running Maven first time

2003-06-29 Thread dion
Do you have a project.xml file? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Pritesh [EMAIL PROTECTED] wrote on 27/06/2003 11:22:31 PM: Hi all, I had jus downloaded maven-1.0-beta-9 and set the classpath

<    1   2