Java – eclipse, jar export wrapper SVN file

How can I prevent this from happening? It is captured when I create the jar Files in the SVN folder Uncheck at the prompt Svn folder

Solution

You can try (after this blog entry)

Window -> Preferences,Java -> Compiler -> Building.  
Under “Output folder” add “,`.svn/`” to “Filtered Resources” (so that you get “`*.launch,.svn/`”).

The problem may come from the fact that the jar exporter contains options:

"export generated class files and resources"
                                  ^^^^^^^^^

alt text http://i40.tinypic.com/6ylbvr.jpg

If you filter out those "resources" (. SVN folder), it is likely that they will not be included in the last jar

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>