I think it is better to use the jars from the module output directory,
cause the exact location under build/output will change from version to
version.
What build/output will change from version to version?
The directory name under build/output changes when the version number/tag changes.
Is there any way to make Eclipse create jars?
Go under the file menu to export. Choose jar file and follow the wizard.
Automatically is what I meant.
Or any way to make it conditionally compile stuff for 1.3 and others for1.4?
Right click on a project and go to properties. Select Java Compiler on the
left. If you click on the "Use project settings" radio button then you can
set any custom compiler options you want including setting the compiler
compliance level (1.3 or 1.4).
On a per package or per class level, there are several bits of select packages which will only compile under 1.4, but I do not want to force the entire project to use one or the other. I was hoping for a bit more intelligence for supporting multiple jdk versions concurrently.
Or a way to force it to use ant to do all compiles?
Right click on your project and go to properties again. Click on External
Tools Builders. Click on the New... button and select Ant Build. On the
build options tab you can specify if you want to have this run for Full
builds, Incremental builds, and/or Auto builds.
I will play with this, as it may just solve the above problems.
Thanks,
--jason
------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development