Re: Problem building GWT with JPA annotations using Ant

2009-01-09 Thread noon
Hi, You have got a Java compiler error, so I think you should include hibernate-annotations.jar in ant comipler classpath (hibernate4gwt just provide annotation emulation for GWT). Regards Bruno On 7 jan, 18:26, tophtfc wrote: > Hi, > > My application builds and works fine in hosted mode, but

Re: Problem building GWT with JPA annotations using Ant

2009-01-09 Thread Martin
check out http://toools.org ... we are using JPA there with netbeans ... which is basically ant ... cheers On Jan 7, 6:26 pm, tophtfc wrote: > Hi, > > My application builds and works fine in hosted mode, but I am having > trouble getting my application to compile using Ant. Im using GWT with >

Problem building GWT with JPA annotations using Ant

2009-01-07 Thread tophtfc
Hi, My application builds and works fine in hosted mode, but I am having trouble getting my application to compile using Ant. Im using GWT with hibernate4gwt and JPA annotations, so my gwt xml inherits the following: In my domain classes I have many JPA annotations e.g: import javax.persi