问题描述
我和这个家伙中的那个人有同样的问题发布.
您能帮我从此处
我不知道是否可以解决它,但是如果您能告诉我如何应用补丁,我会尽力的:-)
I have no idea if that solves it, but I will try if you can tell me how to apply a patch :-)
推荐答案
PrimeFaces使用 Apache Subversion (SVN)作为代码存储库.可以在此处使用.如果将开发工具配置为连接到此代码存储库(例如Eclipse为此提供了Subclipse插件),则可以对其进行挂钩,下载整个项目,自己应用补丁,然后自己将项目重新构建为JAR文件.
PrimeFaces uses Apache Subversion (SVN) as code repository. It's available here. If you configure your development tool to connect to this code repository (e.g. Eclipse has a Subclipse plugin for this), then you can hook on it, download the entire project, apply the patch yourself and then rebuild the project into a JAR file yourself.
如果您已经熟悉CVS,Git,Mercurial等代码存储库,那么这应该非常简单.另一种方法是等待它们发布新版本,以便您可以下载即用型站在他们的身边.
This should be pretty straightforward if you're already familiar with code repositories like CVS, Git, Mercurial, etc. An alternative is to wait for them to release a new version so that you can just download the ready-to-use JAR from their side.
这篇关于Primefaces Fileupload补丁的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!