Re: [WEBTEST] Problem during the execution

2005-08-10 Thread Siegfried Goeschl
Hi Aurélie, 1) what happend to your java.io.FileNotFoundExceptionFaucher Aurélie wrote: 2) what version of Maven and Maven WebTest plugin are you using Cheers Siegfried Goeschl PS: since I'm currently at a customer site with no SMTP access can you reply to the mailing list?! Hello, I'm

Re: [WEBTEST] Problem during the execution

2005-08-10 Thread Siegfried Goeschl
output and an idea what is wrong Cheers, Siegfried Goeschl Faucher Aurélie wrote: Ok, now it works. Well, there are failures on several targets clickLink. But I pushed the properties maven.webtest.config.haltonfailure=false and maven.webtest.config.haltonerror=false. But maven stops running

Re: Build process for different environments

2005-09-14 Thread Siegfried Goeschl
Hi Martin, I'm not sure if you should use maven 2.0 alpha 3 as maven newbie for production but this is a strictly personal opinion :-) For Maven 1.x you define a preGoal or postGoal and copy the file around Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi, I'm a maven newbie

Re: How do people handle installers/exe/bat/sh in maven?

2007-10-03 Thread Siegfried Goeschl
Hi Wim, I use the commercial Install4J ant am ANT script to create installers for Windows, Mac and Linux. Siegfried Goeschl Wim Deblauwe wrote: Hi, I have a question for the people that use maven to create an application (as opposed to a library). How do you provide an easy start point

Canoo WebTest Plugin 0.2 for M2 is available for field testing ...

2007-10-25 Thread Siegfried Goeschl
Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to create a Mojo that controls an ANT task

2007-11-12 Thread Siegfried Goeschl
/ The code uses an AntExecutor which does the trick Cheers, Siegfried Goeschl Pedro Viegas wrote: Hi there guys, I am trying to create a Maven plugin that executes a given ANT task inside it. My real case is to call the Hibernate Tools task to generate a bunch of ORM classes and Hibernate mappings

[m2] Generating PDF from XDOC using Maven 2.0.4?!

2006-07-31 Thread Siegfried Goeschl
Hi folks, finally I have a chance to setup a M2 project but I miss a crucial thing - how to generate a PDF from user-supplied XDOC like in M1? Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED

[m1] Maven WebTest Plugin 1.5 released

2006-08-04 Thread Siegfried Goeschl
The maven-plugins team is pleased to announce the Maven WebTest Plug-in 1.5 release! http://maven-plugins.sourceforge.net/maven-webtest-plugin Maven Plugin for Canoo WebTest Changes in this version include: Changes: o Updated to WebTest 2.0, build number = R_1304 To automatically install

[m1] unable to run jar:deploy using maven-1.1-beta3

2006-08-10 Thread Siegfried Goeschl
messages +) I can successfully use putty's pscp to copy the files on my box Any ideas or hints?! Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven 1.1-beta3 maven-artifact-plugin 1.8

2006-08-11 Thread Siegfried Goeschl
Hi Arnaud, works like a charm now :-) Cheers, Siegfried Goeschl Arnaud HERITIER wrote: I just deployed the SNAPSHOT of the version 1.8.1. You can test it with maven 1.1 beta 3 maven plugin:download -DgroupId=maven -DartifactId=*maven-artifact-plugin* -Dversion=*1.8.1*-SNAPSHOT

Is it possible to transform XDOC to OpenOffice (SXW or ODT)?!

2006-08-11 Thread Siegfried Goeschl
Hi folks, is there any plugin or XSLT around to transform XDOC to an OpenOffice format?! I think there was some work done in Forrest for SXW Cheers, Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [M2] Announcement plug-in for Maven 2?

2006-09-18 Thread Siegfried Goeschl
Hi Andreas, I'm not entirely sure but you might have overlooked http://maven.apache.org/plugins/maven-changes-plugin/ and more specifically http://maven.apache.org/plugins/maven-changes-plugin/announcement-mail-mojo.html Cheers, Siegfried Goeschl Vincent Massol wrote: Hi Andreas, AFAIK

Re: [m2] install4j plugin

2006-09-27 Thread Siegfried Goeschl
Hi Ben, if not you can wrap the install4j thingie within an Maven build using +) maven-antrun-plugin +) build-helper-maven-plugin Cheers, Siegfried Goeschl ben short wrote: Hi, Anyone know if there is such a beast as an install4j plugin for maven? Regards Ben

Re: What are the best practices to create application installers?

2006-10-05 Thread Siegfried Goeschl
the upload the results in to repo Cheers Siegfried Goeschl Dave Hoffer wrote: I now need to go beyond creating jars/wars with maven2; I need to create an installer for my application. What is the current state of this with maven? Where are the links that can show me options of how to do this? I

Re: Publishing to Maven1 repository from Maven2

2006-10-05 Thread Siegfried Goeschl
could be this one http://maven.apache.org/plugins/maven-one-plugin/introduction.html Cheers, Siegfried Goeschl Orford, Ian wrote: I thought I stumbled across a plug-in a while ago that would allow me to build using maven2 but publish to a maven1 repository. Does anyone know about this? Did

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread Siegfried Goeschl
can trigger the site generation using mvn site somewhere within the ant build +) depending on the amount of tinkering you can also generate a Surefire report passed on your JUnit test Cheers, Siegfried Goeschl PS: Good luck out there as fresh graduate ... :-) SomeDude wrote: I am very new

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread Siegfried Goeschl
Hi SomeDude, I'm using Siegfried Goeschl for the maybe-not-so-smart-questions and it works quite well ... :-) Cheers, Siegfried Goeschl SomeDude wrote: Great thank you so much Siegfried. SomeDude is not my real name of course :) I just need to be anonymous for when I ask maybe-not-so-smart

Re: Maven XSLT Plugin Question

2006-10-11 Thread Siegfried Goeschl
http://mojo.codehaus.org/xslt-maven-plugin/ Cheers, Siegfried Goeschl Marco Mistroni wrote: Hello, my 2 cents ant has an xslt task, you could use maven antrun plugin to run it will that be a possible solution? hth marco On 10/11/06, Andreas Guther [EMAIL PROTECTED] wrote: I am

Re: Maven XSLT Plugin Question

2006-10-12 Thread Siegfried Goeschl
HI Nate, https://svn.codehaus.org/mojo/trunk/mojo/xslt-maven-plugin worked for me Cheers, Siegfried Goeschl Nate wrote: I am not able to download this plugin source from specified SVN URL in the source repository link. Am I doing something wrong? Thanks, -Nate http://mojo.codehaus.org

Re: Properties for artifact names?

2006-10-19 Thread Siegfried Goeschl
Hi Owen, there are may ways to skin the cat - I would say give it a try ... :-) Cheers, Siegfried Goeschl Owen Jacobson wrote: Good morning. I need to put the correct filename for a given artifact into a file at build time. Are there properties usable for resource substitution that, given

Re: How to execute just one script?

2006-10-19 Thread Siegfried Goeschl
Hi Bram, not sure what you would like to achieve but +) run an ANT script instead ... :-) +) you can use the ant run plugin and the validate lifecycle phase Cheers, Siegfried Goeschl Bram de Kruijff wrote: Hello, is it possible to execute just one script without going through the build

Re: Maven2 Plugin Ant or Java

2006-10-20 Thread Siegfried Goeschl
Hi Peter, a Canoo WebTest script is actually an ANT script using custom tags, i.e. you must run ANT to execute Canoo WebTest. The best what you can do is a Java implementation invoking ANT to run the tests. Cheers, Siegfried Goeschl Peter Anning wrote: Hi All, Ejaz has made available

Re: [m2/ant] How to add jar to Ant root classpath with AntRun plugin ?

2006-10-25 Thread Siegfried Goeschl
plugin artifactIdmaven-antrun-plugin/artifactId ... dependencies dependency groupIdant/groupId artifactIdant-nodeps/artifactId version1.6.5/version /dependency /dependencies /plugin +) Thanks to Mark Struberg for finding that out ... :-) Cheers, Siegfried

Re: Maven Noobie - Call CVS with the date (-D) parameter to checkout by date

2006-10-27 Thread Siegfried Goeschl
Hi, using a -D date is rather fragile - did you consider using a tag created by the CC build and use the tag instead of the date? Cheers, Siegfried Goeschl goatwuss wrote: Hello I am trying to use maven to checkout some code from cvs using the date parameter. I would like to check out

Re: [ANT] Passing Maven implicit variables to Ant script

2006-10-31 Thread Siegfried Goeschl
Hi Manu, +) if you need to retrieve more data from the POM you can also use maven-artifact-ant-2.0 +) AFAIK not even environment variables are passed to ANT script Cheers, Siegfried Goeschl Alexander Sack wrote: Manu, just thinking out load, though this may not be what your looking

Re: Maven2 incorrectly locates sources

2007-01-10 Thread Siegfried Goeschl
to setup a Maven project. Maybe using ${basedir}/../.. might help. Cheers, Siegfried Goeschl Wouter Boers wrote: Hi, I am migrating a rather large project to maven2 and while doing that I run into a very strange problem I cannot explain. The source directory location cannot be changed due

Re: calling Maven goal from ant

2007-01-11 Thread Siegfried Goeschl
Hi folks, under Windows you loose the result code from the Maven invocation - therefore I use the following snippet to invoken maven target name=-mvn:invoke property name=maven.home value=${env.CM_HOME}/tools/maven2 / property name=maven.failonerror value=true / java

How to attach the sources to a SNAPSHOT install?!

2007-01-29 Thread Siegfried Goeschl
is a zip and contains the nested directory structure, e.g. src/main/java/com/ To make it useable I would need to define my own assembly file which is of course possible but I would have to touch all projects. Do I miss something here?! Thanks in advance Siegfried Goeschl

Re: How to attach the sources to a SNAPSHOT install?!

2007-01-29 Thread Siegfried Goeschl
Hi Jochen and Martin, you are both right - I just overlooked the maven-source-plugin. Maybe it should go to packaging types/tools/ instead of tools. Thanx, Siegfried Goeschl Jochen Wiedmann wrote: On 1/29/07, Siegfried Goeschl [EMAIL PROTECTED] wrote: 1) the maven-install-plugin has

Re: dependency of jar included in war?

2007-01-30 Thread Siegfried Goeschl
Hi Atti, currently a WAR does not participate in the dependency inheritance mechanism. What you could do since your WAR depends on a single JAR is to add the JAR as additional dependency. This is of course a hack but not too ugly. Cheers, Siegfried Goeschl Attila Ravai wrote: Hi, I have

Re: Maven-rdf plugin

2007-01-30 Thread Siegfried Goeschl
Hi Petar, you could use the maven-antrun-plugin to rename the files (*.rdf = *.xml) later on. Cheers, Siegfried Goeschl Petar Tahchiev wrote: Hi gyus, I hust wanted to ask if anyone knows a maven rdf (Resource Description Framework) plugin as I didn't find myself. The problem is that when

Re: Execute and OS command in Maven...

2007-02-01 Thread Siegfried Goeschl
Try includeBaseDirectoryfalse/includeBaseDirectory Cheers, Siegfried Goeschl Gary Kind wrote: I want to zip up a source directory branch of a tree in an zip file. That is all. I want to specify the root of the tree, etc. I have tried the assembly plugin in, but it keeps putting its own

Re: how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Siegfried Goeschl
Hi Chris, what is your build.xml actually doing?! Is it creating sources than this is supported by the maven-antrun-plugin. If it is creating a JAR you might be able to upload it to your repo. So the main question is which build system is in charge Cheers, Siegfried Goeschl Chris

Re: how to get a non empty jar out of maven-antrun-plugin + build.xml?

2007-02-27 Thread Siegfried Goeschl
Hi Chris, when the external build.xml creates a JAR you can always use the maven-install/deploy-plugin to upload the JAR into the repository (even with providing a custom pom.xml) Cheers, Siegfried Goeschl Chris Miner wrote: Hi Siegfried, Thanks for the response. The build.xml

Re: Passing variables to antrun plugin

2007-03-02 Thread Siegfried Goeschl
Cheers, Siegfried Goeschl Graham Leggett wrote: Hi all, A while back I stumbled upon a description of how to pass maven variables through the antrun plugin into an ant build script. Now that I need the functionality, I cannot find the description again. Nothing I can find in the antrun plugin

Re: [OT][ANN] JAVAWUG BOF 25 / 27 March 2007 @ 18:30 / Adobe Flex with Ben Forsaith / Skills Matter

2007-03-02 Thread Siegfried Goeschl
Hi Peter, how is your formal announcement related to Maven community? And would I receive a hard-copy version if I'm unsure about your identity? Thanks in advance, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi I would like to formally announce that ``JAVAWUG'' (Java Web User Group

Re: What is the Best practice for generating variations of an artifacts?

2007-03-16 Thread Siegfried Goeschl
(and we are still improving it) Cheers, Siegfried Goeschl BTW - thanks to Markus Strutzenberger (aka Mark Struberg) for making this magic possible Vincent Massol wrote: On Mar 16, 2007, at 1:20 PM, Kenney Westerhof wrote: Hi, Vincent Massol wrote: Hi, I've never found a good answer

Maven2 Plugin for Canoo Webtest available

2007-03-29 Thread Siegfried Goeschl
Hi folks, is there any plugin available to run Canoo Webtests for M2? Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven users in the industry

2007-04-11 Thread Siegfried Goeschl
Hi Gilles, without violating my NDA An US-based global player for mobile content delivery frameworks switched from ANT to Maven2/CruiseControl to improve the distributed software development covering development teams located in the USA, Canada and Europe. Cheers, Siegfried Goeschl

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Siegfried Goeschl
Very stupid question ... templateDirectory/src/main/resources/templateDirectory seems to be an absolute reference to a directory whereas C:\cvs\reporting-jsf\src\main\resources is the absolute path Cheers Siegfried Goeschl Paul Spencer wrote: I am trying to configure the changes

Re: Maven vs. Scripted Build Systems

2007-05-09 Thread Siegfried Goeschl
to kick out M2 and replace it with something else. And M2 is not really undisputed around here ... :-) Cheers, Siegfried Goeschl Mykel Alvis wrote: I agree with Graham's assessment that the bigger the project, the more useful. However, it does come with a price. You've got to get used

Re: Ibiblio Issues

2007-05-31 Thread Siegfried Goeschl
Hi, what do you mean with issues - I had two times the problems that Maven tools were unable to process HTTP 302 indicating that the libraries were moved. Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Is anyone having issues connecting to ibiblio lately? Thanks, David

Re: tools.jar dependency and MacOSX

2007-06-11 Thread Siegfried Goeschl
I tried it recently with creating a symbolic link for tools.jar pointing to classes.jar Cheers, Siegfried Goeschl Jerome Thibaud wrote: Are you saying that I can add an exclusion clause in a Profile triggered by the OS type? Would it act on the dependencies declared in the build/plugins

Re: Ant task executing twice

2007-06-13 Thread Siegfried Goeschl
Hi Jeff, this is/was a bug we encountered in 2.0.4 and my colleague just fixed over the evening by patching the Maven libs ... :-( If this is still an issue I will remind him to sent a patch next week Cheers, Siegfried Goeschl Jeff Mutonho wrote: I have an ant task that is suppose to run

Re: Maven Build Problem - XFire

2007-07-11 Thread Siegfried Goeschl
Hi Markus, I'm not using the xfire-plugin but +) which XFire version are you using - starting with 1.2.3 it ships with a full pom declaring all dependencies +) when using older version you might check out http://xfire.codehaus.org/Dependency+Guide Cheers, Siegfried Goeschl MPF wrote

Re: Maven Build Problem - XFire

2007-07-12 Thread Siegfried Goeschl
/exclusion /exclusions /dependency Cheers, Siegfried Goeschl MPF wrote: Hi! Now i added following dependencies: but some packages missed: javax.xml.bin.annotation does not exist org.codehaus.xfire.jaxb2 does not exist my webservice use XFire 1.2.6 If you wrong understood

Re: Maven book and user input

2003-10-02 Thread Siegfried Goeschl
Well, I know a few companies desperately needing a book about MAVEN ... :-) Siegfried Goeschl On Thursday 02 October 2003 09:08, Martin Skopp wrote: On Tue, 2003-09-30 at 22:47, Jason van Zyl wrote: That why publishers try to do a little market research. The book won't be printed unless

Re: Input from Maven Users

2003-10-02 Thread Siegfried Goeschl
across multiple projects such as unit test, PMD warnings, and so on. Could be combined with historical data and charting using SVG. Cheers, Siegfried Goeschl On Thursday 02 October 2003 19:06, Timothy Fisher wrote: Hello, I'm in the process of writing an article about Maven

Re: Input from Maven Users

2003-10-02 Thread Siegfried Goeschl
that people had to go and install after installing maven. Ever thought of a MAVEN network installation or putting the whole thingie under version contro?l. It becomes a nightmare to adminstrate the Maven installations ... Cheers, Siegfried Goeschl

Re: Source code analyzer for unused method detection?

2003-10-05 Thread Siegfried Goeschl
!!) or use a code profiler such as CLOVER or JProbe . Cheers, Siegfried Goeschl On Sunday 05 October 2003 14:04, Tim Anderson wrote: The results wouldn't be all that meaningful on reusable components, but at the application level, it would be useful to detect cruft. -Tim -Original

Re: Source code analyzer for unused method detection?

2003-10-05 Thread Siegfried Goeschl
Oops, considering dynamic class loading and reflection it is actually impossible ... Cheers, Siegfried Goeschl On Sunday 05 October 2003 17:27, Siegfried Goeschl wrote: It is actually not easy to detect an unused method due inheritance and polymorphism since the class of the instance you

[Fwd: Re: Bug in webtest-plugin?]

2004-12-03 Thread Siegfried Goeschl
Original Message Subject:Re: Bug in webtest-plugin? Date: Fri, 03 Dec 2004 15:04:07 +0100 From: Siegfried Goeschl [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Organization: IT20one GmbH To: Krystian Nowak [EMAIL PROTECTED] References: [EMAIL

Thanks for the beautiful work on the [maven-javaapp-plugin]

2004-12-03 Thread Siegfried Goeschl
I finally upgraded to Maven 1.0.1 and the new maven-javaapp-plugin works like a charm ... :-) Cheers, Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

The JavaNCSS Maven Plugin 1.3 is available on maven-plugins.sourceforge.net

2004-12-03 Thread Siegfried Goeschl
be downloaded from http://sourceforge.net/projects/maven-plugins/ Cheers, Siegfried Goeschl PS: thanks to Torsten Uhlmann who did the real work ... :-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Has anyone integrated Jester with Maven? (Plugin or maven.xml)?

2004-12-09 Thread Siegfried Goeschl
the plugin is a big ANT wrapper giving you the convenience of Maven +) I don't know where the report is coming from - it seems to be an XML file. You can use JSTL or XALAN to create the reports. Cheers, Siegfried Goeschl Michael Mattox wrote: I've been finding tests that don't test anything in our

Re: JXR plugin

2004-12-13 Thread Siegfried Goeschl
was running the tests and creating all other reports (dependency, junit, clover) 3) is nothing I would recommend since it is a dead end and requires a little it of Maven know-how Cheers, Siegfried Goeschl Brett Porter wrote: The code is in the plugin to use, though maybe maintaining a small POM

Re: newbie problem in second step

2004-12-14 Thread Siegfried Goeschl
+) velocity-1.4.jar This might help Siegfried Goeschl Erik Husby wrote: Radha Sangal wrote: Hi, I am newbie in testing maven for my project. Please help me. I am following a simple tutorial from maven site http://www.onjava.com/pub/a//onjava/2003/10/22/maven.html?page=last#thre ad http

The maven-strutsdoc-plugin 1.0.0 is released on SF ...

2004-12-14 Thread Siegfried Goeschl
Hi folks, Marcel May contributed the maven-strutsdoc-plugin which can be found at http://sourceforge.net/projects/maven-plugins/ - it generates a HTML report based on a STRUTS application similiar to JavaDoc. Cheers, Siegfried Goeschl

Re: weblogic tools for maven

2005-01-04 Thread Siegfried Goeschl
plugin project hosted at Codehaus - the plugin is hosted at SF already and having two plugin projects is pain in the a** ... Jason, any comments? Cheers, Siegfried Goeschl Ryan, Scott wrote: We have enhanced the Weblogic deployment plugin to support inplace, ear and war deployments. I have

Re: weblogic tools for maven

2005-01-04 Thread Siegfried Goeschl
to setup your permissions. IMHO the CLI execution is fine since the JAR is huge (37 MB for 8.1.2.0) and includes a lot of stuff which could result into conflicts depending on BEA and Maven version. Cheers, Siegfried Goeschl Jason van Zyl wrote: On Tue, 2005-01-04 at 09:16, Ryan, Scott wrote

Re: JavaNCSS plugin issue (hangs)

2005-01-05 Thread Siegfried Goeschl
. In this case no JavaNCSS report will registered and therefore generated. Originally this flag was used to skip reports for generated code but it might solve your problem nicely. Thanks Siegfried Goeschl James Richardson wrote: I've noticed that the Java ncss plugin will hang indefinitely

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Siegfried Goeschl
Hi Eric, I assume that your SF id is *rikgig - if you want to migrate your project to maven-plugins just tell me to add you as developer Cheers Siegfried Goeschl *Eric Giguere wrote: Absolutely Vincent I'll move the plugin then Brett. I'll start the process of getting in the other project's

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-07 Thread Siegfried Goeschl
Hi Eric, I added you as developer. Regarding the CVS I plainly can't remember ... :-( Cheers, Siegfried Goeschl Eric Giguere wrote: Hi Siegfried Yes, that's correct. My SF id is rikgig. I would really appreciate if you add me as a developper in the project. Next step would be to create a module

How to get Dashboard to run?!

2005-01-10 Thread Siegfried Goeschl
is added but does not contain any data +) the same for dashboard-data.xml and the stuff in generated-xdocs Do I miss something here?! For this single project the data for checkstyle and clover should be collected?! Thanks in advance Siegfried Goeschl

Re: How to get Dashboard to run?!

2005-01-10 Thread Siegfried Goeschl
setting maven.dashboard.rungoals = false). Okay thats fine - I updated my project and have now a dashboard-single.xml fore each subproject. But how can I create the Dashboard report for my Master project if all dashboard-single.xml exists?! Thanks in advance Siegfried Goeschl Vincent Massol wrote

Re: How to get Dashboard to run?!

2005-01-10 Thread Siegfried Goeschl
is NOT to generate a clover.xml - maven.clover.report.xml=true fixes that and now it works like a charm ... A very happy Siegfried Goeschl Vincent Massol wrote: -Original Message- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: lundi 10 janvier 2005 18:26 To: Maven Users List Subject: Re: How

Re: Réf. : RE: How to get Dashboard to run?!

2005-01-11 Thread Siegfried Goeschl
,cserrors Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: And is it possible to keep the master project at the same level as the subprojects? For I want to build existing projects developed with WSAD and stored in CVS in their *own* module. I specify this in the master project properties

Re: Maven training?

2005-01-12 Thread Siegfried Goeschl
Hi Christopher, I do quite a lot of Maven presentation, introduction consulting for companies. If you are interested in details you might contact me directly using siegfried.goeschl ad it20one.at Cheers, Siegfried Goeschl Helck, Christopher wrote: Is anyone offering Maven training

Re: Réf. : Re: Réf. : RE: How to get Dashboard to run?!

2005-01-12 Thread Siegfried Goeschl
Hi Fabrice, it is always a pleasure to read success stories :-) Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Great, it works now! :o) I don't know why, but I was excluding the master project from the dashboard include list property (maybe because we must do so for the multiproject

Re: Clover and dashboard

2005-01-12 Thread Siegfried Goeschl
Hi Jon, I just had this problem - in my case the clover.xml was not generatedby default - so I set maven.clover.report.xml=true to enforce the creation. Hope this helps Siegfried Goeschl Jon Strayer wrote: II have one main project and 27 subprojects. I've changed my build process so that each

Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Siegfried Goeschl
confusing now but there is still a maven.javadoc.maxmemory property. Don't know if this has any affect though Cheers, Siegfried Goeschl Guy Davis wrote: I was hoping that someone may have run into this before. I'm trying to move our current large project using Ant over to Maven for building

Re: Clover and dashboard

2005-01-13 Thread Siegfried Goeschl
going on. Cheers, Siegfried Goeschl PS: I gladly help to improve the documentation since this is a killer plugin ... :-) Vincent Massol wrote: Yep, this seems to be a bug as the plugin is supposed to set this property internally. A JIRA issue would be great (and a patch would be awesome

Re: Clover and dashboard

2005-01-13 Thread Siegfried Goeschl
Vincent Massol wrote: Hi Siegfried, -Original Message- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: jeudi 13 janvier 2005 10:51 To: Maven Users List Subject: Re: Clover and dashboard Hi Vincent, I looked at the plugin - this might not be a bug at all. If I understand

Re: [!!!!!!!! Some questions (help me) !!!!!!!]

2005-01-18 Thread Siegfried Goeschl
Hi Christian, I think there is any easy answer for all of your questions - if the JARs are not in the repository (for whatever reason) +) just put it into your local repository +) use your own webserver to serve as an additional remote repository Cheers, Siegfried Goeschl colaru wrote: Hello

Is there any Maven Dependency Convergence Report?!

2005-01-18 Thread Siegfried Goeschl
Hi folks, I remember vaguely that there was a Dependency Convergence Report for multiprojects. Is this still available and how to enable this report?! Cheers, Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: ubjerjar and security certs - help needed?

2005-02-01 Thread Siegfried Goeschl
a normal application. If this is not acceptable you can use the maven-javaapp-plugin. Cheers, Siegfried Goeschl Incze Lajos wrote: This is what I understand: The javax.crypto code in JDK1.4+ (or in the sun jce) requires that the providers be in signed jar files. Signed jar files are difficult to get hold

Re: Error with dashboard plugin

2005-02-10 Thread Siegfried Goeschl
Hi Marc, I had this error recently on the Fulcrum build - probably due to the excessive memory consumption during a reactor build. Same for you? Cheers, Siegfried Goeschl Marc Jambert wrote: Hi all, Did anybody ever get the following error ? Unable to obtain goal [dashboard:report-single

Is there any Maven Obfuscator Plugin ?!

2005-02-22 Thread Siegfried Goeschl
Hi folks, does anyone know a Maven obfuscator plugin?! Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there any Maven Obfuscator Plugin ?!

2005-02-23 Thread Siegfried Goeschl
Hi Vincent, I would like to avoid using ANT task (you are tied to an ANT version, how to distribute the JARs) since I hoped that someone in the Maven universe had already done the job... :-( Well, maybe this might be a useful Maven plugin if I find some time ... Siegfried Goeschl Vincent

Re: Maven Petstore

2005-03-01 Thread Siegfried Goeschl
It seems that commons-codec is not defined in your project.xml Siegfried Goeschl GOKULAM Jayaram wrote: Hi am trying to compile petstore example application provided by sun. And am getting the following errors, Please help me to overcome this problem. Also let me know if I can set a classpath from

New Maven WebTest Plugin - Re: [Webtest] [maven plugin] Button not clicked in test

2005-03-02 Thread Siegfried Goeschl
+) is there a newer XSLT for the Canoo WebTest report available?! For the current one I need to apply a patch ... Thanks in advance Siegfried Goeschl Matt Raible wrote: On Mar 1, 2005, at 11:08 AM, Eric Pugh wrote: Matt, You beat me to it! I posted a while ago about if the consensus was that WebTest

Re: Aggregate reports from subprojects in one central site

2005-03-02 Thread Siegfried Goeschl
For aggregating reports I can recommend Vincent Massol's favourite toy - the Maven Dashboard Plugin - checkout http://maven.apache.org/reference/plugins/dashboard/ http://jakarta.apache.org/turbine/fulcrum/dashboard-report.html Cheers, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi guys

Re: Is there a Forehead plugin?

2005-03-02 Thread Siegfried Goeschl
require a classloader hierarchy. Having said that it would be an interesting extension to combine Forehead (unfortunately there is no official release) with maven-javaapp-plugin ... :-\ Cheers, Siegfried Goeschl Helck, Christopher wrote: Thanks, but I'm finding that uberjar is too slow

Re: copying files using Maven

2005-03-21 Thread Siegfried Goeschl
You could use ant:copy Cheers, Siegfried Goeschl Hamza Hydri wrote: Hi, is there a possbility of copying files from one location to other using Maven ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Best approach to job

2005-03-23 Thread Siegfried Goeschl
Hi Adam, basically you have two choices +) buy a new box - I thin 3.000MHz are affordable ... ;-) +) checkout the docs about using the reports section in the project.xml Cheers, Siegfried Goeschl Adam Hardy wrote: It takes so long on my old 700MHz machine! Later on admittedly I can foresee

Re: How to run tests only after building a war file?

2005-03-31 Thread Siegfried Goeschl
[EMAIL PROTECTED] wrote: Hi, after being able to run my htmlunit tests (thanks to vincent for the dependency hint!) I am just struggling with the order, when the unit tests are run. As I have a seperate project to build the war, I thought it would be intended to have the testcases for this war

Re: Getting changelog to work

2005-04-08 Thread Siegfried Goeschl
a file-based CVS repo under Windows - I suggest using a CVS server to be on the safe side Cheers, Siegfried Goeschl Frank Verbruggen wrote: Hi Maven development team, my name is Frank Verbruggen, and I'm currently involved in introducing 'your' tool Maven at a major bank from the Netherlands

Re: Instability calculation

2005-04-08 Thread Siegfried Goeschl
bean counting ... :-) Cheers, Siegfried Goeschl Frank Verbruggen wrote: In my opinion it is very weird that the instability of a class that is solely dependent on the java core classes, but is not used in this project by other classes is 100%. Think about it ! Java is not instable, every new

Re: Getting changelog to work

2005-04-08 Thread Siegfried Goeschl
box Cheers, Siegfried Goeschl Frank Verbruggen wrote: So what can I do to make it all work ? Thx in advance Frank Verbruggen Milos Kleint wrote: Siegfried Goeschl wrote: Hi Frank, +) I'm not sure if the syntax correct - you are using | instead of : (might be a mail problem though) +) the current

Re: Getting changelog to work

2005-04-08 Thread Siegfried Goeschl
Hi Frank, I think you might be on the wrong track - determining the changes involves retrieving and parsing the changelog from the remote CVS server. It has nothing whatsoever to do with the uncommitted changes in your development sandbox... ;-) Cheers, Siegfried Goeschl Frank Verbruggen wrote

Re: Getting changelog to work

2005-04-08 Thread Siegfried Goeschl
the connection setting for each subproejct +) I assume that the behaviour of the plugin is undefined if no CVS metadata are found Cheers, Siegfried Goeschl Frank Verbruggen wrote: How can u explain the following: to check this all I have checked in a very early version of my app from the client

Re: muliproject

2005-04-08 Thread Siegfried Goeschl
http://maven.apache.org/using/multiproject.html Bahaa Nasrallah wrote: Hi, I have three projects A,B,C. A depends on B and C ( B and C dont depend on each other). A,B,C have each own : project.xml maven.xml project.properties i need when running maven.xml of A to run maven.xml of B and maven.xml

Re: [M2] plugins language?

2005-04-11 Thread Siegfried Goeschl
Hi Brett, I think Jason van Zyl wrote he would touch Groovy not even with a polestick Is there any Groovy support planned? I use Beanshell and Groovy but Groovy is much more powerful in doing things quickly while Beanshell is easier to grasp Cheers, Siegfried Goeschl Brett Porter wrote

Re: Cactus Dashboard Agregator?

2005-05-10 Thread Siegfried Goeschl
Hi Thomas, I would suggest that you write it since it is easy :-) Cheers, Siegfried Goeschl Thomas Van de Velde wrote: I haven't found a dashboard agregator for cactus. Have I missed something? Cheers, Thomas

Re: HSQLDB locking when using tomcat plugin

2005-05-25 Thread Siegfried Goeschl
Hi Sebastien, I think you need to issue a SQL shutdown command for HSQLDB which also compacts the database Cheers, Siegfried Goeschl Sebastien Arbogast wrote: Hi, I'm using Codeczar tomcat plugin to manipulate my tomcat server for my web application. So when I have to recompile some Java

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Siegfried Goeschl
this command. Having said that I'm not the HSQLDB expert - invoking stop() might solve the problem but I prefer the SHUTDOWN since it compacts the database on the fly. Cheers, Siegfried Goeschl phillip rhodes wrote: I am not aware of the ability to issue a sql shutdown to an in-process HSQL

Re: HSQLDB locking when using tomcat plugin

2005-05-26 Thread Siegfried Goeschl
, Siegfried Goeschl Sebastien Arbogast wrote: from http://hsqldb.sourceforge.net/doc/guide/ch01.html#N10190 All databases running in different modes can be closed with the SHUTDOWN command, issued as an SQL query. In 1.7.2, in-process databases are no longer closed when the last connection

Re: Singletons/static variables and Unit testing

2005-05-26 Thread Siegfried Goeschl
The only trouble is that executing individual tests is not possible since they depend on running the TestSetup before Cheers, Siegfried Goeschl bryan hansen wrote: We are using maven to run our Unit Tests which are accessing the database through Hibernate. It seems that when Maven builds

Re: Canoo webtest problem

2005-06-10 Thread Siegfried Goeschl
. Cheers, Siegfried Goeschl Akins, Greg wrote: When I try to run Canoo webtest (Plugin 1.0, Maven 1.0.2) I get the following error webtest:generate-test-report: [java] [java] (Location of error unknown)XSLT Error (javax.xml.transform.TransformerException): java.io.FileNotFoundException: d

[ANN] Maven WebLogic Plugin 1.0.0 is available ...

2005-06-23 Thread Siegfried Goeschl
Hi folks, there is a new release of the plugin available is available at http://sourceforge.net/projects/maven-plugins/. The documentation can be found http://maven-plugins.sourceforge.net/maven-weblogic-plugin/ but is not reachable through the mainpage though ... :-( Cheers, Siegfried

  1   2   >