iText 4.2.0 - Could a software licence be changed from MPL/LGPL to AGPL by simply redistributing the pom.xml?

2016-01-19 Thread Siegfried Goeschl
PL library suddenly turns into viral GPL? Legal hell? Cease and desist letters? Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Cause: the class org.apache.tools.ant.taskdefs.optional.ssh.Scp was not found

2015-10-12 Thread Siegfried Goeschl
ache.org/plugins/maven-antrun-plugin/examples/customTasks.html> * does the ant task work when being executed from ANT * what I usually do is to use a dedicated stand-alone Ant script triggered by Maven Cheers, Siegfried Goeschl > On 12 Oct 2015, at 22:04, K R <krr...@gmail.com> wrote:

Re: OSX and Maven Compiler Plugin (tools.jar missing)

2012-04-10 Thread Siegfried Goeschl
Hi folks, the last time I created a link Cheers, Siegfried Goeschl On 10.04.12 19:20, Benson Margulies wrote: Apple has no tools.jar, they just load it into the regular jar. This is why the standard web page http://maven.apache.org/general.html#tools-jar-dependency has you make

Re: Solve my exception for mvn installtion

2011-12-17 Thread Siegfried Goeschl
+1 On 17.12.11 02:14, Graham Leggett wrote: On 16 Dec 2011, at 9:48 PM, Barrie Treloar wrote: I found the problem and now it is solved. thank all who helped me. This reply makes me angry. Please state what you problem actually was and what you did to solve it. The next person who has the

[ANN] webtest-maven-plugin-1.0.0 released

2011-08-28 Thread Siegfried Goeschl
/ To get this update, simply specify the version in your project's plugin configuration: plugin groupIdorg.codehaus.mojo/groupId artifactIdwebtest-maven-plugin/artifactId version1.0.0/version /plugin Enjoy, The Mojo team. Siegfried Goeschl

Re: codehaus.org

2011-08-17 Thread Siegfried Goeschl
-plugin - Session: Disconnected than it can be concluded that there are connectivity issues from Europe at the moment Siegfried Goeschl On 17.08.11 23:41, Newman, John W wrote: I've had connectivity problems with that site pretty regularly going on for a couple years now. Sometimes it works

Re: JMeter in Maven

2011-03-18 Thread Siegfried Goeschl
Hi Roland, you can always fall back to use the JMeter Ant integration Cheers, Siegfried Goeschl On 18.03.11 13:38, Asmann, Roland wrote: On 18.03.2011 13:23, Jeff MAURY wrote: On Fri, Mar 18, 2011 at 12:03 PM, Asmann, Roland roland.asm...@adesso.atmailto:roland.asm...@adesso.at wrote

Re: making a repository read-only

2010-06-30 Thread Siegfried Goeschl
Use a cron job to change file permission and owners of the repostioty content. Cheers, Siegfried Goeschl On 30.06.10 07:38, Jemos Infra wrote: No, we don't use Nexus, just the file system. We've got a single account (sys_account) who is entitled to upload to this repository through ssh using

Re: Ant , maven , antrun , ddlutils

2010-02-25 Thread Siegfried Goeschl
invoking the Ant tasks - embedded in the pom.xml or a seperate build.xml? Thanks in advance Siegfried Goeschl On 25.02.10 07:29, Stephen Connolly wrote: please try with maven 3.0-alpha-6. maven 2's plugin classloader only loads a plugin once during a reactor build, so if you try to change

Re: Ant , maven , antrun , ddlutils

2010-02-25 Thread Siegfried Goeschl
Always a pleasure to help Siegfried Goeschl On 25.02.10 16:32, venkatRAM wrote: Hello Golgradio Well I was able to figure it out last night didn't have time to post the reply. But here is goes. You were right about the db.url , username and password not getting resolved. The reason

Re: idea integration with maven

2010-02-24 Thread Siegfried Goeschl
Hi Eshan, in your current working directory you should find the IDEA project files - just open them from within IntelliF Siegfried Goeschl On 24.02.10 10:47, eshan sudharaka wrote: i am using inteli idea for java development.I have created a application using maven.How do i open

Re: idea integration with maven

2010-02-24 Thread Siegfried Goeschl
Assuming you have M2 integration installed ... :-) On 24.02.10 11:24, Stephen Connolly wrote: from intellij 7 onwards, when you go to the file|open project menu just select the pom.xml file and intellij will work out the rest for you... no need for idea:idea On 24 February 2010 09:47, eshan

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread Siegfried Goeschl
Hi David, +) copy the library to ~/.maven/repository/jdom/jars/jdom-b10.jar +) migrate to M2 if possible because M1 know-how is becoming difficult to find Cheers, Siegfried Goeschl David Nemer wrote: Hello Everyone, I'm using Maven 1 to build some projects, and it can't download a JAR

Re: Manually installing artifacts - Maven 1

2010-02-21 Thread Siegfried Goeschl
Well, the migration takes some time depending on your Maven 1 2 know-how but +) the central M1 repo is not properly maintained any longer +) my IntelliJ project generation was somehow broken +) using M2 transitive dependencies is a huge plus Cheers, Siegfried Goeschl I spend two days

Re: Compile what can be compiled, ignore sources with errors

2010-01-29 Thread Siegfried Goeschl
Hi Eduardo, a solution would be +) create a project in the IDE of your choice +) fix the errors incrementally Cheers, Siegfried Goeschl Eduardo M KALINOWSKI wrote: Is there a way to configure Maven to ignore source files that present errors during compilation, and compile everything

Re: Code Coverage for integration tests

2010-01-27 Thread Siegfried Goeschl
run different type of tests, e.g merge coverage of unit and integration tests +) I would assume that you can create your instrumented libraries using M2 profiles Cheers, Siegfried Goeschl Douglas Ferguson wrote: Is there anyway to get code coverage numbers for integration tests? D

Re: maven-antrun-plugin exec task. Windows. Can't leave process running in the background.

2010-01-22 Thread Siegfried Goeschl
Hi Mark, no idea what a ledgebox is but is is probably not very offending ... ;-) Cheers, Siegfried Goeschl gags_78 wrote: Hi Siegfried, You sir, are what we commonly refer to in Ireland as a Legend!!! A total ledgebox!! I cannot thank you enough. That has made my day and works

Re: maven2 not forking ant task

2010-01-22 Thread Siegfried Goeschl
Hi struts-restfull, according to http://ant.apache.org/manual/index.html the is also a spawn attribute - have you tried that? Cheers, Siegfried Goeschl struts-restful wrote: Hi i have a ant task defined in Maven as below and when it runs from within the maven build phase the jvm does

Re: maven-antrun-plugin exec task. Windows. Can't leave process running in the background.

2010-01-21 Thread Siegfried Goeschl
Hi Mark, have you tried the spawnattribute of the Ant exec task? Cheers, Siegfried Goeschl gags_78 wrote: Hi folks, I'm trying to introduce automated integration testing for our application. I successfully integrated the cargo plugin to get our product deployed and started within

Re: Javascript zip dependency management

2010-01-12 Thread Siegfried Goeschl
Hi John, you might have a look at the dependency plugin (and there was a similar question on the mailing list maybe two or three weeks ago) Cheers, Siegfried Goeschl John Ericksen wrote: Hello, I have what might be a basic question, but I haven't been able to find a way to accomplish

Re: script-maven-plugin: suport for JSR223

2010-01-03 Thread Siegfried Goeschl
Same here :-) Stefano Fornari wrote: Hi Tomek, I think I'll have a first version by tonight. How would you like to proceed? Shall I pack the source code and post it to the list? Or do you prefer a patch (but keep in mind there will be a lot of changes). Please let me know. Ste On

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Siegfried Goeschl
Hi Stefano, in that case you would tie the latest incarnation of the script-maven-plugin to the JDK 1.6 ... :-) Siegfried Goeschl PS : I have a look at the plugin tonight Stefano Fornari wrote: Siegfried, that would be great. I guess the first question I would answer is if we need tu update

Re: script-maven-plugin: suport for JSR223

2010-01-02 Thread Siegfried Goeschl
Hi Stephen, could you clarify the statement - I think I miss a bit or two :-) Cheers, Siegfried Goeschl Stephen Connolly wrote: I'd like to see support for toolchains so that you don't have to run maven with jdk 6 to use scripting Sent from my [rhymes with tryPod] ;-) On 2 Jan 2010

Re: script-maven-plugin: suport for JSR223

2010-01-01 Thread Siegfried Goeschl
Hi Stefano, I think it is a good idea to improve the plugin - as a quick note bsf-3.0-X provides JSR223 for JDK 1.5. Cheers, Siegfried Goeschl PS: Stefano Tomasz - I would like to help as well to improve the plugin .. Stefano Fornari wrote: Hi All, I needed a plugin to run JavaScript

Re: Batch releasing many projects in Maven. Is it possible?

2009-12-18 Thread Siegfried Goeschl
, Siegfried Goeschl Paul Benedict wrote: Thanks Stephen. It looks like this feature isn't handled by Maven yet. These aren't parent-child projects, so it appears I have to remain doing it manually. Paul On Thu, Dec 17, 2009 at 12:28 PM, Stephen Connolly stephen.alan.conno...@gmail.com

Re: How to include unattached HTML pages to maven site?

2009-12-07 Thread Siegfried Goeschl
before and the webtest plugin is part of the reporting section Seems that I need to update the documentation ... :-) Cheers, Siegfried Goeschl Dennis Lundberg wrote: You can always add links to your own pages in the menu, by creating a site.xml file. Those links will not be under the heading

Re: Dependency on local web project war (netbeans)

2009-04-21 Thread Siegfried Goeschl
library into the local repository and reference it from the dependent project +) with a little bit of tinkering you can also upload the sources into your local repository Cheers, Siegfried Goeschl PS: Not sure if NetBeans is a good choice considering that Oracle buys Sun pieter claassen wrote: I

Re: Dependency on local web project war (netbeans)

2009-04-20 Thread Siegfried Goeschl
would not work either ... Cheers, Siegfried Goeschl pieter claassen wrote: ok, I have narrowed the problem down as probably a maven issue. I have parent.pom and two modules client and server. Client is a war and server is a jar. server needs to get hold of client's source because db4o needs

Re: The skin does not exist: Unable to determine the release version

2009-03-31 Thread Siegfried Goeschl
Hi Jerry, the bad news are that I had the same problem - the good news are that I was able to get rid of the problem E.g. run mvn -U site to force an update of your repo - thanks to Wendy Smoak helping me with this issue ... Cheers, Siegfried Goeschl Jerry Thome wrote: Sorry if I missed

Re: configure maven with IntellJ Idea

2009-02-08 Thread Siegfried Goeschl
Hi Poonam, looking at sourceDirectorysrc/com/apelon/sourceDirectory seems wrong - you mix source folder with package structure which is probably not intended Cheers, Siegfried Goeschl Mick Knutson wrote: you should have your java files in ./src/main/java in order for anything

Re: Out of memory using docbkx plugin?

2009-01-21 Thread Siegfried Goeschl
to generate th O'Reily SVN book ... Cheers, Siegfried Goeschl Kent Närling wrote: When I try to build some of our project using the docbkx docbook plugin, I get the following out of memory exception: INFO] Trace java.lang.OutOfMemoryError: Java heap space

Re: [SORRY FOR SPAMMING] hibernate 3 maven plugin

2009-01-21 Thread Siegfried Goeschl
Shows that your release process is properly set up ... ;-) Siegfried Goeschl da...@davidkarlsen.com wrote: Sorry for spamming you all - I ran this on the top level artifact and should of course only have done that on the plugin. Sorry - here's my 4th mail to you on the subject today. :-I

Re: deploying with maven and a production control/release management group?

2008-12-05 Thread Siegfried Goeschl
We had a third solution 3.) Build it for them and simply give the company repo URL to download the WAR plus all the ready-to-use configuration files for their target environments Siegfried Goeschl [EMAIL PROTECTED] wrote: We used 2 solutions. 1.) Help them install Maven and then get them

Re: deploying with maven and a production control/release management group?

2008-12-05 Thread Siegfried Goeschl
Hi Rusty, +) you can use an additional company repo where you deploy your very own releases. In effect you have three repos then : local - company - public +) it is enough to run an Apache to server the repo - as it is done on repo1.maven.org Cheers, Siegfried Goeschl Rusty Wright wrote

Re: Plugin that bundles Jetty + Webapp for release

2008-12-04 Thread Siegfried Goeschl
this helps Siegfried Goeschl Stephan Niedermeier wrote: Hi, I'm searching for a Maven plugin that is able to package my webapp together with Jetty, for example into a Zip file. Doing it this way, I could use this Zip file and distribute it all in one. As far as I know, with the ordinary maven

Re: Cruise control and maven integration

2008-11-28 Thread Siegfried Goeschl
}/${project.artifactId}/pom.xml goal=${project.maven.targets} property name=JAVA_HOME value=${project.java.home}/ /maven2 /composite Cheers, Siegfried Goeschl partha_ctc wrote: Hi, We want to integrate Maven Build Script with Cruise Control, need your help and suggestion. we have

Release of webtest-maven-plugin-0.6.3

2008-07-29 Thread Siegfried Goeschl
The webtest-maven-plugin-team is pleased to announce the webtest-maven-plugin-0.6.3 release! Canoo WebTest plugin for M2. Canoo WebTest is a free Java tools for functional testing of web applications and the plugin allows to run Canoo Webtests from within a Maven build. Documentation

Re: How to execute a perl script from maven ?

2008-07-18 Thread Siegfried Goeschl
Hi Nicolas, have you seen http://mojo.codehaus.org/exec-maven-plugin/exec-mojo.html ?! Cheers, Siegfried Goeschl nicolas de loof wrote: Hello, My build process must use a legacy and complex perl script to process some conf files. Is there any plugin to support such use case ? Migrating

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

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 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

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 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: 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: 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: 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: 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: 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 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

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: 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

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: 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: 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: 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

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: 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

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: [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: 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: [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: 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: 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: 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: 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: 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: [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: [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: 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

[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]

[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

[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

Re: ##Site Generation Error!

2006-01-19 Thread Siegfried Goeschl
/cvsroot:${pom.artifactId}/developerConnection /repository Cheers, Siegfried Goeschl narayan dhumale wrote: Friends, I am using Maven 1.0.2 while trying to generate the site in the following way i am getting errors pasted below. Please let help me to sort out the problem D:\dev\mavenbook

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: [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: DocBook support

2005-07-08 Thread Siegfried Goeschl
Hi Wilfried, are you talking about M1 or M2? For M1 there is a plugin on maven-plugins.sourceforge.net ... Cheers, Siegfried Goeschl Wilfred Springer wrote: Guys, Am I right that DocBook support is still missing? Thanks, Wilfred

[ANN] Maven WebTest Plugin 1.2 available for M1

2005-06-24 Thread Siegfried Goeschl
The maven-plugins team is pleased to announce the Canoo WebTest Plug-in 1.2 release! http://maven-plugins.sourceforge.net Maven Plugin for Canoo WebTest Changes in this version include: Changes: o Prepared release 1.2 o Updated to WebTest 1.7, build number = R_881 o Most dependencies are

Re: [ANN] Maven WebTest Plugin 1.2 available for M1

2005-06-24 Thread Siegfried Goeschl
Hi Michael, you are right since the synchronization with ibiblio has not taken place yet :-) Try http://sourceforge.net/projects/maven-plugins/ to download the plugin directly Cheers, Siegfried Goeschl Michael Niemaz wrote: Can't find it ;-( Siegfried Goeschl wrote: The maven

Re: [ANN] Maven WebTest Plugin 1.2 available for M1

2005-06-24 Thread Siegfried Goeschl
http://maven-plugins.sourceforge.net/maven-webtest-plugin/index.html Michael Niemaz wrote: But before download, I'd like to know more about it ;-) Siegfried Goeschl wrote: Hi Michael, you are right since the synchronization with ibiblio has not taken place yet :-) Try http

[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

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

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: 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: 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: [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: 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

  1   2   >