[
https://issues.apache.org/jira/browse/CXF-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13807825#comment-13807825
]
Alok Anand commented on CXF-1346:
---------------------------------
Setting the user.home variable is the correct answer .
<sysproperty key="user.home" value="$
{basedir}"/>
<target name="wsdl2java" depends="depend">
<java classname="org.apache.cxf.tools.wsdlto.WSDLToJava" fork="true">
.......
.......
<sysproperty key="user.home" value="${basedir}
"/>
</java>
</target>
> Please don't drop velocity.log files into the home directory
> ------------------------------------------------------------
>
> Key: CXF-1346
> URL: https://issues.apache.org/jira/browse/CXF-1346
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 2.0.3
> Reporter: Benson Margulies
> Assignee: Daniel Kulp
> Fix For: 2.0.4
>
>
> Running wsdl2* results in a velocity.log file in the home directory. Even for
> the 'js' case, which doesn't use velocity!
> In any case, it's impolite to leave these around, especially without a way to
> relocate them. Please suppress or at least move to the official output
> directory.
--
This message was sent by Atlassian JIRA
(v6.1#6144)