If i use this code the pathconvert doesn�t work,
<fileset dir="${resin.home}/webapps/${newbuild.dir}" id="jsp-path">
<patternset>
<include name="**/*.jsp"/>
</patternset>
</fileset>
<pathconvert pathsep=" " property="resin.http-path" refid="jsp-path">
<map from="${resin.home}/webapps/" to="http://localhost/"/>
</pathconvert>
<exec executable="${resin.home}/bin/httpd.exe"
dir="${resin.home}/webapps">
<arg value="-compile ${resin.http-path}"/>
</exec>
but if i change:
<map from="${resin.home}/webapps/" to="http://localhost/"/>
to
<map from="D:/tools/resin/resin-2.0.5/webapps/" to="http://localhost/"/>
it just works fine.
But I can`t figure out why?
Can anyone help me please.
Best regards
Michael
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>