You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Stephen Cottham <St...@robertbird.com.au> on 2012/05/23 17:04:34 UTC

Latest SVN failing

Hey Sebastian \ Maxim,
 
Any reason the compile is failing with the latest SVN today?
 
I tried on multiple test boxes, all of them complaining about the following:
 
package com.sun.javadoc does not exist
 
cannot find symbol
 
 
[javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :30: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.ClassDoc;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :31: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.RootDoc;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :32: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.Tag;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :40: cannot find symbol
    [javac] symbol  : class RootDoc
    [javac] location: class org.openmeetings.doc.WebServiceDoclet
    [javac]     public static boolean start(RootDoc root) {
    [javac]                                 ^
    [javac] Note: Starting OpenJPA Annotation Processor for Metamodel Generation                                                                                                             
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.ClassDoc;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.RootDoc;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.Tag;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40: cannot find symbol
    [javac] symbol  : class RootDoc
    [javac] location: class org.openmeetings.doc.WebServiceDoclet
    [javac]     public static boolean start(RootDoc root) {
    [javac]                                 ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.ClassDoc;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.RootDoc;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32: package com.sun.javadoc does not exist
    [javac] import com.sun.javadoc.Tag;
    [javac]                       ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40: cannot find symbol
    [javac] symbol  : class RootDoc
    [javac] location: class org.openmeetings.doc.WebServiceDoclet
    [javac]     public static boolean start(RootDoc root) {
    [javac]                                 ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:50: cannot find symbol
    [javac] symbol  : class ClassDoc
    [javac] location: class org.openmeetings.doc.WebServiceDoclet
    [javac]                     ClassDoc[] classes = root.classes();
    [javac]                     ^
    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:59: cannot find symbol
    [javac] symbol  : class Tag
    [javac] location: class org.openmeetings.doc.WebServiceDoclet
    [javac]                             for (Tag tag : classes[i].tags()) {
    [javac]                                  ^
    [javac] Note: /usr/adm/singlewebapp/src/org/openmeetings/cli/Admin.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 6 errors
 
 
This is a working test machine(s) that has compiled the OM just fine yesterday.
 
Cheers guys!
 
 
 
 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: Latest SVN failing

Posted by Stephen Cottham <St...@robertbird.com.au>.
Good to go with that mate, build success.
 
Cheers
 
 

________________________________

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au]
Sent: Thu 24/05/2012 02:16
To: openmeetings-user@incubator.apache.org
Subject: RE: Latest SVN failing


Thanks Maxim!
 
 

________________________________

From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thu 24/05/2012 02:15
To: openmeetings-user@incubator.apache.org
Subject: Re: Latest SVN failing


just commit new build.xml 
please test with it
should be fixed


On Wed, May 23, 2012 at 10:04 PM, Stephen Cottham <St...@robertbird.com.au> wrote:


	Hey Sebastian \ Maxim,
	 
	Any reason the compile is failing with the latest SVN today?
	 
	I tried on multiple test boxes, all of them complaining about the following:
	 
	package com.sun.javadoc does not exist
	 
	cannot find symbol
	 
	 
	[javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :30: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.ClassDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :31: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.RootDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :32: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.Tag;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :40: cannot find symbol
	    [javac] symbol  : class RootDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]     public static boolean start(RootDoc root) {
	    [javac]                                 ^
	    [javac] Note: Starting OpenJPA Annotation Processor for Metamodel Generation                                                                                                             
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.ClassDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.RootDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.Tag;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40: cannot find symbol
	    [javac] symbol  : class RootDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]     public static boolean start(RootDoc root) {
	    [javac]                                 ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.ClassDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.RootDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.Tag;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40: cannot find symbol
	    [javac] symbol  : class RootDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]     public static boolean start(RootDoc root) {
	    [javac]                                 ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:50: cannot find symbol
	    [javac] symbol  : class ClassDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]                     ClassDoc[] classes = root.classes();
	    [javac]                     ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:59: cannot find symbol
	    [javac] symbol  : class Tag
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]                             for (Tag tag : classes[i].tags()) {
	    [javac]                                  ^
	    [javac] Note: /usr/adm/singlewebapp/src/org/openmeetings/cli/Admin.java uses or overrides a deprecated API.
	    [javac] Note: Recompile with -Xlint:deprecation for details.
	    [javac] 6 errors
	 
	 
	This is a working test machine(s) that has compiled the OM just fine yesterday.
	 
	Cheers guys!
	 
	 
	 
	 

	Stephen Cottham
	Group IT Manager (Associate)
	
	Robert Bird Group
	Level 5, 333 Ann St
	Brisbane, Queensland, 4000, Australia

	Phone: +6173 319 2777 (AUS)

	Phone: +44207 592 8000 (UK)

	Fax: +6173 319 2799

	 

	Mobile:  +61400 756 963 (AUS)

	Mobile:  +447900 918 616 (UK)

	Web: www.robertbird.com <http://www.robertbird.com/> 

	<http://www.robertbird.com.au/>  <http://www.robertbird.com.au/> 
	
	This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

	


	Disclaimer added by CodeTwo Exchange Rules
	www.codetwo.com <http://www.codetwo.com/> 





-- 
WBR
Maxim aka solomax


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: Latest SVN failing

Posted by Stephen Cottham <St...@robertbird.com.au>.
Thanks Maxim!
 
 

________________________________

From: Maxim Solodovnik [mailto:solomax666@gmail.com]
Sent: Thu 24/05/2012 02:15
To: openmeetings-user@incubator.apache.org
Subject: Re: Latest SVN failing


just commit new build.xml 
please test with it
should be fixed


On Wed, May 23, 2012 at 10:04 PM, Stephen Cottham <St...@robertbird.com.au> wrote:


	Hey Sebastian \ Maxim,
	 
	Any reason the compile is failing with the latest SVN today?
	 
	I tried on multiple test boxes, all of them complaining about the following:
	 
	package com.sun.javadoc does not exist
	 
	cannot find symbol
	 
	 
	[javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :30: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.ClassDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :31: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.RootDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :32: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.Tag;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java                                                                                                             :40: cannot find symbol
	    [javac] symbol  : class RootDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]     public static boolean start(RootDoc root) {
	    [javac]                                 ^
	    [javac] Note: Starting OpenJPA Annotation Processor for Metamodel Generation                                                                                                             
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.ClassDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.RootDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.Tag;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40: cannot find symbol
	    [javac] symbol  : class RootDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]     public static boolean start(RootDoc root) {
	    [javac]                                 ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.ClassDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.RootDoc;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32: package com.sun.javadoc does not exist
	    [javac] import com.sun.javadoc.Tag;
	    [javac]                       ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40: cannot find symbol
	    [javac] symbol  : class RootDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]     public static boolean start(RootDoc root) {
	    [javac]                                 ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:50: cannot find symbol
	    [javac] symbol  : class ClassDoc
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]                     ClassDoc[] classes = root.classes();
	    [javac]                     ^
	    [javac] /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:59: cannot find symbol
	    [javac] symbol  : class Tag
	    [javac] location: class org.openmeetings.doc.WebServiceDoclet
	    [javac]                             for (Tag tag : classes[i].tags()) {
	    [javac]                                  ^
	    [javac] Note: /usr/adm/singlewebapp/src/org/openmeetings/cli/Admin.java uses or overrides a deprecated API.
	    [javac] Note: Recompile with -Xlint:deprecation for details.
	    [javac] 6 errors
	 
	 
	This is a working test machine(s) that has compiled the OM just fine yesterday.
	 
	Cheers guys!
	 
	 
	 
	 

	Stephen Cottham
	Group IT Manager (Associate)
	
	Robert Bird Group
	Level 5, 333 Ann St
	Brisbane, Queensland, 4000, Australia

	Phone: +6173 319 2777 (AUS)

	Phone: +44207 592 8000 (UK)

	Fax: +6173 319 2799

	 

	Mobile:  +61400 756 963 (AUS)

	Mobile:  +447900 918 616 (UK)

	Web: www.robertbird.com <http://www.robertbird.com/> 

	<http://www.robertbird.com.au/>  <http://www.robertbird.com.au/> 
	
	This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

	 <https://bnemail.robertbird.com.au/exchange/phone/Drafts/green.bmp> 


	Disclaimer added by CodeTwo Exchange Rules
	www.codetwo.com <http://www.codetwo.com/> 





-- 
WBR
Maxim aka solomax


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


Re: Latest SVN failing

Posted by Maxim Solodovnik <so...@gmail.com>.
just commit new build.xml
please test with it
should be fixed

On Wed, May 23, 2012 at 10:04 PM, Stephen Cottham <
Stephen.Cottham@robertbird.com.au> wrote:

>  Hey Sebastian \ Maxim,
>
> Any reason the compile is failing with the latest SVN today?
>
> I tried on multiple test boxes, all of them complaining about the
> following:
>
> package com.sun.javadoc does not exist
>
> cannot find symbol
>
>
> [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java
> :30: package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.ClassDoc;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java
> :31: package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.RootDoc;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java
> :32: package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.Tag;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java
> :40: cannot find symbol
>     [javac] symbol  : class RootDoc
>     [javac] location: class org.openmeetings.doc.WebServiceDoclet
>     [javac]     public static boolean start(RootDoc root) {
>     [javac]                                 ^
>     [javac] Note: Starting OpenJPA Annotation Processor for Metamodel
> Generation
>
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30:
> package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.ClassDoc;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31:
> package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.RootDoc;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32:
> package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.Tag;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40:
> cannot find symbol
>     [javac] symbol  : class RootDoc
>     [javac] location: class org.openmeetings.doc.WebServiceDoclet
>     [javac]     public static boolean start(RootDoc root) {
>     [javac]                                 ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:30:
> package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.ClassDoc;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:31:
> package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.RootDoc;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:32:
> package com.sun.javadoc does not exist
>     [javac] import com.sun.javadoc.Tag;
>     [javac]                       ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:40:
> cannot find symbol
>     [javac] symbol  : class RootDoc
>     [javac] location: class org.openmeetings.doc.WebServiceDoclet
>     [javac]     public static boolean start(RootDoc root) {
>     [javac]                                 ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:50:
> cannot find symbol
>     [javac] symbol  : class ClassDoc
>     [javac] location: class org.openmeetings.doc.WebServiceDoclet
>     [javac]                     ClassDoc[] classes = root.classes();
>     [javac]                     ^
>     [javac]
> /usr/adm/singlewebapp/src/org/openmeetings/doc/WebServiceDoclet.java:59:
> cannot find symbol
>     [javac] symbol  : class Tag
>     [javac] location: class org.openmeetings.doc.WebServiceDoclet
>     [javac]                             for (Tag tag : classes[i].tags()) {
>     [javac]                                  ^
>     [javac] Note:
> /usr/adm/singlewebapp/src/org/openmeetings/cli/Admin.java uses or overrides
> a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 6 errors
>
>
> This is a working test machine(s) that has compiled the OM just fine
> yesterday.
>
> Cheers guys!
>
>
>
>
>
> *Stephen Cottham**
> *Group IT Manager (Associate)
>
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia****
>
> *Phone: +6173 319 2777 (AUS)*
>
> *Phone: +44207 592 8000 (UK)*****
>
> *Fax: +6173 319 2799*
>
> ******
>
> *Mobile:  +61400 756 963 (AUS)*
>
> *Mobile:  +447900 918 616 (UK)*
>
> *Web: **www.robertbird.com* <http://www.robertbird.com/>****
>
> ********************************************************************<http://www.robertbird.com.au/><http://www.robertbird.com.au/>
>
> This email and any attachments are confidential and may contain legally
> privileged information or copyright material. Unless expressly stated,
> confidentiality and/or legal privilege is not intended to be waived by the
> sending of this email. The contents of this email, including any
> attachments, are intended solely for the use of the individual or entity to
> whom they are addressed. If you are not an intended recipient, please
> contact us immediately by return email and then delete both messages. You
> may not otherwise read, forward, copy, use or disclose this email or any
> attachments. Any views expressed in this email are those of the individual
> sender except where the sender expressly, and with authority, states
> otherwise. It is your responsibility to check any attachments for viruses
> or defects before opening or sending them on. None of the sender or its
> related entities accepts any liability for any consequential damage
> resulting from this email containing computer viruses.
>
>
> Disclaimer added by *CodeTwo Exchange Rules*
> www.codetwo.com
>
>


-- 
WBR
Maxim aka solomax