forked from fedora-java/javapackages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
37 lines (20 loc) · 892 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
-*- outline -*-
* TASKS
** Include ivy-local in package diagram
** Add more tests for new metadata
** Test/improve Ivy support in mvn_artifact
** Move POM related classes from artifact.py to separate (sub)module/library(?)
** changes around OSGi prov/req generators need some tests
** implement recommends and suggests generators
* BUGS
** Add testcase for pom properties with whitespace
** Fix version in python/setup.py
** builddep.py bug
Traceback (most recent call last):
File "java-utils/builddep.py", line 65, in <module>
art = Artifact.from_xml_element(dep)
File "/usr/lib/python2.7/site-packages/javapackages/artifact.py", line 193, in from_xml_element
parts[key] = node.text.strip()
** Implement additional test cases
https://bugzilla.redhat.com/buglist.cgi?product=Fedora&component=javapackages-tools&keywords=NeedsTestCase
* FEATURES