Problem with appassembler-maven-plugin

2009-05-14 Thread Karl Heinz Marbaise
: mvn appassembler:assemble So did i oversight something ? Wrong Configuration ? Does someone has a hint ? Many thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029

Re: Problem with appassembler-maven-plugin

2009-05-14 Thread Karl Heinz Marbaise
Hi, sorry missed to add the pom.xml file. Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen

Re: Building the same M2 project on different branches with Continuous Integration

2009-04-24 Thread Karl Heinz Marbaise
Hi, may be you can use a buildnumber e.g. (buildnumber plugin) so you have different numbers in the name Or you have to change the versions for the different branches, cause they are different...(e.g. verisons-plugin)... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung

sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de

Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
the error message is giving me such a hint... But thanks for you response... Kind regards Karl Heinz Marbaise -ketil On Thu, Apr 23, 2009 at 10:47 AM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi there, I have a large multi module project which is working well. Now i'm trying to enhance

Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
Hi, And table is a reserved word in sql, so you should insert your real table name there. Yes of course i know...in the real example here i have a real table name, but i don't want to write real names in the post into the mailing list... Kind regards Karl Heinz Marbaise -ketil On Thu, Apr

Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
simplified the thing more and using the following: sqlCommandSELECT sysdate from dual;/sqlCommand and got the same result... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029

Re: sql-maven-plugin execution problem with Integration-test

2009-04-23 Thread Karl Heinz Marbaise
on the stack trace...;-( Many thanks for the help... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen

Re: JavaEE 6 dependencies

2009-04-13 Thread Karl Heinz Marbaise
it in real worlde.g. Axis2 or CXF as implementation... http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2/ Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029

Multimodule Project and a configuration file for a plugin

2009-04-11 Thread Karl Heinz Marbaise
into every submodule... So does someone has a better solution or a hint to improve this ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Re: Multimodule Project and a configuration file for a plugin

2009-04-11 Thread Karl Heinz Marbaise
seemed not be valid in the POM nor in the profiles.xml file... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146

Re: [ANN] Maven 2.1.0 Released

2009-04-03 Thread Karl Heinz Marbaise
something or am i'm doing things wrong ? In MVN 2.1 is the settings.xml of the user not read ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Maven Release release:prepare / perform etc.

2009-03-30 Thread Karl Heinz Marbaise
-1.0.0.pom from a repository but that can't be cause that artifact is exactly what is currently buildin Version 1.0.0 ? So can someone give me hint what I'm doing wrong ? Or do i understand something wrong ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49

Re: Maven Release release:prepare / perform etc.

2009-03-30 Thread Karl Heinz Marbaise
=clean install The release:prepare normally only does a packaging, so the install step never happens. It really should find the artifact in the reactor, but it doesn't. So, you have to install it. Good luck, Dave Karl Heinz Marbaise wrote: Hi there, i have a project which is building etc

Re: Maven Release release:prepare / perform etc.

2009-03-30 Thread Karl Heinz Marbaise
be install ... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de

Re: Maven Release release:prepare / perform etc.

2009-03-30 Thread Karl Heinz Marbaise
be install ... If i had written -DpreparationGoals correct than it had worked... Thanks for your help Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Multi Module Setup

2009-03-24 Thread Karl Heinz Marbaise
use as a version for the modules version${parent.version}/version instead of writing it explicit there...(not in the parent declaration). Does anybody has a hint ? Thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893

Re: Multi Module Setup

2009-03-24 Thread Karl Heinz Marbaise
}/version I just removed the version entries That's what the problem solved... Many thanks... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Karl Heinz Marbaise
this change ? May be i oversight things ? The full pom ist available from here: http://www.supose.org/repositories/entry/supose/trunk/pom.xml Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Karl Heinz Marbaise
a warning about an non activated profile and about not configured copying encoding (build is platform dependent) But based on the above changes the build is working under MVN 2.1 and MVN 2.0.9... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49

Re: [ANN] Maven 2.1.0 Released

2009-03-22 Thread Karl Heinz Marbaise
of changes BTW: I'm willing to help in any way i can...testing...writing docs/update docs.. etc. just drop an email to me Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029

maven-changes-plugin: issueLinkTemplatePerSystem

2009-02-08 Thread Karl Heinz Marbaise
Thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http

maven-changes-plugin: issueLinkTemplatePerSystem

2009-02-08 Thread Karl Heinz Marbaise
Thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http

Re: Maven Assemblies

2009-01-29 Thread Karl Heinz Marbaise
#descriptorRefs Or in Maven: The definitive Guid at section Predefined Assembly Descriptors...you can see things linke bin are referenced... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029

Re: Maven Assemblies

2009-01-28 Thread Karl Heinz Marbaise
Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de

Maven deploy snapshots / Removed unused artifacts

2008-12-31 Thread Karl Heinz Marbaise
..9) So my question is: Does exist an Maven based mechanism to delete the not used artifacts (build number 1..9) ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse

Re: [ANN] GWT maven plugin released

2008-11-22 Thread Karl Heinz Marbaise
Hi Nicolas, just taken a short look on your page... http://mojo.codehaus.org/gwt-maven-plugin/ and figured out the link to the GWT side is not correct, cause it contains http://http://code.google.com/webtoolkit/; (the doubled http://) Kind regards Karl Heinz Marbaise

Re: AW: Assembly with Multi Module Project

2008-11-04 Thread Karl Heinz Marbaise
Hi there inheritance? Root is parent of M3! Yes Root is parent of M3 Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579

Assembly with Multi Module Project

2008-11-03 Thread Karl Heinz Marbaise
within M3 than the assemblies of M3 will be created too, but the filters will be replaced in contradiction to the above case... So does someone has an idea or a hint ? Thanks in advance... Kind Regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893

Re: Multi module Setup / release:prepare

2008-10-01 Thread Karl Heinz Marbaise
the output for selected for runtime and from the repository. This might lead you on the right track. Hm...I will try and see Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse

Multi module Setup / release:prepare

2008-09-29 Thread Karl Heinz Marbaise
Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de

Re: clean won't delete stuff that isn't in ./target

2008-09-17 Thread Karl Heinz Marbaise
Hi there, you can simply use: configuration filesetdirectoryC:/some/other/dir/deleteme/directory/fileset /configuration Nothing more... And as mentioned...absolute directories are a very bad idea... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0

Super POM PlugIn Configuration / Multimodule Setup

2008-09-17 Thread Karl Heinz Marbaise
this: ${basedir}/../config-files to have only a single set of configuration files for the plugin Does exist there an more elegant way to do this ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ

Multi Module Packaging

2008-09-17 Thread Karl Heinz Marbaise
a stand-alone sub-module and create usual artifacts... Does anybody has a good hint for this kind of problem ? Thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029

Re: Maven and Configuration packages

2008-09-16 Thread Karl Heinz Marbaise
the advantage is ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http

Creating a jar/zip with dependencies

2008-09-08 Thread Karl Heinz Marbaise
of the Classes in Module A without any dependencies I would like to create that zip/jar as a result of the package (for delivery) Does someone has an idea or a hint about that ? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing

Re: Creating a jar/zip with dependencies

2008-09-08 Thread Karl Heinz Marbaise
into the documentation of the assembly plugin and found what i need: http://maven.apache.org/plugin/maven-assembly-plugin/descriptor-refs.html There i found the jar-with-dependencies and changed this a little bit and got exactly what i tried to Many thanks. Kind regards Karl Heinz Marbaise

Re: Maven documentation

2008-09-08 Thread Karl Heinz Marbaise
and used to create an online documentation with the same contents as the resulted book Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr

Re: Creating Delivery Package

2008-09-08 Thread Karl Heinz Marbaise
Now i have a working Tomcat 6.0.18 which includes my project.war fileso it simplyfies the installation process to: Just unzip this file, goto bin directory and startup.bat/startup.sh That's it... Thanks so much for this tip Kind Regards Karl Heinz Marbaise -- SoftwareEntwicklung

Re: Creating Delivery Package

2008-09-08 Thread Karl Heinz Marbaise
proof read this...and give me some feedback to improve that documentation Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr

Re: site:deploy / hibernate3:hbm2doc

2008-08-30 Thread Karl Heinz Marbaise
it will also deploy the created docs of hbm2doc Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen

site:deploy / hibernate3:hbm2doc

2008-08-26 Thread Karl Heinz Marbaise
hints? Thanks in advance... Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http

Re: Maven 2 / Web-Services (Axis2)

2008-06-16 Thread Karl Heinz Marbaise
But currently i'm struggling with the Axis2 service archive which will not be deployed to the Tomcat (in this case) and i have found no way to deploy to the stand-alone server of Axis2 May be i find a way Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49

Re: Axis2 and Maven2

2008-06-02 Thread Karl Heinz Marbaise
Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen http://www.soebes.de

Axis2 and Maven2

2008-05-28 Thread Karl Heinz Marbaise
.java2wsdl.Java2WSDLMojo.execute(Java2WSDLMojo.java:146) So my question is: Does someone has a running POM with Axis2 (1.4) ...running ? Or does someone here has a suggestions? Thanks in advance. Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH

buildNumber in JavaDoc and in Site

2008-02-22 Thread Karl Heinz Marbaise
buildNumber in there ? Does exist an solution for this? Thanks in advance... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579

[m2] Differences development / Deployment

2008-02-04 Thread Karl Heinz Marbaise
(LAN) issueManagement systemTracking/system urlhttp://svn.traveler/supose//url /issueManagement Does there exist a good way to handle such kind of situation ? Thanks in advance for your help Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405

Re: maven-changes-plugin / Problem

2008-01-10 Thread Karl Heinz Marbaise
in the changes report now a correctly linked... Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177 USt.IdNr: DE191347579 52146 Würselen

maven-changes-plugin / Problem

2008-01-09 Thread Karl Heinz Marbaise
/issueManagement The resulted changes list will be correct but without working links to the ticket system So now i'm a little bit frustrated, cause i can't get it to run correctly Does someone out there has a little hint? Thanks in advance. Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung

Re: [M2] hibernate doclet errors in build due to annotations in code.

2007-03-04 Thread Karl Heinz Marbaise
-X compile that you are using the right compiler version ? Kind regards. Karl Heinz Marbaise -- SoftwareEntwicklung Beratung Schulunghttp://www.soebes.de Dipl.Ing.(FH) Karl Heinz Marbaiseemail: [EMAIL PROTECTED] Tel.: +49 (0) 2405 / 415 893 ICQ#: 135949029

<    4   5   6   7   8   9