Niclas Hedhman <[EMAIL PROTECTED]> writes: >- <id>xerces:xercesImpl</id> >+ <groupId>xercesImpl</groupId> >+ <artifactId>xercesImpl</artifactId>
wrong >- <id>xerces:xml-apis</id> >+ <groupId>xml-apis</groupId> >+ <artifactId>xml-apis</artifactId> > <version>2.0.2</version> > <url>http://xml.apache.org/xerces2-j/</url> Read http://www.ibiblio.org/maven/xml-apis/jars/ > </dependency> >Index: cache/project.xml >=================================================================== >RCS file: /home/cvspublic/jakarta-turbine-fulcrum/cache/project.xml,v >retrieving revision 1.6 >diff -u -r1.6 project.xml >--- cache/project.xml 16 Oct 2004 14:39:05 -0000 1.6 >+++ cache/project.xml 16 Oct 2004 17:25:53 -0000 >@@ -15,13 +15,15 @@ > </dependency> > > <dependency> >- <id>xerces:xercesImpl</id> >+ <groupId>xercesImpl</groupId> >+ <artifactId>xercesImpl</artifactId> > <version>2.0.2</version> > <url>http://xml.apache.org/xerces2-j/</url> > </dependency> Wrong. > > <dependency> >- <id>xerces:xml-apis</id> >+ <groupId>xml-apis</groupId> >+ <artifactId>xml-apis</artifactId> > <version>2.0.2</version> > <url>http://xml.apache.org/xerces2-j/</url> wrong. see above. > <dependency> >- <id>jaf:activation</id> >+ <groupId>jaf:activation</groupId> >+ <artifactId>jaf:activation</artifactId> > <version>1.0.2</version> > <url>http://java.sun.com/products/javabeans/glasgow/jaf.html</url> > </dependency> Wrong. and so on. And so on. Niclas, everyone can do cut'n'paste. If the conversion job would have been a five minute stunt, it would have been done a long time ago. As long as you don't actually _think_ and know what you're doing, your effort is going nowhere. In the end, you introduce bugs in our codebase for a tool that none of the developers has asked for (at least I haven't seen anyone ask for it). Blindly running off in a direction without asking the people that work on this project and then throwing patches around will lead us nowhere. Please stop that. Thanks. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honorable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
