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]



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
function" - the first time a project is run, it'll try & download what it
needs, but it has an offline mode too if you want to download the
dependencies seperately.

Anyway, no idea about velocity, other than are you sure you downloaded &
installed the velocity jar itself, not just the wicket-velocity extension?
With SLF4J, did you add an implementation as well as the API?  Maybe see the
jars in the wicket-examples WAR 's WEB-INF/lib/?  Beyond that, I can't help,
as I use IDEA & Maven!

/Gwyn

On Thu, Jul 10, 2008 at 10:43 AM, wickid <[EMAIL PROTECTED]> wrote:

>
> 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]
>
>


(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]