RE: SAML 1.1 Java Toolkit 2.0 not building

"SV Raghu" <[email protected]> Sun, 23 Jul 2006 09:59:46 +0300
Newsgroups gmane.comp.sourceid.sso.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============0857208410==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C6AE25.95093823"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C6AE25.95093823
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Thank you David. Now I have acrossed that hurdle. But I am stuck at the
next. Is the zip file missing any of the components like
D:\SAML-J\Infrastructure\src\meta\sar=20
=20
the error is as shown below. Kindly require help on the same.
=20
D:\SAML-J\SAML_1.1_Java_Toolkit_2.0>F:\ant\jakarta-ant-1.5.1\bin\ant
demo-deploy
=20
Buildfile: build.xml
=20
infrastructure-package:
=20
generate-xml-uptodate:
=20
generate-xml:
  [xmlbean] Time to build schema type system: 5.126 seconds
  [xmlbean] Time to generate code: 17.657 seconds
  [xmlbean] Since fork is true, ignoring compiler setting.
  [xmlbean] Compiling 743 source files to
C:\DOCUME~1\c90008\LOCALS~1\Temp\xbean
41160.d\classes
  [xmlbean] Since fork is true, ignoring compiler setting.
  [xmlbean] Note: Some input files use or override a deprecated API.
  [xmlbean] Note: Recompile with -deprecation for details.
  [xmlbean] Time to compile code: 20.282 seconds
  [xmlbean] Building jar:
D:\SAML-J\Infrastructure\build\lib\sourceid-infrastruc
ture-xml.jar
=20
clean-classes:
   [delete] Deleting directory D:\SAML-J\Infrastructure\build\classes
=20
generate-mbean-uptodate:
=20
generate-mbean:
=20
compile-classes:
    [mkdir] Created dir: D:\SAML-J\Infrastructure\build\classes
    [javac] Compiling 57 source files to
D:\SAML-J\Infrastructure\build\classes
=20
generate-manifest-classpath:
=20
package:
=20
BUILD FAILED
file:D:/SAML-J/Infrastructure/build.xml:107:
D:\SAML-J\Infrastructure\src\meta\sar not found.
=20
Total time: 1 minute 2 seconds
D:\SAML-J\SAML_1.1_Java_Toolkit_2.0>
=20
=20

________________________________

From: [email protected]
[mailto:[email protected]] On Behalf Of David Waite
Sent: Saturday, July 22, 2006 8:59 PM
To: SourceID Developers List
Subject: Re: [SourceID SSO-dev] SAML 1.1 Java Toolkit 2.0 not building


it looks like the build is failing due to the space in the directory
path.=20

-David Waite

On Jul 22, 2006, at 8:51 AM, SV Raghu wrote:


	Dear SSO-DEV,
	=20
	When trying to build SAML 1.1 Java Toolkit 2.0 it is refusing to
build throwing the following error.
	=20
	Can somebody please help me.
	=20
	C:\saml-toolkit\SAML 1.1 Java Toolkit
2.0\SAML_1.1_Java_Toolkit_2.0>F:\ant\jakar
	ta-ant-1.5.1\bin\ant demo-deploy
	Buildfile: build.xml
	=20
	infrastructure-package:
	=20
	generate-xml-uptodate:
	=20
	generate-xml:
	  [xmlbean] Time to build schema type system: 4.765 seconds
	  [xmlbean] Time to generate code: 18.532 seconds
	  [xmlbean] Since fork is true, ignoring compiler setting.
	  [xmlbean] Compiling 743 source files to
C:\DOCUME~1\c90008\LOCALS~1\Temp\xbean
	28060.d\classes
	  [xmlbean] Since fork is true, ignoring compiler setting.
	  [xmlbean] javac: invalid flag: C:\saml-toolkit\SAML
	  [xmlbean] Usage: javac <options> <source files>
	  [xmlbean] where possible options include:
	  [xmlbean]   -g                        Generate all debugging
info
	  [xmlbean]   -g:none                   Generate no debugging
info
	  [xmlbean]   -g:{lines,vars,source}    Generate only some
debugging info
	  [xmlbean]   -nowarn                   Generate no warnings
	  [xmlbean]   -verbose                  Output messages about
what the compiler
	is doing
	  [xmlbean]   -deprecation              Output source locations
where deprecated
	 APIs are used
	  [xmlbean]   -classpath <path>         Specify where to find
user class files
	  [xmlbean]   -sourcepath <path>        Specify where to find
input source files
	=20
	  [xmlbean]   -bootclasspath <path>     Override location of
bootstrap class fil
	es
	  [xmlbean]   -extdirs <dirs>           Override location of
installed extension
	s
	  [xmlbean]   -d <directory>            Specify where to place
generated class f
	iles
	  [xmlbean]   -encoding <encoding>      Specify character
encoding used by sourc
	e files
	  [xmlbean]   -source <release>         Provide source
compatibility with specif
	ied release
	  [xmlbean]   -target <release>         Generate class files for
specific VM ver
	sion
	  [xmlbean]   -help                     Print a synopsis of
standard options
	=20
	  [xmlbean] Exception while building schemas: Compile failed;
see the compiler e
	rror output for details.
	=20
	clean-classes:
	   [delete] Deleting directory C:\saml-toolkit\SAML 1.1 Java
Toolkit 2.0\Infrast
	ructure\build\classes
	=20
	generate-mbean-uptodate:
	=20
	generate-mbean:
	=20
	compile-classes:
	    [mkdir] Created dir: C:\saml-toolkit\SAML 1.1 Java Toolkit
2.0\Infrastructur
	e\build\classes
	    [javac] Compiling 57 source files to C:\saml-toolkit\SAML
1.1 Java Toolkit 2
	.0\Infrastructure\build\classes
	    [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit
2.0\Infrastructure\src\java\or
	g\sourceid\common\Artifact.java:24: package
org.sourceid.protocol.samlp11.xml do
	es not exist
	    [javac] import org.sourceid.protocol.samlp11.xml.StatusType;
	    [javac]                                          ^
	    [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit
2.0\Infrastructure\src\java\or
	g\sourceid\common\Artifact.java:35: cannot resolve symbol
	    [javac] symbol  : class StatusType
	    [javac] location: class org.sourceid.common.Artifact
	    [javac]     private StatusType status;
	    [javac]             ^
	    [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit
2.0\Infrastructure\src\java\or
	g\sourceid\common\Artifact.java:75: cannot resolve symbol
	    [javac] symbol  : class StatusType
	    [javac] location: class org.sourceid.common.Artifact
	    [javac]     public StatusType getStatusCodeValue()
	    [javac]            ^
	    [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit
2.0\Infrastructure\src\java\or
	g\sourceid\common\Artifact.java:116: cannot resolve symbol
	    [javac] symbol  : class StatusType
	    [javac] location: class org.sourceid.common.Artifact
	    [javac]     public static Artifact generate(byte typecode1,
byte typecode2,
	String sourceID, String issuedTo, StatusType status)
	    [javac]
	                                  ^
	    [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit
2.0\Infrastructure\src\java\or
	g\sourceid\common\Artifact.java:121: cannot resolve symbol
	    [javac] symbol  : class StatusType
	=20
	=20
	=20
	Regards Raghu
	_______________________________________________
	sso-dev mailing list
	[email protected]
	http://lists.sourceid.org/mailman/listinfo/sso-dev



------_=_NextPart_001_01C6AE25.95093823
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1555" name=3DGENERATOR></HEAD>
<BODY=20
style=3D"WORD-WRAP: break-word; khtml-nbsp-mode: space; =
khtml-line-break: after-white-space">
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>Thank=20
you David. Now I have acrossed that hurdle. But I am stuck at the next. =
Is the=20
zip file missing any of the components like<STRONG>=20
D:\SAML-J\Infrastructure\src\meta\sar</STRONG> </FONT></SPAN></DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2><STRONG></STRONG></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><STRONG><FONT face=3DArial =
color=3D#0000ff=20
size=3D2>the error is as shown below. Kindly require help on the=20
same.</FONT></STRONG></SPAN></DIV>
<DIV><SPAN class=3D329505606-23072006><STRONG><FONT face=3DArial =
color=3D#0000ff=20
size=3D2></FONT></STRONG></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>D:\SAML-J\SAML_1.1_Java_Toolkit_2.0&gt;F:\ant\jakarta-ant-1.5.1\=
bin\ant=20
demo-deploy</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>Buildfile: build.xml</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>infrastructure-package:</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>generate-xml-uptodate:</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>generate-xml:<BR>&nbsp; [xmlbean] Time to build schema type =
system: 5.126=20
seconds<BR>&nbsp; [xmlbean] Time to generate code: 17.657 =
seconds<BR>&nbsp;=20
[xmlbean] Since fork is true, ignoring compiler setting.<BR>&nbsp; =
[xmlbean]=20
Compiling 743 source files to=20
C:\DOCUME~1\c90008\LOCALS~1\Temp\xbean<BR>41160.d\classes<BR>&nbsp; =
[xmlbean]=20
Since fork is true, ignoring compiler setting.<BR>&nbsp; [xmlbean] Note: =
Some=20
input files use or override a deprecated API.<BR>&nbsp; [xmlbean] Note:=20
Recompile with -deprecation for details.<BR>&nbsp; [xmlbean] Time to =
compile=20
code: 20.282 seconds<BR>&nbsp; [xmlbean] Building jar:=20
D:\SAML-J\Infrastructure\build\lib\sourceid-infrastruc<BR>ture-xml.jar</F=
ONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>clean-classes:<BR>&nbsp;&nbsp; [delete] Deleting directory=20
D:\SAML-J\Infrastructure\build\classes</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>generate-mbean-uptodate:</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>generate-mbean:</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>compile-classes:<BR>&nbsp;&nbsp;&nbsp; [mkdir] Created dir:=20
D:\SAML-J\Infrastructure\build\classes<BR>&nbsp;&nbsp;&nbsp; [javac] =
Compiling=20
57 source files to =
D:\SAML-J\Infrastructure\build\classes</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>generate-manifest-classpath:</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2>package:</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>BUILD=20
FAILED<BR>file:D:/SAML-J/Infrastructure/build.xml:107:=20
D:\SAML-J\Infrastructure\src\meta\sar not found.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>Total=20
time: 1 minute 2=20
seconds<BR>D:\SAML-J\SAML_1.1_Java_Toolkit_2.0&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =

size=3D2></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
<HR tabIndex=3D-1>
<FONT face=3DTahoma size=3D2><B>From:</B> =
[email protected]=20
[mailto:[email protected]] <B>On Behalf Of </B>David=20
Waite<BR><B>Sent:</B> Saturday, July 22, 2006 8:59 PM<BR><B>To:</B> =
SourceID=20
Developers List<BR><B>Subject:</B> Re: [SourceID SSO-dev] SAML 1.1 Java =
Toolkit=20
2.0 not building<BR></FONT><BR></DIV>
<DIV></DIV>it looks like the build is failing due to the space in the =
directory=20
path.
<DIV><BR class=3Dkhtml-block-placeholder></DIV>
<DIV>-David Waite</DIV>
<DIV><BR>
<DIV>
<DIV>On Jul 22, 2006, at 8:51 AM, SV Raghu wrote:</DIV><BR=20
class=3DApple-interchange-newline>
<BLOCKQUOTE type=3D"cite">
  <DIV><FONT face=3DArial size=3D2><SPAN class=3D250563814-22072006>Dear =

  SSO-DEV,</SPAN></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><SPAN=20
  class=3D250563814-22072006></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2><SPAN class=3D250563814-22072006>When =
trying to=20
  build <STRONG>SAML 1.1 Java Toolkit 2.0</STRONG> <STRONG>it is =
refusing to=20
  build throwing the following error.</STRONG></SPAN></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><SPAN=20
  class=3D250563814-22072006><STRONG></STRONG></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2><SPAN =
class=3D250563814-22072006><STRONG>Can=20
  somebody please help me.</STRONG></SPAN></FONT></DIV>
  <DIV><FONT face=3DArial size=3D2><SPAN=20
  class=3D250563814-22072006></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2><SPAN=20
  class=3D250563814-22072006></SPAN></FONT><FONT face=3DArial=20
  size=3D2>C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\SAML_1.1_Java_Toolkit_2.0&gt;F:\ant\jakar<BR>ta-ant-1.5.1\bin\ant=20
  demo-deploy<BR>Buildfile: build.xml</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>infrastructure-package:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>generate-xml-uptodate:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>generate-xml:<BR>&nbsp; [xmlbean] =
Time to build=20
  schema type system: 4.765 seconds<BR>&nbsp; [xmlbean] Time to generate =
code:=20
  18.532 seconds<BR>&nbsp; [xmlbean] Since fork is true, ignoring =
compiler=20
  setting.<BR>&nbsp; [xmlbean] Compiling 743 source files to=20
  C:\DOCUME~1\c90008\LOCALS~1\Temp\xbean<BR>28060.d\classes<BR>&nbsp; =
[xmlbean]=20
  Since fork is true, ignoring compiler setting.<BR>&nbsp; [xmlbean] =
javac:=20
  invalid flag: C:\saml-toolkit\SAML<BR>&nbsp; [xmlbean] Usage: javac=20
  &lt;options&gt; &lt;source files&gt;<BR>&nbsp; [xmlbean] where =
possible=20
  options include:<BR>&nbsp; [xmlbean]&nbsp;&nbsp;=20
  =
-g&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  Generate all debugging info<BR>&nbsp; [xmlbean]&nbsp;&nbsp;=20
  =
-g:none&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  Generate no debugging info<BR>&nbsp; [xmlbean]&nbsp;&nbsp;=20
  -g:{lines,vars,source}&nbsp;&nbsp;&nbsp; Generate only some debugging=20
  info<BR>&nbsp; [xmlbean]&nbsp;&nbsp;=20
  =
-nowarn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  Generate no warnings<BR>&nbsp; [xmlbean]&nbsp;&nbsp;=20
  =
-verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  Output messages about what the compiler<BR>is doing<BR>&nbsp;=20
  [xmlbean]&nbsp;&nbsp;=20
  =
-deprecation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;=20
  Output source locations where deprecated<BR>&nbsp;APIs are =
used<BR>&nbsp;=20
  [xmlbean]&nbsp;&nbsp; -classpath=20
  &lt;path&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Specify =
where to=20
  find user class files<BR>&nbsp; [xmlbean]&nbsp;&nbsp; -sourcepath=20
  &lt;path&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Specify where =
to find=20
  input source files</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>&nbsp; [xmlbean]&nbsp;&nbsp; =
-bootclasspath=20
  &lt;path&gt;&nbsp;&nbsp;&nbsp;&nbsp; Override location of bootstrap =
class=20
  fil<BR>es<BR>&nbsp; [xmlbean]&nbsp;&nbsp; -extdirs=20
  =
&lt;dirs&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =

  Override location of installed extension<BR>s<BR>&nbsp; =
[xmlbean]&nbsp;&nbsp;=20
  -d=20
  =
&lt;directory&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;=20
  Specify where to place generated class f<BR>iles<BR>&nbsp;=20
  [xmlbean]&nbsp;&nbsp; -encoding =
&lt;encoding&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  Specify character encoding used by sourc<BR>e files<BR>&nbsp;=20
  [xmlbean]&nbsp;&nbsp; -source=20
  &lt;release&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
Provide source=20
  compatibility with specif<BR>ied release<BR>&nbsp; =
[xmlbean]&nbsp;&nbsp;=20
  -target =
&lt;release&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  Generate class files for specific VM ver<BR>sion<BR>&nbsp;=20
  [xmlbean]&nbsp;&nbsp;=20
  =
-help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  Print a synopsis of standard options</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>&nbsp; [xmlbean] Exception while =
building=20
  schemas: Compile failed; see the compiler e<BR>rror output for=20
  details.</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>clean-classes:<BR>&nbsp;&nbsp; =
[delete] Deleting=20
  directory C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\Infrast<BR>ructure\build\classes</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>generate-mbean-uptodate:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>generate-mbean:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial =
size=3D2>compile-classes:<BR>&nbsp;&nbsp;&nbsp; [mkdir]=20
  Created dir: C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\Infrastructur<BR>e\build\classes<BR>&nbsp;&nbsp;&nbsp; [javac] =
Compiling=20
  57 source files to C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2<BR>.0\Infrastructure\build\classes<BR>&nbsp;&nbsp;&nbsp; [javac]=20
  C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\Infrastructure\src\java\or<BR>g\sourceid\common\Artifact.java:24: =
package=20
  org.sourceid.protocol.samlp11.xml do<BR>es not =
exist<BR>&nbsp;&nbsp;&nbsp;=20
  [javac] import=20
  org.sourceid.protocol.samlp11.xml.StatusType;<BR>&nbsp;&nbsp;&nbsp;=20
  =
[javac]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  ^<BR>&nbsp;&nbsp;&nbsp; [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\Infrastructure\src\java\or<BR>g\sourceid\common\Artifact.java:35: =
cannot=20
  resolve symbol<BR>&nbsp;&nbsp;&nbsp; [javac] symbol&nbsp; : class=20
  StatusType<BR>&nbsp;&nbsp;&nbsp; [javac] location: class=20
  org.sourceid.common.Artifact<BR>&nbsp;&nbsp;&nbsp;=20
  [javac]&nbsp;&nbsp;&nbsp;&nbsp; private StatusType=20
  status;<BR>&nbsp;&nbsp;&nbsp;=20
  =
[javac]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;=20
  ^<BR>&nbsp;&nbsp;&nbsp; [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\Infrastructure\src\java\or<BR>g\sourceid\common\Artifact.java:75: =
cannot=20
  resolve symbol<BR>&nbsp;&nbsp;&nbsp; [javac] symbol&nbsp; : class=20
  StatusType<BR>&nbsp;&nbsp;&nbsp; [javac] location: class=20
  org.sourceid.common.Artifact<BR>&nbsp;&nbsp;&nbsp;=20
  [javac]&nbsp;&nbsp;&nbsp;&nbsp; public StatusType=20
  getStatusCodeValue()<BR>&nbsp;&nbsp;&nbsp;=20
  =
[javac]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
=20
  ^<BR>&nbsp;&nbsp;&nbsp; [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\Infrastructure\src\java\or<BR>g\sourceid\common\Artifact.java:116: =
cannot=20
  resolve symbol<BR>&nbsp;&nbsp;&nbsp; [javac] symbol&nbsp; : class=20
  StatusType<BR>&nbsp;&nbsp;&nbsp; [javac] location: class=20
  org.sourceid.common.Artifact<BR>&nbsp;&nbsp;&nbsp;=20
  [javac]&nbsp;&nbsp;&nbsp;&nbsp; public static Artifact generate(byte=20
  typecode1, byte typecode2,<BR>String sourceID, String issuedTo, =
StatusType=20
  status)<BR>&nbsp;&nbsp;&nbsp;=20
  =
[javac]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
  ^<BR>&nbsp;&nbsp;&nbsp; [javac] C:\saml-toolkit\SAML 1.1 Java Toolkit=20
  2.0\Infrastructure\src\java\or<BR>g\sourceid\common\Artifact.java:121: =
cannot=20
  resolve symbol<BR>&nbsp;&nbsp;&nbsp; [javac] symbol&nbsp; : class=20
  StatusType</FONT></DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
  <DIV><SPAN class=3D250563814-22072006><FONT face=3DArial =
size=3D2>Regards=20
  Raghu</FONT></SPAN></DIV>
  <DIV style=3D"MARGIN: =
0px">_______________________________________________</DIV>
  <DIV style=3D"MARGIN: 0px">sso-dev mailing list</DIV>
  <DIV style=3D"MARGIN: 0px"><A=20
  =
href=3D"mailto:[email protected]">[email protected]</A>=
</DIV>
  <DIV style=3D"MARGIN: 0px"><A=20
  =
href=3D"http://lists.sourceid.org/mailman/listinfo/sso-dev">http://lists.=
sourceid.org/mailman/listinfo/sso-dev</A></DIV></BLOCKQUOTE></DIV><BR></D=
IV></BODY></HTML>

------_=_NextPart_001_01C6AE25.95093823--

--===============0857208410==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
sso-dev mailing list
[email protected]
http://lists.sourceid.org/mailman/listinfo/sso-dev

--===============0857208410==--