Re: Question regarding profile activation

2007-06-22 Thread Tim Kettler
That's the intended behaviour as far as I know. If you have something that is active all the time it should'nt be in a profile. -Tim Julien Stern schrieb: I saw in the Maven source code that the following behavior was taking place: a activeByDefault profile becomes inactive as soon

Re: Preconditions for testing

2007-06-22 Thread Tim Kettler
Hi, Have you tried putting the plugin definition in a profile activated by the value of the 'maven.test.skip' property. -Tim Jose Alberto Fernandez schrieb: Hi, I have a maven-antrun-plugin that must execute before running the test suit to make sure that my database schema is in sync

Re: Question regarding profile activation

2007-06-22 Thread Tim Kettler
Yep. Thierry Lach schrieb: So Active by default actually means Active unless something else is active. Right? On 6/22/07, Julien Stern [EMAIL PROTECTED] wrote: On Fri, Jun 22, 2007 at 02:55:48PM +0200, Tim Kettler wrote: That's the intended behaviour as far as I know. If you have

Re: War directory structure

2007-06-22 Thread Tim Kettler
To add to that: the two free books [1] are a good starting point to get familiar with maven. The 'Getting Started Guide' [2] on the maven homepage walks you through the basics too. -Tim [1] http://maven.apache.org/articles.html [2] http://maven.apache.org/guides/getting-started/index.html

Re: Preconditions for testing

2007-06-22 Thread Tim Kettler
Yes, to have boolean operations for profile activation constraints would be nice. However, would'nt in your case this do what you want: activation property namemaven.test.skip/name value!true/value /property /activation -Tim Jose Alberto Fernandez schrieb: Thanks Tim

Re: Issue in excluding unwanted jars from the target war.

2007-06-21 Thread Tim Kettler
on in your development and at first didn't use the 'provided' scope? Try making a clean build 'mvn clean package' or else the artifacts keep sticking in the target directory and are included in the final archiv. -Tim nitinaggarwal schrieb: Hi I am pretty new to maven 2. i am working on a portal

Re: -javadoc jars

2007-06-21 Thread Tim Kettler
groupmygroup/group artifactmyartifact/artifact version0.1/version classifierjavadoc/classifier /dependency -Tim [EMAIL PROTECTED] schrieb: Tim I haven't. I missed that option while looking at all those other options. = ) What I would like to do is be able to list these javadoc jars

Re: -javadoc jars

2007-06-21 Thread Tim Kettler
location in the target directory so that it gets jarred up to the final war. [1] http://maven.apache.org/plugins/maven-dependency-plugin/ [2] http://maven.apache.org/plugins/maven-dependency-plugin/copy-mojo.html -Tim Tim Kettler schrieb: No, with jarOutputDirectory/ you just tell the plugin where

Re: Contributing a document fix/patch

2007-06-21 Thread Tim Kettler
Brian, while you're at it: The description of the ArtifactItems collection in the copy/unpack mojo doesn't mention that classifier is supported too. -Tim Brian E. Fox schrieb: I found this in a couple of the example pages. I'm redeploying the site now. Thanks! -Original Message

Re: -javadoc jars

2007-06-21 Thread Tim Kettler
. The missing classifer description is a bug in the documentation that should be fixed. A classifier attribute *is* present in the ArtifactItem class [2]. -Tim [1] http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-artifacts.html [2] http://svn.apache.org/viewvc/maven/plugins

Re: Install Deploy an artifact generated with Assembly Plugin

2007-06-21 Thread Tim Kettler
John, you can attach the jar file with the attach:artifact goal from build-helper-maven-plugin [1] over at the mojo project. -Tim [1] http://mojo.codehaus.org/build-helper-maven-plugin/ jp4 schrieb: I use the assembly plugin to create an executable jar file that contains all of it's

Re: Release top pom without sub modules (projects)

2007-06-20 Thread Tim Kettler
. Hope this helps -Tim gc134728 schrieb: Hey maven users, I have a multi-module project architecture with at the top one pom. This pom contains several sub poms which contain sub poms ... When i perform a release on the top pom every project gets released with it. How can i just perform a release

Re: -javadoc jars

2007-06-20 Thread Tim Kettler
Hi, have you tried the 'jarOutputDirectory' config parameter found in the plugin documentation [1]? -Tim [1] http://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html [EMAIL PROTECTED] schrieb: Hi Everyone, Is there anyway to include the -javadoc jars created by the javadoc

RE: Packaging .esb files

2007-06-19 Thread Tim West
/extensions plugins -Tim Tim West Development Team Macquarie Private Wealth -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, 20 June 2007 8:25 AM To: Maven Users List Subject: Re: Packaging .esb files Someone will need to write an ESB

RE: Question regarding multi-modules setup

2007-06-18 Thread Tim Foster
be accomplished with site:deploy, but I haven't gotten that far yet. Tim -Original Message- From: Julien Stern [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 8:10 AM Hi list, Using Maven 2.0.6 and Continuum 1.1-alpha-2. I have the following problem with multi-modules setup: I

RE: CVS Local checkout

2007-06-04 Thread Lee, Tim
Ah! I see, I'd assumed that the 'local' meant that it was using file based CVS access rather than pserver / ext etc. Thanks for the help! - Tim -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 01 June 2007 19:22 To: [EMAIL PROTECTED] Subject: Re: CVS Local

RE: CVS Local checkout

2007-06-01 Thread Lee, Tim
The normal checkout is fine, I use it all the time, just trying to get Continuum up and running today. Thanks, Tim -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 01 June 2007 15:26 To: continuum-users@maven.apache.org Subject: Re: CVS Local checkout

CVS Local checkout

2007-06-01 Thread Lee, Tim
normally expect build.xml. Is this normal behaviour? Because the shell script I'm attempting to invoke is failing. Thanks! Tim

RE: CVS Local checkout

2007-06-01 Thread Lee, Tim
1.0.3 Thanks, Tim -Original Message- From: David Roussel [mailto:[EMAIL PROTECTED] Sent: 01 June 2007 14:55 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: CVS Local checkout what version(s)? On Fri, 1 Jun 2007 13:41:52 +0100, Lee, Tim [EMAIL PROTECTED] said: Hi, ... Tim

Re: Maven proxies / Let's get together

2007-06-01 Thread Tim Moloney
project, I would like to suggest that the combined proxy/resource manager also support managing OSGi Bundle Repositories (OBRs). Apache's implementation of OSGi, Felix, uses Maven as its build tool and it would be very convenient to have all of these projects work together seamlessly. Tim Tamás

RE: trouble building a multi-module project with cross-module dependencies

2007-05-24 Thread Tim Foster
, as it inherits configuration settings made only in the top-level pom file. I'm not sure what dependency would be missing, as it is the unresolved declared dependency on mod1B that makes the install of mod2 to fail. Anything else you or anyone else can think of that I might should look for? Tim

trouble building a multi-module project with cross-module dependencies

2007-05-23 Thread Tim Foster
to have the sub-modules down the hierarchy to be processed? Tim

RE: How to share a common checkstyle config across modules?

2007-05-18 Thread Tim Foster
Thanks, Gerald. This is exactly what I wanted and it worked just as you described. This mechanism will be useful for many other applications. Tim -Original Message- From: Nunn, Gerald [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 1:52 PM To: Maven Users List Subject: RE: How

How to share a common checkstyle config across modules?

2007-05-17 Thread Tim Foster
that needs to be shared across the hierarchy. Is there a way compute a variable to contain the value of the path relative to the top-level pom directory? Or is there a better way to achieve what I'm trying to do? Thanks, Tim

Re: Excluding a test source file

2007-05-02 Thread Tim Kettler
Have you looked at the plugin documentation [1]? testExcludes/ seems to be what you want. -Tim [1] http://maven.apache.org/plugins/maven-compiler-plugin/testCompile-mojo.html Balasubramanian, Ravi Shankar schrieb: Hi all, I am working with maven 2.0.4 and my requirement is as follows: I

Re: Excluding a test source file

2007-05-02 Thread Tim Kettler
The parameter is present in the 2.0 version of the plugin [1] but there where some bugs fixed in this area in 2.0.1 [2] (in particular [3]). So you should try upgrading to at least that version (2.0.2 is current). -Tim [1] http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin

Re: Maven 2.X and classifiers

2007-05-02 Thread Tim Kettler
/build [...] /project -Tim Johan Lindquist schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have a war file which I can build to include either MySQL or Oracle database configurations and I was wondering how I can get the classifier into the final name of the artifact created

Re: newbie problem with package phase

2007-04-29 Thread Tim Kettler
. also where do I find documentation on groupId and artifactId, and the hole dependency concept? What documentation for groupId and artifactId do you have in mind? For the dependency mechanism have a look at [1]. -Tim [1] http://maven.apache.org/guides/introduction/introduction-to-dependency

Re: Maven tips

2007-04-28 Thread Tim Kettler
Started Guide' [1]. The free maven book [2] from Mergere is also worth reading. And there was an announcement [3] of another free book just a few days ago. HTH -Tim [1] http://maven.apache.org/guides/getting-started/index.html [2] http://library.mergere.com/ [3] http://www.nabble.com/A-new-book

Re: Cannot create the build number ?!

2007-04-27 Thread Tim Kettler
] [INFO] Cannot create the build number because you have local modifications : Your Working copy contains localy modified files and the build-number plugin doesn't lke that. -Tim [EMAIL PROTECTED] schrieb: Hi Mavenizers, After installing the subversion binaries

Re: [m2] Can I skip the modules to build just the top-level site in a reactor build?

2007-04-26 Thread Tim Kettler
Hi, You can put the expansive modules in a profile that isn't activated by default. -Tim Am Donnerstag, den 26.04.2007, 01:54 -0700 schrieb Dave Syer: I have some modules that are quite expensive to build, and if I just want to quickly generate some html at the root project level I haveto

Re: Project with multiple Modules and 3rd party dependency

2007-04-25 Thread Tim Kettler
Hi, see the links to the mine-guides below. -Tim [1] http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html [2] http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html Am Mittwoch, den 25.04.2007, 11:12 -0700 schrieb archmarinaro: I have a project with multiple

Re: jar with dependencies in a folder

2007-04-25 Thread Tim Kettler
Hi, The dependencies are missing because you specified a scope of 'compile', while the default scope for dependencies is 'runtime'. Just remove the scope restriction from the assembly descriptor and the dependencies should be included. -Tim Am Mittwoch, den 25.04.2007, 04:10 -0700 schrieb

RE: Some inter-plug-in dependencies have not been satisfied. error when building eclipse RCP App.

2007-04-24 Thread Tim Kettler
Hi, you should ask questions regarding plugins developed at the mojo project on the respective mailing list [1]. -Tim [1] http://mojo.codehaus.org/mail-lists.html Am Dienstag, den 24.04.2007, 13:47 +0530 schrieb Ramesh Babu Pokala - TLS, Chennai: The DEBUG mode output for the attached mail

Re: Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Tim Kettler
Like Wayne said: It looks like proximity isn't doing it's job. You should look at the proximity logs. Perhaps this tells you where things go wrong. -Tim Am Dienstag, den 24.04.2007, 16:37 + schrieb [EMAIL PROTECTED]: this is the log with a clean repository directory

RE: Problem in packaging multiple directories

2007-04-23 Thread Tim Kettler
projects needing that library inherit from the parent pom via the parent/ tag. -Tim Am Montag, den 23.04.2007, 18:40 +0530 schrieb Ramesh Babu Pokala - TLS, Chennai: Thanks for your response. I am following the following structure as u mentioned my-app |-- pom.xml `-- src

Re: Problem in packaging multiple directories

2007-04-21 Thread Tim Kettler
version1.0-SNAPSHOT/version packagingjar/packaging /project Hope this gets you started -Tim [1] http://maven.apache.org/guides/introduction/introduction-to-the-pom.html [2] http://maven.apache.org/pom.html [3] http://maven.apache.org/ref/current/maven-model/maven.html [4] http

Re: Flattening Assemblies

2007-04-19 Thread Tim Kettler
Have you tried just to remove the ${artifactId} part? ... outputDirectorymodules//outputDirectory ... -Tim Am Donnerstag, den 19.04.2007, 16:52 -0400 schrieb David C. Hicks: I'm trying to create an assembly, but the directory structure that is created isn't really what I'm after. I'd like

RE: How to set class path in maven POM

2007-04-18 Thread Tim Kettler
Hi, have you read the introductory material available for maven? Declaring dependencies is quite a fundamental concept. I would advise you to have a look at the 'Maven Getting Started Guide' [1] and/or the free maven book from Mergere [2]. This guide [1] might also be of interest. -Tim [1

RE: Spam:Re: Re: Problem when installing Maven 2.0

2007-04-15 Thread Tim Kettler
Firewall or something else)? -Tim [1] http://maven.apache.org/guides/mini/guide-proxies.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Snapshots being packaged with datestamps instead of SNAPSHOT.

2007-03-21 Thread Tim Cederman
figured out how to stop Maven from using GMT as its default time zone? Thanks very much! Cheers, Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Felix build fails using Maven 2.0.5

2007-03-11 Thread Tim Moloney
four maven builds to get around a maven bug (https://issues.apache.org/jira/browse/FELIX-198). I agree that there is something odd with Maven 2.0.5's dependency checking. Tim Andrew Williams wrote: I think surefire has a similar problem, maven is incorrectly detecting a circular dep I

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Tim Moloney
Yes, the parent pom (the one executed by the ant wrapper) is a multi-module pom and one of the modules to build is maven-bundle-plugin. This is why I'm confused with the error message. maven-bundle-plugin doesn't exist since it hasn't been built yet by this execution of maven. Tim Andrew

Re: Felix build fails using Maven 2.0.5

2007-03-10 Thread Tim Moloney
Yes, maven-bundle-plugin is used later in the build. maven-bundle-plugin is the third bundle to be built in the multi-module build and the first module to use it is javax.servlet which is the fourth module in the build. Tim Andrew Williams wrote: Sorry, what I meant is that I assume

Felix build fails using Maven 2.0.5

2007-03-07 Thread Tim Moloney
(or any of the commands listed at the top) Any suggestions on how I can solve this? Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2 modello questions

2007-02-26 Thread Tim Moloney
Any suggestions? Even if it is a better place to post these questions? Thanks, Tim Tim Moloney wrote: 1) How do you write a .mdo file to implement the following XML? root element attr1=value1 attr2=value2element text/element /root To get the attributes, you have to define a class

2 modello questions

2007-02-24 Thread Tim Moloney
to a .mdo file to have implements Comparable added to a generated class definition? Thanks, Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: rmic plugin

2007-02-19 Thread Tim Kettler
Hi, works for me. I just built it with a clean local repository and all artifacts where downloaded correctly. Perhaps a repository server was busy and a connection timed out or there was some other kind of connection problem? -Tim Am Montag, den 19.02.2007, 09:31 +0100 schrieb Borut Bolčina

Re: Best way to extend install plugin?

2007-02-18 Thread Tim Moloney
Yes, I was going to contribute the patch to Felix. Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Best way to extend install plugin?

2007-02-18 Thread Tim Moloney
Eric Redmond wrote: On 2/18/07, Tim Moloney [EMAIL PROTECTED] wrote: Can two bundles be bound to the same phase as default? Yes, you can write a comma-seperated list of goals in the phase field of your packaging extension. For example, the definition of the maven-plugin lifecycle mapping

Re: My first program is not working. Please help.

2007-02-18 Thread Tim Kettler
Hi, you are mixing maven1 with maven2. The 'maven.xml' configuration file is purely for m1. For m2 you only need the 'pom.xml'. I advise you to have look at the 'Getting Started Guide' [1] and/or the free maven book [2] from megere. Hope this helps -Tim [1] http://maven.apache.org/guides

Best way to extend install plugin?

2007-02-17 Thread Tim Moloney
getting initialized by the javadoc handling of maven-plugin-plugin. Is it possible to subclass Mojos? If so, how do I get around the NPE? If not, what is the best way to extend an existing Mojo? Thanks, Tim

Re: Best way to extend install plugin?

2007-02-17 Thread Tim Moloney
Wendy Smoak wrote: On 2/17/07, Tim Moloney [EMAIL PROTECTED] wrote: I'd like to add a little extra functionality to the maven-install-plugin (create/update an xml file based on the jar being installed). Does your file go inside the jar, beside it in the repository, or somewhere else? Maven

Re: [m2] handling of optional 3rd-party-dependencies in tests

2007-02-14 Thread Tim Kettler
exactly this topic on the dev list. And the corresponding jira entry [2]. - martin -Tim [1] http://www.nabble.com/More-control-over-what-WARNING-messages-are-displayed-tf3211800s177.html#a8919184 [2] http://jira.codehaus.org/browse/MNG-2823

Re: Maven shell

2007-02-06 Thread Tim Kettler
Hi, I never used the plugin myself, just remembered that it exists. If there is no release or snapshot available you have to checkout the sources and build it yourself. Or you can ask on the mojo list if they can make a snapshot available. -Tim Am Dienstag, den 06.02.2007, 09:54 + schrieb

Re: Can't deploy site,Help please.

2007-02-06 Thread Tim Kettler
(for SFTP deployment) - file:///path/to/deployment/dir (for deploying to a local file system) Hope this helps -Tim Am Dienstag, den 06.02.2007, 11:03 +0800 schrieb 秋秋: Hi, I use apache-tomcat-5.5.17 as a server for the project site,the url is http://localhost:8080/pcie/, I have added

Re: Can't deploy site,Help please.

2007-02-06 Thread Tim Kettler
Am Dienstag, den 06.02.2007, 21:40 -0800 schrieb jiangshachina: Hello, I have solved the issue by used file:///path/to/deployment/dir file protocol just deploys to a local path, doesn't it? Correct. a cup of Java, cheers! Sha Jiang -Tim 秋秋 wrote: Hi, yes,I have solved

Re: Maven shell

2007-02-04 Thread Tim Kettler
allowing for modification of the pom. regards, Hi, there is the pomtools-maven-plugin [1] in the mojo sandbox. -Tim [1] http://mojo.codehaus.org/pomtools-maven-plugin/overview.html - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: maven2, eclipse and hierarchical layout

2007-01-27 Thread Tim Morrow 2
end up with a single classpath in Eclipse across all sub-modules. When I add new dependencies to pom.xml, the Maven2 plugin updates my classpath. Tim Alexander Sack-3 wrote: http://maven.apache.org/plugins/maven-eclipse-plugin/reactor.html -aps On 1/26/07, Marco Mistroni [EMAIL

Re: Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-29 Thread Tim Moloney
Thanks, everyone, for the latest status. Tim Moloney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-26 Thread Tim Moloney
I saw that there is now a timeframe for open-sourcing Java [1]. Since I just had to cope with several of Sun's jar files [2], this news made me wonder if this will make it possible to distribute Sun's jar files via the Maven repositories. Or am I misunderstanding something? Tim Moloney

Re: Will an open source java make it possible to distribute Sun's jar files via ibiblio?

2006-10-26 Thread Tim Moloney
Recently, I had to manually add the following to my local repository to build a commons-logging bundle for Felix. - com.sun.jdmk.jmxtools - javax.mail - javax.jms Tim Moloney Wayne Fay wrote: Which specific Sun jars are you interested in? Depending on the license (I'll assume CDDL

Re: Maven plugin to generate Java source, SQL schema, and O/R mapping files from XSD?

2006-10-13 Thread Tim Moloney
Thank you for all of the suggestions. :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven plugin to generate Java source, SQL schema, and O/R mapping files from XSD?

2006-10-12 Thread Tim Moloney
that will generate all three types of output files but it does this from a Hydrate model XSD file, not from the type of XSD file that JAXB or XMLbeans would take as input. Of course, it would be perfect if this tool could be integrated into a Maven 2 build process. Thanks. Tim Moloney

Unable to download org-cybergarage:cyberlink-upnp-patched

2006-09-09 Thread Tim Moloney
-repository), domoware.isti.cnr.it (http://domoware.isti.cnr.it/maven2) How can I get past this? Thanks, Tim Moloney - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to download org-cybergarage:cyberlink-upnp-patched

2006-09-09 Thread Tim Moloney
I'm new to both Maven and Felix. I thought that domoware.isti.cnr.it was one of the standard Maven repositories. I'll ask someone over on the Felix mailing list to post a copy of the pom (and associated JAR file?). Thanks for the help. Tim Moloney Wayne Fay wrote: First, I'd ask

Re: Packaging all modules as Jar

2006-08-10 Thread Tim Patton
integration? Tim From: Edwin Punzalan [EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 9:16 PM To: Maven Users List users@maven.apache.org Subject: Re: Packaging all modules as Jar The version you're using doesn't easily support

Simple Problem with exec plugin

2006-08-10 Thread Tim Patton
running mvn package or mvn install beforehand but I'm not sure what I am missing to make this work. Tim

Packaging all modules as Jar

2006-08-09 Thread Tim Patton
I'm trying to package all of the compiled code of several modules into 1 jar but I can't seem to figure out the assembly plugin. I tried including this in my parent pom: build .. plugin artifactIdmaven-assembly-plugin/artifactId version2.0-beta-1/version /plugin /build And

Re: Configuring Continuum to authenticate with SCM

2006-08-04 Thread Tim Morrow 2
with a simpler password. Meanwhile, is there any other sane way of specifying the username/password for an https url for adding the project? Or is there another mechanism for locating the pom.xml (which is a multi-module project)? Thanks, Tim -- View this message in context: http://www.nabble.com

Re: Configuring Continuum to authenticate with SCM

2006-08-04 Thread Tim Morrow 2
Would one approach be to support the Maven scm: style URLs which seem to delegate to the underlying SCM implementation to ensure authentication (and certificate acceptance) have been performed? Not that I'm volunteering... (yet). Thanks for the response, Tim -- View this message in context

RE: new user

2006-07-31 Thread Chen, Tim
But the proxy is your company proxy. Shouldn't you blame your company for not trusting their employees without the use of a proxy vs maven? PS. This is all sent from behind my company's proxy where it's probably being flagged for dissention. PPS. Hi network guys. -Original Message-

Re: Utility to create upload bundles

2006-07-24 Thread Tim Kettler
a site for the project online: http://projects.wallabystreet.com/bundletool - Brett -Tim On 22/07/06, Tim Kettler [EMAIL PROTECTED] wrote: Will see that I find a home for it. But this will probably take abaout a week or two. Ivo Limmen schrieb: Sounds like a very usefull tool. I recently

Re: Utility to create upload bundles

2006-07-21 Thread Tim Kettler
Will see that I find a home for it. But this will probably take abaout a week or two. Ivo Limmen schrieb: Sounds like a very usefull tool. I recently had the same problem, this would have been a great help. On 7/20/06, Tim Kettler [EMAIL PROTECTED] wrote: Hi, I recently had to add a bunch

Utility to create upload bundles

2006-07-20 Thread Tim Kettler
will look for a place where I can make the tool available to the public. -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Default dir fo site src

2006-07-20 Thread Tim Kettler
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 but nothing

Re: Executing java code during build

2006-07-15 Thread Tim Kettler
Hi, perhaps the exec-maven-plugin [1] is what you want? -Tim [1] http://mojo.codehaus.org/exec-maven-plugin/ Alexander Rau schrieb: Hi all, I need to run a custom java class for generating some stubs. How can I integrate something like that into a pom.xml ? This should be similar

Re: [m2] How to configure the local repository

2006-07-11 Thread Tim Kettler
... repositories repository idmyrepo/id namereponame/name urlfile://${basedir}/repository/url /repository /repositories /project -Tim Tung Nguyen schrieb: Hi everybody, I'm contrained to place the repository of maven in the same folder of my projet but I can't

Re: Build time classpath using my java plugin

2006-07-11 Thread Tim Kettler
replace goalexec/goal with goaljava/goal TimHedger schrieb: You're right - I did some unnecessary work! (I took my approach from the idlj plugin, that basically puts some wrapper stuff around running the main method on a Java class - I guess that was done that way for convenience rather than

Re: New user

2006-07-11 Thread Tim Kettler
If you don't want to browse through the repository by hand this sites can be handy: http://www.mvnregistry.com/ http://www.mvnrepository.com/ The allow you to search for artifacts in the main maven repository. -Tim Mayank Gupta schrieb: Max, You are very right. At the moment I have done

Re: Interrnal remote repository

2006-07-10 Thread Tim Kettler
Did you specify your internal repo as a plugin repository in your settings.xml/pom.xml? EJ Ciramella schrieb: Can someone tell me please if this is how I should be installing? Taking jars/poms from my .m2 directory and using the following command to install them into the remote repository?

Re: Interrnal remote repository

2006-07-10 Thread Tim Kettler
and the ibiblio problems: It is known that the load on ibiblio is high at some times. It's best to configure a mirror for it [1]. -Tim [1] http://maven.apache.org/guides/mini/guide-mirror-settings.html EJ Ciramella schrieb: I have the following two entries in my pom.xml: repositories

Custom artifact resolving

2006-07-09 Thread Tim Kettler
point me to some code that does this or provide a code snippet. Thanks -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Custom artifact resolving

2006-07-09 Thread Tim Kettler
Never mind. Figured it out myself. Tim Kettler schrieb: Hi, a plugin I'm writing depends on an artifact that is not part of the projects dependencies nor should it be on the plugins classpath. So defining it as a dependency under project/ or plugin isn't an option. I decided

Re: Creating an EJB, then an EAR

2006-07-05 Thread Tim Kettler
Hi, you should read the free maven book [1]. It is a very good introduction to m2 and has a chapter that shows an example of a J2EE application developed with maven. -Tim [1] http://library.mergere.com/ Graham Leggett schrieb: Hi all, I have an existing ant based project that I am trying

Re: [m2] Frustration getting Maven 2 and Hibernate working together

2006-07-05 Thread Tim Kettler
of a pom (just with group/artifact id) the inherited configuration is used. So to actually execute the antrun plugin you need to move the configuration from pluginManagement/ to buildplugins. -Tim Paul Kuykendall schrieb: Hi, I am at my wits end in getting maven to play nicely with Hibernate

Re: assembly plugin problem

2006-07-04 Thread Tim Kettler
(you can use the predefined 'jar-with-dependencies' descriptor for that) or do you want (for example) all dependency jars in a 'lib' directory in the assembly? -Tim nazim chakik schrieb: Hello, Already saw this link, but without success. if somebody already assembled a complete project

Re: Using Maven 2

2006-07-04 Thread Tim Kettler
Hi, for c/c++ you can use the native-maven-plugin [1]. For the rest I don't know. But you always can run some ant tasks via the antrun plugin [2]. Hope this helps -Tim [1] http://mojo.codehaus.org/maven-native/native-maven-plugin/introduction.html [2] http://maven.apache.org/plugins/maven

Re: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread Tim Kettler
a proxy you also want to read the proxy setup guide [3]. Hope this helps -Tim [1] http://maven.apache.org/guides/getting-started/index.html [2] http://library.mergere.com/ [3] http://maven.apache.org/guides/mini/guide-proxies.html NATARAJAN Sasi Kumar schrieb: Hi Users How can I do

Re: Maven 2.0.4, Initail setup Problem

2006-06-29 Thread Tim Kettler
archive to? If yes: it makes (in the cases I can think of) no sense to execute mvn from there. Or is this a directory you created for a project of you. If yes: Can you post your pom.xml of that project and the exact command you are executing. -Tim NATARAJAN Sasi Kumar schrieb: Now I am getting

Re: How to test an ejb package with Maven and TestNG?

2006-06-28 Thread Tim Kettler
trying to test a project that will be packaged as an ejb. Correct? The directories target/classes and target/test-classes are added to the classpath. Thanks. Naresh Hope this helps -Tim [1] http://jira.codehaus.org/browse/MSUREFIRE-117

Re: Java2HTML plugin M2

2006-06-26 Thread Tim Kettler
Look at the page you are refering to in your first post. 'maven' is the executable of m1 whereas m2 has 'mvn'. Also there is no 'plugin:download' goal in m2. -Tim [EMAIL PROTECTED] schrieb: Hi Damien, How can you tell ? It seems to be compiled Java classes and uses xsd version 4.0.0 which I

Re: Can't get jni working based on example configuration

2006-06-25 Thread Tim Kettler
Hi, mojo-9.pom is available at http://repository.codehaus.org. You will have to add this as a repository. -Tim TimHedger schrieb: Still struggling with the build - I now have the whole maven-native source tree, and I get this error: : mvn compile [INFO] Scanning for projects... Downloading

Re: Can't get jni working based on example configuration

2006-06-25 Thread Tim Kettler
TimHedger schrieb: Tim - Now another repository is missing I guess - where do find this one? jdom is available on central (http://repo1.maven.org/maven2/jdom/jdom/1.0/). So your setup should be ok. Sometimes the central repo times out due to heavy load. Have you tried building a second time

Re: contributing / sample projject using maven2 EJB3

2006-06-25 Thread Tim Kettler
section 'Examples' added to the existing sections (Mini-Guides, FAQs ...) and under that subsections for each example. Wait... just added it. So just create a new page for your example under that section. -Tim [1] http://docs.codehaus.org/display/MAVENUSER/Home Marco Mistroni schrieb: hi tim

Re: contributing / sample projject using maven2 EJB3

2006-06-24 Thread Tim Kettler
Click on the Attachement tab on top of the page. Marco Mistroni schrieb: hi all, i have been asked by some maven users to submit them a small project i have done using TestNG/EJB3/Maven2.. i was suggested by othe rMaven users to have a look at here

Re: problem in creating documentation

2006-06-22 Thread Tim Kettler
Hi, you have to run the command one directory level up. -Tim Nidhi Goyal, Noida schrieb: Hi, When I run the command to create documentation I'm getting the following errors.Please guide me. C:\Documents and Settings\gnidhi\my-appmvn archetype:create -DgroupId=com.mycompany.app

Re: problem in creating documentation

2006-06-22 Thread Tim Kettler
Running the command from one dir-level up will probably lead to another error (see [1]). The Workaround is to change the artifactId parameter to an other value (for example -DartifactId=my-app-site) to create a new project for the site example. -Tim [1] http://jira.codehaus.org/browse/MNG

Re: Emma plugin for maven 2.0

2006-06-22 Thread Tim Kettler
, so no guarantees. -Tim [1] http://emma.sourceforge.net/plugins/ [2] http://sf.net/tracker/index.php?func=detailaid=1481440group_id=108932atid=651899 [3] http://sf.net/forum/message.php?msg_id=3650444 [4] http://www.mail-archive.com/users@maven.apache.org/msg42682.html Janhavi Phirke schrieb: HI

Remote Repository with HTTPS and Authentication

2006-06-21 Thread Tim Riley
I was wondering if someone could help me out here? I have set up an internal remote repository which requires authentication and an SSL certificate. I have added the cert to my java keystore (1.5.0_07 by the way). I then modified the settings.xml by adding the repository to an active profile with

<    1   2   3   4   5   6   7   8   9   >