Results 1 to 3 of 3
- 12-12-2010, 09:27 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 4
- Rep Power
- 0
need help in deploying Jwebmail which is totally servlet technology
hi when i am trying to build Jwebmail using Ant on eclipse which I downloaded from this link JWebMail v1.0.1* it gives me following error
C:\Users\Hitesh\workspace\jwebmail\build.xml:365: Execute failed: java.io.IOException: Cannot run program "xsltproc": CreateProcess error=2, The system cannot find the file specified
help me guys.
- 12-13-2010, 01:18 AM #2
i wonder if their java webmail project uses xsltproc command line utility to generate documentation ?
Try editing the build.xml to find the spot where this invoked and try commenting it out. if it is only for generating documentation or help pages, maybe it's not needed right away. unless if it is used for rendering presentation templates, then you need to go find and install the xsltproc command for your platform.
it's unusual for projects like this to require some external non-standard command line utility as its build process.
- 12-13-2010, 11:25 PM #3
Member
- Join Date
- Dec 2010
- Posts
- 4
- Rep Power
- 0
Thing is that it does not give error when I do build_compile, build_war and build_webapps using ant in eclipse. It only gives error when i try to do build_all using ant in eclipse.
(m/c config is 64 bit processor & OS win vista)After installing the xsltproc.exe in C:/Windows/System32 with all necessary library files as per this link Installing an XSLT processor it now says
xsltproc.exe has stopped working..no matter how many times you reinstall xsltproc.exe
Similar Threads
-
Need Help to Implement JWebmail in eclipse
By pintushahk in forum EclipseReplies: 0Last Post: 12-10-2010, 05:46 PM -
Need Help to Implement JWebmail
By pintushahk in forum Advanced JavaReplies: 0Last Post: 12-08-2010, 10:14 PM -
please help me,,,, i m totally confused
By uday shankar singh in forum AWT / SwingReplies: 3Last Post: 04-10-2010, 03:26 AM -
I'm lost, totally(pointer exceptions?)
By helpisontheway in forum New To JavaReplies: 4Last Post: 12-01-2009, 06:41 AM -
New to Java - totally lost as to what to download
By RR_QQ in forum New To JavaReplies: 1Last Post: 09-04-2008, 09:07 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks