Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] pde.exportFeatures does not give any output nor any error message

Hi All,
 
I am trying to use eclipse.exportFeature Ant task to export feature but neither I get any error nor feature gets exported:
 
I am using org.eclipse.ant.core.antRunner in eclipse to call this target in a headless way:
 
<target name="export.features">
    <pde.exportFeatures features="path\myfeature" destination="d:/temp" filename="myfeature.zip" exportType="zip" exportSource="false" />
</target>
 
I am using eclipse 3.2.2. Does somebody has a clue what is going on?
 
Thanks.
 
Regards
 
 

  

DISCLAIMER:
Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.


Back to the top