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-api-1.5.2.jar
2) slf4j-jdk14-1.5.2.jar

now wicket-1.4-m2 works.

sadly, tomcat keeps throwing random exceptions.
things like "stack overflow exception"
or "[...]/MyProject/web does not exist or is not a readable directory"

but, strange it is, the project works now

-- 
View this message in context: 
http://www.nabble.com/%28Wicket-%2B-Netbeans%29-without-%28Maven-%2B-NB.WicketPlugin%29-tp18379298p18382931.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



(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 installed and
listed in project's dependencies.

i'm glad, that netbeans' wicket plugin doesn't need maven.
i am using an offline machine, while maven needs to download hundreds of
libraries to function.

but, i think, the wicket package itself (not the netbeans plugin) needs
maven, right?

anyway: is there a possibility to use wicket inside netbeans WITHOUT the
wicket-netbeans plugin, but also without using maven?

thanks in advice!

-- 
View this message in context: 
http://www.nabble.com/%28Wicket-%2B-Netbeans%29-without-%28Maven-%2B-NB.WicketPlugin%29-tp18379298p18379298.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]