You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Ias <ia...@hotmail.com> on 2004/04/03 07:07:57 UTC

Feedback on Java API for Metadata

Hi all,

I built JAM from the latest CVS Head and here's what I've got with J2SE
1.5.0 b32c(a.k.a. Tiger beta1)

compile:
    [mkdir] Created dir: D:\apache\xml\xmlbeans-v2\build\jam\classes
    [javac] Compiling 101 source files to
D:\apache\xml\xmlbeans-v2\build\jam\classes
    [javac]
D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
15\Reflect15DelegateImpl.java:114: cannot find symbol
    [javac] symbol  : method annotationType()
    [javac] location: interface java.lang.annotation.Annotation
    [javac]         (anns[i].annotationType().getName());
    [javac]              ^
    [javac]
D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
15\Reflect15DelegateImpl.java:123: cannot find symbol
    [javac] symbol  : method annotationType()
    [javac] location: interface java.lang.annotation.Annotation
    [javac]     Class annType = src.annotationType();
    [javac]                        ^
    [javac] Note: * uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 2 errors

BUILD FAILED

I also tried to build JAM with J2SE 1.5.0 b45 and learned that "ant test"
failed with the attached report.

Thanks for your response in advance,

Ias

Re: Feedback on Java API for Metadata

Posted by Patrick Calahan <pc...@bea.com>.
At 02:07 PM 4/3/2004 +0900, Ias wrote:
>Hi all,
>
>
>I also tried to build JAM with J2SE 1.5.0 b45 and learned that "ant test"
>failed with the attached report.


Oops, missed this part - looks like you have an even more recent drop than 
I do. :)  I'll take a look into this - the test that is failing is 
extremely sensitive to even minor changes in the behavior of javadoc or 
reflection.

Thanks again,
-p


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


Re: Feedback on Java API for Metadata

Posted by Patrick Calahan <pc...@bea.com>.
I don't think they've made b2 generally available yet, but I believe there 
will be another drop soon.
-p

At 07:17 PM 4/4/2004 -0700, Ganga Sah wrote:
>Where from can JDK 1.5.0-beta2 be downloaded as I see
>only 1.5.0-beta1 at java.sun.com?
>
>--- Patrick Calahan <pc...@bea.com> wrote:
> > Hi Ias, thanks for the feedback.  Sorry for the
> > confusion - you need the
> > latest 1.5 drop:
> >
> >  > java -version
> > java version "1.5.0-beta2"
> > Java(TM) 2 Runtime Environment, Standard Edition
> > (build 1.5.0-beta2-b40)
> > Java HotSpot(TM) Client VM (build 1.5.0-beta2-b40,
> > mixed mode)
> >
> > I'll add a note somewhere about this (although it
> > shouldn't be an issue for
> > too much longer...)
> >
> > -p
> >
> >
> > build 1.5.0-beta2-b40
> >
> > At 02:07 PM 4/3/2004 +0900, Ias wrote:
> > >Hi all,
> > >
> > >I built JAM from the latest CVS Head and here's
> > what I've got with J2SE
> > >1.5.0 b32c(a.k.a. Tiger beta1)
> > >
> > >compile:
> > >     [mkdir] Created dir:
> > D:\apache\xml\xmlbeans-v2\build\jam\classes
> > >     [javac] Compiling 101 source files to
> > >D:\apache\xml\xmlbeans-v2\build\jam\classes
> > >     [javac]
> >
> >D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> > >15\Reflect15DelegateImpl.java:114: cannot find
> > symbol
> > >     [javac] symbol  : method annotationType()
> > >     [javac] location: interface
> > java.lang.annotation.Annotation
> > >     [javac]
> > (anns[i].annotationType().getName());
> > >     [javac]              ^
> > >     [javac]
> >
> >D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> > >15\Reflect15DelegateImpl.java:123: cannot find
> > symbol
> > >     [javac] symbol  : method annotationType()
> > >     [javac] location: interface
> > java.lang.annotation.Annotation
> > >     [javac]     Class annType =
> > src.annotationType();
> > >     [javac]                        ^
> > >     [javac] Note: * uses or overrides a deprecated
> > API.
> > >     [javac] Note: Recompile with
> > -Xlint:deprecation for details.
> > >     [javac] 2 errors
> > >
> > >BUILD FAILED
> > >
> > >I also tried to build JAM with J2SE 1.5.0 b45 and
> > learned that "ant test"
> > >failed with the attached report.
> > >
> > >Thanks for your response in advance,
> > >
> > >Ias
> > >
> > >-
> >
>---------------------------------------------------------------------
> > >To unsubscribe, e-mail:
> > xmlbeans-dev-unsubscribe@xml.apache.org
> > >For additional commands, e-mail:
> > xmlbeans-dev-help@xml.apache.org
> > >Apache XMLBeans Project -- URL:
> > http://xml.apache.org/xmlbeans/
> >
> >
> > -
> >
>---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > xmlbeans-dev-unsubscribe@xml.apache.org
> > For additional commands, e-mail:
> > xmlbeans-dev-help@xml.apache.org
> > Apache XMLBeans Project -- URL:
> > http://xml.apache.org/xmlbeans/
> >
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Small Business $15K Web Design Giveaway
>http://promotions.yahoo.com/design_giveaway/
>
>- ---------------------------------------------------------------------
>To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
>For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
>Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


Re: Feedback on Java API for Metadata

Posted by Patrick Calahan <pc...@bea.com>.
I don't think they've made b2 generally available yet, but I believe there 
will be another drop soon.
-p

At 07:17 PM 4/4/2004 -0700, Ganga Sah wrote:
>Where from can JDK 1.5.0-beta2 be downloaded as I see
>only 1.5.0-beta1 at java.sun.com?
>
>--- Patrick Calahan <pc...@bea.com> wrote:
> > Hi Ias, thanks for the feedback.  Sorry for the
> > confusion - you need the
> > latest 1.5 drop:
> >
> >  > java -version
> > java version "1.5.0-beta2"
> > Java(TM) 2 Runtime Environment, Standard Edition
> > (build 1.5.0-beta2-b40)
> > Java HotSpot(TM) Client VM (build 1.5.0-beta2-b40,
> > mixed mode)
> >
> > I'll add a note somewhere about this (although it
> > shouldn't be an issue for
> > too much longer...)
> >
> > -p
> >
> >
> > build 1.5.0-beta2-b40
> >
> > At 02:07 PM 4/3/2004 +0900, Ias wrote:
> > >Hi all,
> > >
> > >I built JAM from the latest CVS Head and here's
> > what I've got with J2SE
> > >1.5.0 b32c(a.k.a. Tiger beta1)
> > >
> > >compile:
> > >     [mkdir] Created dir:
> > D:\apache\xml\xmlbeans-v2\build\jam\classes
> > >     [javac] Compiling 101 source files to
> > >D:\apache\xml\xmlbeans-v2\build\jam\classes
> > >     [javac]
> >
> >D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> > >15\Reflect15DelegateImpl.java:114: cannot find
> > symbol
> > >     [javac] symbol  : method annotationType()
> > >     [javac] location: interface
> > java.lang.annotation.Annotation
> > >     [javac]
> > (anns[i].annotationType().getName());
> > >     [javac]              ^
> > >     [javac]
> >
> >D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> > >15\Reflect15DelegateImpl.java:123: cannot find
> > symbol
> > >     [javac] symbol  : method annotationType()
> > >     [javac] location: interface
> > java.lang.annotation.Annotation
> > >     [javac]     Class annType =
> > src.annotationType();
> > >     [javac]                        ^
> > >     [javac] Note: * uses or overrides a deprecated
> > API.
> > >     [javac] Note: Recompile with
> > -Xlint:deprecation for details.
> > >     [javac] 2 errors
> > >
> > >BUILD FAILED
> > >
> > >I also tried to build JAM with J2SE 1.5.0 b45 and
> > learned that "ant test"
> > >failed with the attached report.
> > >
> > >Thanks for your response in advance,
> > >
> > >Ias
> > >
> > >-
> >
>---------------------------------------------------------------------
> > >To unsubscribe, e-mail:
> > xmlbeans-dev-unsubscribe@xml.apache.org
> > >For additional commands, e-mail:
> > xmlbeans-dev-help@xml.apache.org
> > >Apache XMLBeans Project -- URL:
> > http://xml.apache.org/xmlbeans/
> >
> >
> > -
> >
>---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> > xmlbeans-dev-unsubscribe@xml.apache.org
> > For additional commands, e-mail:
> > xmlbeans-dev-help@xml.apache.org
> > Apache XMLBeans Project -- URL:
> > http://xml.apache.org/xmlbeans/
> >
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Small Business $15K Web Design Giveaway
>http://promotions.yahoo.com/design_giveaway/
>
>- ---------------------------------------------------------------------
>To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
>For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
>Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


Re: Feedback on Java API for Metadata

Posted by Ganga Sah <ga...@yahoo.com>.
Where from can JDK 1.5.0-beta2 be downloaded as I see
only 1.5.0-beta1 at java.sun.com?

--- Patrick Calahan <pc...@bea.com> wrote:
> Hi Ias, thanks for the feedback.  Sorry for the
> confusion - you need the 
> latest 1.5 drop:
> 
>  > java -version
> java version "1.5.0-beta2"
> Java(TM) 2 Runtime Environment, Standard Edition
> (build 1.5.0-beta2-b40)
> Java HotSpot(TM) Client VM (build 1.5.0-beta2-b40,
> mixed mode)
> 
> I'll add a note somewhere about this (although it
> shouldn't be an issue for 
> too much longer...)
> 
> -p
> 
> 
> build 1.5.0-beta2-b40
> 
> At 02:07 PM 4/3/2004 +0900, Ias wrote:
> >Hi all,
> >
> >I built JAM from the latest CVS Head and here's
> what I've got with J2SE
> >1.5.0 b32c(a.k.a. Tiger beta1)
> >
> >compile:
> >     [mkdir] Created dir:
> D:\apache\xml\xmlbeans-v2\build\jam\classes
> >     [javac] Compiling 101 source files to
> >D:\apache\xml\xmlbeans-v2\build\jam\classes
> >     [javac]
>
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> >15\Reflect15DelegateImpl.java:114: cannot find
> symbol
> >     [javac] symbol  : method annotationType()
> >     [javac] location: interface
> java.lang.annotation.Annotation
> >     [javac]        
> (anns[i].annotationType().getName());
> >     [javac]              ^
> >     [javac]
>
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> >15\Reflect15DelegateImpl.java:123: cannot find
> symbol
> >     [javac] symbol  : method annotationType()
> >     [javac] location: interface
> java.lang.annotation.Annotation
> >     [javac]     Class annType =
> src.annotationType();
> >     [javac]                        ^
> >     [javac] Note: * uses or overrides a deprecated
> API.
> >     [javac] Note: Recompile with
> -Xlint:deprecation for details.
> >     [javac] 2 errors
> >
> >BUILD FAILED
> >
> >I also tried to build JAM with J2SE 1.5.0 b45 and
> learned that "ant test"
> >failed with the attached report.
> >
> >Thanks for your response in advance,
> >
> >Ias
> >
> >-
>
---------------------------------------------------------------------
> >To unsubscribe, e-mail:  
> xmlbeans-dev-unsubscribe@xml.apache.org
> >For additional commands, e-mail:
> xmlbeans-dev-help@xml.apache.org
> >Apache XMLBeans Project -- URL:
> http://xml.apache.org/xmlbeans/
> 
> 
> -
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:  
> xmlbeans-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail:
> xmlbeans-dev-help@xml.apache.org
> Apache XMLBeans Project -- URL:
> http://xml.apache.org/xmlbeans/
> 


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


Re: Feedback on Java API for Metadata

Posted by Ganga Sah <ga...@yahoo.com>.
Where from can JDK 1.5.0-beta2 be downloaded as I see
only 1.5.0-beta1 at java.sun.com?

--- Patrick Calahan <pc...@bea.com> wrote:
> Hi Ias, thanks for the feedback.  Sorry for the
> confusion - you need the 
> latest 1.5 drop:
> 
>  > java -version
> java version "1.5.0-beta2"
> Java(TM) 2 Runtime Environment, Standard Edition
> (build 1.5.0-beta2-b40)
> Java HotSpot(TM) Client VM (build 1.5.0-beta2-b40,
> mixed mode)
> 
> I'll add a note somewhere about this (although it
> shouldn't be an issue for 
> too much longer...)
> 
> -p
> 
> 
> build 1.5.0-beta2-b40
> 
> At 02:07 PM 4/3/2004 +0900, Ias wrote:
> >Hi all,
> >
> >I built JAM from the latest CVS Head and here's
> what I've got with J2SE
> >1.5.0 b32c(a.k.a. Tiger beta1)
> >
> >compile:
> >     [mkdir] Created dir:
> D:\apache\xml\xmlbeans-v2\build\jam\classes
> >     [javac] Compiling 101 source files to
> >D:\apache\xml\xmlbeans-v2\build\jam\classes
> >     [javac]
>
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> >15\Reflect15DelegateImpl.java:114: cannot find
> symbol
> >     [javac] symbol  : method annotationType()
> >     [javac] location: interface
> java.lang.annotation.Annotation
> >     [javac]        
> (anns[i].annotationType().getName());
> >     [javac]              ^
> >     [javac]
>
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
> >15\Reflect15DelegateImpl.java:123: cannot find
> symbol
> >     [javac] symbol  : method annotationType()
> >     [javac] location: interface
> java.lang.annotation.Annotation
> >     [javac]     Class annType =
> src.annotationType();
> >     [javac]                        ^
> >     [javac] Note: * uses or overrides a deprecated
> API.
> >     [javac] Note: Recompile with
> -Xlint:deprecation for details.
> >     [javac] 2 errors
> >
> >BUILD FAILED
> >
> >I also tried to build JAM with J2SE 1.5.0 b45 and
> learned that "ant test"
> >failed with the attached report.
> >
> >Thanks for your response in advance,
> >
> >Ias
> >
> >-
>
---------------------------------------------------------------------
> >To unsubscribe, e-mail:  
> xmlbeans-dev-unsubscribe@xml.apache.org
> >For additional commands, e-mail:
> xmlbeans-dev-help@xml.apache.org
> >Apache XMLBeans Project -- URL:
> http://xml.apache.org/xmlbeans/
> 
> 
> -
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:  
> xmlbeans-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail:
> xmlbeans-dev-help@xml.apache.org
> Apache XMLBeans Project -- URL:
> http://xml.apache.org/xmlbeans/
> 


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


Re: Feedback on Java API for Metadata

Posted by Patrick Calahan <pc...@bea.com>.
Hi Ias, thanks for the feedback.  Sorry for the confusion - you need the 
latest 1.5 drop:

 > java -version
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b40)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b40, mixed mode)

I'll add a note somewhere about this (although it shouldn't be an issue for 
too much longer...)

-p


build 1.5.0-beta2-b40

At 02:07 PM 4/3/2004 +0900, Ias wrote:
>Hi all,
>
>I built JAM from the latest CVS Head and here's what I've got with J2SE
>1.5.0 b32c(a.k.a. Tiger beta1)
>
>compile:
>     [mkdir] Created dir: D:\apache\xml\xmlbeans-v2\build\jam\classes
>     [javac] Compiling 101 source files to
>D:\apache\xml\xmlbeans-v2\build\jam\classes
>     [javac]
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
>15\Reflect15DelegateImpl.java:114: cannot find symbol
>     [javac] symbol  : method annotationType()
>     [javac] location: interface java.lang.annotation.Annotation
>     [javac]         (anns[i].annotationType().getName());
>     [javac]              ^
>     [javac]
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
>15\Reflect15DelegateImpl.java:123: cannot find symbol
>     [javac] symbol  : method annotationType()
>     [javac] location: interface java.lang.annotation.Annotation
>     [javac]     Class annType = src.annotationType();
>     [javac]                        ^
>     [javac] Note: * uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 2 errors
>
>BUILD FAILED
>
>I also tried to build JAM with J2SE 1.5.0 b45 and learned that "ant test"
>failed with the attached report.
>
>Thanks for your response in advance,
>
>Ias
>
>- ---------------------------------------------------------------------
>To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
>For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
>Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


Re: Feedback on Java API for Metadata

Posted by Patrick Calahan <pc...@bea.com>.
At 02:07 PM 4/3/2004 +0900, Ias wrote:
>Hi all,
>
>
>I also tried to build JAM with J2SE 1.5.0 b45 and learned that "ant test"
>failed with the attached report.


Oops, missed this part - looks like you have an even more recent drop than 
I do. :)  I'll take a look into this - the test that is failing is 
extremely sensitive to even minor changes in the behavior of javadoc or 
reflection.

Thanks again,
-p


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


Re: Feedback on Java API for Metadata

Posted by Patrick Calahan <pc...@bea.com>.
Hi Ias, thanks for the feedback.  Sorry for the confusion - you need the 
latest 1.5 drop:

 > java -version
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b40)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b40, mixed mode)

I'll add a note somewhere about this (although it shouldn't be an issue for 
too much longer...)

-p


build 1.5.0-beta2-b40

At 02:07 PM 4/3/2004 +0900, Ias wrote:
>Hi all,
>
>I built JAM from the latest CVS Head and here's what I've got with J2SE
>1.5.0 b32c(a.k.a. Tiger beta1)
>
>compile:
>     [mkdir] Created dir: D:\apache\xml\xmlbeans-v2\build\jam\classes
>     [javac] Compiling 101 source files to
>D:\apache\xml\xmlbeans-v2\build\jam\classes
>     [javac]
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
>15\Reflect15DelegateImpl.java:114: cannot find symbol
>     [javac] symbol  : method annotationType()
>     [javac] location: interface java.lang.annotation.Annotation
>     [javac]         (anns[i].annotationType().getName());
>     [javac]              ^
>     [javac]
>D:\apache\xml\xmlbeans-v2\jam\src\org\apache\xmlbeans\impl\jam\internal\java
>15\Reflect15DelegateImpl.java:123: cannot find symbol
>     [javac] symbol  : method annotationType()
>     [javac] location: interface java.lang.annotation.Annotation
>     [javac]     Class annType = src.annotationType();
>     [javac]                        ^
>     [javac] Note: * uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 2 errors
>
>BUILD FAILED
>
>I also tried to build JAM with J2SE 1.5.0 b45 and learned that "ant test"
>failed with the attached report.
>
>Thanks for your response in advance,
>
>Ias
>
>- ---------------------------------------------------------------------
>To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
>For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
>Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/