[ 
http://jira.codehaus.org/browse/MSYSDEO-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174881#action_174881
 ] 

Leo Hart edited comment on MSYSDEO-6 at 5/1/09 8:29 AM:
--------------------------------------------------------

I think just changing this line:

http://fisheye.codehaus.org/browse/mojo/trunk/mojo/sysdeo-tomcat-maven-plugin/src/main/resources/org/codehaus/mojo/sysdeo/tomcatplugin.fm?r=6899#l22

from:
{code}
<webClassPathEntry>${localRepository}/${dependency.groupId?replace(".","/")}/${dependency.artifactId}/${dependency.version}/${dependency.artifactId}-${dependency.version}.jar</webClassPathEntry>
{code}

to:
{code}
<webClassPathEntry>${localRepository?replace("\\","/")}/${dependency.groupId?replace(".","/")}/${dependency.artifactId}/${dependency.version}/${dependency.artifactId}-${dependency.version}.jar</webClassPathEntry>
{code}
fixes the problem, but I don't know how to submit an actual patch, etc.

      was (Author: leojhartiv):
    I think just changing this line:

http://fisheye.codehaus.org/browse/mojo/trunk/mojo/sysdeo-tomcat-maven-plugin/src/main/resources/org/codehaus/mojo/sysdeo/tomcatplugin.fm?r=6899#l22

from:
{quote}
<webClassPathEntry>${localRepository}/${dependency.groupId?replace(".","/")}/${dependency.artifactId}/${dependency.version}/${dependency.artifactId}-${dependency.version}.jar</webClassPathEntry>
{quote}

to:
{quote}
<webClassPathEntry>${localRepository?replace("\\","/")}/${dependency.groupId?replace(".","/")}/${dependency.artifactId}/${dependency.version}/${dependency.artifactId}-${dependency.version}.jar</webClassPathEntry>
{quote}
fixes the problem, but I don't know how to submit an actual patch, etc.
  
> c:\ is not converted to c:/ in Windows
> --------------------------------------
>
>                 Key: MSYSDEO-6
>                 URL: http://jira.codehaus.org/browse/MSYSDEO-6
>             Project: Mojo Sysdeo Tomcat Plugin
>          Issue Type: Bug
>         Environment: Windows XP
> Maven 2.1
> sysdeo-tomcat-maven-plugin 1.1
> Eclipse 3.4.2
> m2eclipse 0.9.7.200902090947
> m2eclipse 
>            Reporter: Leo Hart
>
> I'm trying to use the sysdeo-tomcat-maven-plugin to generate a .tomcatplugin 
> file for my WAR project.  I have configured the plugin as such:
> {quote}
>               <plugins>
>                       <plugin>
>                               <groupId>org.codehaus.mojo</groupId>
>                               <artifactId>sysdeo-tomcat-maven-plugin
>                               </artifactId>
>                               <configuration>
>                                       <webPath>shares</webPath>
>                                       <workspace>c:/workspace</workspace>
>                                       
> <useClasspathVariable>false</useClasspathVariable>
>                               </configuration>
>                               <version>1.1</version>
>                       </plugin>
>               </plugins>
> {quote}
> My Maven repository location is set in my settings.xml:
> {quote}
> <localRepository>/.m2/repository</localRepository>
> {quote}
> When I run either :generate or :m2eclipse, a .tomcatplugin file similar to 
> this is generated:
> {quote}
> <?xml version="1.0" encoding="UTF-8"?>
> <tomcatProjectProperties>
>     <rootDir>src/main/webapp</rootDir>
>     <exportSource>false</exportSource>
>     <reloadable>true</reloadable>
>     <redirectLogger>true</redirectLogger>
>     <updateXml>true</updateXml>
>     <warLocation></warLocation>
>     <extraInfo>
>         
>     </extraInfo>
>     <webPath>/shares</webPath>
>     <webClassPathEntries>
>           <webClassPathEntry>/shares-web/target/classes</webClassPathEntry>
>           <webClassPathEntry>/shares-app/target/classes</webClassPathEntry>
>           <webClassPathEntry>/shares-domain/target/classes</webClassPathEntry>
>           <webClassPathEntry>/shares-util/target/classes</webClassPathEntry>
>           <webClassPathEntry>/shares-mail/target/classes</webClassPathEntry>
>           
> <webClassPathEntry>/shares-content/target/classes</webClassPathEntry>
>           <webClassPathEntry>/shares-dal/target/classes</webClassPathEntry>
>           
> <webClassPathEntry>/shares-statement/target/classes</webClassPathEntry>
>           
> <webClassPathEntry>/shares-util-datainit/target/classes</webClassPathEntry>
>           
> <webClassPathEntry>/shares-app-data/target/classes</webClassPathEntry>
>           <webClassPathEntry>/shares-feed/target/classes</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/fm/void/jetm/jetm/1.2.3/jetm-1.2.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/fm/void/jetm/jetm-optional/1.2.3/jetm-optional-1.2.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/aspectj/aspectjrt/1.5.4/aspectjrt-1.5.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/aspectj/aspectjweaver/1.5.4/aspectjweaver-1.5.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-digester/commons-digester/1.6/commons-digester-1.6.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-collections/commons-collections/3.2/commons-collections-3.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/xml/jaxb-api/2.0EA3/jaxb-api-2.0EA3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/xml/jaxb-impl/2.0EA3/jaxb-impl-2.0EA3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/joda-time/joda-time/1.5.2/joda-time-1.5.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/log4j/log4j/1.2.14/log4j-1.2.14.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-aop/2.5.5/spring-aop-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-beans/2.5.5/spring-beans-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-core/2.5.5/spring-core-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-aspects/2.5.5/spring-aspects-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-context/2.5.5/spring-context-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-test/2.5.5/spring-test-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/ws/spring-oxm/1.5.5/spring-oxm-1.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/ws/spring-xml/1.5.5/spring-xml-1.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/jbpm/jbpm3/jbpm-jpdl/3.3.1.GA/jbpm-jpdl-3.3.1.GA.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/bsh/bsh/1.3.0/bsh-1.3.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/jackrabbit/jackrabbit-core/1.4.5/jackrabbit-core-1.4.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/concurrent/concurrent/1.3.4/concurrent-1.3.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/jackrabbit/jackrabbit-api/1.4/jackrabbit-api-1.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/jackrabbit/jackrabbit-jcr-commons/1.4/jackrabbit-jcr-commons-1.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/jackrabbit/jackrabbit-spi-commons/1.4/jackrabbit-spi-commons-1.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/jackrabbit/jackrabbit-spi/1.4/jackrabbit-spi-1.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/jackrabbit/jackrabbit-text-extractors/1.4/jackrabbit-text-extractors-1.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/poi/poi/2.5.1-final-20040804/poi-2.5.1-final-20040804.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/pdfbox/pdfbox/0.6.4/pdfbox-0.6.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/textmining/tm-extractors/0.4/tm-extractors-0.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/nekohtml/nekohtml/0.9.4/nekohtml-0.9.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/lucene/lucene-core/2.2.0/lucene-core-2.2.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/derby/derby/10.2.1.6/derby-10.2.1.6.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/hibernate/hibernate/3.2.6.ga/hibernate-3.2.6.ga.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/asm/asm-attrs/1.5.3/asm-attrs-1.5.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/antlr/antlr/2.7.6/antlr-2.7.6.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/cglib/cglib/2.1_3/cglib-2.1_3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/asm/asm/1.5.3/asm-1.5.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-tx/2.5.5/spring-tx-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/security/spring-security-acl/2.0.4/spring-security-acl-2.0.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/security/spring-security-core/2.0.4/spring-security-core-2.0.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-jdbc/2.5.5/spring-jdbc-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/webflow/spring-binding/2.0.7.RELEASE/spring-binding-2.0.7.RELEASE.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-context-support/2.5.5/spring-context-support-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/mail/mail/1.4.1/mail-1.4.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/taglibs/standard/1.1.2/standard-1.1.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-configuration/commons-configuration/1.5/commons-configuration-1.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-dbcp/commons-dbcp/1.2.2/commons-dbcp-1.2.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-pool/commons-pool/1.3/commons-pool-1.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/jcr/jcr/1.0.1/jcr-1.0.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/joda-time/joda-time-hibernate/1.1/joda-time-hibernate-1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/oracle/ojdbc/10.2.0.3.0/ojdbc-10.2.0.3.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-orm/2.5.5/spring-orm-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springmodules/spring-modules-jakarta-commons/0.8a/spring-modules-jakarta-commons-0.8a.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-chain/commons-chain/1.1/commons-chain-1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/portlet/portlet-api/1.0/portlet-api-1.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/myfaces/myfaces-api/1.1.0/myfaces-api-1.1.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-el/commons-el/1.0/commons-el-1.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-fileupload/commons-fileupload/1.2/commons-fileupload-1.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/oro/oro/2.0.8/oro-2.0.8.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springmodules/spring-modules-jbpm31/0.9/spring-modules-jbpm31-0.9.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/dbunit/dbunit/2.3.0/dbunit-2.3.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/junit-addons/junit-addons/1.4/junit-addons-1.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/poi/poi/3.1-FINAL/poi-3.1-FINAL.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/slf4j/slf4j-nop/1.4.3/slf4j-nop-1.4.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/concordion/concordion/1.3.0/concordion-1.3.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/ognl/ognl/2.6.9/ognl-2.6.9.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/xom/xom/1.0/xom-1.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/com/sun/java/util/collections/1.2/collections-1.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/com/thoughtworks/xstream/xstream/1.3/xstream-1.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/commons-io/commons-io/1.4/commons-io-1.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/oracle/apps/fnd/i18n/5.6.0/i18n-5.6.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/oracle/apps/fnd/versioninfo/5.6.0/versioninfo-5.6.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/oracle/apps/xdo/core/5.6.0/core-5.6.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/oracle/apps/xdo/parser/5.6.0/parser-5.6.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/oracle/xml/parser/xmlparserv2/5.6.0/xmlparserv2-5.6.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/jms/jms/1.1/jms-1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/opensymphony/quartz/1.5.2/quartz-1.5.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/batch/spring-batch-core/2.0.0.RELEASE/spring-batch-core-2.0.0.RELEASE.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/batch/spring-batch-infrastructure/2.0.0.RELEASE/spring-batch-infrastructure-2.0.0.RELEASE.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/stax/stax/1.2.0/stax-1.2.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/codehaus/jettison/jettison/1.0-RC2/jettison-1.0-RC2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/net/sf/dozer/dozer/4.2.1/dozer-4.2.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/batch/spring-batch-test/2.0.0.RELEASE/spring-batch-test-2.0.0.RELEASE.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springmodules/spring-modules-validation/0.8a/spring-modules-validation-0.8a.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/rhino/js/1.6R2/js-1.6R2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/jbpm/jbpm3/jbpm-identity/3.3.1.GA/jbpm-identity-3.3.1.GA.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/com/fmr/commons/catalog/2.6_S36/catalog-2.6_S36.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/com/fmr/commons/core/2.6_S36/core-2.6_S36.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/com/fmr/commons/cs203/2.6_S36/cs203-2.6_S36.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/displaytag/displaytag/1.1.1/displaytag-1.1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/com/lowagie/itext/1.3/itext-1.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/slf4j/slf4j-log4j12/1.4.2/slf4j-log4j12-1.4.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/javax/xml/jaxrpc-api/1.1/jaxrpc-api-1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/jaxen/jaxen/1.1/jaxen-1.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/jdom/jdom/1.0/jdom-1.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/xalan/xalan/2.7.0/xalan-2.7.0.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/joda-time/joda-time-jsptags/1.0.2/joda-time-jsptags-1.0.2.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/opensymphony/sitemesh/2.3/sitemesh-2.3.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/tiles/tiles-core/2.0.5/tiles-core-2.0.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/tiles/tiles-api/2.0.5/tiles-api-2.0.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/apache/tiles/tiles-jsp/2.0.5/tiles-jsp-2.0.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-webmvc/2.5.5/spring-webmvc-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/spring-web/2.5.5/spring-web-2.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/security/spring-security-taglibs/2.0.4/spring-security-taglibs-2.0.4.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/webflow/spring-js/2.0.7.RELEASE/spring-js-2.0.7.RELEASE.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/webflow/spring-webflow/2.0.7.RELEASE/spring-webflow-2.0.7.RELEASE.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/org/springframework/ws/spring-ws-core/1.5.5/spring-ws-core-1.5.5.jar</webClassPathEntry>
>           
> <webClassPathEntry>C:\.m2\repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar</webClassPathEntry>
>     </webClassPathEntries>
> </tomcatProjectProperties>
> {quote}
> You'll notice that all of the repository entries begin with C:\.m2\repository 
> vs C:/.m2/repository.  If I replace all of the \s with /, the application 
> starts up fine.  If these remain as \, the tomcat plugin doesn't recognize 
> the entries.  So it seems like the generate needs to escape \s with /.
> Any ideas on a workaround?
> Thanks!
> Leo

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to