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> </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> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>D:\SAML-J\SAML_1.1_Java_Toolkit_2.0>F:\ant\jakarta-ant-1.5.1\=
bin\ant=20
demo-deploy</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>Buildfile: build.xml</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>infrastructure-package:</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>generate-xml-uptodate:</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>generate-xml:<BR> [xmlbean] Time to build schema type =
system: 5.126=20
seconds<BR> [xmlbean] Time to generate code: 17.657 =
seconds<BR> =20
[xmlbean] Since fork is true, ignoring compiler setting.<BR> =
[xmlbean]=20
Compiling 743 source files to=20
C:\DOCUME~1\c90008\LOCALS~1\Temp\xbean<BR>41160.d\classes<BR> =
[xmlbean]=20
Since fork is true, ignoring compiler setting.<BR> [xmlbean] Note: =
Some=20
input files use or override a deprecated API.<BR> [xmlbean] Note:=20
Recompile with -deprecation for details.<BR> [xmlbean] Time to =
compile=20
code: 20.282 seconds<BR> [xmlbean] Building jar:=20
D:\SAML-J\Infrastructure\build\lib\sourceid-infrastruc<BR>ture-xml.jar</F=
ONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>clean-classes:<BR> [delete] Deleting directory=20
D:\SAML-J\Infrastructure\build\classes</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>generate-mbean-uptodate:</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>generate-mbean:</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>compile-classes:<BR> [mkdir] Created dir:=20
D:\SAML-J\Infrastructure\build\classes<BR> [javac] =
Compiling=20
57 source files to =
D:\SAML-J\Infrastructure\build\classes</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>generate-manifest-classpath:</FONT></SPAN></DIV>
<DIV> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2>package:</FONT></SPAN></DIV>
<DIV> </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> </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></FONT></SPAN></DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </DIV>
<DIV><SPAN class=3D329505606-23072006><FONT face=3DArial color=3D#0000ff =
size=3D2></FONT></SPAN> </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> </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> </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> </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>F:\ant\jakar<BR>ta-ant-1.5.1\bin\ant=20
demo-deploy<BR>Buildfile: build.xml</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>infrastructure-package:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>generate-xml-uptodate:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>generate-xml:<BR> [xmlbean] =
Time to build=20
schema type system: 4.765 seconds<BR> [xmlbean] Time to generate =
code:=20
18.532 seconds<BR> [xmlbean] Since fork is true, ignoring =
compiler=20
setting.<BR> [xmlbean] Compiling 743 source files to=20
C:\DOCUME~1\c90008\LOCALS~1\Temp\xbean<BR>28060.d\classes<BR> =
[xmlbean]=20
Since fork is true, ignoring compiler setting.<BR> [xmlbean] =
javac:=20
invalid flag: C:\saml-toolkit\SAML<BR> [xmlbean] Usage: javac=20
<options> <source files><BR> [xmlbean] where =
possible=20
options include:<BR> [xmlbean] =20
=
-g  =
; =20
Generate all debugging info<BR> [xmlbean] =20
=
-g:none =
=20
Generate no debugging info<BR> [xmlbean] =20
-g:{lines,vars,source} Generate only some debugging=20
info<BR> [xmlbean] =20
=
-nowarn =
=20
Generate no warnings<BR> [xmlbean] =20
=
-verbose  =
; =20
Output messages about what the compiler<BR>is doing<BR> =20
[xmlbean] =20
=
-deprecation &=
nbsp; =20
Output source locations where deprecated<BR> APIs are =
used<BR> =20
[xmlbean] -classpath=20
<path> Specify =
where to=20
find user class files<BR> [xmlbean] -sourcepath=20
<path> Specify where =
to find=20
input source files</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2> [xmlbean] =
-bootclasspath=20
<path> Override location of bootstrap =
class=20
fil<BR>es<BR> [xmlbean] -extdirs=20
=
<dirs> =
Override location of installed extension<BR>s<BR> =
[xmlbean] =20
-d=20
=
<directory> &n=
bsp; =20
Specify where to place generated class f<BR>iles<BR> =20
[xmlbean] -encoding =
<encoding> =20
Specify character encoding used by sourc<BR>e files<BR> =20
[xmlbean] -source=20
<release> =
Provide source=20
compatibility with specif<BR>ied release<BR> =
[xmlbean] =20
-target =
<release> =20
Generate class files for specific VM ver<BR>sion<BR> =20
[xmlbean] =20
=
-help &n=
bsp; =20
Print a synopsis of standard options</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2> [xmlbean] Exception while =
building=20
schemas: Compile failed; see the compiler e<BR>rror output for=20
details.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>clean-classes:<BR> =
[delete] Deleting=20
directory C:\saml-toolkit\SAML 1.1 Java Toolkit=20
2.0\Infrast<BR>ructure\build\classes</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>generate-mbean-uptodate:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>generate-mbean:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial =
size=3D2>compile-classes:<BR> [mkdir]=20
Created dir: C:\saml-toolkit\SAML 1.1 Java Toolkit=20
2.0\Infrastructur<BR>e\build\classes<BR> [javac] =
Compiling=20
57 source files to C:\saml-toolkit\SAML 1.1 Java Toolkit=20
2<BR>.0\Infrastructure\build\classes<BR> [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> =20
[javac] import=20
org.sourceid.protocol.samlp11.xml.StatusType;<BR> =20
=
[javac] =
&=
nbsp; &n=
bsp; =20
^<BR> [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> [javac] symbol : class=20
StatusType<BR> [javac] location: class=20
org.sourceid.common.Artifact<BR> =20
[javac] private StatusType=20
status;<BR> =20
=
[javac] =
=20
^<BR> [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> [javac] symbol : class=20
StatusType<BR> [javac] location: class=20
org.sourceid.common.Artifact<BR> =20
[javac] public StatusType=20
getStatusCodeValue()<BR> =20
=
[javac] =
=20
^<BR> [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> [javac] symbol : class=20
StatusType<BR> [javac] location: class=20
org.sourceid.common.Artifact<BR> =20
[javac] public static Artifact generate(byte=20
typecode1, byte typecode2,<BR>String sourceID, String issuedTo, =
StatusType=20
status)<BR> =20
=
[javac]<BR> &n=
bsp; &nb=
sp; =20
^<BR> [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> [javac] symbol : class=20
StatusType</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </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==--