I just run junit.test and got the following warnings
junit.test:
[java] [warning] [de.jNerd.io.FileAccess] jar-File acces not implemented yet.
[java] [warning] [de.jNerd.io.FileAccess] D:\SEU\Projekte\xml2java\lib\junit.jar has not been scanned for class de.jNerd.tests.
io.TestFileAccess
[java] [warning] [de.jNerd.io.FileAccess] jar-File acces not implemented yet.
[java] [warning] [de.jNerd.io.FileAccess] D:\SEU\Projekte\xml2java\lib\jNerd.util.jar has not been scanned for class de.jNerd.t
ests.io.TestFileAccess
[java] [warning] [de.jNerd.io.FileAccess] jar-File acces not implemented yet.
[java] [warning] [de.jNerd.io.FileAccess] D:\SEU\Projekte\xml2java\lib\jNerd.xml2java.jar has not been scanned for class de.jNe
rd.tests.io.TestFileAccess
Also on
xml2java.test I got
-xml2java.test.compile:
[javac] Compiling 905 source files to D:\SEU\Projekte\xml2java\build\test\classes
[javac] D:\SEU\Projekte\xml2java\build\test\generated\test\ant\Dtd.java:23: class DTD is public, should be declared in a file na
med DTD.java
[javac] public interface DTD {
[javac] ^
[javac] D:\SEU\Projekte\xml2java\build\test\generated\test\ant\Wsdltodotnet.java:18: class WsdlToDotnet is public, should be dec
lared in a file named WsdlToDotnet.java
[javac] public class WsdlToDotnet implements ServerValues, FailonerrorValues, XMLIdElement, ParallelChoiceContent, SequentialCh
oiceContent, TargetChoiceContent {
[javac] ^
[javac] D:\SEU\Projekte\xml2java\build\test\generated\test\ant\XMLHandler.java:583: cannot access test.ant.Wsdltodotnet
[javac] bad class file: D:\SEU\Projekte\xml2java\build\test\generated\test\ant\Wsdltodotnet.java
[javac] file does not contain class test.ant.Wsdltodotnet
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] protected Wsdltodotnet createWsdltodotnet() {
[javac] ^
[javac] 3 errors
Nevertheless it still works for us and I just tried to eliminate deprecated-warning, use static access and reorganizing import with the little help of eclipse ;-).
Regards
Michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sorry for the late response. I was off on holiday over christmas and near year.
So, yes. This project is somehow alive. Although I am unfortunately not able to find the time for the patting it needs. The above warnings are a good example for this. Actually I am planning to remove the aforementioned class 'de.jNerd.io.FileAccess'. It is only used by 'de.jNerd.tests.xml.dtd.TestDTDParser' and it's own junit class.
I hope to find the time today...
Best regards
Patrick
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
is there still some development on xml2java ?
I just run junit.test and got the following warnings
junit.test:
[java] [warning] [de.jNerd.io.FileAccess] jar-File acces not implemented yet.
[java] [warning] [de.jNerd.io.FileAccess] D:\SEU\Projekte\xml2java\lib\junit.jar has not been scanned for class de.jNerd.tests.
io.TestFileAccess
[java] [warning] [de.jNerd.io.FileAccess] jar-File acces not implemented yet.
[java] [warning] [de.jNerd.io.FileAccess] D:\SEU\Projekte\xml2java\lib\jNerd.util.jar has not been scanned for class de.jNerd.t
ests.io.TestFileAccess
[java] [warning] [de.jNerd.io.FileAccess] jar-File acces not implemented yet.
[java] [warning] [de.jNerd.io.FileAccess] D:\SEU\Projekte\xml2java\lib\jNerd.xml2java.jar has not been scanned for class de.jNe
rd.tests.io.TestFileAccess
Also on
xml2java.test I got
-xml2java.test.compile:
[javac] Compiling 905 source files to D:\SEU\Projekte\xml2java\build\test\classes
[javac] D:\SEU\Projekte\xml2java\build\test\generated\test\ant\Dtd.java:23: class DTD is public, should be declared in a file na
med DTD.java
[javac] public interface DTD {
[javac] ^
[javac] D:\SEU\Projekte\xml2java\build\test\generated\test\ant\Wsdltodotnet.java:18: class WsdlToDotnet is public, should be dec
lared in a file named WsdlToDotnet.java
[javac] public class WsdlToDotnet implements ServerValues, FailonerrorValues, XMLIdElement, ParallelChoiceContent, SequentialCh
oiceContent, TargetChoiceContent {
[javac] ^
[javac] D:\SEU\Projekte\xml2java\build\test\generated\test\ant\XMLHandler.java:583: cannot access test.ant.Wsdltodotnet
[javac] bad class file: D:\SEU\Projekte\xml2java\build\test\generated\test\ant\Wsdltodotnet.java
[javac] file does not contain class test.ant.Wsdltodotnet
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] protected Wsdltodotnet createWsdltodotnet() {
[javac] ^
[javac] 3 errors
Nevertheless it still works for us and I just tried to eliminate deprecated-warning, use static access and reorganizing import with the little help of eclipse ;-).
Regards
Michael
Hi Micheal,
sorry for the late response. I was off on holiday over christmas and near year.
So, yes. This project is somehow alive. Although I am unfortunately not able to find the time for the patting it needs. The above warnings are a good example for this. Actually I am planning to remove the aforementioned class 'de.jNerd.io.FileAccess'. It is only used by 'de.jNerd.tests.xml.dtd.TestDTDParser' and it's own junit class.
I hope to find the time today...
Best regards
Patrick