Hello,

I define some resources in project.xml, it works very fine in Win2k/WinXP
but failed in Win98.

In win98, it copied nothing to the /WEB-INF/classess.

<resources>
      <resource>
        <directory>${basedir}/src/conf</directory>
        <includes>
          <include>${pom.artifactId}.properties</include>
        </includes>

        <excludes>
         <include>hibernate/*.*</include>
        </excludes>
      </resource>
 </resources>


In additional, I tried to add one resource as following:
      <resource>
        <directory>${basedir}/src/conf/hibernate</directory>

<targetPath>${basedir}/target/${pom.artifactId}/WEB-INF/conf</targetPath>
        <includes>
          <include>hibernate.properties</include>
        </includes>
      </resource>

It just copy the "hibernate.properties" into the
/WEB-INF/classes/target/xxxxx/WEB-INF/conf ????
In fact, I want it to be copied into the
${basedir}/target/${pom.artifactId}/WEB-INF/conf !!!!!
Is there any problem in the resource-plugin ???

Eric

==========================
If you know what you are doing,
it is not called RESEARCH!
==========================


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to