On 6/1/06, James Mitchell <[EMAIL PROTECTED]> wrote:
Ok, so I had some time this morning to help. I started looking at the apps to see what I could do to get them up to "Maven2" par. I created a struts-shale-apps-parent (pom.xml under apps/) and added it as a module of struts-shale-parent. I then created struts-shale-apps-sql-browser (pom.xml under apps/sql- browser) and that almost works fine. With respect to 1.4 vs 1.5 for compilation, I'm not sure what all is going on with profile/activation inheritance and all, but even with this:
Thanks. :) The 1.5 profile should be automatically activated if you're compiling with JDK 1.5. You shouldn't have to put anything on the command line. Is that not working? <profile> <activation> <jdk>1.5</jdk> <----- </activation> <modules> <module>tiger</module> </modules> </profile> -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]