Re: Maven Plugin For Weblogic

2004-01-19 Thread Siegfried Göschl
Hi James, could you sent me also a copy since I have to look at the automatic deployment with Bea WebLogic ... :-) What are the release plans for this plugin? Will it become a standard Maven plugin?! Thanks in advance Siegfried Goeschl On 16 Jan 2004 at 14:56, James CE Johnson wrote:

Re: Making a massive earfile...

2003-10-30 Thread Siegfried Göschl
--- Forwarded message follows --- From: Siegfried Göschl [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:Re: Making a massive earfile... Date sent: Thu, 30 Oct 2003 10:01:00 +0100 Hi James, what I did on my last

Re: Using jelly script in project.xml

2003-10-30 Thread Siegfried Göschl
Hi James, can you tell me if you succeeded with this approach?! I actually thought of using JELLY scripting to pull in dependencies but you end up with a non-XML file. In my case we thought of autogenerating the WSAD (Websphere Application Studio) project files based on the POM similar to

Re: javancss report query/problem

2003-10-21 Thread Siegfried Göschl
Hi Conor, I hope I can qualify as any pointer ... :-) This issue pops up under Windows and JDK 1.4 - XALAN tries to interpret the XSL file name as URL and blows up at c:\???\maven- javancss-plugin-1.2/plugin-resources/javancss2html.xslt. It parses the file name, sees the colon and decides

Re: AW: [jelly] How to parameterize xml:transform

2003-10-20 Thread Siegfried Göschl
Sogar ein blindes Huhn findet manchmal ein Korn or a rough translation Even blind chicken sometimes finds a corn Cheers, Siegfried Goeschl On 18 Oct 2003 at 13:18, Rademacher Tobias wrote: Thanks Siegfied!!! It works!!! Servus Toby -Ursprüngliche Nachricht- Von: Siegfried

Re: [jelly] How to parameterize xml:transform

2003-10-17 Thread Siegfried Göschl
Hi Tobias, don't know if this helps but I had a similar problem with XALAN and fully qualified filenames under Windows. Needed to prefix with file: Cheers, Siegfried Goeschl On 17 Oct 2003 at 14:59, Rademacher Tobias wrote: Hi I have the following jelly script:

Re: Performance Test Plugin?

2003-09-29 Thread Siegfried Göschl
You can also have a look at http://junitpp.sourceforge.net/ - it has a simliar functionality to JUnitPerf but you don't need additional decorators since test repetition and multi-threading is defined on the command line. There is also a Maven plugin http://maven-plugins.sourceforge.net/ which

RE: installing maven

2003-08-26 Thread Siegfried Göschl
Actually you should use the JDK directory since MAVEN needs access to javac and javadoc Cheers, Siegfried Goeschl On 26 Aug 2003 at 11:10, Thakkar, Hetal wrote: JAVA_HOME is set to c:\J2SDK_Forte\jdk1.4.0\jre, where the bin and lib directory for java are. Thanks, Hetal -Original

RE: OutOfMemory Error

2003-08-25 Thread Siegfried Göschl
-Original Message- From: Siegfried Göschl [mailto:[EMAIL PROTECTED] Sent: 25 August 2003 15:16 To: Maven Users List Subject: RE: OutOfMemory Error checkout the FAQ at the maven wiki Siegfried Goeschl On 25 Aug 2003 at 12:21, Eran Chinthaka wrote: I found the method

Re: Parse java code

2003-08-25 Thread Siegfried Göschl
It might be helpful to describe what are you planning to do ... Cheers, Siegfried Goeschl On 25 Aug 2003 at 7:06, Kumar, Vaidhyanatha K. wrote: Are there open source maven plugins / tools to a) parse java code b) create a xml document based on certain key words in the java

Canoo WebTest Plugin 0.8.1 released ...

2003-08-14 Thread Siegfried Göschl
Hi folks, with some help from Anjarivo and Leandro I fixed a bug concerning an empty ANT target under UNIX/LINUX. I hope this is now really fixed and would appreciate any feedback ... The release can be found at http://sourceforge.net/projects/maven-plugins/ Thanks in advance, Siegfried

RE: Question: How to create a manifest classpath

2003-08-01 Thread Siegfried Göschl
To: Maven Users List Subject: Re: Question: How to create a manifest classpath Quoting Siegfried Göschl [EMAIL PROTECTED]: Hi Erik, I'm not quite sure if I'm qualified to answer your question since this is the first time that I heard of a manifest classpath

RE: In-Place Web Development

2003-08-01 Thread Siegfried Göschl
Hi Brett, I came along this issue two weeks ago using Eclipse, Tomcat, Struts and the Tomcat Plugin for Eclipse. What I'm doing: +) I left MAVEN alone and tweaked the Eclipse confiugration to generate the class file into src/webapp/WEB-INF/classes. +) added a postGoal to war:webapp calling a

(Fwd) Maven + Canoo + Linux : the right testing solution

2003-08-01 Thread Siegfried Göschl
--- Forwarded message follows --- Date sent: Fri, 1 Aug 2003 11:36:59 +0200 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:Maven + Canoo + Linux : the right testing solution Hi Siegfried, Thank you for your

RE: In-Place Web Development

2003-08-01 Thread Siegfried Göschl
. -Original Message- From: Siegfried Göschl [mailto:[EMAIL PROTECTED] Sent: 01 August 2003 10:53 To: Maven Users List Subject: RE: In-Place Web Development Hi Brett, I came along this issue two weeks ago using Eclipse, Tomcat, Struts and the Tomcat Plugin for Eclipse

Re: Canoo webtest plugin

2003-08-01 Thread Siegfried Göschl
Hi Vaidhy, this sounds a little bit pessimistic ... I just uploaded a new release on SourceForge to fix an ANT invocation bug under UNIX. Leandro wrote about the same problem but I'm still waiting for feedback from him ... I would be very happy to have this bug fixed! Thanks, Siegfried

Re: Maven + Canoo : BUILD FAILED Target `' does not exist in this project

2003-07-31 Thread Siegfried Göschl
Hi all, within the Maven Canoo Webtest plugin I start a separate ANT process to execute Canoo WebTest (this is a design decision I'm currently rethinking - it stems from the fact that sometimes you are stuck to an older ANT version) It seems that ANT running under UNIX/LINUX has a problem

Re: Question: How to create a manifest classpath

2003-07-31 Thread Siegfried Göschl
Hi Erik, I'm not quite sure if I'm qualified to answer your question since this is the first time that I heard of a manifest classpath ... :-) ... but I asked Google. And Google knows a few things about it - you might find the relevant code it the maven.ejb-plugin ... Hope this helps,

Re: couple of questions

2003-07-29 Thread Siegfried Göschl
Hi Joshua, You can overwrite the directories used by MAVEN using Snippet # location of repositpory maven.repo.local = c:/apps/java/maven/repository # location of plugins maven.plugin.dir = c:/apps/java/maven/plugins maven.plugin.unpacked.dir = c:/apps/java/maven/plugins within a

Re: Jmeter/Maven integration

2003-07-24 Thread Siegfried Göschl
Hi Matt, you might hava a look at SVG at BATIK for generating trends. Cheers, Siegfried Goeschl On 24 Jul 2003 at 13:52, Matt Johnson wrote: Ah well, at least I didn't spend too long looking. Thanks for the new acronym. Matt [EMAIL PROTECTED] wrote: NIKO == Nothing I Know Of

Re: AW: Using of appserver:start

2003-07-22 Thread Siegfried Göschl
Hi Henner, I had a look at maxq and think it is quite promising ... +) what type of report or result is maxq returning on test run?! Can you run it as JUnit TestCase +) Is there support for complex validation?! Can I use everything which HTPPUnit supports?! Thanks in advance, Siegfried

Canoo WebTest Plugin 0.7 for Maven B10 available ...

2003-07-18 Thread Siegfried Göschl
Hi folks, I just released the new version of the Canoo WebTest Plugin for Maven B10 on SF don't get confused by the four releases of 0.7 - I have a shaky Internet access which caused problems during the file release. Homepage: http://maven-plugins.sourceforge.net/webtest/index.html

RE: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Siegfried Göschl
Hi Vincent, the linkt http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf to download your slides is broken is there a better one?! Thanks in advance Siegfried Goeschl On 13 Jul 2003 at 12:28, Vincent Massol wrote: Hi Aaron, I have presented a talk at TheServerSide Symposium

Re: xml jelly tags

2003-05-30 Thread Siegfried Göschl
Hi, I'm not quite sure if it helps but do you have xml-apis in your classpath?! Due to a name quirks xml-apis-1.0.b2.jar is the latest - with xml- apis-2.0.2.jar usage I wasted only time. Cheers, Sigi On 29 May 2003 at 16:32, Marc Dugger wrote: I'm trying to use jelly xml tags to

Re: xml jelly tags

2003-05-30 Thread Siegfried Göschl
BTW: You might have a look at the Re: class loader problems using xalan mail thread Sigi On 29 May 2003 at 16:32, Marc Dugger wrote: I'm trying to use jelly xml tags to transform an xml file like so: j:file name=${basedir}/src/conf/ojb/${package}.xml x:transform

Re: PMD registration fails

2003-05-28 Thread Siegfried Göschl
Hi Graham, do you have pmd-1.03.jar in your local repo?! I checked IBIBLIO and there is only pmd-1.04.jar available. Cheers, Sigi On 27 May 2003 at 22:44, Graham Leggett wrote: Siegfried Göschl wrote: Mhmm, I got the PMD plugin working with Maven B8 (and some help from Martin Poeschl