Re: (Wicket + Netbeans) without (Maven + NB.WicketPlugin)

2008-07-10 Thread wickid
i think i've found a solution! i have defined in netbeans two "minimal" versions of the two libraries: wicket_minimal and slf4j_minimal wicket_minimal consists only of: 1) wicket-1.4-m2.jar 2) wicket-auth-roles-1.4-m2.jar 3) wicket-extensions-1.4-m2.jar slf4j_minimal consists only of: 1) slf4j-

Re: (Wicket + Netbeans) without (Maven + NB.WicketPlugin)

2008-07-10 Thread Gwyn Evans
You don't *need* Maven, but if you want to do your own thing, chances are you're going to have to do more of the investigations into issues yourself (e.g. provide details ) & may find it easier to actually install & use Maven. For a start, it doesn't need to "download hundreds of libraries to func

(Wicket + Netbeans) without (Maven + NB.WicketPlugin)

2008-07-10 Thread wickid
hello, community! i am using the latest wicket plugin for netbeans (bundeled with wicket-1.3.3). but i want to use wicket-1.4-m2 (generics are my friends). this doesn't work: tomcat and glassfish are telling me, they can't find velocity and slf4j (ClassNotFoundException). but i have both install