1 Reply Latest reply on Aug 14, 2005 8:22 PM by anupama24

    Compiling EJBs 3.0

    anupama24

      I usually include all the libs in jboss home and server//lib
      this is a little out of date...but, gives you the idea.
















        • 1. Re: Compiling EJBs 3.0
          anupama24

          For some reason the xml didn't show up in the previous post...this is from my build.xml

          <path id="compile.classpath">
           <fileset dir="${jboss.home}/lib">
           <include name="**/*.jar" />
           </fileset>
           <fileset dir="${jboss.home}/server/all/lib">
           <include name="**/*.jar" />
           </fileset>
           <fileset dir="${jboss.home}/server/all/deploy/ejb3.deployer">
           <include name="*.jar" />
           </fileset>
           <fileset dir="${jboss.home}/server/all/deploy/jboss-aop-jdk50.deployer">
           <include name="*.jar" />
           </fileset>
           <pathelement location="${ejb.build.dir}" />
           </path>