Re: Maven 1.0 RC2 released

2004-03-23 Thread Chad Brandon
- Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 9:10 PM Subject: RE: Maven 1.0 RC2 released > So it works on second run? Thanks for the quick response Brett, Well 2nd run no .

RE: Failed to run after upgrade to 1.0-rc2

2004-03-23 Thread Brett Porter
Did you install over the top of RC1 without removing it first? Looks like you have two versions of the werkz JAR in there. - Brett > -Original Message- > From: Eric Chow [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 24 March 2004 2:23 PM > To: Maven Users List > Subject: Failed to run aft

Failed to run after upgrade to 1.0-rc2

2004-03-23 Thread Eric Chow
Hello, It worked fine in 1.0-rc1, but after I upgrade to 1.0-rc2, it has an exception as following. Platform: Win98se, JDK1.4.2, Maven1.0rc-2 Best regards, Eric __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 java.la

RE: Maven 1.0 RC2 released

2004-03-23 Thread Brett Porter
Ok, I'm going to update the installation instructions. I had an idea just after cutting RC2 about a parameter to maven that will do that. I'll add "maven --repair" to the next release. Unfortunately I don't think this will work in the plugin plugin because it'll freak out if the directory gets toa

RE: Maven 1.0 RC2 released

2004-03-23 Thread Craig S. Cottingham
On Tue, 2004-03-23 at 20:24, Brett Porter wrote: > You may need to clear out ~/.maven/plugins. Thanks, Brett. That did it. > > -Original Message- > > From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, 24 March 2004 1:20 PM > > To: Maven Users List > > Subject: RE: M

RE: Goal [java:compile] has no action definition

2004-03-23 Thread Brett Porter
IS this a real example? doesn't exist. You must mean If you run just "java:compile" on its own does it work? When you say that you deleted the plugin cache, did you remove the entire ~/.maven/plugins directory or just the .cache files? - Brett > -Original Message- > From: Sri Sankaran

Goal [java:compile] has no action definition

2004-03-23 Thread Sri Sankaran
Using : Maven 1.0 rc2 OS: Windows XP Professional At the end of a reactor build I invoke test:test to run integration tests on my entire project. The entire reactor build runs successfully. However, the call to test:test fails with the message Goal [java:compile] has no action definition

RE: Maven 1.0 RC2 released

2004-03-23 Thread Brett Porter
You may need to clear out ~/.maven/plugins. - Brett > -Original Message- > From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 24 March 2004 1:20 PM > To: Maven Users List > Subject: RE: Maven 1.0 RC2 released > > > What happened to the java plugin? > > [EMAIL PROTE

RE: Maven 1.0 RC2 released

2004-03-23 Thread Craig S. Cottingham
What happened to the java plugin? [EMAIL PROTECTED]:~/maven/example$ maven java:compile __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc2 com.werken.werkz.NoSuchGoalException: No goal [java:compile] at org.apache.m

RE: Maven 1.0 RC2 released

2004-03-23 Thread Brett Porter
So it works on second run? File an issue in JIRA and I'll fix ASAP. The next release of Maven will not be another 6 months away as there are currently only 19 issues left to resolve for Maven 1.0 :) - Brett > -Original Message- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Sent: Wedn

Re: Maven 1.0 RC2 released

2004-03-23 Thread Chad Brandon
Good work guys! one thing does seem to be broken though: I have plugin dependencies within my projects, and with rc1, they would be download when needed and then the goals made available as I was building, but now it seems like if the plugin doesn't already exist in the repository or $MAVEN_HOME/p

RE: Maven 1.0 RC2 released

2004-03-23 Thread Brett Porter
> Brett Porter <[EMAIL PROTECTED]> wrote on 24/03/2004 11:40:41 AM: > > > The Apache Maven team is pleased to announce the release of > Maven 1.0 > RC2. > > Onya Brett! Thanks :) > > > The following plugins are no longer distributed with Maven and must > > be downloaded > > from an external

Re: Maven 1.0 RC2 released

2004-03-23 Thread dion
Brett Porter <[EMAIL PROTECTED]> wrote on 24/03/2004 11:40:41 AM: > The Apache Maven team is pleased to announce the release of Maven 1.0 RC2. Onya Brett! > The following plugins are no longer distributed with Maven and must > be downloaded > from an external source: > - cactus: download ins

Maven 1.0 RC2 released

2004-03-23 Thread Brett Porter
The Apache Maven team is pleased to announce the release of Maven 1.0 RC2. http://maven.apache.org/start/download.html Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM). The intent of Maven is to make intra-project dev

RE: Initializing Plugins in RC2

2004-03-23 Thread Brett Porter
Michele, If you've deduced this because you are running -X, it is just reporting more than RC1. It should actually be faster. It should not be caching or unpaking the plugin JARs on subsequent runs. I'm not sure what you meant by the second question? Regards, Brett > -Original Message-

Re: Anyone working on WebSphere AppServer 5.0 Plugin?

2004-03-23 Thread Richard Lewis-Shell
Have you set the maven.was5.home property? (It shouldn't be necessary if you have set WAS_HOME environment variable, but I haven't tested that) Are you using the IBM JDK? I've found that necessary for some of the goals (sorry, can't remember which ones). Richard - Original Message - F

Deploying war files

2004-03-23 Thread Esteban Chiner
Hello all, I'm trying to deploy a war file same way as I do with the jar:deploy. This last one works fine but using the same properties the war:deploy will not work. It says: "No remote repository was defined." These are the properties I use: maven.repo.remote=http://our.local.repository, http:/

Re: getting/setting properties for testcases.

2004-03-23 Thread Emmanuel Venisse
You must set the maven.junit.sysproperties property http://maven.apache.org/reference/plugins/test/properties.html Emmanuel - Original Message - From: "Sonnek, Ryan" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 8:17 PM Subject: getting/s

RE: Anyone working on WebSphere AppServer 5.0 Plugin?

2004-03-23 Thread DeGraff, Adam
Hi Dion, We are trying to use the was5:ejbDeploy goal and are running into this NoClassDefFoundError: com/ibm/etools/ejbdeploy/EJBDeploy We have batch.jar in our dependency list, which has this class. Any suggestions as to why we get this error? [wasEjbDeploy] java.lang.NoClassDefFoundError: c

getting/setting properties for testcases.

2004-03-23 Thread Sonnek, Ryan
How can I get/set a system property for my junit tests to pick up? I've tried passing it in from the command prompt, putting it in project.properties, but the testcase always gets null for the property. Ryan - To unsubscribe, e-

Need to create two ear files (artifacts) in a single project

2004-03-23 Thread Veerasamy, Thirumalai (Cognizant)
Title: Need to create two ear files (artifacts) in a single project Hi,    I need to create two ear files in one single project. The project contains, one EJB Module and one Presentation module. I want to package one ear file with just EJB module and another will have EJB Stubs and the prese

Re: J2EE artifacts generation

2004-03-23 Thread Webb Morris
I have a similar situation where I have to include an EJB JAR and a WAR in an EAR. My solution was to create three projects, one for the EJB JAR, one for the WAR, and one for the EAR. The EJB and WAR packages create their artifacts and install them into the (local) repository. The EAR project s

Re: Writing Plugin and Property file

2004-03-23 Thread Webb Morris
--- "Amato Massimiliano (TLAB)" <[EMAIL PROTECTED]> wrote: > Hello, > > I've written a set of XDT files that generates a full set of Delegator for each EJB > processed by > xdoclet:ejbdoclet, now I am trying a plugin that handles that. > > 1 ) I have some problems, since first of all i cannot f

Javadoc plugin don't copy doc-files directories ?

2004-03-23 Thread Sébastien BRUNOT
Hello, It seems to me that the javadoc plugin does not copy the doc-files directories. Is it a known bug or a misconfiguration from myself ? Sebastien --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.614 / Virus Database: 393 - Re

RE: Share WebSphere build techniques

2004-03-23 Thread Thomas . Lageson
Thiru, The WAS40 plugin has all of the goals you should need to deploy, start, stop, etc. If you are already using the WAS40 plugin, then the goals should be doing what you need. You should use your multiproject goal to produce the ear, then use the WAS40 plugin to deploy to the actual server.

J2EE artifacts generation

2004-03-23 Thread Edgar González
I have been using Maven since b4 until b7, now I’m upgrading to 1.0-rc1. I’ve never found a clear path to generate J2EE artifacts, particulary EAR files that including a WAR file. Checking the documentation (Wiki and mailing-list), looks like I should use the multiproject, WAR and EAR plugi

Writing Plugin and Property file

2004-03-23 Thread Amato Massimiliano \(TLAB\)
Hello, I've written a set of XDT files that generates a full set of Delegator for each EJB processed by xdoclet:ejbdoclet, now I am trying a plugin that handles that. 1 ) I have some problems, since first of all i cannot find a way to tell the plugin that the xdt files are not in the local dire

dependecy question

2004-03-23 Thread Yura Ivanov
Hello All, I have a goup of project. One main project for assemble all other project. This main project needs to know about dependencies of subprojects. All subprojects are in subdirectories of the main project. I don't want to copy and past dependecy from all subprojects to the main project. H

Re: Plugin as dependency

2004-03-23 Thread Marco Tedone
Thank you Kristopher. Sorry if I misunderstood your previous email. Actually it's the bug you were talking about. I added the postGoal to my plugin, redeployed it, and it worked! Thank you for that. Marco - Original Message - From: "Kristopher Brown" <[EMAIL PROTECTED]> To: "Marco Tedon

RE: Share WebSphere build techniques

2004-03-23 Thread Veerasamy, Thirumalai (Cognizant)
Yes, I am using them, but if anybody has done the entire cycle of creating WAS artifacts for a J2EE project, deployed,... already, I can have a look at it and customize instead of starting from scratch or reinventing the wheel again. Thiru -Original Message- From: Arto Pastinen [mailto:[

Re: Share WebSphere build techniques

2004-03-23 Thread Arto Pastinen
Hi! Google did it again. http://maven-plugins.sourceforge.net/maven-was40-plugin/ Artsi On Tue, 2004-03-23 at 13:21, Veerasamy, Thirumalai (Cognizant) wrote: > If anybody has developed build scripts for WebSphere Applicaion Server > (EJB Layer, Presentation Layer, packaging, deploying, ...) plea

Share WebSphere build techniques

2004-03-23 Thread Veerasamy, Thirumalai (Cognizant)
If anybody has developed build scripts for WebSphere Applicaion Server (EJB Layer, Presentation Layer, packaging, deploying, ...) please share the scripts or techniques. Regards, Thiru This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain

Re: deliverables and their configuration (1)

2004-03-23 Thread Arto Pastinen
Hi! I put it jar's root, and in war, /WEB-INF/classes Artsi On Tue, 2004-03-23 at 12:35, Wim Lambrecht wrote: > Hi there, > > (I'm a Maven newbie, a few weeks now, so go easy on me :-) ) > I have a question concerning deliverables & configuration. In a project > (project.xml) deliverables are

deliverables and their configuration (1)

2004-03-23 Thread Wim Lambrecht
Hi there, (I'm a Maven newbie, a few weeks now, so go easy on me :-) ) I have a question concerning deliverables & configuration. In a project (project.xml) deliverables are referenced by de tag. But still there's the issue of configuration. For example: you have a dependency for Log4j, but what

Initializing Plugins in RC2

2004-03-23 Thread Michele_Forte
I moved to use rc2 of maven. I noticed that maven as a first step is initializing plugins, I thougth that was a one step process, but I noticed that this process happens every time ... resulting more time consuming with respect to rc1, is there a way to reduce that time ? A second question I notic

NPE executing Wscompile ant task

2004-03-23 Thread Ewan Harrow
I know someone had a problem running the Wscompile ant task that is part of JWSDP 1.3 about a month ago http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10854. Did anyone manage to find a resolution? Ewan -- Protect yourself from spam, use

Re: Remote vs central repository

2004-03-23 Thread Norbert Pabiś
[EMAIL PROTECTED] wrote: As suggested, if I specify my remote repo as maven.repo.remote=http://www.ibiblio.org/maven/,http://my.company.com/maven/ how do I specify my deployment should go to http://my.company.com/maven and not http://ibilio.org/maven? There two ways: 1. specify it in any properti

RE: Changelog report problem

2004-03-23 Thread Ian Black
Thanks Jason. I think I have that though. Connection tag content looks good. -Original Message- From: Morris, Jason [IT] [mailto:[EMAIL PROTECTED] Sent: 22 March 2004 18:00 To: Maven Users List Subject: RE: Changelog report problem You have to have six tokens in the tag content: scm:cv

RE: Changelog report problem

2004-03-23 Thread Ian Black
Thanks Maarten. I think we're using a later version of CVS than that alright. Might explain a lot. We're not keen on returning to an earlier version though as it's too risky. Think I might try to upgrade Maven to rc1 and see if that works. -Original Message- From: Maarten Coene [mailto:[EM