Nitish1687 / osgi-in-action

Automatically exported from code.google.com/p/osgi-in-action
Apache License 2.0
0 stars 0 forks source link

cannot build the examples #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. simply type ant from the top examples directory i.e. in my setup:
A:\osgi-in-action>ant

What is the expected output? What do you see instead?
Expected the examples get built. Instead I get the following error:
A:\osgi-in-action>ant
Buildfile: build.xml

BUILD FAILED
A:\osgi-in-action\build.xml:4: The following error occurred while executing 
this line:
A:\osgi-in-action\common.xml:9: The <pathconvert> type doesn't support the 
nested "fileset" element.

What version of the product are you using? On what operating system?

1. I downloaded this version of the examples: osgi-in-action-20090422.zip
2. and my ant and java versions are:

A:\osgi-in-action>ant -version
Apache Ant version 1.6.5 compiled on June 2 2005
A:\osgi-in-action>
A:\osgi-in-action>java -version
java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing)

Please provide any additional information below.

Original issue reported on code.google.com by sanjari....@gmail.com on 15 Sep 2009 at 3:35

GoogleCodeExporter commented 8 years ago
I upgraded my ant to 1.7.1 and the project builds now successfully. I suggest 
adding a 
note to the read-me file of the examples about the required version of the ant.

Original comment by sanjari....@gmail.com on 15 Sep 2009 at 5:14

GoogleCodeExporter commented 8 years ago
Thanks for pointing this out, we'll add a note in the next code drop.

Original comment by mccu...@gmail.com on 15 Sep 2009 at 8:03

GoogleCodeExporter commented 8 years ago
Note added in latest code drop

Original comment by mccu...@gmail.com on 19 May 2010 at 6:09