Re: Maven plugin for WebSphere 6.x

2007-07-25 Thread David J. M. Karlsen
the application using cargo. http://www.davidkarlsen.com/maven-was-plugin/ can be used for generating stub (e.g. run rmic). -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: unbind?

2006-07-19 Thread David J. M. Karlsen
Jon SlinnHawkins wrote: HI, Is it possible to explicitly unbind a plugin form a phase. i.e. i want to tell a plugin not to execute for a specific phase Thanks Doesn't it work if you bind it to a specific phase with the phase element under execution? -- David J. M. Karlsen - +47 90 68 22

[m2] Strange manifest.mf behaviour with maven-war-plugin

2006-07-21 Thread David J. M. Karlsen
to Felix via web-gui Implementation-Title: dnbnorapi-war Implementation-Version: 1.0-SNAPSHOT buildNumber: 44 Notice the missing classpath entry. Thus starting the war fails due to the missing classpath. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3

[m2] add resources to surefire execution

2006-07-26 Thread David J. M. Karlsen
of resources to place the resources in target/test-resources with the targetPath element. But now I have to add this directory to the classpath while executing tests - but the classpath list for surefire is readonly. Any tricks to get around this? -- David J. M. Karlsen - +47 90 68 22 43

Re: [m2] variable for ${basedir}/target ?

2006-07-26 Thread David J. M. Karlsen
/targetPath instead of a complete path -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: test-classes in War

2006-07-31 Thread David J. M. Karlsen
). I do the first, and package this in a war which uses JunitEE to run the tests and display the results. David -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe

Re: test-classes in War

2006-08-01 Thread David J. M. Karlsen
at this point. If you're totally stuck I would recommend splitting it up into two artifacts. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Surefire plugin

2006-08-02 Thread David J. M. Karlsen
nasty issues which should be resolved: -duplicate report-entries -resources not included properly when forking -ability to extend classpath Bug-squashing party soon? :-) -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: How do I add a directory to the classpath visible to a Maven plugin?

2006-08-02 Thread David J. M. Karlsen
. You could add it as a resource, but you may not want it to end in the jar archive, see http://www.nabble.com/-discussion-idea--resource-scoping-tf2042404.html where I reference an extension to the surefire plugin. (Just realised the patch isn't right, so I'll fix that tomorrow.) -- David J. M

Re: resource file overriding/excluding for unit testing

2006-08-03 Thread David J. M. Karlsen
in target/test-classes, which is the one I'd like to use during unit testing. I could not find a way to skip this recource file copying during test phase. Any advice? Thanks, See: http://jira.codehaus.org/browse/MSUREFIRE-153 -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com

Re: How do I add a directory to the classpath visible to a Maven plugin?

2006-08-03 Thread David J. M. Karlsen
/ ? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: m2 WebSphere EJB / EAR Build and Deployment

2006-08-07 Thread David J. M. Karlsen
. There's still no finished cargo plugin - but I think there's been done some work on it - check cargo-JIRA for latest news. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: eclipse maven 2 plugin

2006-08-10 Thread David J. M. Karlsen
the mail bounce, if you try to contact the list maintainer - it will bounce Same with svn repos listed at the site - the most of them does not exist... -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: websphere configuration for xdoclet in maven build?

2006-08-21 Thread David J. M. Karlsen
-- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Xdoclet-user] XDoclet plugin.... problem generating wsdl for ejbwebservice

2006-08-31 Thread David J. M. Karlsen
or: xdoclet.modules.ejb.dd.EjbDotXmlSubTask and xdoclet.modules.wsee.WebServices XmlSubTask see http://jira.codehaus.org/browse/MOJO-223 and vote :-) -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: XDoclet plugin.... problem generating wsdl for ejb webservice

2006-08-31 Thread David J. M. Karlsen
or: xdoclet.modules.ejb.dd.EjbDotXmlSubTask and xdoclet.modules.wsee.WebServices XmlSubTask Known bugs in xdoclet-plugin and/or xdoclet, see http://jira.codehaus.org/browse/MOJO-223 and vote :-) -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: Why is maven2 running all the unit tests twice ?

2006-08-31 Thread David J. M. Karlsen
to http://jira.codehaus.org/browse/MSUREFIREREP-6 and possible corbertura as well. Please vote! :-) -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL

Re: Maven2 jbossnet xdoclet

2006-08-31 Thread David J. M. Karlsen
? The one I referenced above breaks multiproject builds - which is a major hassle. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Maven2 versus JAXB

2006-09-20 Thread David J. M. Karlsen
chrisnc skrev: It fails on the following dependency: Missing: -- 1) javax.xml:jsr173:jar:1.0 Try downloading the file manually from: http://ftpna2.bea.com/pub/downloads/jsr173.jar Then, install it using the command: mvn install:install-file -DgroupId=javax.xml

Re: Maven2 versus JAXB

2006-09-20 Thread David J. M. Karlsen
Wayne Fay skrev: IANAL, but I believe the issue with the license is the non-transferable aspect of this license, along with the fact that this license is only granted upon acceptance of their click-shrinkwrap. Since Maven cannot enforce this (does not force users to click ACCEPT prior to

[m2] release-plugin - ignore snapshot versions

2006-10-12 Thread David J. M. Karlsen
Is there any way to let the releaseplugin to ignore the fact that I'm using snapshot versions of plugins. It's very nice that it checks, but I could still use the plugin to change poms, do svn tagging and so on. David -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http

Re: can't remove project

2006-10-19 Thread David J. M. Karlsen
.] -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: Maven 2.0 deploy to IBM WAS 5

2006-10-19 Thread David J. M. Karlsen
. I also made one (before the codehaus thingy): http://www.davidkarlsen.com/maven-was-plugin/ but it only generates stubs and ties, and probably won't be very maintained now as there are others (more promising ones) around. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com

Re: changelog-maven-plugin and scm error

2006-10-24 Thread David J. M. Karlsen
with http://people.apache.org/repo/m2-snapshot-repository, or do I need to be looking for the plugin somewhere else? The site is down for maintaince: http://planetapache.org/ Apache stuff down at weekend -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: Preventing sub-dependencies from being included in an EAR

2006-10-26 Thread David J. M. Karlsen
Alexander Sack wrote: Because I'm using some of the Apache commons libraries, Maven2 is including some of their sub dependencies such as commons-logging which breaks my EAR. Is there a way to prevent this? Yes - declare it with scope provided. -- David J. M. Karlsen - +47 90 68 22 43 http

Re: Preventing sub-dependencies from being included in an EAR

2006-10-26 Thread David J. M. Karlsen
(a plain JDK) did not provide this, so I turned it around, making them compile scoped (which, really, is the correct) - and making them optional in the ear. Wonder how long big fat $$ non-agile containers will live :-) -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http

[Fwd: Re: can't delete project from continuum, foreign key violation]

2006-10-26 Thread David J. M. Karlsen
Forwarding this to the list as it did the trick for me! -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com ---BeginMessage--- You can try to delete all build definitions from your project first, than you delete your project. Emmanuel [EMAIL

Problem with snapshot of org.apache.maven.plugins:maven-dependency-plugin

2006-10-27 Thread David J. M. Karlsen
] since the updates which we're snapshot-released yesterday. So I went back to codehaus's 1.0. Maybe something to check out before the final release. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: SV: Eclipse knows resources dir?

2006-11-02 Thread David J. M. Karlsen
). But you have gave me very clue, and I set src/main/resources as src folder. Then the trouble disappeared. a cup of Java, cheers! Sha Jiang If you use the eclipse-plugin ( http://maven.apache.org/plugins/maven-eclipse-plugin/ ) this will be done automatically. -- David J. M. Karlsen - +47 90 68

[m2] Transitive war-dependencies not included in ear

2006-11-15 Thread David J. M. Karlsen
/dependency but i just discovered that dependencies in the .war are not included in the ear. Is this intended behaviour (if so - why?) or a bug? Transitive dependencies are included for the .ejb aritifacts in the same ear. David -- David J. M. Karlsen - +47 90 68 22 43 http

Re: debian start up

2006-11-22 Thread David J. M. Karlsen
at all. Has anyone had any issues with the server start process? Is JAVA_HOME available as a variable when the script tries to start continuum? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

What happened with java.net's m2 repo?

2006-11-22 Thread David J. M. Karlsen
https://maven2-repository.dev.java.net/ states to use https://maven2-repository.dev.java.net/nonav/repository as url for their maven2 repo - but this fails (404). Anybody got any news on this? David -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3

Re: What happened with java.net's m2 repo?

2006-11-22 Thread David J. M. Karlsen
(settings.xml or pom.xml) not for use in a browser. If you want ot browse the repo, please use https://maven2-repository.dev.java.net/svn/maven2-repository/trunk/www/repository/if -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: junit4 support added

2007-01-07 Thread David J. M. Karlsen
$ David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Maven EAR Plugin 2.3 Released

2007-01-08 Thread David J. M. Karlsen
they are not (but the ejb itself is). Is this intended behaviour - or a regreression? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

javadoc plugin not java5 compatible?

2007-01-12 Thread David J. M. Karlsen
() ) ^ warning: as of release 1.4, 'assert' is a keyword, and may not be used as an identifier (try -source 1.4 or higher to use 'assert' as a keyword) assert( stringTokenizer.countTokens() % 2 == 0 ); Some pathnames are left out here on puropose. -- David J. M

Re: javadoc plugin not java5 compatible?

2007-01-13 Thread David J. M. Karlsen
Martin Gilday wrote: Have you got your compiler plugin set to 1.5 as well? Yes - it has source and target elements with 1.5 in them - and all compiles well, it's just the javadoc plugin failing during site-generation. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com

Re: javadoc plugin not java5 compatible?

2007-01-15 Thread David J. M. Karlsen
Jörg Schaible wrote: David J. M. Karlsen wrote on Friday, January 12, 2007 12:14 PM: Hi! I've declared my parent pom as follows: artifactIdmaven-javadoc-plugin/artifactId version2.2-SNAPSHOT/version !-- also tried latest release -- configuration encoding${encoding.default

Re: merging jars

2007-01-29 Thread David J. M. Karlsen
adingfelder wrote: I am successfully creating a jar for my project, but now need to merge the contents of another jar into my jar. What is the best way to do this? depending on the details of your usecase: minijar plugin (from codehaus' mojo) or assembly plugin (apache). -- David J. M

Re: Maven2 Surefire Aspectj LTW Spring Integration Tests Don't Work???

2007-02-09 Thread David J. M. Karlsen
forkModeonce/forkMode argLine-javaagent:${user.home}/.m2/repository/aspectj/aspectjweaver/1.5.3/aspectjweaver-1.5.3.jar/argLine or the more robust: argLine-javaagent:${localRepository}/aspectj/aspectjweaver/1.5.3/aspectjweaver-1.5.3.jar/argLine -- David J. M. Karlsen - +47 90 68 22 43 http

Re: [m2] Can't deploy site with maven 2.0.5

2007-02-21 Thread David J. M. Karlsen
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Add test resource outside of target/test-classes?

2007-02-25 Thread David J. M. Karlsen
/jbossconf instead of in target/test-classes/jbossconf but NOT on the classpath :( Any help would be much appreciated. http://jira.codehaus.org/browse/SUREFIRE-180 addresses this issue. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-02 Thread David J. M. Karlsen
://tools.hibernate.org). 2) Plugin documentation. The links on the front-page seem broken, f.ex. http://mojo.codehaus.org/maven-hibernate3/hibernate3-maven-plugin/hbm2cfgxml.html -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-06 Thread David J. M. Karlsen
Johann Reyes skrev: Hello David Thanks for the report, documentation has been fixed. Thanks - I'm using annotations, and call the goals goalhbm2hbmxml/goal goalhbm2cfgxml/goal Is there any way to prevent the plugin from trying to connect to the DB - as the annotations are source

Re: [ANN] Hibernate3 Maven Plugin 2.0-alpha-1 released

2007-03-07 Thread David J. M. Karlsen
goals goalhbm2doc/goal /goals /execution -- /executions /plugin -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

How to add a new project when it requires credentials

2007-03-15 Thread David J. M. Karlsen
Hi! I'm trying to add a new project (from svn) to continuum, but how can I specify the credentials (svn required authorization) in the initial add? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: IBM custom project

2008-01-16 Thread David J. M. Karlsen
script for it and then launching ws_ant). I'll make you a zip or try to get it exported to an external repo if you want to give it a try. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: M2 Cargo Plugin

2008-01-17 Thread David J. M. Karlsen
a new commiter working on this. David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IBM custom project

2008-01-17 Thread David J. M. Karlsen
about this. What issues have you run into? David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EJB WebSphere dependencies

2008-01-22 Thread David J. M. Karlsen
launching ws_ant.bat/sh instead - it adds the container stuff to the classpath while generating stubs. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL

Re: can maven site skip the process of generating the javadoc

2007-03-28 Thread David J. M. Karlsen
Sean Qiu wrote: Hi, all i want get the test result but the process of generating javadoc is time-consuming. I stuff it into a profile triggered by the property performRelease -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: Creating WebSphere Specific Config Files

2007-05-09 Thread David J. M. Karlsen
Bala Rajamani skrev: Hello, I would like to create WebSphere specific application.xml and related ibm-application-bnd.xmi and MANIFEST.MF files. How do I this achieve this with maven? The IBM specific deploymentfiles (sigh) can be generated by the xdoclet plugin, sadly xdoclet does not

Re: Jar mojo. Adding a classes folder to the produced jar file

2007-05-25 Thread David J. M. Karlsen
-tasks. Please open a JIRA feature request to be able to add several directories. Build-helper-plugin might help you if it applies for your use-case: http://mojo.codehaus.org/build-helper-maven-plugin/howto.html -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3

Re: Generate DDL with Maven2, Spring2 and Hibernate3

2007-07-04 Thread David J. M. Karlsen
get the hibernate3 plugin to use my configuration? unfortunately you have to configure it twice - or refactor out your settings to hibernate.cfg.xml and point the spring configured localsession... to it. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3

Re: PROBLEM SOLVED : Line too long error when I try to fork the compiler for jdk1.3

2006-04-08 Thread David J. M. Karlsen
Sanjay Choudhary skrev: Finally I was able to resolve this issue On DOS if number of source files or classpath entries are too many we get an error Line too Long and this breaks compiling using jdk1.3 using fork. To shorten the options and source files to javac command we can use javac

Snapshots never enabled!?

2006-04-10 Thread David J. M. Karlsen
] Skipping disabled repository apache.snapshots using mvn 2.0.3 why so? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Best approach to deploy in websphere app server

2006-04-17 Thread David J. M. Karlsen
server. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven integration with WAS5

2006-04-17 Thread David J. M. Karlsen
) to a destination server. -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Best approach to deploy in websphere app server

2006-04-17 Thread David J. M. Karlsen
Vijay Shanker skrev: Thanks Sanjay and John. I will try to follow as you suggested. One suggestion, I got, to use jboss:harddeploy. I've created a plugin for generation of stub's: http://www.davidkarlsen.com/maven-was-plugin/ Though, it does not [yet] deploy to a destination server.

Re: Best approach to deploy in websphere app server

2006-04-18 Thread David J. M. Karlsen
deploying it - I'll check it out this evening and post back when it's OK. Sorry for the inconvinience. Dave -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail

Re: Best approach to deploy in websphere app server

2006-04-18 Thread David J. M. Karlsen
in my machine. Could you please chack if this URL is correct? I have started working on writing plugin but if you have already done it then I can use that. Thanks, vijay From: David J. M. Karlsen [mailto:[EMAIL PROTECTED] Sent: Mon 4/17/2006 11:25 AM To: Maven

Re: Maven integration with WAS5

2006-04-18 Thread David J. M. Karlsen
Lee Meador wrote: That link doesn't work on my computer. Fixed - I ran into some trouble and had to withdraw it - it's OK now: site: http://www.davidkarlsen.com/maven-was-plugin repo: http://www.davidkarlsen.com/m2 -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http

Re: Problem with surefire report plugin

2006-04-26 Thread David J. M. Karlsen
. If as many as possible could vote on this issue, it might be fixed... -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Execution order of plugins

2006-04-27 Thread David J. M. Karlsen
or what? It's fairly important to do this, so that I can unjar and jar stuff from other plugins befor handing over the result to the next plugin. If this is a known bug - where is it registered? (eg. JIRA url). Using maven 2.0.4 David -- David J. M. Karlsen - +47 90 68 22 43 http

Re: M2 - EAR deployment

2006-05-02 Thread David J. M. Karlsen
phaseprocess-classes/phase /execution /executions /plugin -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: M2 - EAR deployment

2006-05-03 Thread David J. M. Karlsen
/maven-was-plugin-1.0-20060418.100451-1.pom -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[mojo] axistools java2wsdl example?

2006-05-07 Thread David J. M. Karlsen
Anybody have an example of plugin config for the java2wsdl goal? -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [m2] umlGraph

2006-05-12 Thread David J. M. Karlsen
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- David J. M. Karlsen - +47 90 68 22 43 http://www.davidkarlsen.com http://mp3.davidkarlsen.com

Re: Managing WebSphere with Maven

2008-03-20 Thread David J. M. Karlsen
Thomas Tardy skrev: Hi all, can anybody give me some information about managing WebSphere with Maven. We are using WebSphere 6.1. Does anybody have some useful links? Is there a maven plugin? Try http://mojo.codehaus.org/was6-maven-plugin - it's about to be released very soon.

[ANN] was6-maven-plugin 1.0-alpha-1 release

2008-03-20 Thread David J. M. Karlsen
Hi folks! The was6-maven-plugin has just graduated, and released as version 1.0-alpha-1. The plugin can be used to start and stop websphere 6.1 containers (ND or standalone installations) and applications, generate WAS specific bindings, generate EJB deployment code (stubs), and run

[ANNOUNCEMENT] - WAS6 Maven Plugin 1.0-alpha-2 released

2008-05-06 Thread David J. M. Karlsen
The WAS6 Maven Plugin team is pleased to announce the was6-maven-plugin-1.0-alpha-2 release! Tools for working with IBM WebSphere 6.1.x. This plugin works along with an installation of WebSphere Application server (standalone or ND), to provide automated tasks for: generating RMIC stubs,

Re: RAD7 Support

2008-05-27 Thread David J. M. Karlsen
Hendlmeier Georg (extern) skrev: Hi all, is there currently any RAD7 support in maven-eclipse-plugin? As far as i tested, RAD7 does not recognize e.g. ear project etc. and is not able to deploy to WAS. Is there something wrong or something in the pipe or something else? ;) Thanks in advance,

Re: How can I specify manifest in was6-maven-plugin ejb:ejb???

2008-08-05 Thread David J. M. Karlsen
sairndain skrev: Hi QUESTION: How can I specify manifest in was6-maven-plugin ejb:ejb??? I need to include two(2) jars in the manifest. Although I place my custom MANIFEST.MF file in the ejb project's src/main/resources/META-INF directory, it does not get used by the was6-maven-plugin.

Re: [POLL] Default Value for Reports Output Encoding

2008-08-06 Thread David J. M. Karlsen
Hervé BOUTEMY skrev: [b] Use source files encoding - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANNOUNCEMENT] - SQLJ Maven Plugin 1.0 released

2008-11-20 Thread David J. M. Karlsen
The SQLJ Maven Plugin team is pleased to announce the sqlj-maven-plugin-1.0 release! A wrapper around the sqlj.tools.Sqlj SQLJ generator. Changes in this version include: Fixed Bugs: o Mkdir when generating sources does not create parent directories. Issue: MSQLJ-1. Changes: o Add support

[ANNOUNCEMENT] - Maven Axis Tools Plugin 1.2 released

2008-12-07 Thread David J. M. Karlsen
The Maven Axis Tools Plugin team is pleased to announce the axistools-maven-plugin-1.2 release! This plugin supports the wsdl2java and java2wsdl tools from the Apache Axis (1) project. Changes in this version include: Fixed Bugs: o nsInclude and nsExclude only works for a single namespace

[ANNOUNCEMENT] - AspectJ compiler Maven Plugin 1.1 released

2008-12-07 Thread David J. M. Karlsen
The AspectJ compiler Maven Plugin team is pleased to announce the aspectj-maven-plugin-1.1 release! Handles AspectJ usage within maven. Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and

[ANNOUNCEMENT] - SQLJ Maven Plugin 1.1 released

2008-12-21 Thread David J. M. Karlsen
The SQLJ Maven Plugin team is pleased to announce the sqlj-maven-plugin-1.1 release! A wrapper around the sqlj.tools.Sqlj SQLJ generator. Changes in this version include: Fixed Bugs: o Cannot handle 1 SQLJ file in a directory Issue: MSQLJ-3. For a manual installation, you can download

[ANNOUNCEMENT] - Taglist Maven Plugin 2.3 released

2008-12-26 Thread David J. M. Karlsen
The Taglist Maven Plugin team is pleased to announce the taglist-maven-plugin-2.3 release! Produce a tag list report. Changes in this version include: New features: o Taglist should output xml files in order to be consumed by other plugins e.g. the dashboard plugin Issue: MTAGLIST-30.

[ANNOUNCEMENT] - Maven XML Beans Plugin 2.3.2 released

2008-12-26 Thread David J. M. Karlsen
The Maven XML Beans Plugin team is pleased to announce the xmlbeans-maven-plugin-2.3.2 release! Runs the xmlbeans parser/code generator against schemas in files and dependent jars. Changes in this version include: New features: o Support XMLBeans 2.4.0 Issue: MXMLBEANS-48. Fixed Bugs: o

Re: Anone using the rpm-maven-plugin successfully?

2009-01-17 Thread David J, M. Karlsen
Okken,Brett wrote: I have logged several issues with this plugin[1,2,3] and provided patches. With the patch, I was able to generate an rpm as an artifact with little difficulty. [1] - http://jira.codehaus.org/browse/MOJO-1249 [2] - http://jira.codehaus.org/browse/MOJO-1250 [3] -

[ANNOUNCEMENT] - Maven Axis Tools Plugin 1.3 released

2009-01-21 Thread David J. M. Karlsen
The Maven Axis Tools Plugin team is pleased to announce the axistools-maven-plugin-1.3 release! This plugin supports the wsdl2java and java2wsdl tools from the Apache Axis (1) project. Changes in this version include: Fixed Bugs: o subPackageByFileName creates classes with a

[ANNOUNCEMENT] - Hibernate 3 Maven 2 Integration 2.2 released

2009-01-21 Thread David J. M. Karlsen
The Hibernate 3 Maven 2 Integration team is pleased to announce the maven-hibernate3-2.2 release! Hibernate 3 Maven 2 Integration. Changes in this version include: Fixed Bugs: o slf4j exception on build Issue: MHIBERNATE-88. o Generated sources not compiling Issue: MHIBERNATE-86. o

[ANNOUNCEMENT] - Maven Hibernate3 API 2.2 released

2009-01-21 Thread David J. M. Karlsen
The Maven Hibernate3 API team is pleased to announce the maven-hibernate3-api-2.2 release! Hibernate 3 Maven 2 Integration. Changes in this version include: Fixed Bugs: o slf4j exception on build Issue: MHIBERNATE-88. o Generated sources not compiling Issue: MHIBERNATE-86. o

[ANNOUNCEMENT] - Maven Hibernate3 Components 2.2 released

2009-01-21 Thread David J. M. Karlsen
The Maven Hibernate3 Components team is pleased to announce the maven-hibernate3-components-2.2 release! Hibernate 3 Maven 2 Integration. Changes in this version include: Fixed Bugs: o slf4j exception on build Issue: MHIBERNATE-88. o Generated sources not compiling Issue: MHIBERNATE-86. o

[ANNOUNCEMENT] - Maven Hibernate3 Implementation - JDK14 2.2 released

2009-01-21 Thread David J. M. Karlsen
The Maven Hibernate3 Implementation - JDK14 team is pleased to announce the maven-hibernate3-jdk14-2.2 release! Hibernate 3 Maven 2 Integration. Changes in this version include: Fixed Bugs: o slf4j exception on build Issue: MHIBERNATE-88. o Generated sources not compiling Issue:

[ANNOUNCEMENT] - Maven Hibernate3 Implementation - JDK15 2.2 released

2009-01-21 Thread David J. M. Karlsen
The Maven Hibernate3 Implementation - JDK15 team is pleased to announce the maven-hibernate3-jdk15-2.2 release! Hibernate 3 Maven 2 Integration. Changes in this version include: Fixed Bugs: o slf4j exception on build Issue: MHIBERNATE-88. o Generated sources not compiling Issue:

[ANNOUNCEMENT] - Hibernate3 Maven Plugin 2.2 released

2009-01-21 Thread David J. M. Karlsen
The Hibernate3 Maven Plugin team is pleased to announce the hibernate3-maven-plugin-2.2 release! Maven plugin based on the hibernate-tools project. Changes in this version include: Fixed Bugs: o slf4j exception on build Issue: MHIBERNATE-88. o Generated sources not compiling Issue:

[ANNOUNCEMENT] - WAS6 Maven Plugin 1.1 released

2009-01-26 Thread David J. M. Karlsen
The WAS6 Maven Plugin team is pleased to announce the was6-maven-plugin-1.1 release! Tools for working with IBM WebSphere 6.0.x and 6.1.x. This plugin works along with an installation of WebSphere Application Server or Process Server - standalone or ND installation, to provide automated

[ANNOUNCEMENT] - Taglist Maven Plugin 2.4 released

2009-09-04 Thread David J. M. Karlsen
The Taglist Maven Plugin team is pleased to announce the taglist-maven-plugin-2.4 release! Produce a tag list report. Changes in this version include: New features: o either support ignoring of casing for tags or implement tag-classes (clusters) Issue: MTAGLIST-15. Fixed Bugs: o XML report

[ANNOUNCEMENT] - Maven XML Beans Plugin 2.3.3 released

2009-09-21 Thread David J. M. Karlsen
The Maven XML Beans Plugin team is pleased to announce the xmlbeans-maven-plugin-2.3.3 release! Runs the xmlbeans parser/code generator against schemas in files and dependent jars. Changes in this version include: Fixed Bugs: o Use a Resource instead of copying generated binary goo Issue:

[ANNOUNCEMENT] - WAS6 Maven Plugin 1.1.1 released

2009-10-11 Thread David J. M. Karlsen
The WAS6 Maven Plugin team is pleased to announce the was6-maven-plugin-1.1.1 release! Tools for working with IBM WebSphere 6.0.x and 6.1.x. This plugin works along with an installation of WebSphere Application Server or Process Server - standalone or ND installation, to provide

[ANNOUNCEMENT] - WAS6 Maven Plugin 1.1.1 released

2009-10-11 Thread David J. M. Karlsen
The WAS6 Maven Plugin team is pleased to announce the was6-maven-plugin-1.1.1 release! Tools for working with IBM WebSphere 6.0.x and 6.1.x. This plugin works along with an installation of WebSphere Application Server or Process Server - standalone or ND installation, to provide

[ANN] Signatures of Java Runtimes for use with Animal Sniffer released

2009-11-22 Thread David J. M. Karlsen
The Mojo team is pleased to announce the release of a number of signatures of various versions of the Java Runtime for use with the Animal Sniffer set of utilities. The following signatures have been released: Generic Signatures (only includes public API classes) * Java 1.3

[ANN] Signatures of Java Runtimes for use with Animal Sniffer released

2009-11-25 Thread David J. M. Karlsen
The Mojo team is pleased to announce the release of a number of signatures of various versions of the Java Runtime for use with the Animal Sniffer set of utilities. The following signatures have been released: Generic Signatures (only includes public API classes) * Java 1.2

[ANNOUNCEMENT] - AspectJ compiler Maven Plugin 1.3 released

2010-01-06 Thread David J. M. Karlsen
The AspectJ compiler Maven Plugin team is pleased to announce the aspectj-maven-plugin-1.3 release! Handles AspectJ usage within maven. Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and