[ http://jira.codehaus.org/browse/MAVENUPLOAD-674?page=comments#action_56625 ]
MIYACHI Yasuhiko commented on MAVENUPLOAD-674: ---------------------------------------------- > jtidy and xml-api should be modified version by XML Project. Sorry. It's my minor typographic error. XML Project -> XMLC Project Your(?) xmlc-all-runtime-2.2.7.1.pom file ... <groupId>jtidy</groupId> <artifactId>jtidy</artifactId> ... and ... <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> ... But, If used these version JAR file, XMLC compile and runtime error happened. jtidy.jar and xml-api.jar enclosed by XMLC is modified by this Project for use XMLC. It should be used these version. so, I think. ... <groupId>org.enhydra.xmlc</groupId> <artifactId>jtidy</artifactId> ... and ... <groupId>org.enhydra.xmlc</groupId> <artifactId>xml-apis</artifactId> ... Thank you. > Enhydra XMLC Compiler & Ant task > -------------------------------- > > Key: MAVENUPLOAD-674 > URL: http://jira.codehaus.org/browse/MAVENUPLOAD-674 > Project: maven-upload-requests > Type: Task > Reporter: Michael Böckling > Assignee: Carlos Sanchez > Attachments: xmlc-all-runtime-2.2.7.1.jar, xmlc-taskdef-2.2.7.1.jar, > xmlc-taskdef-2.2.7.1.pom > > > http://xmlc.enhydra.org/ > Open source library that can compile html pages to native java classes. > - I'm not a developer. > - Project does not use maven to build > - therefore the provided bundles are manually assembled > I created a Maven2 XMLC plugin (which I might even release) and verified it > works with the given POM. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]