Compilation Error problem

Good Evening everybody,

I am trying to build Wildfire source code on my machine but I get a weird error when executing the command: ant. Here’'s the full log of what happened:

C:\Documents and Settings\Karim Assaad Hamdan\Desktop\wildfire_src\build>ant wil

dfire

Buildfile: build.xml

init:

Created dir: C:\Documents and Settings\Karim Assaad Hamdan\Desktop\w

ildfire_src\work

Expanding: C:\Documents and Settings\Karim Assaad Hamdan\Desktop\wil

dfire_src\build\lib\merge\whack.jar into C:\Documents and Settings\Karim Assaad

Hamdan\Desktop\wildfire_src\work\whack

compile:

Created dir: C:\Documents and Settings\Karim Assaad Hamdan\Desktop\w

ildfire_src\work\classes

Compiling 435 source files to C:\Documents and Settings\Karim Assaad

Hamdan\Desktop\wildfire_src\work\classes

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

Note: Some input files use unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

jspc:

Created dir: C:\Documents and Settings\Karim Assaad Hamdan\Desktop\w

ildfire_src\work\jspc

Created dir: C:\Documents and Settings\Karim Assaad Hamdan\Desktop\w

ildfire_src\work\jspc\java

Created dir: C:\Documents and Settings\Karim Assaad Hamdan\Desktop\w

ildfire_src\work\jspc\classes

Created dir: C:\Documents and Settings\Karim Assaad Hamdan\Desktop\w

ildfire_src\work\webapp

-jspc-impl:

org.apache.jasper.JasperException: The -uriroot option must specify

a pre-existing directory

BUILD FAILED

C:\Documents and Settings\Karim Assaad Hamdan\Desktop\wildfire_src\build\build.x

ml:439: The following error occurred while executing this line:

C:\Documents and Settings\Karim Assaad Hamdan\Desktop\wildfire_src\build\build.x

ml:471: Unable to load file: java.io.FileNotFoundException: C:\Documents and Set

tings\Karim Assaad Hamdan\Desktop\wildfire_src\work\jspc\web.partial.xml (The sy

stem cannot find the file specified)

Total time: 11 seconds

C:\Documents and Settings\Karim Assaad Hamdan\Desktop\wildfire_src\build>

I would be more than happy if anyone can help me about that error… Thanks a lot

Hi Karim,

This is the same problem reported in this thread. Download and use the build.xml file I attached in my other response and you should be good to go.

Hope that helps,

Ryan

Hi Ryan,

Thanks a lot… The error has gone now and the build is successful… Thanks a lot for ur help