----- Original Message -----
From: Gordon Luk <[EMAIL PROTECTED]>
Date: Friday, June 14, 2002 10:46 am
Subject: Re: [Middlegen-user] [Error ][Middlegen Release] xdoclet 
problem.

> Hi Aslak,
> 
>      Attached xml as you wanted. Sure, my real one include 
> userid/passwd... :-)
> 

Looks like you forgot the attachment...

>      But problem again...  right now, i change to ant 
> 1.5.beta2... it 
> should work fine....  but i am using JBOSS.... not weblogic....   
> :-(
> 

Why the sad face?

The approach is to write a jboss.xml file (like the weblogic.xml file) 
that implements a target named postprocess-ejb-jar. This target doesn't 
have to do anything though, but this is typically where you'd invoke 
the EJB stubs generator for JBoss (if that exists) so that you can 
discover errors during build time rather than at deploy time. For 
starters, just use put this in middlegen/samples/config/ejb/jboss.xml:

   <target 
      name="postprocess-ejb-jar" 
      depends="ejb-jar" 
   >
      <!-- nuttin to do -->
   </target>

HTH,
Aslak

> Gordon
> 
> [EMAIL PROTECTED] wrote:
> 
> >Hard to say not having seen your build script. -But now that you 
> know 
> >how to get the CVS version running, maybe you could try with that?
> >
> >If you want to try to build the airline sample using PostgreSQL 
> you 
> >need to:
> >1) Add middlegen/samples/config/database/postgresql.xml
> >2) Update middlegen/samples/build.xml to include that instead
> >
> >There is already an SQL script for PostgreSQL.
> >
> >P.S. If you do this, please send me the postgresql.xml
> >
> >Aslak
> >
> >  
> >
> 
> 
> 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to