Hi,

I want to setup a project that creates a test cases jar for the Discovery RI 
(OSGi EEG RFC 119). 
This project will not be checked into the Subversion repository, but we want to 
have such a project to test the RI for our own.

I was copying the build.xml and build.properties form another test project 
checked in in the subversion repository.

If I compile (right click on the build.xml and choosing Run As -> ANT build ) 
my project I get the following output. 

Buildfile: D:\OSGi_sources\trunk\com.siemens.test.cases.discovery\build.xml
init:
     [echo] Enter project com.siemens.test.cases.discovery
dependencies:
compile:
     [echo] "D:\OSGi_sources\trunk\com.siemens.test.cases.discovery\src"
jars:
     [echo] JARs com.siemens.test.cases.discovery.jar
-btool:
     [echo] JAR com.siemens.test.cases.discovery.jar
-interleave:
    [btool] Setting compression
    [btool] 0 *** No files in ZIP
    [btool] One error detected

I have two packages in my project called com.siemens.test.cases.discovery and 
com.siemens.test.cases.discovery.tbc with 1 file per package.

The content of build.properties is:
bin.includes = com.siemens.test.cases.discovery.jar
jars.compile.order = com.siemens.test.cases.discovery.jar
expand.org.osgi.impl.service.cm.jar = com.siemens.test.cases.discovery, \
 [com.siemens.test.cases.discovery]

The content of build.xml is:
<?xml version="1.0" encoding="UTF-8"?>
<project name="project" default="publish"> 
        <import file="../cnf/build.xml"/>
</project>


How can I fix that problem. Currently I don't have any idea, what to change.

Thank you for any help.

Mit freundlichen Grüßen / With best regards 
Thomas Kießlich 

Siemens Enterprise Communications GmbH & Co. KG 
HiPath Applications 

SEN ESY HA D 15 
Schertlinstr. 8
81379 Munich, Germany 

_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to