[ http://jira.codehaus.org/browse/MAVENUPLOAD-674?page=comments#action_59739 ]
MIYACHI Yasuhiko commented on MAVENUPLOAD-674: ---------------------------------------------- This is my opinion. 1. asm-2.1.jar This "asm.jar" is used only, when "-for-deferred-parsing(-for-recomp) option is specified. So, I think, it should not set up here. 2. jtidy-r7-20052011.104500.jar The naming convention of jar file name may be conformed on Barracuda Project(http://barracudamvc.org) which is a Enhydra XMLC related project. So, I think, <artifactId>jtidy-r7-xmlc</artifactId> <version>2.2.7.1</version> 3. xmlc-xerces-2.2.7.1.jar "xmlc-xerces.jar"(modified by XMLC Project) is already archived in "xmlc-all-runtime.jar". So, I think, this element should delete. 4. xml-api.jar To use XMLC at runtime, "xmlc-apis.jar"is required: So, I think, <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.02</version> </dependency> > 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-FIXED.pom, > xmlc-all-runtime-2.2.7.1.jar, xmlc-taskdef-2.2.7.1-FIXED.pom, > 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]
