Let's say that I have two targets in my "build.xml" file, abc.jar and
xyz.jar. The relationship between .jar files as below;


                                foo.java --> test.class 
(On the server side) target1                            --------->  abc.jar
---> uses JDK1.3
                                bar.java --> bar.class




                                test.java --> test.class
(On the client side) target2                            ---------> xyz.jar
---> uses JDK1.1.8
                                bar.java --> bar.class


What I am trying to do is to make sure that bar.java uses JDK1.3 and then
JDK1.1.8. I need to get an output or something like that as a proof :)

Thanks for your help,

Reply via email to