Re: Newbie question

2006-02-11 Thread Alexandre Poitras
You problably forgot to add a parent reference in your different modules. After that, you just need to run the command in the directory of your parent project, wich has a pom packaging declared, and Maven will figure out the other to compile the different modules. On 2/11/06, Eugeny N Dzhurinsky

Re: Newbie question

2006-02-10 Thread Mang Jun Lau
Hi, Simply have something like this in your pom.xml: project dependencies dependency groupIdsomeGroupId/groupId artifactIdmoduleNameThisModuleIsDependentOn/artifactId version1.0.0/version /dependency /dependencies /project Hope that helps. _Mang Lau Eugeny N

Re: Newbie question

2006-02-10 Thread Mang Jun Lau
respond to Maven Users List users@maven.apache.org To users@maven.apache.org cc Subject Re: Newbie question On Fri, Feb 10, 2006 at 11:06:48AM -0500, Mang Jun Lau wrote: Hi, Simply have something like this in your pom.xml: project dependencies dependency

Re: Newbie question re maven 1.0.2 genapp

2006-01-31 Thread Arnaud HERITIER
Hi On 1/31/06, Hines, John [EMAIL PROTECTED] wrote: When I run maven genapp I get the following error: Attempting to download commons-jelly-tags-interaction-1.0.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags-inte raction-1.0.jar]:

Re: Newbie Question: Where do I find documentation for the Maven 1.0 Weblogic Plugin attributes?

2006-01-12 Thread Lukas Theussl
The m1 weblogic plugin is hosted at Sourceforge: http://maven-plugins.sourceforge.net/maven-weblogic-plugin/ You also might want to try their mailing list. -Lukas Hines, John wrote: I've inherited a maven 1.0.2 build process we use in both development and production of three different

Re: Newbie question: language-dependencies of Maven

2005-09-14 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 First, please post this sort of question to the users@ list in future. I'm CC'ing this message there... We're working to expand Maven into supporting other languages, but our original use cases were Java-centric. This means the potential exists for

Re: newbie question - w3c standards conformity

2005-07-07 Thread Mark Hobson
I noticed these div id's when I tried building a site with maven 1.1-beta-1 - looks like a regression since this didn't happen with maven 1.0.2, but haven't had time to report it.. Mark On 07/07/05, Rick Beton [EMAIL PROTECTED] wrote: Hi all, I'm just checking out Maven for the first time.

RE: newbie question - w3c standards conformity

2005-07-07 Thread Arnaud HERITIER
Hi guys, Yes, it's a bug. Can you open an issue please? We'll fix it before the maven 1.1 final Arnaud -Message d'origine- De : Mark Hobson [mailto:[EMAIL PROTECTED] Envoyé : jeudi 7 juillet 2005 13:23 À : Maven Users List Objet : Re: newbie question - w3c standards conformity

RE: Newbie question

2005-05-08 Thread Lance Semmens
D'oh.. I didn't even think to check if the environment variables were already defined. Cheers, Lance. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 May 2005 5:13 PM To: Lance Semmens Cc: Maven Users List Subject: Re: Newbie question exactly

RE: Newbie question

2005-05-05 Thread vijayakumar.lakshmanan
I think if u give below mentioned property in u r Build.properties then it will work maven.proxy.host = maven.proxy.port = maven.proxy.username = maven.proxy.password = -Original Message- From: Lance Semmens [mailto:[EMAIL PROTECTED] Sent: Thursday, May 05, 2005 12:35 PM To: 'Maven

Re: Newbie question

2005-05-05 Thread Brett Porter
You probably need to configure a proxy: http://maven.apache.org/reference/properties.html#Proxy_Properties On 5/5/05, Lance Semmens [EMAIL PROTECTED] wrote: I'm a Newbie to Maven and can't seem to get started. I've used the windows installer and installed maven. I'm trying to run the quick

RE: Newbie question

2005-05-05 Thread Lance Semmens
should specify for %HOMEDRIVE%%HOMEPATH% in the following statement? install_repo.bat %HOMEDRIVE%%HOMEPATH%\.maven\repository Cheers, Lance. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 May 2005 5:03 PM To: Maven Users List Subject: Re: Newbie question

Re: Newbie question

2005-05-05 Thread Brett Porter
\repository Cheers, Lance. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 May 2005 5:03 PM To: Maven Users List Subject: Re: Newbie question Importance: Low You probably need to configure a proxy: http://maven.apache.org/reference/properties.html

Re: Newbie question

2005-05-05 Thread Thomas Van de Velde
Hi Lance, When you fixed your proxy problem, Maven has automatically downloaded the log4j library you've defined in project.xml from a central repository on the Internet and copied it on your local hard drive. It only gets downloaded once (unless you've defined a SNAPSHOT dependency which gets

Re: Newbie question

2005-05-05 Thread Jamie Bisotti
Someone correct me if I am wrong, but I believe there is no requirement to run install_repo. It just does an initial download of some frequently used dependencies. Basically, by running it after installation, you pay an up front time cost as opposed to paying it the first time you actually try

Re: Newbie question

2005-05-05 Thread Brett Porter
On 5/6/05, Jamie Bisotti [EMAIL PROTECTED] wrote: Someone correct me if I am wrong, ok :) Actually, install_repo copies the files from /lib into the local repository. It saves you about 5 mb of downloads that you already have. It's not ideal, and certainly the long term goal is to eliminate

Re: Newbie question

2005-05-05 Thread Thomas Van de Velde
In that case could this this not be removed from M1? I see little added value. T On 5/5/05, Brett Porter [EMAIL PROTECTED] wrote: On 5/6/05, Jamie Bisotti [EMAIL PROTECTED] wrote: Someone correct me if I am wrong, ok :) Actually, install_repo copies the files from /lib into the

Re: Newbie question

2004-11-04 Thread Louis Burroughs
Nevermind I found Runtime.exec(cmd,envp,dir) Sorry, Louis Burroughs [EMAIL PROTECTED] 11/04/2004 04:47 PM Please respond to Maven Users List To: Maven Users List [EMAIL PROTECTED] cc: bcc: Subject:Newbie question I want to pass in the

RE: Newbie question on using Reports section

2004-09-10 Thread Andreas Guther
Reports usually get generated with the site goal. Did you try that? Andreas -Original Message- From: Henderson, Jerry L [CC] [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 7:09 AM To: Maven Users List Subject: Newbie question on using Reports section How do you

RE: Newbie question: maven and proxies - unable to find line starting with HTTP

2004-07-21 Thread Jeremy_Barth
I was just going through some proxy issues. I never had anything 'unable to find line starting with HTTP' problems. Try supplying the proxy info on the command line: maven -Dmaven.proxy.host = myProxyHostIpAddress I also updated to the newest jdk and added two additional properties to

Re: newbie question..

2004-06-30 Thread Per Holst
Brilliant .. simply brilliant :o) Dion Gillard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Wed, 30 Jun 2004 10:45:50 +0200, Per Holst [EMAIL PROTECTED] wrote: Hi, I've been trying to tamper a bit with Maven, as I thought it might be helpfull in our own development

RE: Newbie question [add automaticaly submenu to navigation.xml].

2004-04-08 Thread Menetrieux Remy
I have use this tag and it works. velocity:merge name=${maven.gen.docs}/navigation.xml basedir=${maven.gen.docs}/mon_plugin/ template=navigation.xml inputEncoding=${maven.docs.outputencoding} outputEncoding=${maven.docs.outputencoding} /

Re: Newbie question about Plugin versions

2004-03-15 Thread Nicolas . CHALUMEAU
Copy the new plugin jar (remove the old one) in your $MAVEN_HOME/plugin dir. Remove the ~/.maven/plugin content. Add restart maven. Nicolas, [EMAIL PROTECTED] 15/03/2004 07:56 Veuillez répondre à Maven Users List Pour : [EMAIL PROTECTED] cc : Objet : Newbie

Re: Newbie question: use of deprecated API's

2004-03-11 Thread matthew.hawthorne
Jean-François El Fouly wrote: Is there any way (option or property somewhere ?) to get some kind of report on the use of deprecated API's ? You can set the property maven.compile.deprecation to on. This info is located at: http://maven.apache.org/reference/plugins/java/properties.html

Re: Newbie question: use of deprecated API's

2004-03-11 Thread Jean-François El Fouly
A 07:01 11/03/2004 -0800, vous avez écrit : Jean-François El Fouly wrote: Is there any way (option or property somewhere ?) to get some kind of report on the use of deprecated API's ? You can set the property maven.compile.deprecation to on. This info is located at:

Re: Newbie question: use of deprecated API's

2004-03-11 Thread Tim Chen
There are some reports that can do it but the fastest way to see deprecations is to just set: maven.compile.deprecation=on in your project.properties -Tim Jean-François El Fouly wrote: I've been using Maven for months (since b3 or 4 if I can remember), writing plugins, POM's for 130 Java

Re: Newbie question

2004-03-08 Thread Brian Enigma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A little more complex and slightly less straightforward, I would assume you could do this using XML entity trickery. For instance: !DOCTYPE project [ !ENTITY pomBaseUrl http://server.com; ] project ... urlpomBaseUrl;/adept-open/url ...

Re: Newbie question on compile

2003-12-05 Thread rhill2
Stephane, a dependency element represents a single dependency (e.g. a single tld file, a single jar, etc.), thus to specify several library dependencies you have to declare one dependency element per jar like below : dependencies dependency groupIdPrima Solutions/groupId

RE: Newbie question on compile

2003-12-05 Thread Stéphane Philippart
thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vendredi 5 décembre 2003 15:10 To: Maven Users List Subject: Re: Newbie question on compile Stephane, a dependency element represents a single dependency (e.g. a single tld file, a single jar, etc.), thus

Re: newbie question: where to get info on xdocs..

2003-07-18 Thread Eitan Suez
ok, found it. i should have guessed that it's just another maven plugin. by the way, it's interesting to see that the look is controlled via properties rather than, say, a css file. / eitan Eitan Suez wrote: hi, i'm just starting to study maven. where can i documentaiton on composing

Re: newbie question: where to get info on xdocs..

2003-07-18 Thread Eitan Suez
ok, again i stand corrected. it looks like nothing stops me from using css to style the content. / eitan Eitan Suez wrote: ok, found it. i should have guessed that it's just another maven plugin. by the way, it's interesting to see that the look is controlled via properties rather than, say,

<    1   2