- 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 .
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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-
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
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:/
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
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
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-
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
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
--- "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
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
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.
I have been using Maven since b4 until b7, now Im upgrading to 1.0-rc1.
Ive 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
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
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
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
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:[
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
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
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
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
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
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
[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
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
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
39 matches
Mail list logo