Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Problem with WebBundle (WAB)

Hi,

 

we are building a web-application with tycho and eclipse. To be compliant with the servlet specification we use header “Bundle-ClassPath” to reference the jars under WEB-INF/lib.

The Problem is that, when using this header, the PDE-Tools changes the buildpath. The entries for the source-directories in the build.properties are ignored. Because of this we can’t

add an Activator to the bundle and test this  in eclipse. The build in maven works fine.

 

Does anyone know another solution as to add the source folder manually?

 

Thanks

Uwe


Back to the top