Matthew,
Thanks for your help. I'm new to Maven. :) Laters, Jeremy
-Original Message-
From: matthew.hawthorne [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 2:52 PM
To: Maven Users List
Subject: Re: Make usefile false for JUnit
Jeremy Whitlock wrote:
> Thanks for
Jeremy Whitlock wrote:
Thanks for your help. Good luck. Too bad this isn't easier. I
was hoping for some sort of element in project.xml where you could
change them:
.
.
.
Actually, if you know that you want to run the tests that way all the
time,
Matthew,
Thanks for your help. Good luck. Too bad this isn't easier. I
was hoping for some sort of element in project.xml where you could
change them:
.
.
.
Laters, Jeremy
-Original Message-
From: matthew.hawthorne [mailto:[EMAIL PROTECTED
Jeremy Whitlock wrote:
I can't seem to get maven change the junit param of
userfile to false. Can someone help me out? Thanks,
I've only been able to get it to work using -Dmaven.junit.usefile=false
at the command line (although you could do the same in
[build | project].proper
I have been trying run the maven:cactus-test with my project, but I always
get the error:
"The source file does not contain a deployment descriptor"
I am trying to do a EJB test.
Do I need to create a web.xml, don't I ? Where must I put this file ?
Thanks.
MUG,
I can't seem to get maven change the junit param of
userfile to false. Can someone help me out? Thanks,
Jeremy Whitlock --- MCP/MCDBA/MCSA/MCSE
IT Manager for Star Precision, Inc.
Phone: (970) 535-4795
Metro: (303) 926-0559
Fax: (970) 535-0780
Metro Fax: (303) 926-8557
I use them both.
1) I actually used the maven idea plugin to generate the intellij project files
(at least for 3, I just upgraded to 4 and haven't had a chance to try it out yet
there).
2) I also just installed the intelli-j "maven console plugin", but have not
played much with it yet. What I h
You must define the factory (maven.changelog.factory property) in your
project.properties
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 19, 2004 7:04 PM
Subject: Using Subversion with Maven?
> Greetings,
>
> I'm trying to switch over to Subve
Greetings,
I'm trying to switch over to Subversion, and am hitting problems with the
repository connection string in project.xml
I've tried something to the likes of: scm:svn:http::/url/to/repo:module
Unfortunately the process dies with the following:
checks
I would also welcome an update for IntellliJ 4, could you please share
it at an url?
Regards,
J.
On Fri, 2004-03-19 at 18:46, GONNOT boris wrote:
> > I am using IntelliJ and I would love to use Maven with it.
> > I tried the IntelliJ's Maven plugin, which didn't help much.
>
> It's quite old on
I use them both.
1) I actually used the maven idea plugin to generate the intellij project files (at
least for 3, I just upgraded to 4 and haven't had a chance to try it out yet there).
2) I also just installed the intelli-j "maven console plugin", but have not played
much with it yet. What
> I am using IntelliJ and I would love to use Maven with it.
> I tried the IntelliJ's Maven plugin, which didn't help much.
It's quite old one. It works for IDEA 3.0. I suppose that you
use IDEA 4 ? For our needs, we have made a new maven-idea-plugin
for IDEA 4. We have planned to submit it to t
Hi Charles,
Charles N. Harvey III wrote on Friday, March 19, 2004 5:46 PM:
> What doesn't work is when you run "maven eclipse" from the command
> line maven re-writes your .classpath and .project files. If you run:
> "maven -Dgoal=eclipse multiproject:goal" it will supposedly
> look into each dir
Michael MATTOX wrote on Friday, March 19, 2004 5:25 PM:
>> now, in eclipse you CAN NOT mount 3 projects; one for the parent, and
>> one for each subproject. This is because the files for the
>> subprojects are already included in the parent project. If your
>> subprojects extend a project.xml in
What doesn't work is when you run "maven eclipse" from the command line
maven re-writes your .classpath and .project files. If you run:
"maven -Dgoal=eclipse multiproject:goal" it will supposedly look into
each directory and then build the .classpath based on each sub project's
project.xml file
Hit sent ...
Sonnek, Ryan wrote on Friday, March 19, 2004 5:02 PM:
> Ok,
> In order to use maven in a multiproject setting, the child
> projects "extend" the parent project. The problem lies in
> having the parent project mounted in eclipse as a project
> with a child project underneath. It wo
Sonnek, Ryan wrote on Friday, March 19, 2004 5:02 PM:
> Ok,
> In order to use maven in a multiproject setting, the child
> projects "extend" the parent project. The problem lies in
> having the parent project mounted in eclipse as a project
> with a child project underneath. It would help if you
> It will not work to have this mounted as an eclipse project because of the
> problems I explained before. If you are using eclipse as your CVS client,
> you will likely want this mounted as an eclipse project in order to keep
> info synchronized. If you are using a different CVS client, and reg
See inline response:
> -Original Message-
> From: Michael MATTOX [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 19, 2004 10:25 AM
> To: Maven Users List
> Subject: RE: Directory structure for projects & subprojects - nested or
> parallel?
>
>
> > now, in eclipse you CAN NOT mount 3 proj
> now, in eclipse you CAN NOT mount 3 projects; one for the parent, and one
> for each subproject. This is because the files for the subprojects are
> already included in the parent project. If your subprojects extend a
> project.xml in parrellel with them, you won't run into this problem.
>
> E
Ok,
In order to use maven in a multiproject setting, the child projects "extend"
the parent project. The problem lies in having the parent project mounted
in eclipse as a project with a child project underneath. It would help if
you explained in your current setup, what do you have mounted as ecl
I found one more thing,
The deployment code is created in the temporary files whereas the rmic
code is created /ejbModule//, so while
compiling these classes are missed, but the files are created. Do we
need to pass something to RMIC.
Anybody has faced this before?
Regards,
Thiru
-Orig
Hi all,
I am using IntelliJ and I would love to use Maven with it.
I tried the IntelliJ's Maven plugin, which didn't help much.
Are there people using Maven with IntelliJ?
1) How did you manage to get the ide to recognize the libraries?
2) How do you build your project artifacts directly in Inte
Hi Ryan,
Sonnek, Ryan wrote on Friday, March 19, 2004 4:30 PM:
> I think you answered your own question. The only reason I
> would suggest using the flattened structure is if you are
> using eclipse as your IDE. I use eclipse for all of my
> projects and the flattened structure makes a lot of se
Hi,
It creates the stubs but it doesn't compile those files and put it in
the jar file. Now I have set the java_home to IBM JDK, but still it
doesn't happen, any idea? How to trouble shoot? Is it that it is not
able to compiling the code since the folder is different or something.
The output lo
I think you answered your own question. The only reason I would suggest
using the flattened structure is if you are using eclipse as your IDE. I
use eclipse for all of my projects and the flattened structure makes a lot
of sense to me.
So, if you're not using eclipse there's no reason to layout
I've read through the archives and this point still isn't clear to me. I've
read all the Maven documentation twice, hoping to find it there. I hope
someone can add this to the Maven documentation, if I can do it just let me
know how and I'd be glad to help.
I have two main projects (Mail & Chat)
try to use:
maven.junit.fork=true
Michal
> -Original Message-
> From: ZHU Beiting [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 19, 2004 10:50 AM
> To: 'Maven Users List'
> Subject: clover generation problem
>
>
> Hello,
>
> I would like to use maven-clover-plugin to generate the
>
Oh.. I am also using windows xp. okay, I will try it out and let you
know
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 5:56 PM
To: Maven Users List
Subject: RE: How can I generate Deploy and RMIC Code for IBM Websphere,
I couldn't find
"Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote on
19/03/2004 11:07:07 PM:
> I could see this code in goal "was40:generate-ejb-code"
>
>fork="true"
> classpathRef="ejbdeploy.classpath">
>
>
>
>value="${maven.was40.home}/lib"/>
I could see this code in goal "was40:generate-ejb-code"
which set the java_home automatically. As I told you I am using ver 1.1
plugin. I think it was not there in ver 1.0 plugin. Do you still want me
to set the java_home an
"Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote on
19/03/2004 10:54:35 PM:
> I have given the property as
> is it correct?
>
> maven.was40.ejb.deployOptions=-quiet -nowarn -rmic "-iiop"
You don't need any options by default.
> Yes, it shows it is completed both. Ejbdeploy in tur
I have given the property as
is it correct?
maven.was40.ejb.deployOptions=-quiet -nowarn -rmic "-iiop"
-Original Message-
From: Veerasamy, Thirumalai (Cognizant)
Sent: Friday, March 19, 2004 5:23 PM
To: Maven Users List
Subject: RE: How can I generate Deploy and RMIC Code for IBM Websph
Yes, it shows it is completed both. Ejbdeploy in turn invokes ibm jdk
compiler only (isn't it? passed the ibm jdk path JAVA_HOME inside
plugin.jelly)
But I remember executing ejbdeploy.bat by passing the .ear file was
generating all these stuffs.
Thiru
-Original Message-
From: [EMAIL PRO
Are both RMIC phases completing?
Are you running with the IBM JDK?
The -iiop option passed to RMIC (which is not configurable) generates the
stubs and ties.
--
dIon Gillard, Multitask Consulting
"Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote on
19/03/2004 10:36:18 PM:
> It cr
It creates files with file name starting with EJSStateless*.class and
EJSRemoteStateless*.class, but it should generate files which should end
with *_stub.class isn't it.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 5:06 PM
To: Maven Us
Doesn't the RMIC step generate these?
--
dIon Gillard, Multitask Consulting
"Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote on
19/03/2004 10:29:46 PM:
> Yes, I have taken plugin 1.1 version which generates the deployment and
> rmic code. But it doesn't generate stubs and skeleton
Yes, I have taken plugin 1.1 version which generates the deployment and
rmic code. But it doesn't generate stubs and skeletons, any idea what
should be passed to it to generate those things.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004
http://maven-plugins.sourceforge.net/maven-was40-plugin/
--
dIon Gillard, Multitask Consulting
"Veerasamy, Thirumalai (Cognizant)" <[EMAIL PROTECTED]> wrote on
19/03/2004 04:45:07 PM:
> Hi,
>
> How can I generate Deploy and RMIC Code for IBM Websphere, I couldn't
> find any plugins in maven.
Hello,
I would like to use maven-clover-plugin to generate the clover report for
the quality of my JUnit tests. After running I got a result very strange,
all of the results is 0%.
Is there any one encountered this case also? Could you please give me some
idea?
Thanks,
Beiting.
40 matches
Mail list logo