PDA

View Full Version : Reference config files in required projects



sbeigel
Jan 15th, 2007, 10:19 AM
Hi,

I split my projects into a generic "base" project and I link this project via "required projects" (Project Properties/Java Build Path/Projects) to my other projects.

Unfortunately, Spring IDE 1.3.6 is not able to reference Spring config files in these "required projects" (they don't appear in the "Spring Beans Config Selection" dialog).


Thanks,
Sebastian

Torsten Juergeleit
Jan 15th, 2007, 04:10 PM
Unfortunately, Spring IDE 1.3.6 is not able to reference Spring config files in these "required projects" (they don't appear in the "Spring Beans Config Selection" dialog).

If the required projects are Spring projects as well then all Spring config files from these "required projects" are available in the "Config Sets" tab in the SpringProjectProperties dialog (http://springide.org/project/wiki/SpringProjectProperties). For details please refer to the Spring IDE Guide (http://springide.org/project/wiki/SpringideGuide#CreateBeansConfigSets).

Torsten

sbeigel
Jan 16th, 2007, 02:01 AM
Hi Torsten!

Thanks a lot for your help! It works perfect :) And sorry for not RTFM-ing carefully... As usual, all information is there! :)

Sebastian