tags:

views:

10

answers:

0

Hi all,

Im trying to put a GWT Eclipse project to a Bundle-Jar file. For that I have to add the war folder to the bundle. The problem is that the GWT compiler add all *.class files in the folder war/WEB-INF/classes. BND try to add all *.class files in the jar file but they are on the wrong path in the project. Thats the problem! Thus I looking for the right Include-Resource: attribute in my BND file.

Is there someone who has an idea who i can exclude special files from a Include-Resource expression.

It works if I delete every time the classes sub folder. But after few second the GWT SDK will generate this classes.

Thanks a lot

Sebastian