Re: Creating WebSphere Specific Config Files

2007-05-09 Thread Eric Helfrich
XDoclet works ok for Websphere 6.0. XDoclet 2 seems to be a no go with Websphere --at least for a while -- unless they have hidden the documentation really well. The ejbs and mdb's we built give us no trouble under WAS 6.0. XDoclet does have trouble with multi-module builds as it seems to us

Re: Maven dependency question

2006-11-15 Thread Eric Helfrich
I did it this way. The classpath gets generated with the jars for the war but no jar files get added to the lib directory org.apache.maven.plugins maven-war-plugin 2.0.1 ${basedir}/

Has anyone been able to get the java2wsdl plugin to work?

2006-11-17 Thread Eric Helfrich
If someone couuld include a pom fragment or pom where they got this plugin to work it would be *most* helplful. TIA Eric

Re: Has anyone been able to get the java2wsdl plugin to work?

2006-11-17 Thread Eric Helfrich
sorry - -stupid me -- the maven 2 axis 2 plugin. Serves me right for trying to get something real accomplished in an otherwise BS day On 11/17/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: On 11/17/06, Eric Helfrich <[EMAIL PROTECTED]> wrote: > If someone couuld include a

references to resources in parent project site

2006-12-15 Thread Eric Helfrich
How do I configure my site.vm file to create links to resources in the parent site? I don't want to copy these resources to each project.

Re: POM inheritance works but site inheritance does not

2006-12-15 Thread Eric Helfrich
Don't know if this helps any but here is how I worked around the links not working issue -- its ugly: maven-antrun-plugin pre-site

Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
Has anyone been able to get this to work correctly? Hibernate doclet and ejbdoclet do not work correctly -- ejb doclet generates all files in the generated sources directory of the first project it runs. Hibernate doclet does not seem to find the source files at all when run from a parent project

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
t gets added to all my modules anyways. Works fine even though it is strange... On 2/16/07, Eric Helfrich <[EMAIL PROTECTED]> wrote: > > Has anyone been able to get this to work correctly? Hibernate doclet > and ejbdoclet do not work correctly -- ejb doclet generates all fil

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
d that work? On 2/16/07, Eric Helfrich <[EMAIL PROTECTED]> wrote: > > that would work -- except I am pulling in a legacy build system here > and would rather not have to start moving code around at that level > > > On 2/16/07, Mick Knutson <[EMAIL PROTECTED]> wrote: &g

Re: Xdoclet plugin and multi module projects

2007-02-16 Thread Eric Helfrich
r the suggestion though. On 2/16/07, Mick Knutson <[EMAIL PROTECTED]> wrote: Why, the ejbs will be in the common-jar and they can be added the same way. On 2/16/07, Eric Helfrich <[EMAIL PROTECTED]> wrote: > > Yes it would work -- and is probably better from a resource point of view

Re: Xdoclet plugin and multi module projects

2007-02-17 Thread Eric Helfrich
Knutson <[EMAIL PROTECTED]> wrote: The suggestion was not as what is best, but rather what is possible right now as I have also encountered the same issue you where facing. Maybe XD2 fixes this? On 2/16/07, Eric Helfrich <[EMAIL PROTECTED]> wrote: > > I don't think that

Maven 2 compile and IBM javac

2007-02-22 Thread Eric Helfrich
I am getting the following error with maven 2 configured to use ibm 1.4. When I switch back to the sun jdk I get no error. Any ideas how I can get this to give me more info? Here is the relevant section of my pom: in properties c:/was6/java/bin/javac