在没有Maven的NetBeans上使用Vaadin [英] Using Vaadin on NetBeans WITHOUT Maven

查看:128
本文介绍了在没有Maven的NetBeans上使用Vaadin的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从Vaadin开始,我想知道在不使用maven的情况下是否可以在NetBeans中使用此框架。原因是使用maven的项目需要很长时间才能下载依赖项,并且由于超时连接问题而永远无法运行。

I'm starting with Vaadin and I'd like to know if it's possible work with this framework in NetBeans without using maven. The reason is the project using maven takes ages downloading dependencies and never reaches to run because of a timeout connection problem.

我已经下载了一体化文件并尝试遵循这些自述文件。 txt文件说明:

I've downloaded the All-in-one file and tried following these README.txt file instructions:



  1. 复制除vaadin-client和vaadin-client-compiler之外的所有vaadin- *文件项目中的WEB-INF / lib

  2. 将lib / * .jar复制到项目中的WEB-INF / lib

  3. 复制vaadin-client和vaadin-client-compiler到lib文件夹,该文件夹位于类路径中但不会被部署。在将模块(小部件集)编译为Javascript时,这些文件只需要


但是没有运气编译widgetset。

But had no luck compiling the widgetset.

我正在寻找几天,但我找不到让它工作的方法。我已经阅读了有关NetBeans和我的 Book of Vaadin 部分在谷歌搜索没有任何积极的结果。

I was looking for a couple of days but I can't find a way to make it work. I've read the Book of Vaadin section about NetBeans and I've searched in Google with no positive result.

我知道要求教程或库的问题在这个网站上是偏离主题但我真的不知道这是怎么回事问题。任何提示都会被暗示。

I know questions asking for tutorials or libraries are off-topic in this site but I really don't know how sort this issue. Any hint will be appreaciated.

推荐答案

我们最初也希望用vaadin 7进行netbeans开发,而不必使用maven的东西。

We initially also wished to do netbeans development with vaadin 7, without having to use the maven stuff.

在Vaadin6中,这很简单,效果很好。
但是对于Vaadin 7,我们无法以合理的方式做到这一点。
所以我们最终切换到maven用于Vaadin7项目。

In Vaadin6 this was simple, it worked fine. But for Vaadin 7 we have not been able to do it in a reasonable way. So we finally switched to maven for the Vaadin7 projects.

你可以安装一个nexus存储库来缓存maven下载,这样就可以防止超时问题。

You can install a nexus repository which caches the maven downloads, so it can prevent the timeout problems.

不确定Vaadin插件实际上允许你做什么,但是这个也可以在没有maven的情况下工作?

Not sure what the Vaadin Plugin actually allows you to do, but perhaps this one also works without maven?

这篇关于在没有Maven的NetBeans上使用Vaadin的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆