Hi, I've done the exclusion, and it seems to be better, know i've been faced with a problem with auto deplpoyed click resources giving java.io.IOException:
Click] [warn ] error occured deploying resource /cl/welinux/controls/cookie-checkbox.js, error java.io.IOException: could not locate classpath resource: /cl/welinux/controls/cookie-checkbox.js May be some maven click users can help me... I apologize to people not using maven/eclipse, but it seems to be an important tool, and may be a good thing to have click / apache projects maven/eclipse aware... Thanks Hans ----- "Atle Prange" <[email protected]> escribió: > Excluding from an import is done by just adding an <exclude> tag in > the > import definition. That should prevent maven from pulling in the > excluded resource. > > <exclude> > <groupId>[groupId here]</groupId> > <artifactId>[artifactid here]</artifactId> > </exclude> > > -atle > > On Thu, 2010-03-25 at 10:14 +1100, Bob Schellink wrote: > > Hi Hans, > > > > Velocity is backward compatible so you only need to include 1.6.3. > I'm not familiar with maven so > > can you tell it to "exclude" velocity 1.3? > > > > kind regards > > > > bob > > > > > > On 25/03/2010 10:01 AM, [email protected] wrote: > > > Hi, > > > > > > I'm new to maven and i'm trying to refactor an old ant project to > maven2. > > > > > > I've noticed that Click nodeps depends on Velocity 1.6.3, but > latest cayenne release Cayenne Server 3.0RC2 depends on velocity 1.3. > > > > > > I've been with various problems giving class not found when > running on tomcat 6, i figured out this could be some of the > problems.. > > > > > > ¿ Can anyone give some advise ? > > > > > > Thanks > > > Hans > > > > > -- Hans Poo, WeLinux S.A. http://www.welinux.cl Oficina: 697.25.42, Celular: 09-319.93.05 Bombero Ossa # 1010, Santiago
