> -----Original Message----- > From: Magnus Grimsell [mailto:[EMAIL PROTECTED] > Sent: mardi 26 avril 2005 15:00 > To: Cactus Developers List > Subject: RE: Cactus 1.7.1 > > > No, it's not done automatically. I've just created a wiki > > page for you: > > http://wiki.apache.org/jakarta-cactus/DeployingCactusWebSite > > > > Could you try it and update it if required? > > When I build the release target (which I've never done before) the build > fails. It seems like the j2ee-1.2.jar doesn't get downloaded. If I run the > default target everything works fine. Any ideas?
Yep. Here's what it says in the build.properties.sample file: # Note: If you're using J2EE 1.2, you won't be able to automatically download # the jar file as it's only available through the Sun website and is not # redistributable. You can download it manually here: # http://java.sun.com/j2ee/sdk_1.2.1/ In other words, you need to download it manually and put it in: j2ee.12.jar = ${lib.repo}/j2ee/jars/j2ee-1.2.jar When you do an "ant release" it build Cacus for both the J2EE 1.2 and 1.3 APIs. Thanks -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]