java - Using Vaadin on NetBeans WITHOUT Maven -
i'm starting vaadin , i'd know if it's possible work framework in netbeans without using maven. reason project using maven takes ages downloading dependencies , never reaches run because of timeout connection problem.
i've downloaded all-in-one file , tried following these readme.txt file instructions:
- copy vaadin-* files except vaadin-client , vaadin-client-compiler web-inf/lib in project
- copy lib/*.jar web-inf/lib in project
- copy vaadin-client , vaadin-client-compiler lib folder on classpath not deployed. these files needed when compiling module (widget set) javascript.
but had no luck compiling widgetset.
i looking couple of days can't find way make work. i've read book of vaadin section netbeans , i've searched in google no positive result.
i know questions asking tutorials or libraries off-topic in site don't know how sort issue. hint appreaciated.
we wished netbeans development vaadin 7, without having use maven stuff.
in vaadin6 simple, worked fine. vaadin 7 have not been able in reasonable way. switched maven vaadin7 projects.
you can install nexus repository caches maven downloads, can prevent timeout problems.
not sure vaadin plugin allows do, perhaps 1 works without maven?
Comments
Post a Comment