weird issue with custom lifecycle and multiple modules

2006-04-28 Thread Tom Huybrechts
what's going on here ? Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Use of snapshot repository

2006-04-28 Thread Tom Joad
Hello all, How to conf settings.xml or pom.xml to use http://snapshots.maven.codehaus.org/maven2/ a (the) maven public snapshot repository. Does maven automatically resolve artifact version where version is for instance 0.1-SNAPSHOT for Org.codehaus.mojo.jdbc-maven-plugin and under 0.1-SNAPSHOT

Re: ejb-client jar troubles...

2006-04-28 Thread Tom Huybrechts
How is the artifact named in the repository ? Can you post the POMs of the ejb-client artifact and of the artifact that depends on it ? Tom On 4/28/06, Sean McNamara [EMAIL PROTECTED] wrote: Sorry for the repeat question, but still looking for an answer. When specifying a dependency on an ejb

Re: creating and using source archive

2006-04-28 Thread Tom Huybrechts
I don't really agree that downloading sourcesjavadoc should be standard, but I do think it should be possible. I hacked the eclipse plugin into something that can download sourcesjavadocs on demand for the dependencies of a given project and will upload it to JIRA tomorrow. Tom On 4/27/06

Re: issue with mvn clean install

2006-04-27 Thread Tom Joad
Do you have parent groupIdMain/groupId artifactIdMain/artifactId packagingpom/packaging version1.0/version /parent for all modules? Tom. 2006/4/27, RobJac [EMAIL PROTECTED]: I have a maven project folder structure as shown below Main pom.xml Project A pom.xml Project

Re: issue with mvn clean install

2006-04-27 Thread Tom Joad
Why do you have to set explicitly ${basedir} On project A pom.xml for different location. Try to give relative path so without ${basedir} Tom. 2006/4/27, RobJac [EMAIL PROTECTED]: Yes I do. This is how my Project A pom.xml looks like project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi

Re: release plugin clearcase

2006-04-27 Thread Tom Huybrechts
-settings.xml does not seem to have any effect: clearcase-settings viewstore\\ASTMA\views/viewstore useVWSParameterfalse/useVWSParameter /clearcase-settings/clearcase-settings Setting a workingDirectory also does not have any effect. Tom On 4/27/06, Wim Deblauwe [EMAIL PROTECTED] wrote

Re: Unable to run unit tests with RMI connections

2006-04-27 Thread Tom Huybrechts
Try moving your maven repository to a location without spaces (not below 'Documents and Settings'). There problem is that file URLs are not correctly encoded (space should become %20). This is a Java bug that will not be solved, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4273532 Tom

Re: [maven2] Re: [m2] Anyone using Luntbuild?

2006-04-26 Thread Tom Huybrechts
On 4/26/06, Michael Mosmann [EMAIL PROTECTED] wrote: Am Dienstag, den 25.04.2006, 21:46 +0100 schrieb John Allen: We are using luntbuild and maven 2extensively. IMHO its one of the best freebies out there. where can i get luntbuild? http://www.google.com/search?q=luntbuild mm:)

Re: Plugin for Maven

2006-04-26 Thread Tom Joad
://maven.apache.org/plugins/index.html You put goal Parameters under configuration tag of plugin It is possible to bind plugin execution to a lifecycle phase (compile,generate-sources ...) Tom 2006/4/26, Anshuman Srivastava [EMAIL PROTECTED]: Hi, I am using maven2.0.3 and fairly new to Maven. Anyone

Re: Null pointer when using site goal

2006-04-26 Thread Tom Joad
Hello Do you hade a system scope dependecy? Tom. 2006/4/26, Gianfranco Oldani [EMAIL PROTECTED]: Hello, I experiment a NullPointer exception when I launch : mvn site What I missed? Here is the content of the reporting section of my pom.xml if it can help. If I remove that section

Re: Null pointer when using site goal

2006-04-26 Thread Tom Joad
... /dependencies I had the same problem with this type of dependency. Tom 2006/4/26, Gianfranco Oldani [EMAIL PROTECTED]: Sorry Tom I am rather new to maven, what do you mean by a system scope dependency ? Gianfranco OLDANI Mob: +79602726351 Original Message Follows From: Tom Joad

Re: creating and using source archive

2006-04-26 Thread Tom Huybrechts
If you execute 'mvn eclipse:eclipse -DdownloadSources=true', an Eclipse project will be generated with sources or javadocs attached. While you may not want the related project files (.project .classpath) this will have the side effect of downloading what you need into your local repository. Tom

Re: creating and using source archive

2006-04-26 Thread Tom Huybrechts
The Eclipse plugin will (or should) only download javadocs if the sources are not available. Makes sense for Eclipse, since it will extract the javadocs from the sources if needed. Tom On 4/26/06, gdub [EMAIL PROTECTED] wrote: gdub wrote: gdub wrote: I have the source and javadoc

release plugin clearcase

2006-04-26 Thread Tom Huybrechts
Hi all, has anybody successfully performed releases using Clearcase ? I have release:prepare working (with the latest svn version of the release plugin), but release:perform is giving me trouble (a cleartool error: a view cannot be created under another view's storage directory). Tom

Re: Impossible to start working with Maven

2006-04-25 Thread Tom Joad
Hello, It' s an internet connexion problem. Tom. 2006/4/25, Gianfranco Oldani [EMAIL PROTECTED]: Hello, I have done the Maven setup and trying to compile my first project I cannot get out of this error (here is the command and the trace qfter launching with the -e option): Thanks for any

Re: Impossible to start working with Maven

2006-04-25 Thread Tom Joad
If you are under proxy you must put something like this on your {user.home}/.m2/settings.xml proxies proxy protocolhttp/protocol portPORTNUMBER/port hostYOURPROXY/host /proxy /proxies Tom. 2006/4/25, Gianfranco Oldani [EMAIL

Re: Maven Proxy

2006-04-25 Thread Tom Joad
Maven always go to internal repository which connects to all maven public repository you declare on your maven proxy configuration file. The order of checking artifact is always local repository --internal repository -- maven public repositories. Tom. 2006/4/25, Ben Short [EMAIL PROTECTED

Re: Maven Proxy

2006-04-25 Thread Tom Joad
#Cache this repository for 1 hour repo.www-ibiblio-org.cache.period=3600 repo.www-ibiblio-org.cache.failures=true Tom, 2006/4/25, Ben Short [EMAIL PROTECTED]: Tom, I would be interested in this also. When I run a mvn clean with I get the flowing. D:\Personal\SourceCode\my-appmvn clean [INFO

Re: Maven Proxy

2006-04-25 Thread Tom Joad
How do you copy stuff to your maven-proxy repository? and what is value for pom.update key on your config properties? Tom 2006/4/25, Clifton Craig [EMAIL PROTECTED]: Tom, Could you help get me started with Maven proxy? I've been trying to get it working in our office but I've been

Re: Maven Proxy

2006-04-25 Thread Tom Joad
repository but i saw on threads about it but it works fine. deploy:deploy-file create .sha and .md5 files . I ask value of pom update for clifton . I suggest him to put the value to false so maven proxy doesn' t try to look for newer pom. Tom, Tom, I'm still trying to get it all up and running. I

Re: Query around maven.xml in Maven 2.0

2006-04-25 Thread Tom Joad
webXmlMyproject/WebContent/WEB-INF/web.xml/webXml excludes**/context.xml/excludes /configuration /plugin /plugins Tom. 2006/4/25, Utpal Sen [EMAIL PROTECTED]: Hi, I am a new to maven. In the documentation that I have I see a reference to maven.xml

Re: Maven Proxy

2006-04-25 Thread Tom Joad
and public repository connexion are wright. Delete local-repo from repo.list. Simply browse repository doesn't download artifact or pom file. You have to declare it as a dependency on a project and for example compile project Tom. 2006/4/25, Clifton Craig [EMAIL PROTECTED]: On Tuesday 25 April 2006 9

Re: Problem with Eclipse plugin

2006-04-25 Thread Tom Joad
I run eclipse 3.1.1 on windows 2000 and windowspreferencesinternetproxy settings you put your company proxy settings. On my Linux mandriva 10. , i launch eclipse by command line with system properties eclipse -vmargs -Dhttp.proxyHost=MYPROXYHOST -Dhttp.proxyPort=MYPROXYNUMBER Tom. 2006/4/25

Re: Problem with Eclipse plugin

2006-04-24 Thread Tom Joad
Hello, Which version of the plugin do you use? It is a known issue of version 0.0.4 resolved with 0.0.5 . Tom. 2006/4/24, Jose Gonzalez Gomez [EMAIL PROTECTED]: Hi there, After reading about the Eclipse plugin I decided to give it a try. I installed it, and tried to run a maven goal

Re: [m2] disabling download attempts of poms

2006-04-24 Thread Tom Joad
Hi, You can set it on settings.xml. Tom 2006/4/24, Kees de Kooter [EMAIL PROTECTED]: It is that simple... Thanks Thorsten! Is it possible to configure this in the pom? On 4/24/06, Thorsten Heit [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, How can

Re: How to specify a Set of Multiple dependent JARs in M2 ?

2006-04-24 Thread Tom Joad
artifactIdtools/artifactId version1.5.0/version scopesystem/scope systemPath${java.home}/../lib/tools.jar/systemPath /dependency /dependencies Jars are not bundled in your jar or war file. Tom 2006/4/24, Sharma, Jaikumar [EMAIL PROTECTED]: Dear Maven users

Re: Dependency Management, Prioritize Repositories - Internal, Central, etc.

2006-04-19 Thread Tom Huybrechts
on repositories where it has previously found the artifact. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running junit test with maven

2006-04-19 Thread Tom Huybrechts
You could also produce a test-jar from the tests from A and include them as test-scope dependency to B. See http://maven.apache.org/guides/mini/guide-attached-tests.html Tom On 4/19/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: You need a third module that will contain your share test classes

Re: m2 How to add generated source to the compilation path from a new pl

2006-04-19 Thread Tom Huybrechts
On 4/19/06, DELHOSTE Fabrice [EMAIL PROTECTED] wrote: How to do the same in Ant MOJO? Is it currently possible? http://maven.apache.org/plugins/maven-antrun-plugin/usage.html -Original Message- From: Gilles Scokart [mailto:[EMAIL PROTECTED] Sent: mercredi 19 avril 2006 12:54 To:

Re: How to execute/call a specific class (main method) with maven2?

2006-04-19 Thread Tom Huybrechts
Take a look at http://mojo.codehaus.org/exec-maven-plugin/ Tom On 4/19/06, Burkhard Graves [EMAIL PROTECTED] wrote: Short Question: Is it possible to execute/call a specific class (main method) with maven2? Something like mvn execute -Dclazz=com.mycompany.app.App? ;-) Regards Burkhard

Re: @execute goal=....

2006-04-19 Thread Tom Huybrechts
you could define a custom lifecycle 'webstart' that includes the sign and jnlp mojos, and then let the webstart mojo fork this lifecycle with: @execute phase=jnlp lifecycle=webstart See http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html (at the end) Never tried it

Re: Two new questions

2006-04-14 Thread Tom Huybrechts
probably not what you had in mind, but you could say 'mvn -f moduleA/pom.xml compile' Tom

Re: [m2] how to enable assertions

2006-04-14 Thread Tom Huybrechts
See the forking section of the surefire-plugin docs: http://maven.apache.org/plugins/maven-surefire-plugin/howto.html (fork a vm for tests, and pass the -enableassertions param to the forked vm) Tom On 4/14/06, Wojciech Gdela [EMAIL PROTECTED] wrote: Hello, How to enable assertions during

Re: Help deploy-deploy-file

2006-04-13 Thread Tom Joad
possible problem if cygwin is already installed. I try on my linux machine , and I 'll tell you what i get. Tom. 2006/4/12, dan tran [EMAIL PROTECTED]: the remote host refused your connnection,i think. Can you ssh into that box? -D On 4/12/06, Tom Joad [EMAIL PROTECTED] wrote: Hi folks, I

Help deploy-deploy-file

2006-04-12 Thread Tom Joad
. HttpURLConnection returned the response code: 400 [INFO] I don't know where I'm wrong. Please Help. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED

pom file for jaser-runtime and jasper-compiler

2006-04-11 Thread Tom Joad
on the repository. Thanks, Tom. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: pom file for jaser-runtime and jasper-compiler

2006-04-11 Thread Tom Joad
Thank you very much Wayne. A question about jspc plugin .Do you use javaEncoding option for plugin configuration and does it work ? I put UTF-8 , utf-8 , utf8 UTF8 , I get same results. french character like à ô are never well-displayed. Tom. 2006/4/11, Wayne Fay [EMAIL PROTECTED]: This issue

Re: [m2] Eclipse plugin does not seem to make references for packaging sar

2006-04-10 Thread Tom Huybrechts
project. Tom On 4/10/06, Peschier J. (Jeroen) [EMAIL PROTECTED] wrote: In addition to project references not being made for sar projects, I also observed that building projects that depend on sar artifacts doesn't work. It seems that sar artifacts are not added to the build classpath. I

Re: M2 dependency cause null pointer

2006-04-09 Thread Tom Huybrechts
about the log4j package. So.. What could be the cause of the null pointer? There was a bug in the project-info-reports plugin that causes an NPE when using a system scoped dependency. I believe it's fixed in the latest SVN version. Tom

Re: jboss-sar-maven-plugin and packaging sar

2006-04-07 Thread Tom Huybrechts
-plugin, but it's just an empty stub on ibiblio. Any ideas where it can be found? Add: extensionstrue/extensions to the plugin element for the jboss-sar-maven-plugin. Tom - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Changing default webapp directory

2006-04-07 Thread Tom Joad
You configure maven-war-plugin plugin artifactIdmaven-war-plugin/artifactId version2.0-beta-2/version configuration warSourceDirectoryYOUR_WEBAPP/warSourceDirectory /configuration /plugin Tom. 2006/4/7, Henry S. Isidro

Re: jboss-sar-maven-plugin and packaging sar

2006-04-07 Thread Tom Huybrechts
have the org.codehaus.mojo version in my repository. But this plugin is deployed on http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/jboss-sar-maven-plugin/2.0-SNAPSHOT/ Did you try adding that repository ? Tom

Maven2 : mvn site nullpointer

2006-04-06 Thread Tom Joad
) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47 Is it a bug ? Tom. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Tom Joad
is compile dependency of spring and acegisecurity in WEB-INF/lib . I hope it helps, Tom. 2006/4/6, Wesslan [EMAIL PROTECTED]: When I build my jar with mvn package I get both cglib-2.1_3.jar and cglib-nodep-2.1_3.jar in WEB-INF/lib. I only want cglib-nodep-2.1_3.jar so how do I get rid of cglib

modello-plugin-xpp3 version 1.0-alpha-8

2006-04-06 Thread Tom Huybrechts
configured as a repository, but it seems this version of the plugin isn't there, although alpha-7 and alpha-9 ARE present. What am I doing wrong ? Tom

Re: jboss-sar-maven-plugin and packaging sar

2006-04-06 Thread Tom Huybrechts
] Cannot find lifecycle mapping for packaging: 'sar'. Component descriptor cannot be found in the component repository: org.apache.maven.lifecycle.mapping.LifecycleMappingsar. snip Add: extensionstrue/extensions to the plugin element for the jboss-sar-maven-plugin. Tom

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Tom Joad
message is to recall to you that spring dependency needs cglib2.1.3 to work and tell you to be sure what about you are doing. Tom. 2006/4/6, Wesslan [EMAIL PROTECTED]: And how do I do that? (I have kinda hard time finding my way around the docs...) Regards, Peter -- View this message

Re: Maven 2 guide for ant users

2006-04-06 Thread Tom Joad
Hello, Please see http://maven.apache.org/ant-tasks.html it is a bit thin but very helpful. Tom. 2006/4/6, EJ Ciramella [EMAIL PROTECTED]: Is there anything like this? I'm very used to typing ant -projecthelp and seeing a list of targets an descriptions. I'm trying to learn some maven

Re: Maven 2 guide for ant users

2006-04-06 Thread Tom Joad
you can make yourself analogy between targets and some maven plugin:goals. I don't know if it can help but that what i did. Tom. 2006/4/6, EJ Ciramella [EMAIL PROTECTED]: This isn't what I'm looking for. What I'm looking for is something that has things like Ant target = maven goal Ant task

Re: Maven 2 guide for ant users

2006-04-06 Thread Tom Joad
I suggest to you to follow maven getting started documentation for a first and good approach of maven . Tom. 2006/4/6, EJ Ciramella [EMAIL PROTECTED]: This isn't what I'm looking for. What I'm looking for is something that has things like Ant target = maven goal Ant task = maven ?? Ant

Re: [m2] eclipse plugin source download

2006-03-31 Thread Tom Huybrechts
On 3/29/06, Nicolas De Loof [EMAIL PROTECTED] wrote: I'm using a maven-proxy, but it doesn't seem to keep in cache failed request. Maven-proxy has a configuration property to enable caching of failures: repo.www-ibiblio-org.cache.failures=true I've never checked if it works...

Re: [M2]How to use own jars

2006-03-29 Thread Tom Joad
=yourversion This installs jar on your local repository. You add inside your pom.xml dependency groupIDyourgroupId /groupId artifactIdyourownjar/artifactId versionyourversion/version /dependency Tom 2006/3/29, Venkatagopalaraju [EMAIL PROTECTED]: Hi, I am working on multiple projects

Re: Maven directory structure

2006-03-22 Thread Tom Joad
Hello, You can specify java source files an java test files with tags eg. sourceDirectorymyproject/JavaSource/sourceDirectory testSourceDirectory/myproject/test/testSourceDirectory Tom 2006/3/22, raja bangaru [EMAIL PROTECTED]: My project which is build in ant does'nt use maven standard

Re: Jsp precompilation

2006-03-22 Thread Tom Joad
] -- The plugin replaces this string by jsp/servlet mapping . Tom. 2006/3/22, Venkatagopalaraju [EMAIL PROTECTED]: Dear Maven users, I am new to Maven build tool.I am not able to find Jsp precompilation Documents or information. When I am trying to compile jsp's in my project

Re: Jsp precompilation

2006-03-22 Thread Tom Joad
I know but jspc plugin needs these dependencies with compiled scope. Perhaps i missed something somewhere but that what i saw when i used it. Tom 2006/3/22, Tomislav Stojcevich [EMAIL PROTECTED]: Use scopeprovided/scope which makes them available at build time but keeps them out of your war

Re: Maven directory structure

2006-03-22 Thread Tom Joad
. I had to modify as maven way our dependency, and use maven eclipse plugin to regenerate eclipse files I use sourcedirectory and testsourcedirectory tags to tell to maven where are sources. It works fine. Tom. 2006/3/22, raja bangaru [EMAIL PROTECTED]: But i've found that we should not try

Re: system scope dependency

2006-03-17 Thread Tom Joad
did'nt want to bundle them under WEB-INF/lib. I had to use compile scope for the two artifacts . and now i have them packaged with my war file. I wonder if everything who used this plugin , had as many problems. Or i really have a bad luck. Tom. 2006/3/17, Tom Joad [EMAIL PROTECTED]: Hello

Re: How to use Environment variables

2006-03-15 Thread Tom Joad
Are you sure it works? For me it doesn't. 2006/3/14, langlois yan [EMAIL PROTECTED]: Hello, If you want to use environment variable you do not need a project.properties file. Juste use : ${env.JBOSS_HOME}. You need at least maven 2.0.1. Yan. --- Blaise Gosselin [EMAIL PROTECTED] a écrit

Re: how to use my own jar as dependencies

2006-03-10 Thread Tom Joad
Hi To run install:install-file you don't need to create pomfile. Sorry .Gautham is wright. you can run directly the command i gave you under your directory. So you can use the jar as a dependency . Tom. 2006/3/9, Ashish Srivastava [EMAIL PROTECTED]: Thanks Tom. Where do I need to create

jspc

2006-03-08 Thread Tom Joad
file. It seem that the plugin try to compile tags file. does somebody already get such error? and how to work around? thanks in advance Tom. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: how to create web project for eclipse using maven eclipse plugin

2006-02-27 Thread Tom Joad
it helps. Tom 2006/2/24, Srepfler Srgjan [EMAIL PROTECTED]: Tom Joad wrote: Hello when you say it's not working what do you mean? I suppose you use maven1.x For me the problem was eclipse did not build my project. But maven packaging works fine. I use maven2.x but i think that you must set

maven site

2006-02-27 Thread Tom Joad
and guides are written with word . I'd like to use mvn site to publish them.If needed write docs with a text basic software and , I organise them on a web site. Is it possible with mvn site? Tom. - To unsubscribe, e-mail: [EMAIL

Re: how to use my own jar as dependencies

2006-02-24 Thread Tom Joad
pom.xml file project modelVersion4.0.0/modelVersion groupIdGROUIDYOUDEFINE /groupId artifactIdARTIFACTIDYOUDEFINE /artifactId nameClover/name versionYOUVERSION /version /project and run the above command. Tom. 2006/2/24, Srikanth Reddy [EMAIL PROTECTED]: Hi, I am new to maven

Mvn deploy

2006-02-24 Thread Tom Joad
to me detailed howtos to achieve it? For instance what is privatekey value inside settings.xml is url=scp://10.75.202.141:/repository is right? Thanks Tom, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Mvn deploy

2006-02-24 Thread Tom Joad
: Authentication failed: Cannot connect. Reason: invalid server's version string Tom 2006/2/24, Tom Joad [EMAIL PROTECTED]: I want to deploy on my internal repositories artifacts. I think that there are already threads about it but until now i can't succeed running it. Until now , I run

Re: Mvn deploy

2006-02-24 Thread Tom Joad
artifact: Error executing command for transfer Exit code 255 - ssh_exchange_identification: Connection closed by remote host All helps welcome, Tom. 2006/2/24, Tom Joad [EMAIL PROTECTED]: an example of error i Get adding permissions to wagon connection: 664 775 [INFO

Re: Mvn eclipse and eclipse builders

2006-02-23 Thread Tom Joad
. java.lang.ClassCastException: org.eclipse.wst.common.componentcore.internal.resources.VirtualArchiveComponent have you any informations about these errors ? It's like a version problem. I use jvm 1.4.2 maven 2.0.2 eclipse 3.1.1 Tom 2006/2/21, Alexandre Poitras [EMAIL PROTECTED]: Try mvn -Dwtpversion=R7

Re: Mvn eclipse and eclipse builders

2006-02-23 Thread Tom Joad
of it So I must run mvn eclipse add-maven-repo before running mvn eclipse:eclipse. Documentation is a bit ambiguous about it. Tom. 2006/2/23, Tom Joad [EMAIL PROTECTED]: Hi Alexandre Here is my maven-eclipse plugin configuration;Nothing very special. with mvn - Dwtpversion=R7 or wtpversion inside

Re: how to create web project for eclipse using maven eclipse plugin

2006-02-23 Thread Tom Joad
eclipse:eclipse. Tom 2006/2/22, Amit Khurana [EMAIL PROTECTED]: Hi Guys I am using maven eclipse plugin to create projects compatible for eclipse. It works fine for simple java projects but not for web project. Running mvn eclipse:eclipse for web project creates following enteries in .project

Re: question about plug in

2006-02-23 Thread Tom Joad
Hi, you use maven 2.0.2 I think there is not yet dist plugin available for maven2.x maven command runs maven 1.x Tom. 2006/2/23, Xiaobo Chen [EMAIL PROTECTED]: Hi, all I am very new in Maven. I am following the tutorial for Jetspeed: http://portals.apache.org/jetspeed-1/tutorial

Mvn eclipse and eclipse builders

2006-02-21 Thread Tom Joad
. to try to resolve this problem. maven build works fine and it is the last (I wish) , so that i can say that we definitively adopt maven. Thanks for all helps, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

skipping sha1 md5 downloading

2006-02-14 Thread Tom Joad
Hello all, Is it possible to skip artifact .sha1or md5 on download dependency processing. It seems to fail build. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: skipping sha1 md5 downloading

2006-02-14 Thread Tom Joad
install) install on our internal repository , and so on with sun jars. Tom 2006/2/14, Luca Gmail [EMAIL PROTECTED]: What's the error? -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent: martedì 14 febbraio 2006 15.56 To: Maven Users List Subject: skipping sha1 md5

Re: skipping sha1 md5 downloading

2006-02-14 Thread Tom Joad
Ok Thanks , i'll do this Tom. 2006/2/14, Luca Gmail [EMAIL PROTECTED]: I saw this error when I had copied manually artifact into repository. I think you should use mvn deploy to update your internal repository. Luca -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent

Re: M2 Eclipse Plugin vs. Command Line

2006-02-14 Thread Tom Joad
Hello , You must set up your local repository on eclipse windowpreferencesmaven2 local repository folder= a folder in which plugin put artifacts downloaded. Could you tell me if after that it works , because it never does. I use maven with external tools as on documentation maven2 site. Tom

maven builder and eclipse deployement

2006-02-14 Thread Tom Joad
fine for compilation . but my question is about the directory .deployables of eclipse. The eclipse builder doesn't create .class like before ,the WEB-INF/lib is not created and so no dependencies deployed. I think that I must use maven to deploy but how to do it? All helps are welcomed Tom

Maven 2 J2EE examples?

2006-02-13 Thread Tom Cunningham
knew of. I'm most interested in directory structure best practices, plugins being used, etc. --Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting up a proxy with maven-proxy

2006-02-02 Thread Tom Joad
For more details , see also http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+environment 2006/2/1, Brad O'Hearne [EMAIL PROTECTED]: Hello, I would like to set up a remote repository that acts as a proxy to iBiblio. I have obtained the Codehaus maven-proxy webapp and

Re: Maven 2 and Eclipse

2006-01-31 Thread Tom Joad
. Where's wrong ? any Idea? Could you give me some hint of your configuration? Thanks in advance, Tom INFO] [INFO] Building Maven Webapp Archetype [INFO]task-segment: [compile] [INFO

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
. I think you can give any name for values of proxy.list But each name must match the corresponding description .(I don't try it). proxy.list=My1httproxy #Unauthenticated proxy proxy.My1httproxy.host=proxy1.example.com proxy.My1httproxy.port=3128 Tom. 2006/1/30, Fredy [EMAIL PROTECTED]: Hey

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
think you can give any name for values of proxy.list But each name must match the corresponding description .(I don't try it). proxy.list=My1httproxy #Unauthenticated proxy proxy.My1httproxy.host=proxy1.example.com proxy.My1httproxy.port=3128 Tom. 2006/1/30, Fredy [EMAIL PROTECTED

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
2006/1/30, Tom Joad [EMAIL PROTECTED]: I use the standalone version . I launch maven-proxy in a linux terminal so I get logs in standard output . When it downloads the artifact from remote repository , I find the requests sent passing by http-proxy. Do you have the same on tomcat terminal

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
proxy.My1httproxy.host=proxy1.example.com proxy.My1httproxy.port=3128 Tom. 2006/1/30, Fredy [EMAIL PROTECTED]: Hey all, is it possible to use a http-proxy in the maven-proxy? What is this configuration for= does it work? Fredy PROXIES #This is just a hack

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
think you can give any name for values of proxy.list But each name must match the corresponding description .(I don't try it). proxy.list=My1httproxy #Unauthenticated proxy proxy.My1httproxy.host=proxy1.example.com proxy.My1httproxy.port=3128 Tom. 2006/1/30, Fredy [EMAIL

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
don't try it). proxy.list=My1httproxy #Unauthenticated proxy proxy.My1httproxy.host=proxy1.example.com proxy.My1httproxy.port=3128 Tom. 2006/1/30, Fredy [EMAIL PROTECTED]: Hey all, is it possible to use a http-proxy in the maven-proxy? What

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
In conclusion, Do you think that your maven-proxy works now? Try another dependency for your project Choose it with no dependency to prevent download processing of all transitive dependencies, and compile your project. Does it work? Tom 2006/1/30, Fredy [EMAIL PROTECTED]: hi, Sorry it seems

Re: Maven-Proxy

2006-01-30 Thread Tom Joad
repository. For me snapshot and cache are not very clear. but I wish it helps. Tom. 2006/1/30, Fredy [EMAIL PROTECTED]: The cache ?? The log says: Updating /junit/junit/3.8.1/junit-3.8.1.jar in snapshot cache Where is the cache? Does it mean the repo.local-repo.url variable? Usually i can

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-27 Thread Tom Joad
Hi all, Thanks for all helps. Tom. 2006/1/26, Kees de Kooter [EMAIL PROTECTED]: Workaround found (see the latest comments in the JIRA issue): In Preferences / Maven2 leave the Local Repository Folder empty. Apparently either the plugin or eclipse chokes on the spaces in the average windows

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Tom Joad
to central maven repository. what's wrong or missing on my eclipse configuration? thanks. Tom. 2006/1/25, Kathryn Huxtable [EMAIL PROTECTED]: No, it doesn't process anything from settings.xml at this time. It sure would be nice if it did. -K On 1/24/06 5:06 PM, [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

2006-01-26 Thread Tom Joad
Sorry for mispelling, I write Do you work with windows or Linux?On windows I never succeed to execute any phase lifecycle. I get a noclasserrofound exception ... 2006/1/26, Tom Joad [EMAIL PROTECTED]: Hello, Does you work with Windows or Linux? On windows I never succeed execute phase

Re: m2: I'd like some help with maven-proxy

2006-01-24 Thread Tom Joad
to it. It works fine. There is a good synchronisation between my two maven-proxies. I wish that can help you, Tom 2006/1/23, Frank Russo [EMAIL PROTECTED]: Can anyone point me to a good writeup on using maven-proxy in maven 2? The docs on the maven-proxy site at codehaus are not only subpar, but pretty

Re: filtering resources resources

2006-01-18 Thread Tom Joad
-X process-resources -Dcommand.line.prop=Hi man should be /home/maven/maki # mvn -e -X process-resources -Dcommand.line.prop=Hi man On 1/17/06, Tom Joad [EMAIL PROTECTED] wrote: Hi, I have just installed mvn 2.0.2 on linux mandrake 10 and I follow getting started documentation to refresh

filtering resources resources

2006-01-17 Thread Tom Joad
] Trace Is it a known problem (Minor I admit it) Tom. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

eclipse plugin

2006-01-12 Thread Tom Joad
? Thanks in advance Tom. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: eclipse plugin

2006-01-12 Thread Tom Joad
on eclipse external tools all useful command corresponding to each lifecycle phases as in maven documentation site. And when they need to remove or add dependencies , they run mvn eclipse on eclipse and refresh project. Tom 2006/1/12, Kees de Kooter [EMAIL PROTECTED]: On 1/12/06, Tom Joad

Re: eclipse plugin

2006-01-12 Thread Tom Joad
having some issues with the war:war goal though. /robert Tom Joad wrote: Hi, I would like to know if someone uses the maven2 eclipse plugin.I Install it , and create the pom file dependencies for a test project .It seems to work well but i see that ,it doesn't connect to my own

wtp 0.7 layout and maven layout

2006-01-06 Thread Tom Joad
in advance, Tom. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wtp 0.7 layout and maven layout

2006-01-06 Thread Tom Joad
Thanks for so quick reply,I 'll follow suggestions. Tom. 2006/1/6, Eric Jacob [EMAIL PROTECTED]: See also: http://mail-archives.apache.org/mod_mbox/maven-users/200505.mbox/[EMAIL PROTECTED] HTH Eric On 1/6/06, Eric Jacob [EMAIL PROTECTED] wrote: Need to add configuration

using a dependency path in an ant mojo

2006-01-03 Thread Tom Huybrechts
I've used ant to write a mojo with Maven 2.1-SNAPSHOT. This is working great, but now I'd like to reference the jars of some dependencies of my plugin. How would I do this ? Can I pass this in using some kind of parameter expression ? Tom

<    1   2   3   4   5   >