[AWS] problem building AWS

Pascal Obry pascal at obry.net
Wed Oct 17 00:13:13 CEST 2007


shyam laximan a écrit :
> Pascal,
> 
> i have the xmlada.gpr installed under
> C:\GNAT\XMLada\lib\gnat

Ok, so it is not installed under the GNAT root (which is c:\gnat). So
you need to add C:\GNAT\XMLada\lib\gnat into the ADA_PROJECT_PATH. Be
sure to use ; to separate path.

   export ADA_PROJECT_PATH=path1\;path2...

Note the \ to escape ;

If you add installed XML/Ada under c:\GNAT, the XML/Ada project file
would have been found automatically as it would have been installed into
c:\gnat\lib\gnat where GNAT looks for project files.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



More information about the AWS mailing list