Switch of evolutin with StatCVS Plugin 2.4

2004-06-25 Thread Martin Jaeger
Hi together
I'm using RC3 with StatCVS Plugin 2.4 (0.9.3). I have big problems with 
the evolutionmatrix. Because it generates a 200 MB HTML file.

So I don't need this matrix and want to disable it. Has someone an idea, 
how to do this? I read about adding a statcvs.xml file but I have no idea 
where I should add it nor how it should look like...

Thanks a lot
Martin
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Maven repository setup

2004-05-27 Thread Martin Jaeger
Hi together

I'm trying to set up a companywide remote repository. The goal is to host
our own plugins and different plugins from the net.

Because StatCVS is not longer in the Maven default package I tried to do
this:

1) Webserver with rsync to ibiblio in my company (DONE)

2) Added the new StatCVS plugin from http://statcvs-xml.berlios.de/ in the
directorystructure:
http://myserver/maven/plugins/maven-statcvs-plugin-2.4.jar
(?is this the right place?)

3) because this is not working alone i tried to download the plugin from
the remoteRepository to my localRepo:
maven plugin:download -Dmaven.repo.remote=http://myserver/
-DgroupId=maven -DartifactId=maven-statcvs-plugin -Dversion=2.4

The download did work but I wasn't able to produce the report then.I
think I'm missing something important. I think I have to expand the jar
file to the local maven home, but I don't know how.
Do you know, what could be wrong?


Thanks a lot for your help.
Martin

Maven is great!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Call of jelly invokeStatic in maven.xml

2004-04-26 Thread Martin Jaeger
Hi

No, it is in my newly compiled classes. I have to compile this class
first and then use it. Is there a way to do this?

Would it work if it is one of the jars in the project.xml?


Thank you
Martin


On Tue, 27 Apr 2004 [EMAIL PROTECTED] wrote:

 From: [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Subject: Re: Call of jelly invokeStatic in maven.xml
 Date: Tue, 27 Apr 2004 09:16:44 +1000
 X-mailer: Lotus Notes Release 6.5 September 26, 2003

 Is ch.netcetera.golo.IDgen in one of the jars in your project.xml?
 --
 dIon Gillard, Multitask Consulting



 Martin Jaeger [EMAIL PROTECTED] wrote on 26/04/2004 09:43:07 PM:

  Hi together
 
  After my project is compiled and packaged I want to deploy it to our
  server. For this I have to get an id from a static helper method in the
  code of the project and insert it to a textfile. This did not work (see
  excerpt from maven.xml and exception at the bottom).
 
 
  I think the reason is that the classpath of the invokeStatic is wrong.
 Has
  someone an idea how I can set the classpath, or how else I could call a
  static method and use the returnvalue in Maven?
 
  Thanks a lot
  Martin
 
 
 
  I tried to do this in my maven.xml
  goal name=vega:getSession
 j:invokeStatic var=id method=getID
  className=ch.netcetera.golo.IDgen/
 echo message=ID = ${id}/
  /goal
 
 
  The result was:
 
   Could not load class: ch.netcetera.golo.IDgen. Reason:
  java.lang.ClassNotFoundException: ch.netcetera.golo.IDgen
  at com.werken.werkz.Goal.fire(Goal.java:646)
  at com.werken.werkz.Goal.attain(Goal.java:575)
  at
 com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
  at
 
 org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:531)
  at
  org.apache.maven.MavenSession.attainGoals(MavenSession.java:265)
  at org.apache.maven.cli.App.doMain(App.java:466)
  at org.apache.maven.cli.App.main(App.java:1117)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
  sun.reflect.DelegatingMethodAccessorImpl.
  invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:324)
  at com.werken.forehead.Forehead.run(Forehead.java:551)
  at com.werken.forehead.Forehead.main(Forehead.java:581)
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: / /OREF:CPTBB0B5 Need dependency on system classpath

2004-04-08 Thread Martin Jaeger
Hi Alen

We had the same problem the solution was to set the
maven.junit.fork=true

I hope it helps

Bye
Martin


On Wed, 7 Apr 2004 [EMAIL PROTECTED] wrote:

 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: / /OREF:CPTBB0B5 Need dependency on system classpath
 Date: Wed, 7 Apr 2004 10:14:31 +0200
 X-mailer: Lotus Notes Release 6.0.1CF3 July 29, 2003

 Hi there,

 I'm trying to use rowset.jar with my Maven project.
 However, it seems that rowset.jar has classes that require to load a
 properties file that it does through a system class loader.
 My JUnit tests that use rowset.jar fail.

 I'm just not 100% sure where do I define my rowset.jar file as a
 dependency.
 Do I define it in System Classpath (export
 CLASSPATH=/.../rowset.jar:$CLASSPATH).
 Or do I have to still specify it in my project.xml file dependency
 element.

 My project does depend on rowset.jar so it makes sense that it should
 reside in my project.xml file but, AFAIK, I still need it to be on my
 System CLASSPATH for it to function correctly.

 Having it in both places doesn't work either (I get
 java.sql.SQLException: Invalid persistence provider generated)
 I got a good feeling that it maybe using a wrong loaded jar. (wrong
 class loader when running the test for rowset calls to work)

 I use WSAD as my IDE and if I run the JUnit test through the IDE all
 works 100%.

 Any ideas or suggestions please.
 I have been trying to get this to work for a long time with no luck.
 This is driving me insane now. :(

 Thanks
 --Alen



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JMeter Plugin available?

2004-01-29 Thread Martin Jaeger
Hi together

I saw in the mailinglist history that someone searched a JMeter plugin a
long time ago.

I need such a plugin, but before I code it myself I wanted to ask you if
someone did this plugin?

Thanks
Martin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: help needed in checkstyle-reports...

2003-12-16 Thread Martin Jaeger
Hi

You can add your own checkstyle definition in the project.properties.
e.g.

#-
# your own checkstyle definition
#-
maven.checkstyle.properties=${basedir}/my_checks.xml

Informations about the format of the file could be found at
http://checkstyle.sourceforge.net/

Bye
Martin


On Tue, 16 Dec 2003, Deepak Sable wrote:

 From: Deepak Sable [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED], , [EMAIL PROTECTED], ,
 [EMAIL PROTECTED]
 Subject: help needed in  checkstyle-reports...
 Date: Tue, 16 Dec 2003 12:24:23 +0530


 hi ...

 After running the maven site:generate command .I get the doc and reports generated.
 But what I see is that in the checkstyle-report...there r too many errors for coding 
 standards.
 I want to disable some of these
 e.g. tab ,whitespace (in detail below)

 '{' should be on the previous line.
 line contains a tab character
 '(' is followed by whitespace.
 '+' should be on a new line.
 and many of these types.

 As I am really concerned  with the coding errors
 and not the  coding standard errors.Is there anyway I can disable (or comment )these 
 features so that i can reduce the
 number of  errors for coding standards


 thanks in advance

 Deepak  Sable


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cvs changelog from a windows server

2003-12-08 Thread Martin Jaeger
Hi Matt

The last token has to be the cvs-module name, like:
scm|cvs|pserver|[EMAIL PROTECTED]|D:\my\path|mymodule

Bye,
Martin

On Mon, 8 Dec 2003, Koranda Matthew James wrote:

 From: Koranda Matthew James [EMAIL PROTECTED]
 To: 'Maven Users List' [EMAIL PROTECTED]
 Subject: RE: cvs changelog from a windows server
 Date: Mon, 8 Dec 2003 12:48:26 +0100
 X-mailer: Internet Mail Service (5.5.2653.19)

 Thanks for the help, I found this info in the manual after your response but
 I'm still getting the message repository connection string contains less
 than six tokens

 Any ideas?
 Matt

 -Original Message-
 From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
 Sent: 8. desember 2003 11:53
 To: Maven Users List
 Subject: Re: cvs changelog from a windows server


 You must change the scm delimiter :
 scm|cvs|pserver|[EMAIL PROTECTED]|D:\my\path

 Emmanuel

 - Original Message -
 From: Koranda Matthew James [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, December 08, 2003 11:33 AM
 Subject: cvs changelog from a windows server


  I m trying to run site:generate and have given a CVS connection to a
  windows server in my project.xml as follows:
 
  scm:cvs:pserver:[EMAIL PROTECTED]:D:\my\path
 
  The problem is that the path is being parsed down to D for the
 repository
  path as it is being parsed on the colons, is there any way to connect to
 the
  server in this way or is there any workarounds that anyone can reccommend?
 
  TIA,
  Matt
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How are plugins found?

2003-10-17 Thread Martin Jaeger
Hi

I think the plugins are searched in the local repo and after this in
the remote repo...

Could someone tell me how I can use the optional plugins, now. Since they
are shifted out of the maven core plugins?
I had no problem to install the NCSS Plugin from sourceforge. But I can't
get a jar from the jdiff Plugin in the optional plugins.

I tried to check the project out of cvs to build it myself, but that
didn't created the jar that work (maven jar:jar).


Thanks a lot
Martin Jäger


On Fri, 17 Oct 2003, Howard M. Lewis Ship wrote:

 From: Howard M. Lewis Ship [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Subject: How are plugins found?
 Date: Fri, 17 Oct 2003 08:22:30 -0400
 X-mailer: Microsoft Outlook, Build 10.0.4510

 When you reference a particular plugin, how does Maven know where to get it and what 
 version to use?
 How do you change your local environment to make use of a specific version of a 
 plugin?

 --
 Howard M. Lewis Ship
 Creator, Tapestry: Java Web Components
 http://jakarta.apache.org/tapestry
 http://jakarta.apache.org/commons/sandbox/hivemind/
 http://javatapestry.blogspot.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Trying to include j2ee.jar

2003-10-13 Thread Martin Jaeger
Hi Steve

If you don't want to use the maven jar system (central repository) you can
override the stated dependencies.

Please refer to:
http://maven.apache.org/reference/user-guide.html#Storing JARs in CVS

Bye
Martin


On Mon, 13 Oct 2003, Steve Lewis wrote:

 From: Steve Lewis [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Subject: Trying to include j2ee.jar
 Date: Mon, 13 Oct 2003 08:24:20 -0700 (PDT)

 I'm very new to maven and I'm trying to figure out how
 to include j2ee.jar as a dependency.

 Is it possible to do a file:// in the URL, like so:

   dependency
 idj2ee/id

 urlfile:///c:\\java\\j2sdkee1.3.1\\lib\\j2ee.jar/url
 jarj2ee.jar/jar
   /dependency

 Something tells me I'm going about this completely the
 wrong way.  Do I need to set up a j2ee directory in
 my local repository?

 Steve

 __
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search
 http://shopping.yahoo.com

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]