I have openejb-0.9.2 installed and was using it with tomcat. While attempting to build openejb-SNAPSHOT, the xbean errors were showing a path to the openejb-0.9.2 installation. When I exported OPENEJB_HOME ="openejb-SNAPSHOT working directory", the xbeans errors showed the path to the openejb-SNAPSHOT working directory, which I reckon must be what the maven build configuration intends.
So, although OpenEJB 2.0 may not require it, the build appears to be affected (in an unintended fashion) whenever OPENEJB_HOME is set to a directory other than the "openejb-SNAPSHOT working directory". This factoid may be worth noting on http://openejb.org/cvs.html. On 12/28/04, I received this from [EMAIL PROTECTED]: > listscribbler wrote: > >Using maven-1.0.2 eliminates the message: > >"Plugin 'maven-deploy-plugin' in project 'OpenEJB :: Builder' is not > >available". > >However, maven still fails as before. > > Well, I'm seeing the same error on a computer of mine whereas doing the > same on another computer doesn't pose the behaviour. I'm also not sure > if it is in OpenEJB or Apache Geronimo, but am certain it's something > pertaining to XMLBeans and schemas. > > Why did you set the OPENEJB_HOME variable? OpenEJB 2.0 doesn't require it. > > Jacek > > -- Mark [EMAIL PROTECTED]
