KapoorVashisht / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

MapTilesPackager missing maven pom sourceDirectory properties #350

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. in folder OSMMapTilePackager : mvn clean install
2. unzip the file target/osmdroid-packager-3.0.9-SNAPSHOT.jar
3. No classe compile was include

What is the expected output? What do you see instead?
The compile jar lib should contain the classes

What version of the product are you using? On what operating system?
3.0.8 or 3.0.9-SNAPSHOT

Please provide any additional information below.

To manual correct :
1* add osmdroid-android dependencies
2* add <sourceDirectory>${basedir}/src</sourceDirectory>

The svn correctif path is join to this tichet.

Original issue reported on code.google.com by jmori...@gmail.com on 16 Jun 2012 at 9:39

Attachments:

GoogleCodeExporter commented 8 years ago
The maven repository also containt the artifact 
        <dependency>
            <groupId>org.osmdroid</groupId>
            <artifactId>osmdroid-packager</artifactId>
            <version>${osmdroid.version}</version> 
        </dependency> 
with no classes inside

Original comment by jmori...@gmail.com on 16 Jun 2012 at 9:40

GoogleCodeExporter commented 8 years ago
The website download link osmdroid-packager-3.0.8.jar
https://osmdroid.googlecode.com/files/osmdroid-packager-3.0.8.jar
have the same problem.

Original comment by jmori...@gmail.com on 16 Jun 2012 at 9:43

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1105.

Original comment by neilboyd on 27 Jun 2012 at 5:34

GoogleCodeExporter commented 8 years ago
neilboyd, Can we get a new osmdroid-packager-3.0.8.jar.  I am unable to use the 
OSMMapTilePackager currently.

Original comment by ejo4...@gmail.com on 27 Jun 2012 at 5:55

GoogleCodeExporter commented 8 years ago
3.0.8 is history, but I put a snapshot on nexus 
https://oss.sonatype.org/index.html#nexus-search;quick~osmdroid

Original comment by neilboyd on 28 Jun 2012 at 5:08

GoogleCodeExporter commented 8 years ago
awesome, thanks neilboyd.

Original comment by ejo4...@gmail.com on 28 Jun 2012 at 10:46

GoogleCodeExporter commented 8 years ago
See attach the patched artefact.

Original comment by ttbox...@gmail.com on 5 Jul 2012 at 3:28

Attachments: