Francesco,

I also noticed that after I build, "svn status" shows the build artifacts for some of the UPnP projects. I edited them, so everything is fine now.

So that everyone knows, the svn:ignore property needs to be set for subproject directories, e.g.:

   svn propedit svn:ignore org.apache.felix.upnp.extra

What I generally do is look at another subproject's svn:ignore property and copy that to my new subproject's property. For example:

   svn propedit svn:ignore org.apache.felix.shell

Shows the following properties, which I copy to my new subproject:

   classes
   target
   *.log
   *.ipr
   *.iws
   *.iml
   lib
   bundle
   dist
   .project
   .classpath
   bin
   build
   .settings
   .wtpmodules
   .deployables

-> richard

Francesco Furfari wrote:
Hi all, Marcel

Marcel Offermans wrote:
I would like to urge everybody to make sure
that all code they commit actually builds (doing a clean build to make sure it does).

I'm sorry for the inconvenient, I did the testing before the commit and I've disabled the BaseDriver module because there is a dependence with an external Lib, but the UPnP Tester module didn't give me any problem.

Did you understand why the UPnP extra module is not found by the Upnp Tester module?

francesco



Reply via email to