Subject: Building OGSA-DAI 1.5
- Next message: Brian Hills: "RE: Building OGSA-DAI 1.5"
- Previous message: Mario Antonioletti: "Re: Wrong files in "v1.5" of OGSA-DAI?"
- Next in thread: Brian Hills: "RE: Building OGSA-DAI 1.5"
- Maybe reply: Brian Hills: "RE: Building OGSA-DAI 1.5"
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] ^
- Next message: Brian Hills: "RE: Building OGSA-DAI 1.5"
- Previous message: Mario Antonioletti: "Re: Wrong files in "v1.5" of OGSA-DAI?"
- Next in thread: Brian Hills: "RE: Building OGSA-DAI 1.5"
- Maybe reply: Brian Hills: "RE: Building OGSA-DAI 1.5"