Hi, I am trying to make an ant script for an EJB project. I am using Jboss for this. I am new to both EJB and Ant and am having problems in getting the beans to compile from ant. It gives me number of errors of the kind package javax.persistence does not exist @MappedSuperclass - Cannot find symbol
I created it as an eclipse project initially, and added the jboss runtime through eclipse. Do I need to copy all the jars in a lib folder and include them in the classpath for the beans to compile or is there a better way to do this?