New issue 1 by Loic.Talbot: Token class does not appear in jfireeagle.jar
file on the maven repository
http://code.google.com/p/jfireeagle/issues/detail?id=1
In pom.xml in the jfireeagle-android project I've set
1.
<repository>
<id>mydep</id>
<name>depemd1</name>
<url>http://jfireeagle.googlecode.com/svn/trunk/maven-repo/</url>
<layout>default</layout>
</repository>
2.
<dependency>
<groupId>jfireeagle</groupId>
<artifactId>jfireeagle</artifactId>
<version>20081103</version>
</dependency>
3. The jfireeagle-20081103.jar then appears in the dependencies but when
one opens it, there 's no Token.class, therefore the project shows errors
in the source files.
What is the expected output? What do you see instead?
errors in the source files compilation, missing class
What version of the product are you using? On what operating system?
ubuntu linux, eclipse 3.4 android sdk 1.5
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 1 by s...@seansullivan.com: Token class does not appear
in jfireeagle.jar file on the maven repository
http://code.google.com/p/jfireeagle/issues/detail?id=1
I just published a new jar. The version is 20090523
<dependency>
<groupId>jfireeagle</groupId>
<artifactId>jfireeagle</artifactId>
<version>20090523</version>
</dependency>