On Thu, 2003-07-10 at 18:15, Patel, Rakesh wrote: > we have recently started using XDoclet and so upgraded to JDK1.4 at the same > time. > > However, one of our clients only uses JDK1.3. What is the easiest way to use > XDoclet under 1.4 yet compile under 1.3? > > I was about to install 1.3 and use it in the Ant compile target but hought I > should ask what others have done.
Is the target parameter for Ant's javac task any help? I've used that in the past to run xdoclet and compile under 1.4, but produce 1.2-compatible classes (otherwise I was getting "incompatible class version" errors from the app server, as it only supported 1.1 & 1.2). Andrew. ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
