Skip to main content

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

you have an entry

source..=[...]

in build.properties but MANIFEST.MF Bundle-ClassPath has no value "."

PDE should have warned about that.

Jan


-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Uwe Schulz
Sent: Freitag, 6. Juli 2012 10:37
To: Tycho user list
Subject: Re: [tycho-user] Problem with WebBundle (WAB)

In the attached sample the folders under src are never seen as Sourcefolders in Eclipse.
 
-----Ursprüngliche Nachricht-----
Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Sievers, Jan
Gesendet: Freitag, 6. Juli 2012 09:38
An: Tycho user list
Betreff: Re: [tycho-user] Problem with WebBundle (WAB)

not sure I understand the problem.
Providing a sample project would help.

Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Uwe Schulz
Sent: Freitag, 6. Juli 2012 09:34
To: Tycho user list (tycho-user@xxxxxxxxxxx)
Subject: [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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top