RE: Maven-proxy functional with Maven 2?

2005-12-21 Thread Jörg Schaible
dan tran wrote on Thursday, December 22, 2005 1:42 AM: > there is one patch you need to apply in order to make work > transparently with maven2. > check out jira Just to make it clear: You have to apply the patch to the CVS version ... :) - Jörg -

Re: How do you get a goal to call another goal effectively for reuse?

2005-12-21 Thread Lukas Theussl
You are using the same variable name (portlet_projects) twice in the tag. Since you do the same tokenize again in the build goal, I guess it doesn't see the same variable anymore. Try something like ${portlet_projects} or call on the variable after each goal. HTH, Lukas Lou Sacco wrote:

Re: How do you get a goal to call another goal effectively for reuse?

2005-12-21 Thread Dion Gillard
Do you have any other output? On 12/22/05, Lou Sacco <[EMAIL PROTECTED]> wrote: > Please, I could really use some help on this one...thanks! > > On 12/20/05, Lou Sacco <[EMAIL PROTECTED]> wrote: > > > > I have the following where I want to reuse two previous goals I wrote to > > do a clean, update

Re: How do you get a goal to call another goal effectively for reuse?

2005-12-21 Thread Lou Sacco
Please, I could really use some help on this one...thanks! On 12/20/05, Lou Sacco <[EMAIL PROTECTED]> wrote: > > I have the following where I want to reuse two previous goals I wrote to > do a clean, update from repository, and then build (for our continuous > integration build) as follows: > >

Re: help - archetype

2005-12-21 Thread Willie Vu
Thanks but it is not what I need. e.g. user will type in the following to use my archetype to create a project. mvn archetype:create -DgroupId=com.foo.a.b ... A XSL resource will be created in src/xsl/com/foo/a/b What I need is to convert the groupId from com.foo.a.b to com/foo/a/b in the cont

Re: how to find dependencies programatically from within Mojo

2005-12-21 Thread Allan Ramirez
Hi Christopher, Take a look in http://jira.codehaus.org/browse/MPH-4 and add your vote. :) -allan Christopher Cobb wrote: Where can I get a list of all variables that can be used in the expression string? If this is not documented anywhere, can someone tell me what source file/module to look

RE: Need help in installing Maven

2005-12-21 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, I tried using the -e option... and also moving it to a separate folder. Still doesn't work... The stack trace... D:\MavenDownload\my-app>mvn -e compile + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] --

Re: [m2]vpp plugin or support? anoyone used in m2?

2005-12-21 Thread Mick Knutson
http://vpp.sourceforge.net/ Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED]

Knowing my project's location when building w/ reactor ?

2005-12-21 Thread Grégory Joseph
Hi list, Is there a preferred way, when a project is building with reactor, to know the location of the project? i.e., if, in a testcase, I do new File("."), I'll get the path to my root pom's directory, and I'd need the path to the actual sub-module being tested. Any tip or idea? Cheers, g --

Re: [m2]vpp plugin or support? anoyone used in m2?

2005-12-21 Thread dan tran
what is vpp?? On 12/21/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > > I have a requirement to add vpp support to my m2 build. Any help? > > > > Thanks > Mick Knutson > > http://www.BASELogic.com > http://www.MickKn

Re: [m2] where to put common javescript and ui tools

2005-12-21 Thread Grégory Joseph
> > > You can package them in a jar, then you define a listener which can read > > > the > > > JavaScript , images from the jar and write them into a Dir when the web > > > server is starting. Seems pretty much out of topic here, but you could also very well write a servlet or filter which is gon

Re: [m2] where to put common javescript and ui tools

2005-12-21 Thread chang wei
Here is an example: org/ditchnet/ jsp/taglib/tabs/listener/TabServletContextListener 在05-12-22,Mick Knutson <[EMAIL PROTECTED]> 写道: > > Do you have an example listener please? > > > > Thanks > Mick Knutson > > http:

[m2]where to put selenium tests in m2?

2005-12-21 Thread Mick Knutson
Where should I put my selenium functional tests in my m2 structure? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED] --

Re: [m2] where to put common javescript and ui tools

2005-12-21 Thread Mick Knutson
Do you have an example listener please? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED] -

Re: [m2] where to put common javescript and ui tools

2005-12-21 Thread chang wei
You can package them in a jar, then you define a listener which can read the JavaScript , images from the jar and write them into a Dir when the web server is starting. 2005/12/22, Mick Knutson <[EMAIL PROTECTED]>: > > I have common JavaScript tools, images and other common elements/resources > t

Re: help - archetype

2005-12-21 Thread Allan Ramirez
Hi Willie, Please refer to this link http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-IsthereawaytospecifyadifferentoutputdirectorywithouthavingtoeditthepomorconfigurationfileeachtimeIdoabuild%3F I think it is similar to what you are looking for, well except for the command line. :) Hope

[m2]vpp plugin or support? anoyone used in m2?

2005-12-21 Thread Mick Knutson
I have a requirement to add vpp support to my m2 build. Any help? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED]

Re: help - archetype

2005-12-21 Thread Alexandre Poitras
I see. I guess then you will need to wait a developper answer because there is no properties documentation (from what I know) available at the moment. It's a regular complaint so I guess things will get fixed soon. On 12/21/05, Willie Vu <[EMAIL PROTECTED]> wrote: > ${basedir} only gives me up to

Re: help - archetype

2005-12-21 Thread Willie Vu
${basedir} only gives me up to the project base path. I still need to construct the subdirectories from the groupId that user specifies when using my archetype:create. That's the part I don't know how to do. On 12/22/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > If I rememer correctly, you

[m2] where to put common javescript and ui tools

2005-12-21 Thread Mick Knutson
I have common JavaScript tools, images and other common elements/resources that I want to reuse in various projects. How should I store this in m2? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnuts

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Alexandre Poitras
No you can't download it directly from the plugin repository until a new release is deployed. You need to get a snapshoth from svn. You just need to use a typical svn client like Eclipse for exemple. Just open the CVS perspective and add a new repository location with the following url http://svn.a

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Valerio Schiavoni
Hello Alexandre, 2005/12/22, Alexandre Poitras <[EMAIL PROTECTED]>: > > just to check out the j2ee archetype how can I do this? is it possible using the m2 eclipse plugin? (the one from mergere) thanks, valerio and the do a regular maven > install, i.e. run the command "mvn install" in the d

Re: Maven-proxy functional with Maven 2?

2005-12-21 Thread dan tran
there is one patch you need to apply in order to make work transparently with maven2. check out jira -D On 12/21/05, Dirk Olmes <[EMAIL PROTECTED]> wrote: > > Mayorgaadame, Alex wrote: > > Hello all and Merry Christmas to everyone, > > Hi, > > > Anyone knows what have been the fate of > > http:/

Re: Maven-proxy functional with Maven 2?

2005-12-21 Thread Dirk Olmes
Mayorgaadame, Alex wrote: > Hello all and Merry Christmas to everyone, Hi, > Anyone knows what have been the fate of > http://maven-proxy.codehaus.org I hadn't see any changes on it for a > long time. I've used it with Maven 1 and would like to know if it "just > work" with Maven 2 or maybe a sim

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Mick Knutson
Is there any best practices on naming of subprojects/modules? Thanks Mick Knutson http://www.BASELogic.com http://www.MickKnutson.com MSN Messenger: [EMAIL PROTECTED] ---

M2 New sandbox plugin - dependency-maven-plugin

2005-12-21 Thread Brian E. Fox
Hi all, I want to announce a new plugin in the mojo sandbox: http://mojo.codehaus.org/dependency-maven-plugin/introduction.html This plugin can copy artifacts from the repository into a desired location and currently operates separately from the normal dependancies. (perfect for things you need b

Re: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Alexandre Poitras
I think you just to check out the j2ee archetype and the do a regular maven install, i.e. run the command "mvn install" in the directory where the pom.xml file is located. I am not sure of this because I have never done it with an actual archetype but everything having a pom.xml file usually works

Re: SPAM: [m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Emmanuel Venisse
checkout it and run "mvn install" Mick Knutson a écrit : How can I just create the j2ee archetype from http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/maven-archetype-j2ee/?rev=358420 onto my local machine? -

Re: help - archetype

2005-12-21 Thread Alexandre Poitras
If I rememer correctly, you can use ${basedir} wich point to the directory where your pom file is located. So from there you can construct the path you need. Hope it's help! On 12/21/05, Willie Vu <[EMAIL PROTECTED]> wrote: > > Archetype will create copy a resource (say file hello.xsl) into > subf

[m2] installing the j2ee archetype from maven cvs?

2005-12-21 Thread Mick Knutson
How can I just create the j2ee archetype from http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/maven-archetype-j2ee/?rev=358420 onto my local machine? Thanks Mick Knutson http://www.BASELog

Re: [m2] production ready? any experience?

2005-12-21 Thread Brett Porter
Thanks to everyone for your feedback. This is giving a good general idea of where Maven needs to improve. It has also highlighted my point - what people consider production ready varies wildly - from needing certain reports working to just needing jars but built in a specific way, to needing better

Re: javac: invalid flag: -source [SOLUTION]

2005-12-21 Thread Marc Dugger
Yes, it did :) My resulting compiler config: true true C:\Java\jdk1.3.1_15\bin\javac 1.3 ... Thanks! Marc Dugger [EMAIL PROTECTED] 6% real estate sales commission? Not likely. Learn why at http://tinyurl.com/dvkbu ~~

Re: javac: invalid flag: -source

2005-12-21 Thread Brett Porter
Does: 1.3 help? - Brett On 12/22/05, Marc Dugger <[EMAIL PROTECTED]> wrote: > I am executing M2 using 1.5.x, but attempting to fork a 1.3.1 process to > do the actual compile. > > > Quoting Tim Kettler <[EMAIL PROTECTED]>: > > > Hi, > > > > you write that you want to compile with a JDK 1.4.x or

Maven-proxy functional with Maven 2?

2005-12-21 Thread Mayorgaadame, Alex
Hello all and Merry Christmas to everyone, Anyone knows what have been the fate of http://maven-proxy.codehaus.org I hadn't see any changes on it for a long time. I've used it with Maven 1 and would like to know if it "just work" with Maven 2 or maybe a similar tool/plug-in/component for Maven

How to build a pom w/ reactor, which has a different filename than pom.xml ?

2005-12-21 Thread Grégory Joseph
Hi list, Following the instructions here http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20build%20more%20than%20one%20project%20at%20once? , it seemed pretty obvious that each entry in is the name of the directory (relative path, actually) containing module to be built. So

Re: Controlling lifecycle

2005-12-21 Thread dan tran
you may want to bind your mojo to compile phase. ie, after compile mojo completes, your mojo will run -D On 12/21/05, Frank Mena <[EMAIL PROTECTED]> wrote: > > Can anyone answer this question? > > On 12/18/05, Frank Mena <[EMAIL PROTECTED]> wrote: > > > > I am the co-author (with andreas Brenk)

Re: release.properties issues

2005-12-21 Thread dan tran
The release can use scm:bootstrap mvn scm:bootstrap -Dtag=tag-create-by-release-prepare -DurlConnection=scmurl -Dgoals=deploy It basically checkouts the source based on a known label (tag) then build deploy There is no need to keep release.properties around -Dan On 12/21/05, Chris Funk <

Re: javac: invalid flag: -source

2005-12-21 Thread Marc Dugger
I am executing M2 using 1.5.x, but attempting to fork a 1.3.1 process to do the actual compile. Quoting Tim Kettler <[EMAIL PROTECTED]>: > Hi, > > you write that you want to compile with a JDK 1.4.x or 1.5.x but in > the > plugin configuration you give a path to a JDX 1.3.x. > > A quick loo

Re: javac: invalid flag: -source

2005-12-21 Thread Tim Kettler
Hi, you write that you want to compile with a JDK 1.4.x or 1.5.x but in the plugin configuration you give a path to a JDX 1.3.x. A quick look at http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javac.html does not mention a '-source' option of the javac of JDK 1.3, hence the error. -Tim M

release.properties issues

2005-12-21 Thread Chris Funk
The maven release plugin works great. I only have one concern about it that maybe someone can help me with. Once you run release:prepare on the main branch Since release.properties is an external transient file it could lead to non reproducible releases, or at the least some akward wor

Re: [m2] production ready? any experience?

2005-12-21 Thread Alexander Hars
In my opinion, Maven2 is great and has clear immediate benefits - even if it can not do everything that may be needed for everyone. However, there are many small problems. I have found that whatever I start in Maven that is not 100% standard, I run into problems that cost me hours. Basic thing

javac: invalid flag: -source

2005-12-21 Thread Marc Dugger
I'm using m2 v2.0 and attempting to compile 1.3.1 source with a 1.4.x or 1.5.x JDK. Error msg: "javac: invalid flag: -source". I've found several references to this on mailing list, but no definitive solution yet. My current compiler config: org.apache.maven.plugins maven-compiler-plugin

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Srepfler Srgjan
Is this plugin 1.x or 2.x based? Will it support the new msbuild xml format? Thanks and keep up the good work. Srgjan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Clover and licensed jar file

2005-12-21 Thread Martin van den Bemt
Or add this to your settings.xml in your homedirectory/.m2 cloverlicense e:/adirectory//clover/clover.license cloverlicense and referencing this in the pom.xml like ${clover.license.path} This way everybody can pick it's favourite spot to store the

Re: Controlling lifecycle

2005-12-21 Thread Frank Mena
Can anyone answer this question? On 12/18/05, Frank Mena <[EMAIL PROTECTED]> wrote: > > I am the co-author (with andreas Brenk) of the Jibx plugin and have a > problem when running it. > > Jibx is a XML-Java library that does bytecode enhancement. Any class that > is referenced in the binding fil

Migrating site from forrest to maven

2005-12-21 Thread Bruno Aranda
Hi! I'd like to know if there is some kind of tool or previous experiences to share in the migration of documentation from a project that is using forrest to maven (apt format or one of the others), before I start doing it by hand :-) TIA, Bruno -

Re: maven changelog

2005-12-21 Thread Lukas Theussl
Try with lower 'c'. -Lukas Hayat Amine wrote: hi, I want to generate the change log report, I put in my project.xml this line: scm|cvs|pserver|h.Amine|[EMAIL PROTECTED]|repository But when I generate the site with maven site:generate, I haven’t any exception but my change

jboss-maven-plugin

2005-12-21 Thread Bryan Liles
Does the jboss-maven-plugin support access control? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: groupId springframework vs. org.springframework

2005-12-21 Thread Matt Raible
I'm guessing this change will synch up with ibiblio in the next couple of hours? spring-mock was fixed a couple of days ago - so if you included "spring", then spring-mock didn't try to download spring-web and spring-jdbc. The current (new) pom for spring-mock requires exclusion of these artifact

RE: [m2] production ready? any experience?

2005-12-21 Thread David Jackman
I'll add some clarification. None of my issues are around site generation--I was going to leave that until after I've gotten everything to build. I'm also not (yet) dealing with the war issues I've seen people complaining about. Right now I'm just building jars and some other items. As I said,

maven changelog

2005-12-21 Thread Hayat Amine
hi, I want to generate the change log report, I put in my project.xml this line: scm|cvs|pserver|h.Amine|[EMAIL PROTECTED]|repository But when I generate the site with maven site:generate, I haven’t any exception but my change log report is not generated I use maven-changelog-p

Re: [m2] - WAR file generation

2005-12-21 Thread Karthik Manimaran
:( When I build the EAR using WSAD, I dont have this replication and still the application works as all the jars are available in the EAR once. On 12/21/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > then you need to include those, otherwise your app won't work. > > On 12/21/05, Karthik Manima

Re: [m2] - WAR file generation

2005-12-21 Thread Stephane Nicoll
then you need to include those, otherwise your app won't work. On 12/21/05, Karthik Manimaran <[EMAIL PROTECTED]> wrote: > > Some of the libs are are used by components in the EAR. > > On 12/21/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > > > Well, this is a really tricky question. Thoses li

RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
That is as I thought, when you compile a library in dotnet it stores the filename that you compiled it as and the filenames of the dependant libraries inside the binary so if I just rename the files from: nunit.framework.dll nunit.mock.dll etc to nunit.framework-2.2.0.dll The the calling ap

Re: [m2] production ready? any experience?

2005-12-21 Thread Alexandre Poitras
Done and some of my coworkers are going to vote too. Thank for the quick answer! On 12/21/05, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > On 12/21/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > Also some notes in the Eclipse guide about using Wtp since it has > > reached 1.0 milestone. >

Re: [m2] - WAR file generation

2005-12-21 Thread Karthik Manimaran
It has been done for the PrivacyWeb POM (WAR file POM - ref prev mails) but it doesnt seem to work. On 12/21/05, Srepfler Srgjan <[EMAIL PROTECTED]> wrote: > > Karthik Manimaran wrote: > > >My question here is - How to avoid jars that can be reused from being > copied > >to the lib directory and

Re: [m2] - WAR file generation

2005-12-21 Thread Karthik Manimaran
Some of the libs are are used by components in the EAR. On 12/21/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > Well, this is a really tricky question. Thoses libs are for the WAR > artifact > only and are not used in any way by components in the EAR file, right? > > On 12/21/05, Karthik Manim

RE: [m2] production ready? any experience?

2005-12-21 Thread Christopher Cobb
_ From: ir. ing. Jan Dockx [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 5:28 AM To: Maven Users List Subject: Re: [m2] production ready? any experience? 3) Inheritance: the strange self-referencing issue that the parent POM is, aside from being a POM to inherit f

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
Everything needs a version, any problem with that? On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote: > Thanks Carlos. > > I'd definitely like to use Nunit and Log4net in there release builds and > just add them to the repo. Is it possible to install a file into the repo > without specifyin

RE: [m2] production ready? any experience?

2005-12-21 Thread Christopher Cobb
_ From: ir. ing. Jan Dockx [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 5:28 AM To: Maven Users List Subject: Re: [m2] production ready? any experience? Ok, here goes 1) Pom needs to be simplified, made better, more understandable, a real meta-model of the proje

RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Thanks Carlos. I'd definitely like to use Nunit and Log4net in there release builds and just add them to the repo. Is it possible to install a file into the repo without specifying the version number in the filename? If this is possible how do I reference it in dependant project poms? If this is

RE: Need help in installing Maven

2005-12-21 Thread Christopher Cobb
As a matter of style, I would create a directory named D:\MavenProjects and put my projects in there, and leave the maven-2.0 directory untouched. Oh yeah, and use the -e option. -Original Message- From: Pagadala Baskar, Kiran Kumar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: overridding the output directory

2005-12-21 Thread Christopher Cobb
Thank you. That looks pretty close to what I was looking for. (The perfect solution would not involve modifying the pom and could therefore be used with any arbitrary project. But this might be manageable. Thanks.) -Original Message- From: Lester Ecarma [mailto:[EMAIL PROTECTED] Sent:

Re: groupId springframework vs. org.springframework

2005-12-21 Thread Carlos Sanchez
I've put everything but commons-logging as optional. I think this is the last change for spring 1.2.6. On 12/21/05, Matt Raible <[EMAIL PROTECTED]> wrote: > On 12/20/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Probably it worked because there were no dependencies in them, now > >

RE: how to find dependencies programatically from within Mojo

2005-12-21 Thread Christopher Cobb
Where can I get a list of all variables that can be used in the expression string? If this is not documented anywhere, can someone tell me what source file/module to look in? -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 20, 2005 6:47 PM To: Mav

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
See comments On 12/21/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote: > I will try and put together an apt doc over the next week which details all > (*most*) of the dotnet stuff. > > The things that would be excellent to get into ibiblio first off would be: > > - My Nunit build (is on javaforge t

RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
I will try and put together an apt doc over the next week which details all (*most*) of the dotnet stuff. The things that would be excellent to get into ibiblio first off would be: - My Nunit build (is on javaforge too). This is obviously pretty key as can't do any of the unit testing for projec

Re: [m2] production ready? any experience?

2005-12-21 Thread Daniel Kulp
I've only been using Maven 2 for about a week so I'm probably not the best person to answer the question, but from my experience: 1) If your project is heavily JDK 1.5 based, Maven 2 is not production ready. It's mostly because several of the plugins have not been updated to the more recent

Re: Need help in installing Maven

2005-12-21 Thread Jurgen De Landsheer
run "mvn compile -e" and post your stacktrace Pagadala Baskar, Kiran Kumar (Cognizant) wrote: Hi All, I am new to Maven. Could someone help me figure out why I am getting this error? I could create the archetype but when I tried to compile the same, I am getting this error. Also, I am using su

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
apt format is fine To get things in ibiblio, just tell us what do you need to upload ( dll, msi, ... ? ) and we'll try to come with a solution. You'd probably be interested in this document about native builds http://docs.codehaus.org/display/MAVEN/Support+for+other+languages Please add your comm

Re: [m2] production ready? any experience?

2005-12-21 Thread Fabrizio Giustina
On 12/21/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Also some notes in the Eclipse guide about using Wtp since it has > reached 1.0 milestone. > I still have trouble to use maven 2 to handle web libraries in wtp but > maybe I am doing something wrong. wtp 1.0 is buggy, external libraries d

Need help in installing Maven

2005-12-21 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi All, I am new to Maven. Could someone help me figure out why I am getting this error? I could create the archetype but when I tried to compile the same, I am getting this error. Also, I am using sun JDK1.4.0_02. Thanks and Regards, Kiran D:\MavenDownload\maven-2.0\my-app>mvn compile [INFO] S

Re: [m2] production ready? any experience?

2005-12-21 Thread Alexandre Poitras
Also some notes in the Eclipse guide about using Wtp since it has reached 1.0 milestone. I still have trouble to use maven 2 to handle web libraries in wtp but maybe I am doing something wrong. On 12/21/05, Geoffrey <[EMAIL PROTECTED]> wrote: > First and foremost, m2 is a great produkt. > It is al

Re: Errors in LOG

2005-12-21 Thread Emmanuel Venisse
it's a known bug when you have more than one schedule. you can try with this jar : http://beaver.codehaus.org/~evenisse/continuum-core-1.1-SNAPSHOT.jar Put it in continuum/apps/continuum/lib and remove old continuum-core jar Let me know if it fix the problem. Emmanuel Ricardo de Souza Moura

RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Hi Carlos, If you don't mind I'll probably keep it at Javaforge until it is out of alpha. There was some talk about adding it to maven core plugins a while back, this would be great if it were possible. Thanks for adding to plugin matrix. If I were to write a guide for the apache site for using

RE: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Hi Brett, This isn't just the plexus csharp compiler (though I have made some small changes to that, thanks Trygve) it's a whole bunch of plugins for csharp stuff. NUnit/Visual Studio/Custom build cycle/archetypes. What I'd like to do (in chronological order :-) ) is: - Get builds of the depend

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Brett Porter
There is already a first cut in the sandbox at Apache. Can we merge it with that? As long as this doesn't have any dependencies on code that we can't distribute (forking csc is fine), I'd like to see it as part of Maven proper. What do others think? - Brett On 12/21/05, Carlos Sanchez <[EMAIL PR

Re: [m2] production ready? any experience?

2005-12-21 Thread Geoffrey
First and foremost, m2 is a great produkt. It is also a lot better then m1. I am using m2 on one project with a lot of success. Another m1 project I 'll upgrade soon. This second project uses maven.xml & jnlp plugin to: - set a flag wheter to buildForProduction using webstart => I 'll have to ch

Errors in LOG

2005-12-21 Thread Ricardo de Souza Moura
I have had many errors in my log. Whenever I access the pages I get errors like that: jvm 1| 2005-12-21 10:37:19,992 [SocketListener0-1] ERROR VelocityComponent - RHS of #set statement is null. Context will not be modified. screens/Summary.vm [line 53, column 1] jvm 1| 200

Re: [m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Carlos Sanchez
Hi Chris, I'm really interested, do you want to add it to the mojo project with all the other maven plugins or do you prefer to keep it at JavaForge? In the meantime I've added it to the plugin matrix http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix Regards On 12/21/05, Stevenson, Chr

[m2] C# plugin - anyone interested in taking a look?

2005-12-21 Thread Stevenson, Chris
Dear All, I've been working on csharp support in m2 for a while now and i think I'm now at the stage where I can release to a wider audience what I've been up to. I do need to stress that the plugins are still very much in alpha stage. They are working for me at the moment but some refactoring an

Re: [m2] production ready? any experience?

2005-12-21 Thread Alexandre Poitras
The only thing I am really looking forward right now is the support for WebDav within Maven Wagon. I know some users have already done it but they haven't released their code and unfortunately I don't have the time and knowledge to write it myself (I limit my development efforts to plugins). So I c

RE: Clover and licensed jar file

2005-12-21 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 21 décembre 2005 12:18 > To: Maven Users List > Subject: Re: Clover and licensed jar file > > Adding a element to the doesn't work? Oops.. sorry I'm wrong. I've already added support for a license :-)

Adding modules programmatically from a plug-in

2005-12-21 Thread Nils Fredrik Gjerull
I am building a maven2 plug-in for a plug-in framework called Java Plug-in Framework (http://jpf.sourceforge.net/). Each jpf plug-in I want to be built as it's own maven project. In the master project (partent to all the jpf plug-in projects) I would like to be able to just specify a number of plu

help - archetype

2005-12-21 Thread Willie Vu
Archetype will create copy a resource (say file hello.xsl) into subfolders of groupId (e.g. if groupId is com.foo.abc, the xsl file is put into src/xsl/com/foo/abc/hello.xsl.) In the hello.xsl, I need to refer to the actual path where hello.xsl is located. 2 questions: 1. how do I construct a st

Re: Clover and licensed jar file

2005-12-21 Thread Brett Porter
Adding a element to the doesn't work? - Brett On 12/21/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Martijn, > > > -Original Message- > > From: Martijn Dashorst [mailto:[EMAIL PROTECTED] > > Sent: lundi 19 décembre 2005 00:47 > > To: Maven Users List > > Subject: Re: Clover and li

RE: Clover and licensed jar file

2005-12-21 Thread Vincent Massol
Hi Martijn, > -Original Message- > From: Martijn Dashorst [mailto:[EMAIL PROTECTED] > Sent: lundi 19 décembre 2005 00:47 > To: Maven Users List > Subject: Re: Clover and licensed jar file > > BTW this regards maven 2. > > Martijn > > > On 12/19/05, Martijn Dashorst <[EMAIL PROTECTED]>

Support for mojos written in Ant

2005-12-21 Thread Nitko2
Hi, 2.0.1 announcement mail says that 2.0.1 includes support for mojos written in Ant. Can someone point me to some documentation or JIRA issue or anything that would be useful info about this. Thanks, Filip - To unsubscribe,

Re: [m2] production ready? any experience?

2005-12-21 Thread ir. ing. Jan Dockx
Ok, here goes 1) Pom needs to be simplified, made better, more understandable, a real meta-model of the project, with orthogonal information, … Users should have a mental model of the POM, and not of plugins and executions and what not. 2) Clear up the use (top-feature!) of ${} thingies. Currentl

RE: [m2] production ready? any experience?

2005-12-21 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 21 décembre 2005 11:11 > To: Maven Users List > Subject: Re: [m2] production ready? any experience? > > I think I was largely misunderstood. I didn't say there aren't any > problems, but I thought the cl

Re: [m2] production ready? any experience?

2005-12-21 Thread Brett Porter
I think I was largely misunderstood. I didn't say there aren't any problems, but I thought the claim that its not production ready needed a little clarification. The lack of forking was a big mess. It was supposed to be done within a matter of days after the release, but for a number of reasons th

javadoc plugin: Problem with package-info.java

2005-12-21 Thread Alexander Hars
Hi, When I use the javadoc plugin, the package description that is contained in package-info.java does not show up on the generated javadoc. Am I doing something wrong? I thought that maybe a doclet from an older JDK is being used, and tried to set the doclet explicitly: org.apache.

Re: [m2] site:site fails with legacy dependencies

2005-12-21 Thread Maria Odea Ching
Hi Antonio, Maven 2 will look for a pom xml file (artifactId-version.pom). Maven 1 uses a maven.xml and a project.xml file so when you execute mvn, it couldn't find the pom and the error specified below occurs. Thanks, Maria Odea Ching Antonio PAROLINI wrote: Hi, I am calling mvn site:sit

Re: [m2] jdepend

2005-12-21 Thread ir. ing. Jan Dockx
I know it is hosted on codehaus, I got the source from there, as I said. I just tested it. It works. Only lack is, that it is currently not possible (as I see it) to provide it with the properties file it needs for package filtering and presetting volatility. That is not a showstopper. In a few v

Re: [m2] xmlbeans plugin

2005-12-21 Thread Kaare Nilsen
You will find the developer in charge on the mojo user and dev group On 21/12/05, Nathan Sowatskey <[EMAIL PROTECTED]> wrote: > Hi > > I don't know who owns the plugin. I asked a while ago on the xmlbeans > list, but there were no takers. > > A API jar file can be found somewhere, though now that

how to build a multi-module archetype with maven2?

2005-12-21 Thread Andrew Lover
Hi guys, I'm trying to make a multi-module archetype with maven2, after read the archetype document, I still don't know how to do it. because the value of tag in main pom.xml must be "pom", it won't make a jar and be installed. can anyone help me on this? Thanks Andrew

Re: [m2] - WAR file generation

2005-12-21 Thread Stephane Nicoll
Well, this is a really tricky question. Thoses libs are for the WAR artifact only and are not used in any way by components in the EAR file, right? On 12/21/05, Karthik Manimaran <[EMAIL PROTECTED]> wrote: > > My question here is - How to avoid jars that can be reused from being > copied > to the

Re: [m2] xmlbeans plugin

2005-12-21 Thread Nathan Sowatskey
Hi I don't know who owns the plugin. I asked a while ago on the xmlbeans list, but there were no takers. A API jar file can be found somewhere, though now that I look I can't find it. If you need a copy, I can send you mine, but better to get it fixed at source. Regards Nathan Nathan

Re: Is there a way to get Maven to report the number of compile errors found?

2005-12-21 Thread Maria Odea Ching
Hi Frank, Please see http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-IsthereawaytogetMaventoreportthenumberofcompileerrorsfound%3F Thanks, Maria Odea Ching Frank Russo wrote: - To unsubscribe, e-mail: [EMAIL P

Re: [m2] jdepend

2005-12-21 Thread Maria Odea Ching
Hi, Currently, it is hosted in mojo codehaus & it still needs to be tested & reviewed before it can be released. Thanks, Odea ir. ing. Jan Dockx wrote: I just got the jdepend plugin working from the head of cvs with a simple mvn install. Works like a charm. Problem is, that this plugin is

  1   2   >