[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: problem with product export...

Hello Paul,

excuse me for delayed answer.

Here is one of whole list of messages:

************************************************************************
# 26 Okt 2005 15:00:39
----------
1. ERROR in 
D:\development\projects\peppermint\trunc\plugin\de.softcon.peppermint.desktop.stakeholder\src\de\softcon\commons\util\DateUtil.java
 (at line 15)
 import org.apache.commons.lang.time.DateUtils;
        ^^^^^^^^^^^^^^^^^^
The import org.apache.commons cannot be resolved
----------
2. ERROR in 
D:\development\projects\peppermint\trunc\plugin\de.softcon.peppermint.desktop.stakeholder\src\de\softcon\commons\util\DateUtil.java
 (at line 50)
 ret = DateUtils.truncate(d, Calendar.DAY_OF_MONTH);
       ^^^^^^^^^
DateUtils cannot be resolved
----------
----------
3. ERROR in 
D:\development\projects\peppermint\trunc\plugin\de.softcon.peppermint.desktop.stakeholder\src\de\softcon\peppermint\desktop\stakeholder\DeliveryPlan.java
 (at line 13)
 import de.softcon.peppermint.business.webservice.stub.DeliveryPlanDetailVO;
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import de.softcon.peppermint.business cannot be resolved
----------
4. ERROR in 
D:\development\projects\peppermint\trunc\plugin\de.softcon.peppermint.desktop.stakeholder\src\de\softcon\peppermint\desktop\stakeholder\DeliveryPlan.java
 (at line 14)
 import de.softcon.peppermint.business.webservice.stub.DeliveryPlanInfoVO;
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import de.softcon.peppermint.business cannot be resolved
************************************************************************

The log-entries are always the same. But if I start my application from 
configuration editor with 'launch the product' it works fine. I did see some 
newsgroup-entries already, but there aren't any descriptions of steps to 
prevent this export-situation.

Are there additional informations available?

With best regards, hpd.




"Paul Webster" <pwebster@xxxxxxxxxx> schrieb im Newsbeitrag 
news:dj2sl0$rnp$3@xxxxxxxxxxxxxxxxxxx
> Are there any errors listed in your Problem View and your Error Log view?
>
> Later,
> PW