Menashe Gavriel Borbely
|
| Posted: 01/30/2003, 1:37 PM |
|
Only for java freaks :
Something is happening to my proj. I am setting up Apache + Tomcat + MySql
on Linux and i am using CVS for control.
This is what happenes to honest people 
This is going to be long, but this is the full text in the Messages window.
BTW, this worked as of yesterday, without a problem. Needless to say,
everything IS at the right place, and this only happens build time.
Thanks
Generating "index"
Generating "newSupplier"
Generating "suppliers"
Generating "uRloggedIn"
Generating Common Files
call C:\Ant\bin\ant.bat -buildfile
"C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\build.xml" -emacs -l
ogfile
"C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\build.log" -logfile
"C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\build.log"
=======================================
init:
compile:
Created dir: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\bin
Since fork is true, ignoring compiler setting.
Compiling 24 source files to
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\bin
Since fork is true, ignoring compiler setting.
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:7: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:8: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:9: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:10: package com.codecharge.validation does not exist
import com.codecharge.validation.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:11: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:12: cannot resolve symbol
symbol : class Action
location: class index.indexAction
public class indexAction extends Action {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:47: package com.codecharge.components does not exist
com.codecharge.components.Record model;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexAction
..java:55: package com.codecharge.components does not exist
String perform(com.codecharge.components.Record model) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexModel.
java:4: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexModel.
java:5: package com.codecharge.validation does not exist
import com.codecharge.validation.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexModel.
java:6: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexModel.
java:7: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexModel.
java:8: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexModel.
java:12: package com.codecharge.components does not exist
public class indexModel extends com.codecharge.components.Page {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexModel.
java:17: cannot resolve symbol
symbol : class CCSLocale
location: class index.indexModel
public indexModel( CCSLocale locale ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexView.j
ava:4: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexView.j
ava:5: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexView.j
ava:6: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexView.j
ava:7: package com.codecharge.validation does not exist
import com.codecharge.validation.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexView.j
ava:13: cannot resolve symbol
symbol : class View
location: class index.indexView
public class indexView extends View {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\indexView.j
ava:41: package com.codecharge.components does not exist
void show(com.codecharge.components.Record model) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:4: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:5: package com.codecharge.components does not exist
import com.codecharge.components.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:6: package com.codecharge.validation does not exist
import com.codecharge.validation.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:7: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:8: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:9: cannot resolve symbol
symbol : class ButtonListener
location: class index.LoginDoLoginHandler
public class LoginDoLoginHandler implements ButtonListener {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:13: cannot resolve symbol
symbol : class Event
location: class index.LoginDoLoginHandler
public void onClick(Event e) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\index\LoginDoLogi
nHandler.java:37: cannot resolve symbol
symbol : class Event
location: class index.LoginDoLoginHandler
public void beforeShow(Event e) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:7: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:8: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:9: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:10: package com.codecharge.validation does not exist
import com.codecharge.validation.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:11: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:12: cannot resolve symbol
symbol : class Action
location: class newSupplier.newSupplierAction
public class newSupplierAction extends Action {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:47: package com.codecharge.components does not exist
com.codecharge.components.Record model;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:55: package com.codecharge.components does not exist
String perform(com.codecharge.components.Record model) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierAction.java:168: package com.codecharge.components does not exist
public void bind(com.codecharge.components.Component model, SUPPLIERRow
row ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:5: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:13: cannot resolve symbol
symbol : class TextField
location: class newSupplier.SUPPLIERRow
private TextField NAME = new TextField("NAME", "NAME");
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:14: cannot resolve symbol
symbol : class TextField
location: class newSupplier.SUPPLIERRow
private TextField EMAIL = new TextField("EMAIL", "EMAIL");
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:15: cannot resolve symbol
symbol : class TextField
location: class newSupplier.SUPPLIERRow
private TextField SOLD_NOTIFICATION_EMAILS = new
TextField("SOLD_NOTIFICATION_EMAILS", "SOLD_NOTIFICATION_EMAILS");
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:16: cannot resolve symbol
symbol : class LongField
location: class newSupplier.SUPPLIERRow
private LongField ADDRESS_ID = new LongField("ADDRESS_ID", "ADDRESS_ID");
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:40: cannot resolve symbol
symbol : class TextField
location: class newSupplier.SUPPLIERRow
public TextField getNAME() {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:46: cannot resolve symbol
symbol : class TextField
location: class newSupplier.SUPPLIERRow
public TextField getEMAIL() {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:52: cannot resolve symbol
symbol : class TextField
location: class newSupplier.SUPPLIERRow
public TextField getSOLD_NOTIFICATION_EMAILS() {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERRow.java:58: cannot resolve symbol
symbol : class LongField
location: class newSupplier.SUPPLIERRow
public LongField getADDRESS_ID() {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierModel.java:4: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierModel.java:5: package com.codecharge.validation does not exist
import com.codecharge.validation.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierModel.java:6: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierModel.java:7: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierModel.java:8: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierModel.java:12: package com.codecharge.components does not exist
public class newSupplierModel extends com.codecharge.components.Page {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierModel.java:17: cannot resolve symbol
symbol : class CCSLocale
location: class newSupplier.newSupplierModel
public newSupplierModel( CCSLocale locale ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierView.java:4: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierView.java:5: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierView.java:6: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierView.java:7: package com.codecharge.validation does not exist
import com.codecharge.validation.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierView.java:13: cannot resolve symbol
symbol : class View
location: class newSupplier.newSupplierView
public class newSupplierView extends View {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierView.java:41: package com.codecharge.components does not exist
void show(com.codecharge.components.Record model) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\newSu
pplierView.java:92: package com.codecharge.components does not exist
public void bind(com.codecharge.components.Component model, SUPPLIERRow
row ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:6: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:7: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:8: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:9: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:10: package com.codecharge.components does not exist
import com.codecharge.components.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:14: cannot resolve symbol
symbol : class DS
location: class newSupplier.SUPPLIERDataObject
public class SUPPLIERDataObject extends DS {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:20: cannot resolve symbol
symbol : class LongParameter
location: class newSupplier.SUPPLIERDataObject
LongParameter urlID = new LongParameter();
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:55: cannot resolve symbol
symbol : class Page
location: class newSupplier.SUPPLIERDataObject
public SUPPLIERDataObject(Page page) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:117: cannot resolve symbol
symbol : class VerifiableControl
location: class newSupplier.SUPPLIERDataObject
int checkUnique( VerifiableControl control ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:266: cannot resolve symbol
symbol : class ParameterSource
location: class newSupplier.SUPPLIERDataObject
public Parameter getParameterByName(String name, ParameterSource
parameterSource) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:266: cannot resolve symbol
symbol : class Parameter
location: class newSupplier.SUPPLIERDataObject
public Parameter getParameterByName(String name, ParameterSource
parameterSource) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:277: cannot resolve symbol
symbol : class Parameter
location: class newSupplier.SUPPLIERDataObject
public Parameter getParameterByName(String name) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:283: cannot resolve symbol
symbol : class RecordDataObjectListener
location: class newSupplier.SUPPLIERDataObject
public synchronized void addRecordDataObjectListener(
RecordDataObjectListener l ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:289: cannot resolve symbol
symbol : class RecordDataObjectListener
location: class newSupplier.SUPPLIERDataObject
public synchronized void removeRecordDataObjectListener(
RecordDataObjectListener l ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:295: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeBuildSelectEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:307: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeExecuteSelectEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:319: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireAfterExecuteSelectEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:331: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeBuildInsertEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:343: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeExecuteInsertEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:355: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireAfterExecuteInsertEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:367: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeBuildUpdateEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:379: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeExecuteUpdateEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:391: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireAfterExecuteUpdateEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:403: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeBuildDeleteEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:415: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireBeforeExecuteDeleteEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\newSupplier\SUPPL
IERDataObject.java:427: cannot resolve symbol
symbol : class DataObjectEvent
location: class newSupplier.SUPPLIERDataObject
public void fireAfterExecuteDeleteEvent( DataObjectEvent e ) {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:6: package com.codecharge does not exist
import com.codecharge.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:7: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:8: package com.codecharge.events does not exist
import com.codecharge.events.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:9: package com.codecharge.util does not exist
import com.codecharge.util.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:10: package com.codecharge.components does not exist
import com.codecharge.components.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:14: cannot resolve symbol
symbol : class DS
location: class suppliers.SUPPLIERDataObject
public class SUPPLIERDataObject extends DS {
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:20: cannot resolve symbol
symbol : class TextParameter
location: class suppliers.SUPPLIERDataObject
TextParameter urlS_NAME = new TextParameter();
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RDataObject.java:21: cannot resolve symbol
symbol : class TextParameter
location: class suppliers.SUPPLIERDataObject
TextParameter urlS_EMAIL = new TextParameter();
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RRow.java:5: package com.codecharge.db does not exist
import com.codecharge.db.*;
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RRow.java:13: cannot resolve symbol
symbol : class LongField
location: class suppliers.SUPPLIERRow
private LongField ID = new LongField("ID", "ID");
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RRow.java:14: cannot resolve symbol
symbol : class TextField
location: class suppliers.SUPPLIERRow
private TextField NAME = new TextField("NAME", "NAME");
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RRow.java:15: cannot resolve symbol
symbol : class LongField
location: class suppliers.SUPPLIERRow
private LongField ADDRESS_ID = new LongField("ADDRESS_ID", "ADDRESS_ID");
^
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~firstTest\CCSBuild\src\suppliers\SUPPLIE
RRow.java:16: cannot resolve symbol
symbol : class TextField
location: class suppliers.SUPPLIERRow
private TextField EMAIL = new TextField("EMAIL", "EMAIL");
^
100 errors
BUILD FAILED
file:C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/~firstTest/CCSBuild/build.xml:21:
Compile failed; see the compiler error output for details.
Total time: 9 seconds
=======================================
Error:
BUILD FAILED
Compile failed; see the compiler error output for details.
|
|
|
 |
|