Re: [M2] move resource files

2006-11-09 Thread Konstantin Polyzois
I hade the same problem a week ago :-) On 11/9/06, aXXa <[EMAIL PROTECTED]> wrote: Konstantin, Brilliant! it works excellent when I added the tag pointing out where to find the bean definition file in my tag. Thanks! Konstantin Polyzois wrote: > > You can configure Sprin

Re: [M2] move resource files

2006-11-09 Thread Konstantin Polyzois
You can configure Spring to find it in WEB-INF/classes instead by using the following in your web.xml: contextConfigLocation /WEB-INF/classes/fenix-servlet.xml org.springframework.web.context.ContextLoaderListener or if it is the DispatcherServlet use: or

Re: [m2.0.4] maven-artifact-ant-2.0.4-dep still using wrong path to snapshot deps

2006-05-31 Thread Konstantin Polyzois
I have not find any. Was thinking of creating an empty war with dependencies and then calling mvn package to make it download the dependencies. /Konstantin On 4/26/06, Rollo, Dan <[EMAIL PROTECTED]> wrote: I found a jira issue for this, but it claims the classpath attrib is set correctly, whil

Re: [M2] questions about migrating to maven

2006-05-31 Thread Konstantin Polyzois
You could include all property-files in build but use some environment variable for making your code chose the correct one like -Denvironment=prod /Kostantin On 5/30/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: On 5/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Carlos, > > --> re FIL

Re: [M2] questions about migrating to maven

2006-05-28 Thread Konstantin Polyzois
Is it not possible to alter the artifactId's finalName and the dependencies with profiles also? Then you would not get tainted builds... Not sure how to do this but I have read about it somewhere. Konstantin On 5/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am pretty sure that I am ov

Re: [m2] - Maven IDEA Plugin

2006-04-20 Thread Konstantin Polyzois
I can only agree that the snapshot version is much better, don't have a clue when it will be relesaed... /konstantin On 4/20/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > > Hi Trent, > > Indeed the snapshot version (or the svn version if you build it yourself) > is > much better. > > To build it fro

Re: Internal (intranet) repositories

2006-04-11 Thread Konstantin Polyzois
I have succesfully done something along the way you are doing it but my 'local' repository is a maven proxy. It worked best if I gave my repository the same id as central. That is rename your local to central. And I am sure it works for me because we have no direct access to internet. Good luck /

Re: [M2] Weblogic War install question

2006-04-11 Thread Konstantin Polyzois
If you just comment out the maven install part? Never seen that before... /Konstantin On 4/11/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Sounds like a problem with the Weblogic plugin. You need to talk to > more people who are using this plugin and confirm that it works for > them before assumi

Re: [m2] Weblogic J2EE Plugin

2006-04-11 Thread Konstantin Polyzois
cool glad to be of assistance. On 4/10/06, mjohnsonaz74 <[EMAIL PROTECTED]> wrote: > > > Thank you. As I suspected it was a significant, yet trivial > misunderstanding > on my part. I wasn't specifying goals inside of an execution block and > instead I was trying to stack POM's and have the plug

Re: [m2] Weblogic J2EE Plugin

2006-04-10 Thread Konstantin Polyzois
Ok basic pom for building using appc follows (please note that you have to install weblogic files in to your repo): http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0

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

2006-04-08 Thread Konstantin Polyzois
there is a exclusion element you could use as well. from memory: hibernate hibernate 3.1 cglib cglib ... /Konstantin On 4/6/06, Wesslan <[EMAIL PROTECTED]> wrote: > > > That's "exactly" how my pom looks like and I'm actually glad that Maven is > complaining.

Re: [m2] Weblogic J2EE Plugin

2006-04-08 Thread Konstantin Polyzois
Are you sure the plugin is for maven 2? /Konstantin On 4/6/06, mjohnsonaz74 <[EMAIL PROTECTED]> wrote: > > > I am trying to convert an existing and convoluted project at work to Maven > 2 > from an existing Ant build script. I'm starting to get the hang of > breaking > one large project into mult

Re: deploy works, but release:perform fails to deploy

2006-03-31 Thread Konstantin Polyzois
When I looked in to the source for the release plugin it actually executed maven from there, so I guess that's where the strange output is coming On 3/31/06, Julian Wood <[EMAIL PROTECTED]> wrote: > > The questions I would ask myself if I saw this output are: > > 1. It looks like you issued an mvn

Re: [m2] multiproject modules question

2006-03-29 Thread Konstantin Polyzois
Would not this work? Project pom components/Comp1 ... components/CompN I have tried it, and it worked. /Konstantin On 3/29/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Realize that if you go this route, you won't be able to go to the top > parent directory and issue a single "mvn install" type

Re: [m2] maven2 javadoc for plugin development available online?

2006-03-15 Thread Konstantin Polyzois
Brett, I noticed that the projects on the page you pointed out contain a dependency convergence report. Is this possible with m2? /Konstantin On 3/15/06, Brett Porter <[EMAIL PROTECTED]> wrote: > > Have you looked at: > http://maven.apache.org/ref/2.0.2/ > ? > > - Brett > > On 3/16/06, Sebastian

Re: [m2] generating plugin documenation

2006-03-15 Thread Konstantin Polyzois
Sorry I digged a litle more it is the: org.apache.maven.plugins:maven-plugin-plugin:report that does it. /Konstantin On 3/15/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote: > > When I look at the documentation for the maven plugins there are a list of > available goals and s

[m2] generating plugin documenation

2006-03-15 Thread Konstantin Polyzois
When I look at the documentation for the maven plugins there are a list of available goals and so on. Is this documentation automatically generated? If so, I would like to trigger the same kind of documenation for my own home-grown plugins, any tips? /Konstantin

Re: Intellij/IDEA plugin

2006-03-14 Thread Konstantin Polyzois
Thanks! I'll do that On 3/14/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: > > To create a patch: > http://maven.apache.org/guides/development/guide-m2-development.html > > To submit it: > http://jira.codehaus.org/browse/MIDEA > > Konstantin Polyzois wrot

[M2] Intellij/IDEA plugin

2006-03-14 Thread Konstantin Polyzois
I'd like to help finish idea-plugin it does not handle ejb/ear very well, I have it checked out where can I submit a patch? (And how do I create one from svn) /Konstantin

Re: Intellij/IDEA plugin

2006-03-14 Thread Konstantin Polyzois
Sorry wrong subject... On 3/14/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote: > > I'd like to help finish idea-plugin it does not handle ejb/ear very well, > I have it checked out where can I submit a patch? (And how do I create one > from svn) > > /Konstantin >

Intellij/IDEA plugin

2006-03-14 Thread Konstantin Polyzois
I'd like to help finish idea-plugin it does not handle ejb/ear very well, I have it checked out where can I submit a patch? (And how do I create one from svn) /Konstantin

Re: [M2] Jcoverage plugin?

2006-03-13 Thread Konstantin Polyzois
There is, cobertura, I don't know if it is ok though. I had to build it from cvs. But that was a while ago... On 3/13/06, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote: > > Is there a jcoverage plugin for Maven 2, or any plans to create one? I did > not see one on Mojo. If not, is there an equival

Re: [m2] war and ear suggestions

2006-03-10 Thread Konstantin Polyzois
Filed as http://jira.codehaus.org/browse/MNG-2141 On 3/10/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > Sounds interesting. Could you please file something in Jira so that we > track your suggestion? > > Regards, > Stéphane > > On 3/10/06, Konstantin Poly

[m2] war and ear suggestions

2006-03-10 Thread Konstantin Polyzois
We are using maven to build some war and ear files for weblogic. To catch errors early we aree precompiling the ears and wars using a inhouse written weblogic.appc plugin. Two things are a bit annoying :-) 1 The ear and war plugin always overwrites each file, I have tracked this behaviuor to a org

anyway to automate tags in release plugin?

2006-02-04 Thread Konstantin Polyzois
First of all I really like the release plugin it is really useful! I have been playing around a little and I wonderif there is a way to get an automatic scm tag? Right now the release plugin asks me what tag to use, for me it would be ok if it used the version sans -SNAPSHOT of course? Can I confi

Re: [m202] Cobertura plugin

2006-02-02 Thread Konstantin Polyzois
I checked it out ant built it myself did not find a working release of it. /Konstantin 2006/2/1, Arnaud Bailly <[EMAIL PROTECTED]>: > Hello, > What is the status of the cobertura plugin for m2 ? I had problems > trying to include it in the pom through central and there > was some discussion on th

[m2] problem with snapshots and Maven 2.0.2 Tasks for Ant

2006-01-27 Thread Konstantin Polyzois
We are trying out using ant/"m2 tasks for ant" to assemble an legacy application. When using the "dependencies" task it will download the specified snapshot dependencies but they are not included in fileset when copying. It works nice if the snapshots were built on the same machine. Is it broken?

Re: [m2] re-enabling a blacklisted repository [Virus checked]

2006-01-23 Thread Konstantin Polyzois
I read it is only blacklisted as long as maven is running your current build... 2006/1/20, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi, > > during some tests with maven-proxy, i had my central repository > blacklisted. Is there a way to re-enable it? Where is this information > stored? > > any

Re: [m2] not 4.0.0 pom error

2006-01-23 Thread Konstantin Polyzois
build it from svn. There was some bug up until 30 minutes ago 2006/1/23, Mick Knutson <[EMAIL PROTECTED]>: > How can I get covertures to work: > > [INFO] > > Downloading: > http://repo1.maven.org/maven2/maven-plugins/m

Re: [M2.0.2] cobertura-maven-plugin not working with 2.0.2

2006-01-23 Thread Konstantin Polyzois
ok now it works again nice 2006/1/23, Brett Porter <[EMAIL PROTECTED]>: > fixed in SVN of the cobertura plugin. > > On 1/23/06, Weichsel, Ingo <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I like the cobertura-maven-plugin a lot, which I builded from the > > mojo-sandbox. This plugin did work f

Re: resources not in jar

2006-01-13 Thread Konstantin Polyzois
Do a mvn projecthelp:effective-pom Check for project/build/resources/resource It should of course point to your resource dir 2006/1/13, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi, > > > I use maven 2.0.1 and have a problem with building a jar. > > The src structure of my project is: > > src/