[ 
https://issues.apache.org/jira/browse/CXF-5363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13807822#comment-13807822
 ] 

Alok Anand commented on CXF-5363:
---------------------------------

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>

> Any way to stop generating velocity.log from generation
> -------------------------------------------------------
>
>                 Key: CXF-5363
>                 URL: https://issues.apache.org/jira/browse/CXF-5363
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Alok Anand
>            Priority: Critical
>             Fix For: NeedMoreInfo
>
>
> i am ant building through WSDLTOJAVA target,this is creating velocity.log 
> file.I want to know how to diable this velocity.log file to be generated.
> Please suggest to use only wsdltojava cxf style of controlling of 
> velocity.log,as  i m not using velocity,only including its velocity jars in 
> my project.
> I have already tried this way:
> <sysproperty key="org.apache.cxf.Logger" 
> value="org.apache.cxf.common.logging.Log4jLogger"/>
>         <sysproperty key="log4j.configuration" 
> value="file:etc/config/taser/log4j.xml"/>
> but this is not stoping velocity.log to be generated,plz help,its critical.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to