Re: Building Continuum - Minimal Actions?

2006-12-22 Thread Hilco Wijbenga
On 12/22/06, Jesse McConnell [EMAIL PROTECTED] wrote: if you are running with the continuum-plexus-runtime then your only interaction with the jsps is through the continuum-webapp artifact...which would need to be regenerated and then reloaded in the runtime. Yes, that all makes sense; that's

validation email url when Register for an Account

2006-12-22 Thread LAMY Olivier
Hi, I have started test on the continuum trunk (congratulations nice job). I'd like to know how to configure the url sended in the Email validation when a new ask an Account. Is-it possible ? (actually the url received is http://localhost/security/login!login.action?validateMe=ad93d7a7b14246f4

Re: Sharing properties between maven and ant

2006-12-22 Thread Aaron Digulla
Aaron Digulla wrote: What is the most simple way to define a property once which can be seen both my maven (for example, used in pom.xml) and ant? From the silence, I deduct this is in fact impossible. Regards, -- Aaron Digulla -- View this message in context:

AspectJ plugin and java 1.3 target JRE

2006-12-22 Thread nicolas de loof
Hello, My project will run under Java 1.3, so I've configured the compiler plugin to use a custom bootclasspath that points to Java1.3 rt.jar. I'd like to do the same for the AspectJ compiler. According to http://jira.codehaus.org/browse/MPASPECTJ-22, the aspectJ plugin doesn't allow to

Re: AspectJ plugin and java 1.3 target JRE

2006-12-22 Thread Tom Huybrechts
You can always try to fix it yourself... Take a look at https://svn.codehaus.org/mojo/trunk/mojo/aspectj-maven-plugin/src/main/java/org/codehaus/mojo/aspectj/AbstractAjcCompiler.java It doesn't look like it would be that hard to add a new parameter and pass it to the compiler. tom On

Re: AspectJ plugin and java 1.3 target JRE

2006-12-22 Thread nicolas de loof
I'll take a look and try to create a patch. Thanks for the link. 2006/12/22, Tom Huybrechts [EMAIL PROTECTED]: You can always try to fix it yourself... Take a look at https://svn.codehaus.org/mojo/trunk/mojo/aspectj-maven-plugin/src/main/java/org/codehaus/mojo/aspectj/AbstractAjcCompiler.java

profile activation based on property

2006-12-22 Thread nicolas de loof
According to POM schema, the activationproperty element in profile will search for a system property. I'd like to create a corporate POM with dependencyManagement setting some libs version. This version will depend on the target JRE, so I'd like to detect a child project targetting Java5. I

Error message on validate

2006-12-22 Thread soussou97
Hi; I have the following error message when I valid my Maven project : mvn validate [ERROR] FATAL ERROR [INFO] [INFO] Failed to resolve artifact. GroupId: com.alger.apply ArtifactId: apply Version: 1 Reason: Unable to

Maven 1.0.2 problem

2006-12-22 Thread serafettin senturk
Hello, When I use Maven 1.0.2, I get the following error concerning the Spring cartridge. What should I do to fix this problem? --- AndroMDA Exception Recording --- Version : 3.2-RC1-20060506000751 Error ..: Error performing ModelProcessor.process with model(s) --

Resource filtering fine control

2006-12-22 Thread andy law \(RI\)
Is it possible to turn filtering on for just a single directory as part of a resource tree? For example if I have in my resources folder the following... Src/resources/foo/bar/blah And I want files in foo/bar/blah to be filtered but files in foo/bar to not be, is that possible without defining

AW: [M2] Local offline repo maintenance (unique clean + clone)

2006-12-22 Thread Christian Kölle
Reinhard: thanks for your response and support. I will consider setting up a company wide scopen repository. # The invalid POMs are not that annoying anymore: I used to have a CODEHAUS-JXR-report plugin defined. It finally appeared that it has been replaced by a APACHE-JXR-plugin. So I

Re: Building Continuum - Minimal Actions?

2006-12-22 Thread Jesse McConnell
if you are running with the continuum-plexus-runtime then your only interaction with the jsps is through the continuum-webapp artifact...which would need to be regenerated and then reloaded in the runtime. Your only option here would be an underhanded modification of the jsps where they are

Re: Multi-module and resource files

2006-12-22 Thread Jan Kauffman
That's not really what I meant. I'm able to add it to the jar, but I coudn't find a way of including it to the classpath when I'm testing the project before creating the jar file. I mean. When I run 'mvn test', maven gives me a warn saying that there are no appenders for log4j, but after I create

Problems using profile

2006-12-22 Thread Roberto UserList
Hi, all! I'm using profile to try to control to build or not the subprojets of a main project. In each profile, I'd like Maven to checkout the source code of the subproject from SVN , and then, to build subproject's artifact defined in the module tag. The problem is that Maven tries to find

Re: Multi-module and resource files

2006-12-22 Thread Rémy Sanlaville
Did you try to copy your log4j properties file in src/test/resources ? Rémy

Re: Clogging NoClassDefFoundError

2006-12-22 Thread Alexandre Poitras
From : http://cwiki.apache.org/WICKET/maven-jetty6-plugin.html *Currently, the best plugin version to use is the 6.0-SNAPSHOT one, so be aware that it is a little out on the edge. The reason for this is that earlier versions of Jetty used commons-logging, which lead to various class-loader

Re: AspectJ plugin and java 1.3 target JRE

2006-12-22 Thread Lukas Theussl
MPASPECTJ-22 is for the m1 plugin. If this is what you want, it can be fixed easily but I need someone to test it. Let me know if you're interested. Cheers, -Lukas nicolas de loof wrote: Hello, My project will run under Java 1.3, so I've configured the compiler plugin to use a custom

Re: AspectJ plugin and java 1.3 target JRE

2006-12-22 Thread nicolas de loof
I was searching for the m2 plugin. I have no maven1 project that uses AspectJ compiler targeting a pre-java5 runtime, so I have no build ready for testing a fix. Is there any similar issue for the AspectJ Mojo ? 2006/12/22, Lukas Theussl [EMAIL PROTECTED]: MPASPECTJ-22 is for the m1 plugin.

AW: dependency plugin

2006-12-22 Thread Christian Kölle
| I have just spent a lot of time trying to get the | dependency-maven-plugin to excludeScope, or if that won't work - to | excludeTransitive. Neither work. Using a simple includeScope | didn't work either. Just FYI: I had the same problem with the scope definition in maven-dependency-plugin.

Can I include pom variables in xdocs?

2006-12-22 Thread Helck, Christopher
Hi, I'm in maven 1. I would like to have ${pom.currentVersion} to be expanded inside an xdoc file. Is this possible? Thanks, Christopher Helck Thank you for being part of it. The information contained in this e-mail is confidential. This e-mail is intended only for the stated addressee.

pom.d

2006-12-22 Thread Johannes Schneider
Hi, why isn't it possible to split the pom.xml into several files? I would like something like a directory named pom.d. There I could add several files that are merged together. What do you think about this? Johannes Schneider -- Johannes Schneider Im Lindenwasen 15 72810 Gomaringen +49

Can profiles override plugin dependencies?

2006-12-22 Thread James Kebinger
I have a project with a plugin that depends on tools.jar. That jar doesn't exist on the mac, so I'm trying to use profiles to change that dependency when running on OSX. I think the pom I wrote below should work, but it doesn't. What am i missing? (The profile is shown as active running

Re: Can profiles override plugin dependencies?

2006-12-22 Thread Tom Huybrechts
Have you tried putting both configurations in a profile ? On 12/22/06, James Kebinger [EMAIL PROTECTED] wrote: I have a project with a plugin that depends on tools.jar. That jar doesn't exist on the mac, so I'm trying to use profiles to change that dependency when running on OSX. I think the

Re: Can profiles override plugin dependencies?

2006-12-22 Thread James Kebinger
Just tried that - removed the tools.jar dependency from the plugin's dependency list and had two profiles. Testing on windows showed this approach does not work: javac is not found in the classpath so the dependency information from the not mac profile I created was not used. On 12/22/06, Tom

Error trying to use the maven-antrun plugin

2006-12-22 Thread EJ Ciramella
Has anyone tried using the ant task inside of maven2? We're trying to run a full ant based build inside of maven 2 (which includes a compile) but we're getting the following error: [javac] Compiling 752 source files to E:\work\LTY-P39\frontoffice\ltyApp\build\config\site\classes [INFO]

Re: Maven 1.0.2 problem

2006-12-22 Thread Arnaud HERITIER
I don't think that it is a problem in maven but a StackOverflow in Spring or somewhere else in your build A workaround can be to change your memory settings (-Xss, ...). You can set them in the environment variable MAVEN_OPTS. Arnaud On 12/22/06, serafettin senturk [EMAIL PROTECTED] wrote:

Dependency groups?

2006-12-22 Thread MikeKey
Forgive a likely newbie question but I've not found anything outside a hacked parent pom to get something like this to work. Is there any way to setup a pre-defined set of dependencies to include in a given pom? For example, Hibernate requires several jars to be included as dependencies to a

Re: Can I include pom variables in xdocs?

2006-12-22 Thread Arnaud HERITIER
Quick answer : No. It wasn't developed. Arnaud On 12/22/06, Helck, Christopher [EMAIL PROTECTED] wrote: Hi, I'm in maven 1. I would like to have ${pom.currentVersion} to be expanded inside an xdoc file. Is this possible? Thanks, Christopher Helck Thank you for being part of it. The

Re: Dependency groups?

2006-12-22 Thread Craig McClanahan
On 12/22/06, MikeKey [EMAIL PROTECTED] wrote: Forgive a likely newbie question but I've not found anything outside a hacked parent pom to get something like this to work. Is there any way to setup a pre-defined set of dependencies to include in a given pom? For example, Hibernate requires

Re: validation email url when Register for an Account

2006-12-22 Thread L. J.
The temp workaround that works for me is changing the localhost URL to http://yourContinuumURL:yourContinuumPort(ex:8080)/continuum/security/x. I tried to change the Base URL, but that does not help. Also, I wonder how can I unlcok admin user admin if it is locked. Thanks. LJ On

Re: Dependency groups?

2006-12-22 Thread Wendy Smoak
On 12/22/06, MikeKey [EMAIL PROTECTED] wrote: Forgive a likely newbie question but I've not found anything outside a hacked parent pom to get something like this to work. Is there any way to setup a pre-defined set of dependencies to include in a given pom? For example, Hibernate requires

Is rsync with central repo still possible?

2006-12-22 Thread mraible
Rsyncing with ibiblio used to be possible using the following: rsync -v -t -l -r ftp.ibiblio.org::maven2 . However, now that the Maven repo has moved to Contegix, this command no longer seems to work. Now I get the following on OS X: @ERROR: Unknown module 'maven2' rsync: connection

Installing Maven 2 repo reg.

2006-12-22 Thread [EMAIL PROTECTED]
Hi, I am new to ActiveMQ. Am trying to install ActiveMQ 4.1.0 Release(Windows Binary Installation) on my machine. I have a doubt whether to install Maven 2 Repositories or not. Please clafiry me whether its a manditory one. Regards Venkatesh.R. -- View this message in context: