Re: Dmake errors on udkapi in 1.1.4
James McKenzie <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.porting |
|---|---|
| Message-ID | <[email protected]> |
eric.bachard wrote: > Hi, > > James McKenzie a écrit : > >> ericb wrote: >> Thanks. I grabbed Ant from the Apache site, but I cannot find the >> part where I'm supposed to add Ant to the build. > > > Wherever you want. I'd just advice you inside the sources tree : > external dir (made for this purpose) is IMHO the best choice... > The choosen place will be called ANT_HOME ( and after export -> > $ANT_HOME ). Then, while configure, you have to add the following > option : --with-ant-home=/path/where/apache-ant/is/installed > > And if configure is successfull, other environment variables will be > in your Macosxenv.Set.sh , build with $ANT_HOME : > > $ANT=$ANT_HOME/bin/ant > $ANT_LIB=$ANT_HOME/lib > > The output says (or not) if ant works (or not) while configure. Be > careful : this is true for OpenOffice.org build. I don't know for Neo. > And last but not least, "configure --help | grep ant" will probably > help you a lot ;-) Got the output that says that ant does work, but I did not get either the $ANT or $ANT_LIB variables set. Also, my JAVA_HOME is set to /usr. However this is NOT the directory where either Java 1.3.1 or Java 1.4.2 are installed. I'm wondering if I have to move the Java binaries, libraries or classes to another directory. Do I have to do this? James McKenzie