list archives . users mailing list

Subject: Building OGSA-DAI 1.5

Date view Thread view Subject view Author view Attachment view

From: Brian Hills (brianh@nesc.ac.uk)
Date: Mar 13, 2003 12:11

Hi,
 
I have downloaded the 1.5 distribution from the website, this appears to
be just the source, is a binary dististribution available?
 
I have followed the appendix in the i-guide on building the source, but
have had to do some extra steps to get the build going that were not
documented e.g. create a specific lib directory, and run ant from
<OGSA-DAI> not <OGSA-DAI>/src/build (this directory doesnt exist).
 
Now when I run the build I get a lot of compilation errors, I've listed
some below.
 
Do some items need to be added to the classpath to enable the build to
work?
 
Thanks
 
Brian
 

C:\ProgramFiles\ogsadai_1.5\ogsadai-src>more out
Buildfile: build.xml
 
clean:
   [delete] Deleting directory
C:\ProgramFiles\ogsadai_1.5\ogsadai-src\build
    [mkdir] Created dir: C:\ProgramFiles\ogsadai_1.5\ogsadai-src\build
 
checkCompilePreReqs:
     [echo] Checking for prerequisites
     [echo] axis.jar: present
     [echo] cog-axis.jar: present
     [echo] cog-jglobus.jar: present
     [echo] jaxrpc.jar: present
     [echo] log4j.jar: present
     [echo] ogsa.jar: present
     [echo] rowset.jar: present
     [echo] saaj.jar: present
     [echo] wsdl4j.jar: present
     [echo] xalan.jar: present
     [echo] xercesImpl.jar: present
     [echo] xmlParserAPIs.jar: present
     [echo] xmldb.jar: present
     [echo] xsdbeans.jar: present
 
compile:
     [echo] ATTENTION: if you have compilation problems, make sure you
have a Ja
va SDK version >= 1.4
 
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 145 source files to
C:\ProgramFiles\ogsadai_1.5\ogsadai-sr
c\build
    [javac] Since fork is true, ignoring compiler setting.
    [javac]
C:\ProgramFiles\ogsadai_1.5\ogsadai-src\src\java\uk\org\ogsadai\clie
nt\gdsr\GridDataServiceRegistryClient.java:33: cannot resolve symbol
    [javac] symbol : class InvalidExpressionFault
    [javac] location: package ogsa
    [javac] import org.gridforum.ogsa.InvalidExpressionFault;
    [javac] ^
    [javac]
C:\ProgramFiles\ogsadai_1.5\ogsadai-src\src\java\uk\org\ogsadai\clie
nt\gdsr\GridDataServiceRegistryClient.java:35: cannot resolve symbol
    [javac] symbol : class ExpressionNotSupportedFault
    [javac] location: package ogsa
    [javac] import org.gridforum.ogsa.ExpressionNotSupportedFault;
    [javac] ^


Date view Thread view Subject view Author view Attachment view
webperson@nesc.ac.uk