Re: scm:checkout:

2005-08-19 Thread Brett Porter
Using the ext protocol assumes that ext is all setup to go, and unfortunately doesn't currently allow any input handling. So if you get prompted for one of the following: - yes/no answer to the host being unknown - password - private key passphrase it will hang on the input. Please ensure you

RE: scm:checkout:

2005-08-19 Thread Michael McCrann
Thanks again. Does the plugin use the properties below when connecting to the CVS repository using :ext:?. Or does it have to be completley setup in advance? maven.scm.username maven.scm.password -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, 19 August

Re: scm:checkout:

2005-08-19 Thread Brett Porter
It has to be setup - the username/password can only be used for SVN over https at the moment due to support from the executables themselves. - Brett On 8/19/05, Michael McCrann [EMAIL PROTECTED] wrote: Thanks again. Does the plugin use the properties below when connecting to the CVS

RE: [Maven_1.1-beta-1]

2005-08-19 Thread Faucher Aurélie
Yes, I put the property maven.home.local with my directory but Maven looks for the librairies in the other directory (C:\Documents and settings). Aurélie -Message d'origine- De : dan tran [mailto:[EMAIL PROTECTED] Envoyé : jeudi 18 août 2005 18:09 À : Maven Users List Objet : Re:

To stop commit!!!!

2005-08-19 Thread NIRMALA Manivasagam
Hi, Iam trying to restrict the access of my repository to other users. iam using pserver in windows 2000.i have created readers and writers file under CVSROOT.this is not allowing the users to restrict to access the repositorywhat can i do for that?? can anybody helpme in this point.

Re: Maven unattended build process ---?

2005-08-19 Thread dan tran
try maven-scm-plugin 1.5.1-SNAPSHOT still in svn. svn co https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk then goto trunk/scm and do maven install -D On 8/18/05, Sanjay Choudhary [EMAIL PROTECTED] wrote: Hi Dan, This makes perfect sense. Thanks for your help. In one of your

Re: To stop commit!!!!

2005-08-19 Thread Brett Porter
Sorry, but this is not an appopriate list for this question. There are plenty of other avenues for getting help with CVS - for example the CVS book: http://cvsbook.red-bean.com/ On 8/19/05, NIRMALA Manivasagam [EMAIL PROTECTED] wrote: Hi, Iam trying to restrict the access of my repository

[m2] plugin classpath question

2005-08-19 Thread Van Steenberghe Mario (GFDI)
Hello, Is there anyone who knows how the classpath is defined when a maven2 plug-in is run ? I expected that all the dependent jars, defined in my POM should be on the classpath, but when I print out the classpath inside my plug-in, I get: /** * @see

Re: New PDF plugin SNAPSHOT

2005-08-19 Thread Arnaud HERITIER
Hi guys, I published a new snapshot which fixe incompatibilities with maven 1.0 and some jdk. I tested it on windows XP with : Maven 1.0.2 + JDK 1.3 Maven 1.0.2 + JDK 1.4 Maven 1.0.2 + JDK 1.5 Maven 1.1 + JDK 1.4 Maven 1.1 + JDK 1.5 This new snapshot has a new bug I didn't fixed actually : SVG

Re: [M2] How to specify a diferent resource directory in resource:resources plugin

2005-08-19 Thread Andrius Karpavicius
Thanks, This workaround I have done already, but that way you can not overwride resoruces for each time resources plugin is used. Thank you, Andrius Johnny R. Ruiz [EMAIL PROTECTED] 2005.08.19 03:34 Please respond to Maven Users List users@maven.apache.org To Maven Users List

RE: [m2] plugin classpath question

2005-08-19 Thread Van Steenberghe Mario (GFDI)
Thanks. In fact my plugin calls a library that loads some resources inside these libraries, so I had to switch the context classloader as follows: public void executeReport(final Locale locale) throws MavenReportException { final Thread current = Thread.currentThread(); final ClassLoader

Re: [m2] plugin classpath question

2005-08-19 Thread Brett Porter
Was that necessary? I assume you now have BeanDocClient as a dep on your plugin, which should make the classloader current anyway, without switching the context class loader. - Brett On 8/19/05, Van Steenberghe Mario (GFDI) [EMAIL PROTECTED] wrote: Thanks. In fact my plugin calls a library

RE: [m2] plugin classpath question

2005-08-19 Thread Van Steenberghe Mario (GFDI)
Yes, in fact the library I'm using (Spring-beandoc) defaults to the context classloader for looking up the mapping files. Since the context classloader is by default set to the application classloader, the plug-in is responsible for switching the classloader at runtime before calling the

Re: [m2] plugin classpath question

2005-08-19 Thread Jesse McConnell
there are a number of ways around this though, so if you have a legitimate need to have access it can be done with a minimum of hassle. care should be taken to avoid it if you don't need it, but there are certainly circumstances where it is unavoidable. maven-jdbc-plugin and maven-execute-plugin

[M2] How does filtering resources work?

2005-08-19 Thread Carsten Ziegeler
I'm a little confused how filtering of resources in M2 works. Now, I can define several resource sets in the build resources section (with include/exclude) patterns. But there is no way of defining filters there. (At least that's what I think). Now I can turn on filtering in the resources plugin.

[m2] Nightly Build

2005-08-19 Thread Kevin McNamee
Hi, Is there somewhere I can download a nightly build of M2? /Kevin

Re: [m2] Nightly Build

2005-08-19 Thread Trygve Laugstøl
On Fri, Aug 19, 2005 at 02:34:57PM +0200, Kevin McNamee wrote: Hi, Is there somewhere I can download a nightly build of M2? We're building a new distribution on every commit. http://maven.zones.apache.org/~maven/builds/ -- Trygve signature.asc Description: Digital signature

RE: [m2] Nightly Build

2005-08-19 Thread Kevin McNamee
OK. Just what I need. Thanks. Could you add this link to the Downloads page at Maven 2? http://maven.apache.org/maven2/download.html I couldn't even find this link when googling maven2 nightly build Perhaps the Continuum should also be included? Much appreciated, Kevin -Original

RE: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-19 Thread Levitt, David, Bookspan
That seems to work [at least JEdit does not complain] I'll take a look on Jira see if this is a requested / planned feature [probably for the 'genapp' plugin]. I'm back - I added a comment on issue MPGENAPP-22 -Original Message- From: Andy Glick [mailto:[EMAIL PROTECTED] Sent:

RE: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-19 Thread David Jackman
Thanks for this--it works wonderfully. Is there a similar schema available for maven.xml? -Original Message- From: Andy Glick [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 5:11 PM To: Maven Users List Subject: Re: project.xml, maven-v3_0_0.xsd and xml aware editors At

where does my logging go?

2005-08-19 Thread Ruud Wijnands
Hi, when I run my junit test I see that none of the logging I have appears on my screen. I use the default java logging Logger class. Can anyone tell me how I can make sure that my logging info is not filtered out by maven? Regards, Ruud Wijnands

Plugin development

2005-08-19 Thread Jorge Nicolás Mikitiuk
Hi: What's the way to add java beans in the plugin.jelly?, I tried to do it, but Maven send the next message: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 BUILD FAILED No goal [eee:jjj] A plugin

RE: [m2] Xdoclet trial

2005-08-19 Thread Kevin McNamee
Hi Kenney, OK, I downloaded the latest M2 precompiled snapshot from http://maven.zones.apache.org/~maven/builds/ Things went smoothly until maven-antrun-plugin. I had to change .m2/repository/org/apache/maven/plugins/maven-xdoclet-plugin/1.0-SNAPSHOT/ma

RE: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-19 Thread Andy Glick
At 09:22 AM 8/19/2005, David Jackman wrote: Thanks for this--it works wonderfully. Is there a similar schema available for maven.xml? ... snip ... project xmlns=http://maven.apache.org/POM/3.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: [M2] How does filtering resources work?

2005-08-19 Thread Andrius Karpavicius
Hi, I am almost an expert here, after trying to get filtering work for two days :) From resources plugin code: // support ${token} Reader reader = new InterpolationFilterReader( fileReader, filterProperties, ${, } ); // support @token@

Re: [Maven_1.1-beta-1]

2005-08-19 Thread dan tran
Where do put place your maven.home.local setting.??? http://maven.apache.org/reference/properties.html -D On 8/18/05, Faucher Aurélie [EMAIL PROTECTED] wrote: Yes, I put the property maven.home.local with my directory but Maven looks for the librairies in the other directory (C:\Documents

apache mod_proxy + mod_cache for maven?

2005-08-19 Thread Matthew L Daniel
First, my objective. I want maven.repo.remote to point to our intranet Apache server for all artifacts. If our intranet does not have the artifact, it should connect to a foreign maven.repo.remote (ibiblio.org for argument's sake) and fetch it, storing a copy of the bytes as they fly by. I have a

Re: apache mod_proxy + mod_cache for maven?

2005-08-19 Thread Jesse McConnell
checkout maven-proxy http://maven-proxy.codehaus.org/ On 8/19/05, Matthew L Daniel [EMAIL PROTECTED] wrote: First, my objective. I want maven.repo.remote to point to our intranet Apache server for all artifacts. If our intranet does not have the artifact, it should connect to a foreign

m[1] Exception on war:deploy/war:install

2005-08-19 Thread Vitaliy Geraymovych
Hi All, I am getting this exception while running war:deploy goal (it also happens on war:install) I can deploy and install jars without any problem. Maven 1.1-b1 war-plugin 1.6.1 artifact-plugin 1.6 war:install: [echo] Installing... Uploading to **-web-1.0-SNAPSHOT.war:

RE: where does my logging go?

2005-08-19 Thread Mike Perham
Look in target/test-reports You want 'maven.junit.usefile=false' in your project.properties. mike -Original Message- From: Ruud Wijnands [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 9:04 AM To: users@maven.apache.org Subject: where does my logging go? Hi, when I run my

Re: [M2] How does filtering resources work?

2005-08-19 Thread Brett Porter
There was some hesitation to adding filtering in the first place - we added it as a parameter on the resources plugin because it was uncertain it would be retained in the POM. It now looks like it will, but we're wary of how it is used. It is important for Maven to work that the values filtered

Re: apache mod_proxy + mod_cache for maven?

2005-08-19 Thread Matthew L Daniel
checkout maven-proxy I wondered if I was going to get bombarded with that link. My interest is Apache module centric. That's why I included the bit about the Python server and not wanting to maintain yet-another-service, _especially_ a servlet container. I do appreciate your response, though,

Re: m[1] Exception on war:deploy/war:install

2005-08-19 Thread Brett Porter
You need artifact 1.6. I know you said you were using it, but the error message says 1.5.2 - check that you don't still have 1.5.2 JAR in $MAVEN_HOME/plugins or ~/.maven/plugins. - Brett On 8/20/05, Vitaliy Geraymovych [EMAIL PROTECTED] wrote: Hi All, I am getting this exception while

[m1] Adjusting JAR classpath when using ear.bundle.dir property

2005-08-19 Thread Michael Deck
I am using maven 1 to build an ear project that contains several jars/ejbs and a war. I have a few external libraries that the different modules depend on and I would like to package these dependencies in the ear under a libs directory. I've set up my dependency with the ear.bundle.dir

Re: m[1] Exception on war:deploy/war:install

2005-08-19 Thread Vitaliy Geraymovych
Thanks, that solved the issue. I forgot to download new plugin on our CruiseControl box. Vitaliy On 8/19/05, Brett Porter [EMAIL PROTECTED] wrote: You need artifact 1.6. I know you said you were using it, but the error message says 1.5.2 - check that you don't still have 1.5.2 JAR in

Re: [M1 b1] NPE with maven-java-plugin 1.5

2005-08-19 Thread Andy Glick
Andy Glick wrote: Using M1 b1 and a build tag as shown below, java plugin produced NPEs for maven:copy-resources in code for goal goal name=java:jar-resources whether or not there was a resources tag. I got the plugin to work after adding what appears in the final section. There were no

[m2] no dependencies in webapp build

2005-08-19 Thread Julian Wood
Hi, I want to build my webapp without the dependencies required for compiling and testing. I had thought that limiting their scope to compile would prevent them from showing up in the webapp build, but that is not the case. How can I do this? Thanks, J -- Julian Wood [EMAIL PROTECTED]

db plugin

2005-08-19 Thread Mauricio Hernández Durán
Hi all! Anyone knows where I can get something similar to a db plugin for maven? What I need is from a bunch of sql scripts to have init, populate, drop goals... Thanks in advance! - To unsubscribe, e-mail: [EMAIL

RE: [m2] no dependencies in webapp build

2005-08-19 Thread Litton, Tom - CEPM
I believe provided is what you are looking for. Have a look at http://maven.apache.org/maven2/dependency-mechanism.html -Original Message- From: Julian Wood [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 12:47 PM To: Maven Users List Subject: [m2] no dependencies in webapp

RE: [m2] no dependencies in webapp build

2005-08-19 Thread Sasa.Djuric
Set the scope to 'provided'. I got myself confused, but compile is the widest scope. -Original Message- From: Julian Wood [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 7:47 PM To: Maven Users List Subject: [m2] no dependencies in webapp build Hi, I want to build my webapp

Re: [m2] no dependencies in webapp build (bug?)

2005-08-19 Thread Julian Wood
OK, I've played with this some more now. Our network is up and down due to that dratted W32/IRCbot.worm!, so I couldn't get to the maven 2 docs at all, and was just shooting in the dark a bit. I still haven't fixed my problem, however. I have two subprojects - a jar and a webapp, where the

[maven-1.1-beta-1] native2ascii

2005-08-19 Thread Scott Lamb
I'm trying to get native2ascii to work in maven-1.1-beta-1. It worked fine in maven 1.0.2. I was using it through a maven.xml snippet like this: project default=tw:dist xmlns:j=jelly:core xmlns:ant=jelly:ant ... postGoal name=java:jar-resources ... ant:native2ascii

Re: db plugin

2005-08-19 Thread Jamie Bisotti
On 8/19/05, Mauricio Hernández Durán [EMAIL PROTECTED] wrote: Hi all! Anyone knows where I can get something similar to a db plugin for maven? What I need is from a bunch of sql scripts to have init, populate, drop goals... Thanks in advance!

Problems using dotuml plugin

2005-08-19 Thread Roberto Castro
Hi, I'm trying to use dotuml plugin to generate class diagram report inside my project's site. I'm using Maven 1.02 and Java 1.3.1_08 but I'm facing the followind error: popping off [EMAIL PROTECTED] for org.apache.maven [EMAIL PROTECTED] in maven-pom-plugin:maven-pom-plugin popping off [EMAIL

Can the CheckStyle 3.0-SNAPSHOT plugin be updated depend on CheckStyle 4.0.0 Beta5? EOM

2005-08-19 Thread Jamie Bisotti
-- Jamie Bisotti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can the CheckStyle 3.0-SNAPSHOT plugin be updated depend on CheckStyle 4.0.0 Beta5? EOM

2005-08-19 Thread Carlos Sanchez
It already depends on beta5 On 8/19/05, Jamie Bisotti [EMAIL PROTECTED] wrote: -- Jamie Bisotti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can the CheckStyle 3.0-SNAPSHOT plugin be updated depend on CheckStyle 4.0.0 Beta5? EOM

2005-08-19 Thread Jamie Bisotti
On 8/19/05, Carlos Sanchez [EMAIL PROTECTED] wrote: It already depends on beta5 On 8/19/05, Jamie Bisotti [EMAIL PROTECTED] wrote: -- Jamie Bisotti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Can the CheckStyle 3.0-SNAPSHOT plugin be updated depend on CheckStyle 4.0.0 Beta5? EOM

2005-08-19 Thread Carlos Sanchez
http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-SNAPSHOT.jar and http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-20050809.182002.jar both have beta5 On 8/19/05, Jamie Bisotti [EMAIL PROTECTED] wrote: On 8/19/05, Carlos Sanchez [EMAIL

[m2] Test reuse: fundamental design flaw or RTFM?

2005-08-19 Thread Dave Neuer
Hi, I have a project A, and a project B that depends on A. A has test code which includes both abstract, invariant-checking base classes and regular tests under src/test. Project B would like to reuse the base classes from project A's src/test. Searching for a way to do this in maven2

Re: Maven/Spring Testing

2005-08-19 Thread Marcelo Alcantara
Hi Carlos/Thomas, Thank you for the reply. I checked the oness and saw the loading of the applicationContexes. And could notice that by default the server loads the test applicationContexts before the main ones. My main doubt right now is how can I be sure that it´s gonna be the default

Re: db plugin

2005-08-19 Thread Andy Glick
Mauricio Hernández Durán wrote: Hi all! Anyone knows where I can get something similar to a db plugin for maven? What I need is from a bunch of sql scripts to have init, populate, drop goals... Thanks in advance!

Re: [maven-1.1-beta-1] native2ascii

2005-08-19 Thread Scott Lamb
On Aug 19, 2005, at 12:00 PM, Scott Lamb wrote: - how can I make this work anyway? (for the time being, the same buildfile has to work with maven 1.0.2 also.) I imagine there's an easy classpath trick, since this jar is in the ibiblio maven repository. The trick eludes me, though. I

Re: [m2] no dependencies in webapp build (bug?)

2005-08-19 Thread Edwin Punzalan
I believe this is a bug. The provided scope should work the same way as the compile scope with the exception that provided scoped dependencies will not be packaged inside the generated package. Please file a jira issue on http://jira.codehaus.org/secure/BrowseProject.jspa?id=10500 Thank

[M2] system property dictionary ??

2005-08-19 Thread John Franey
I've looked and searched, but came up empty. Is there a maven 2 system property dictionary somewhere? This would list the system properties that have value relative to lifecycle phase, and what the value would be if not overridden by user's POM or -D option. Also with the list is a short

Re: [M2] system property dictionary ??

2005-08-19 Thread Edwin Punzalan
Hi, m2 collects these expressions from several sources. To start, this is some of what I know: 1) System environment properties 2) pom.xml - expressions here are somewhat bean based. For example, to get the value for the output directory in your pom.xml, you use

Re: [M2] system property dictionary ??

2005-08-19 Thread Edwin Punzalan
With regards to a list, I believe there isn't one available yet. With regards to the default values in pom.xml, you may want to take a look at the maven-model source code. Most, if not all, is in there. John Franey wrote: I've looked and searched, but came up empty. Is there a maven 2