Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Ant, Maven and Other Build Tools and the fly likes Problem in hudson build process Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Problem in hudson build process" Watch "Problem in hudson build process" New topic
Author

Problem in hudson build process

syruss kumar
Ranch Hand

Joined: Jul 23, 2009
Posts: 87
Hi all,

Im a newbie to hudson. I have deployed hudson in tomcat i can create a new job and while executing the ant i got this error.

C:\Documents and Settings\navinkumar\.hudson\jobs\TestBaseCamp1\workspace\ext_stage_3_demo_sprint1_2nd_cycle\build-parent.xml:100: The following error occurred while executing this line:
C:\Documents and Settings\navinkumar\.hudson\jobs\TestBaseCamp1\workspace\ext_stage_3_demo_sprint1_2nd_cycle\ext-impl\build-parent.xml:69: .

Error running C:\Program Files\Java\jdk1.5.0_14\bin\javac.exe compiler

Note:JAVA_HOME,ANT_HOME are in path.If i tried to execute the build in command prompt its working fine.Please help me out .

Thanks in advance.


All search starts with beginner's luck and all search ends with victor's severly tested.
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

Some times Java based apps don't like having spaces in their path. Try installing an alternative jdk at somewhere like C:\Java


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
syruss kumar
Ranch Hand

Joined: Jul 23, 2009
Posts: 87
Thanks a lot i resolved the issue
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

You're welcome!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem in hudson build process
 
Similar Threads
to send xml files as an attachment with notification email in hudson
PMD ANT problem
CATALINE_HOME
Getting Coverage report by Hudson Cobertura plugin
ANT - JUNIT