You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by Eric Vasilik <er...@bea.com> on 2003/09/15 23:07:21 UTC

XmlBeans source code has been checked in ...

The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.

To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".

- Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org


Re: XmlBeans source code has been checked in ...

Posted by Steven Noels <st...@outerthought.org>.
Eric Vasilik wrote:

> The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.

Looking good.

One suggestion and a patch:

- I can't easily locate a LICENSE.txt in the module, so that would be a 
worthy addition.
- Patch attached: please try actively to steer communication to the 
lists. Off-list mails are community killers.

</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source Java & XML            An Orixo Member
Read my weblog at            http://blogs.cocoondev.org/stevenn/
stevenn at outerthought.org                stevenn at apache.org

Re: XmlBeans source code has been checked in ...

Posted by Roland Schemers <sc...@stanford.edu>.
btw, since they were all in javadocs, changed \u to \\u in all the ones
it was complaining about and everything compiles fine now.

roland

On Mon, 2003-09-15 at 16:45, Roland Schemers wrote:
> Not sure if this should go to users or dev...
> 
> I'm trying to build with:
> 
> slapshot:~/src/xml-xmlbeans/v1 111# java -version
> java version "1.4.2"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
> Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
> 
> On a RedHat 9 box and I am getting the following error when running "ant
> deploy":
> 
> typeimpl.classes:
>     [javac] Compiling 353 source files to /home/schemers/src/xml-xmlbeans/v1/build/classes/typeimpl
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:137: illegal unicode escape
>     [javac]  *          <kbd>\u005cu</kbd><var>c</var>, <kbd>\L</kbd>, <kbd>\U</kbd>,
>     [javac]                       ^
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:182: illegal unicode escape
>     [javac]  *       <dt class="REGEX"><kbd>\u005cu</kbd><var>HHHH</var>
>     [javac]                                      ^
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:206: illegal unicode escape
>     [javac]  *         <li class="REGEX">A character (including <Kbd>\e \f \n \r \t</kbd> <kbd>\u005cx</kbd><var>HH</var> <kbd>\u005cx{</kbd><var>HHHH</var><kbd>}</kbd> <!--kbd>\u005cu</kbd><var>HHHH</var--> <kbd>\u005cv</kbd><var>HHHHHH</var>)
>     [javac]                                                                                                                                                                           ^
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:499: illegal unicode escape
>     [javac]  * <!--               | '\u005cu' hex-char hex-char hex-char hex-char
>     [javac]                               ^
>     [javac] 4 errors
> 
> BUILD FAILED
> file:/home/schemers/src/xml-xmlbeans/v1/build.xml:588: Compile failed; see the compiler error output for details.
> Any suggestions?
> 
> thanks, roland
> 
> On Mon, 2003-09-15 at 14:07, Eric Vasilik wrote: 
> > The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
> > 
> > To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
> > 
> > - Eric
> > 
> > - --
> > 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/
> 

- ---------------------------------------------------------------------
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: XmlBeans source code has been checked in ...

Posted by Roland Schemers <sc...@stanford.edu>.
btw, since they were all in javadocs, changed \u to \\u in all the ones
it was complaining about and everything compiles fine now.

roland

On Mon, 2003-09-15 at 16:45, Roland Schemers wrote:
> Not sure if this should go to users or dev...
> 
> I'm trying to build with:
> 
> slapshot:~/src/xml-xmlbeans/v1 111# java -version
> java version "1.4.2"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
> Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
> 
> On a RedHat 9 box and I am getting the following error when running "ant
> deploy":
> 
> typeimpl.classes:
>     [javac] Compiling 353 source files to /home/schemers/src/xml-xmlbeans/v1/build/classes/typeimpl
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:137: illegal unicode escape
>     [javac]  *          <kbd>\u005cu</kbd><var>c</var>, <kbd>\L</kbd>, <kbd>\U</kbd>,
>     [javac]                       ^
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:182: illegal unicode escape
>     [javac]  *       <dt class="REGEX"><kbd>\u005cu</kbd><var>HHHH</var>
>     [javac]                                      ^
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:206: illegal unicode escape
>     [javac]  *         <li class="REGEX">A character (including <Kbd>\e \f \n \r \t</kbd> <kbd>\u005cx</kbd><var>HH</var> <kbd>\u005cx{</kbd><var>HHHH</var><kbd>}</kbd> <!--kbd>\u005cu</kbd><var>HHHH</var--> <kbd>\u005cv</kbd><var>HHHHHH</var>)
>     [javac]                                                                                                                                                                           ^
>     [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:499: illegal unicode escape
>     [javac]  * <!--               | '\u005cu' hex-char hex-char hex-char hex-char
>     [javac]                               ^
>     [javac] 4 errors
> 
> BUILD FAILED
> file:/home/schemers/src/xml-xmlbeans/v1/build.xml:588: Compile failed; see the compiler error output for details.
> Any suggestions?
> 
> thanks, roland
> 
> On Mon, 2003-09-15 at 14:07, Eric Vasilik wrote: 
> > The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
> > 
> > To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
> > 
> > - Eric
> > 
> > - --
> > 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/
> 

- ---------------------------------------------------------------------
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: XmlBeans source code has been checked in ...

Posted by Roland Schemers <sc...@stanford.edu>.
Not sure if this should go to users or dev...

I'm trying to build with:

slapshot:~/src/xml-xmlbeans/v1 111# java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

On a RedHat 9 box and I am getting the following error when running "ant
deploy":

typeimpl.classes:
    [javac] Compiling 353 source files to /home/schemers/src/xml-xmlbeans/v1/build/classes/typeimpl
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:137: illegal unicode escape
    [javac]  *          <kbd>\u005cu</kbd><var>c</var>, <kbd>\L</kbd>, <kbd>\U</kbd>,
    [javac]                       ^
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:182: illegal unicode escape
    [javac]  *       <dt class="REGEX"><kbd>\u005cu</kbd><var>HHHH</var>
    [javac]                                      ^
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:206: illegal unicode escape
    [javac]  *         <li class="REGEX">A character (including <Kbd>\e \f \n \r \t</kbd> <kbd>\u005cx</kbd><var>HH</var> <kbd>\u005cx{</kbd><var>HHHH</var><kbd>}</kbd> <!--kbd>\u005cu</kbd><var>HHHH</var--> <kbd>\u005cv</kbd><var>HHHHHH</var>)
    [javac]                                                                                                                                                                           ^
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:499: illegal unicode escape
    [javac]  * <!--               | '\u005cu' hex-char hex-char hex-char hex-char
    [javac]                               ^
    [javac] 4 errors

BUILD FAILED
file:/home/schemers/src/xml-xmlbeans/v1/build.xml:588: Compile failed; see the compiler error output for details.
Any suggestions?

thanks, roland

On Mon, 2003-09-15 at 14:07, Eric Vasilik wrote: 
> The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
> 
> To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
> 
> - Eric
> 
> - --
> 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: XmlBeans source code has been checked in ...

Posted by Steven Noels <st...@outerthought.org>.
Eric Vasilik wrote:

> The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.

Looking good.

One suggestion and a patch:

- I can't easily locate a LICENSE.txt in the module, so that would be a 
worthy addition.
- Patch attached: please try actively to steer communication to the 
lists. Off-list mails are community killers.

</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source Java & XML            An Orixo Member
Read my weblog at            http://blogs.cocoondev.org/stevenn/
stevenn at outerthought.org                stevenn at apache.org

Re: XmlBeans source code has been checked in ...

Posted by Roland Schemers <sc...@stanford.edu>.
Not sure if this should go to users or dev...

I'm trying to build with:

slapshot:~/src/xml-xmlbeans/v1 111# java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

On a RedHat 9 box and I am getting the following error when running "ant
deploy":

typeimpl.classes:
    [javac] Compiling 353 source files to /home/schemers/src/xml-xmlbeans/v1/build/classes/typeimpl
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:137: illegal unicode escape
    [javac]  *          <kbd>\u005cu</kbd><var>c</var>, <kbd>\L</kbd>, <kbd>\U</kbd>,
    [javac]                       ^
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:182: illegal unicode escape
    [javac]  *       <dt class="REGEX"><kbd>\u005cu</kbd><var>HHHH</var>
    [javac]                                      ^
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:206: illegal unicode escape
    [javac]  *         <li class="REGEX">A character (including <Kbd>\e \f \n \r \t</kbd> <kbd>\u005cx</kbd><var>HH</var> <kbd>\u005cx{</kbd><var>HHHH</var><kbd>}</kbd> <!--kbd>\u005cu</kbd><var>HHHH</var--> <kbd>\u005cv</kbd><var>HHHHHH</var>)
    [javac]                                                                                                                                                                           ^
    [javac] /home/schemers/src/xml-xmlbeans/v1/src/typeimpl/org/apache/xmlbeans/impl/regex/RegularExpression.java:499: illegal unicode escape
    [javac]  * <!--               | '\u005cu' hex-char hex-char hex-char hex-char
    [javac]                               ^
    [javac] 4 errors

BUILD FAILED
file:/home/schemers/src/xml-xmlbeans/v1/build.xml:588: Compile failed; see the compiler error output for details.
Any suggestions?

thanks, roland

On Mon, 2003-09-15 at 14:07, Eric Vasilik wrote: 
> The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
> 
> To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
> 
> - Eric
> 
> - --
> 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: XmlBeans source code has been checked in ...

Posted by Ted Leung <tw...@sauria.com>.
Grrrr.  Python script written.  Commit msgs in flight

On 9/15/2003 5:20 PM, Tetsuya Kitahata wrote:

>You have to (should?) 100+ messages "-accept", anyway.
>I am afraid you can not do in "bulk" method .. except
>using 'fgrep "Reply-To: xmlbeans-cvs-accept"' and gather
>"-accept" mail addresses
>
>However, you will not have to do them for the upcoming
>"cvs commit:" messages, by posting a message to
>(**-allow-**@xml.apache.org: see the "CC:" header line of
>moderation mails) *once*.
>
>Hope this helps.
>(Maybe, apmail@ will help you in these things)
>
>Regards,
>
>__ Tetsuya <te...@apache.org> __
>
>On Mon, 15 Sep 2003 17:06:57 -0700
>(Subject: Re: XmlBeans source code has been checked in ...)
>Ted Leung <tw...@sauria.com> wrote:
>
>  
>
>>I have 100+ messages in my queue.  I'm going to see if there is a way 
>>for me to bulk arppove these.
>>
>>Ted
>>    
>>
>
>
>- ---------------------------------------------------------------------
>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: XmlBeans source code has been checked in ...

Posted by Ted Leung <tw...@sauria.com>.
Grrrr.  Python script written.  Commit msgs in flight

On 9/15/2003 5:20 PM, Tetsuya Kitahata wrote:

>You have to (should?) 100+ messages "-accept", anyway.
>I am afraid you can not do in "bulk" method .. except
>using 'fgrep "Reply-To: xmlbeans-cvs-accept"' and gather
>"-accept" mail addresses
>
>However, you will not have to do them for the upcoming
>"cvs commit:" messages, by posting a message to
>(**-allow-**@xml.apache.org: see the "CC:" header line of
>moderation mails) *once*.
>
>Hope this helps.
>(Maybe, apmail@ will help you in these things)
>
>Regards,
>
>__ Tetsuya <te...@apache.org> __
>
>On Mon, 15 Sep 2003 17:06:57 -0700
>(Subject: Re: XmlBeans source code has been checked in ...)
>Ted Leung <tw...@sauria.com> wrote:
>
>  
>
>>I have 100+ messages in my queue.  I'm going to see if there is a way 
>>for me to bulk arppove these.
>>
>>Ted
>>    
>>
>
>
>- ---------------------------------------------------------------------
>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: XmlBeans source code has been checked in ...

Posted by Tetsuya Kitahata <te...@apache.org>.
You have to (should?) 100+ messages "-accept", anyway.
I am afraid you can not do in "bulk" method .. except
using 'fgrep "Reply-To: xmlbeans-cvs-accept"' and gather
"-accept" mail addresses

However, you will not have to do them for the upcoming
"cvs commit:" messages, by posting a message to
(**-allow-**@xml.apache.org: see the "CC:" header line of
moderation mails) *once*.

Hope this helps.
(Maybe, apmail@ will help you in these things)

Regards,

__ Tetsuya <te...@apache.org> __

On Mon, 15 Sep 2003 17:06:57 -0700
(Subject: Re: XmlBeans source code has been checked in ...)
Ted Leung <tw...@sauria.com> wrote:

> I have 100+ messages in my queue.  I'm going to see if there is a way 
> for me to bulk arppove these.
> 
> Ted


- ---------------------------------------------------------------------
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: XmlBeans source code has been checked in ...

Posted by Tetsuya Kitahata <te...@apache.org>.
You have to (should?) 100+ messages "-accept", anyway.
I am afraid you can not do in "bulk" method .. except
using 'fgrep "Reply-To: xmlbeans-cvs-accept"' and gather
"-accept" mail addresses

However, you will not have to do them for the upcoming
"cvs commit:" messages, by posting a message to
(**-allow-**@xml.apache.org: see the "CC:" header line of
moderation mails) *once*.

Hope this helps.
(Maybe, apmail@ will help you in these things)

Regards,

__ Tetsuya <te...@apache.org> __

On Mon, 15 Sep 2003 17:06:57 -0700
(Subject: Re: XmlBeans source code has been checked in ...)
Ted Leung <tw...@sauria.com> wrote:

> I have 100+ messages in my queue.  I'm going to see if there is a way 
> for me to bulk arppove these.
> 
> Ted


- ---------------------------------------------------------------------
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: XmlBeans source code has been checked in ...

Posted by Ted Leung <tw...@sauria.com>.
I have 100+ messages in my queue.  I'm going to see if there is a way 
for me to bulk arppove these.

Ted

On 9/15/2003 4:59 PM, Tetsuya Kitahata wrote:

>Hi,
>
>Did all the "cvs commit:" message stream through the 
>xmlbeans-cvs@xml.apache.org mailing list?
>All the commit messages are still in the queue of Moderators (Ted??)?
>
>Sincerely,
>
>__ Tetsuya <te...@apache.org> __
>
>On Mon, 15 Sep 2003 14:07:21 -0700
>(Subject: XmlBeans source code has been checked in ...)
>"Eric Vasilik" <er...@bea.com> wrote:
>
>  
>
>>The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
>>
>>To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
>>
>>- Eric
>>    
>>
>
>
>- ---------------------------------------------------------------------
>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: XmlBeans source code has been checked in ...

Posted by Ted Leung <tw...@sauria.com>.
I have 100+ messages in my queue.  I'm going to see if there is a way 
for me to bulk arppove these.

Ted

On 9/15/2003 4:59 PM, Tetsuya Kitahata wrote:

>Hi,
>
>Did all the "cvs commit:" message stream through the 
>xmlbeans-cvs@xml.apache.org mailing list?
>All the commit messages are still in the queue of Moderators (Ted??)?
>
>Sincerely,
>
>__ Tetsuya <te...@apache.org> __
>
>On Mon, 15 Sep 2003 14:07:21 -0700
>(Subject: XmlBeans source code has been checked in ...)
>"Eric Vasilik" <er...@bea.com> wrote:
>
>  
>
>>The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
>>
>>To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
>>
>>- Eric
>>    
>>
>
>
>- ---------------------------------------------------------------------
>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: XmlBeans source code has been checked in ...

Posted by Tetsuya Kitahata <te...@apache.org>.
Hi,

Did all the "cvs commit:" message stream through the 
xmlbeans-cvs@xml.apache.org mailing list?
All the commit messages are still in the queue of Moderators (Ted??)?

Sincerely,

__ Tetsuya <te...@apache.org> __

On Mon, 15 Sep 2003 14:07:21 -0700
(Subject: XmlBeans source code has been checked in ...)
"Eric Vasilik" <er...@bea.com> wrote:

> 
> The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
> 
> To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
> 
> - Eric


- ---------------------------------------------------------------------
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: XmlBeans source code has been checked in ...

Posted by Tetsuya Kitahata <te...@apache.org>.
Hi,

Did all the "cvs commit:" message stream through the 
xmlbeans-cvs@xml.apache.org mailing list?
All the commit messages are still in the queue of Moderators (Ted??)?

Sincerely,

__ Tetsuya <te...@apache.org> __

On Mon, 15 Sep 2003 14:07:21 -0700
(Subject: XmlBeans source code has been checked in ...)
"Eric Vasilik" <er...@bea.com> wrote:

> 
> The source code for XmlBeans v1 has been checked in to xml-xmlbeans at cvs.apache.org.
> 
> To build it, do "ant deploy".  To run the drt (Developer Regression Test) do "ant drt".
> 
> - Eric


- ---------------------------------------------------------------------
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/