function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KT@CiscoKT@Cisco 

Eclipse unable to rebuild Email to Case (version 1.08) project

I need to customize the Email2Case agent version 1.08 and have tried to import the EmailAgent.zip file into Eclipse.

 

 

Initially, I was getting an error that JAVA_HOME may not be configured correctly. I resolved this by explicitly pointing to the JDK folder in the Installed JREs section.

 

However, upon attempting to execute the ant build file - build.xml, it keeps getting stuck the "CLEAN" step where it says that it is unable to delete the "build" directory.

 

Below is the output of the ANT build execution:

Buildfile: C:\eclipse_jee\workspace\EmailAgent60\build.xml
init:
     [echo] Sforce Email to Case Agent
clean:
   [delete] Deleting directory C:\eclipse_jee\workspace\EmailAgent60\build

BUILD FAILED

C:\eclipse_jee\workspace\EmailAgent60\build.xml:121: Unable to delete directory C:\eclipse_jee\workspace\EmailAgent60\build

Total time: 487 milliseconds

 

 

I thought this might be an issue with some files/folders being read-only but that does not seem to be the problem.

 

Any pointers on how do I compile the Email2Case agent in Eclipse?

 

Thanks in advance.

- Komal

Message Edited by KT@Cisco on 01-05-2010 07:52 PM