You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Michael Wuttke <mi...@beuth-hochschule.de> on 2014/05/05 17:26:02 UTC

BUILD FAILED - compiling OM 2.1.1

Hello,

I tried to download the source code of OM 2.1.1 and tried to compile it
with the following stepps:

mkdir /usr/adm/singlewebapp
cd /usr/adm/singlewebapp
wget
http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
/usr/adm/apache-ant-1.9.3/bin/ant clean.all
/usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql

like described in this tutorial:
https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2

But it failed with the following error message:
BUILD FAILED
/usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
	at
org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
	at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
	at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:435)
	at org.apache.tools.ant.Target.performTasks(Target.java:456)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
	at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
	at org.apache.tools.ant.Main.runBuild(Main.java:851)
	at org.apache.tools.ant.Main.startAnt(Main.java:235)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

Please has someone an idea what was wrong?

Thanks for any help,
Michael

Re: Fwd: BUILD FAILED - compiling OM 2.1.1

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
Hello Maxim,

Great! Thank you!

Michael

Am 8.5.2014 10:34, schrieb Maxim Solodovnik:
> Fixed
> https://issues.apache.org/jira/browse/OPENMEETINGS-993 [1]
> 
>  On Thu, May 8, 2014 at 2:12 PM, Maxim Solodovnik
> <so...@gmail.com> wrote:
> 
>> deleted == not necessary anymore :)
>> so backup/restore is sort of "hard delete"
>> seems to be wrong assumption :)
>> 
>> On Thu, May 8, 2014 at 2:10 PM, Michael Wuttke
>> <mw...@beuth-hochschule.de> wrote:
>> Hello Maxim.
>> 
>> Am 8.5.2014 09:02, schrieb Maxim Solodovnik:
>> 
>> 3.0.2+ mean 3.0.2 and 3.1.0 :)
>> 
>> we are working in 2 branches :)
>> 
>> ok, now it's clear. ;-)
>> 
>> @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room r
>> LEFT JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
>> Just a question of understanding your work: What was the reason not
>> backup the deleted rooms?
>> 
>> Thnaks & Greetings,
>> Michael
>> 
>> On Thu, May 8, 2014 at 2:00 PM, Michael Wuttke
>> <mw...@beuth-hochschule.de> wrote:
>> 
>> Hello Maxim,
>> 
>> @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room
>> r
>> LEFT JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
>> 
>> You need to remove WHERE clause.
>> Sure! It's obvious! Sorry for bothering you.
>> 
>> But for now it works for me with preparing the rooms.xml by hand.
>> ;-)
>> 
>> Maybe this should also be fixed in 3.0.2+
>> This whould be nice!
>> 
>> But why 3.0.2+ and not 3.0.2? Is it to late to fix it with the next
>> release?
>> 
>> Greetings,
>> Michael
> 
>  --
>  WBR
>  Maxim aka solomax
> 
> --
> WBR
> Maxim aka solomax
> 
> --
> WBR
> Maxim aka solomax
> 
> Links:
> ------
> [1] https://issues.apache.org/jira/browse/OPENMEETINGS-993

Re: Fwd: BUILD FAILED - compiling OM 2.1.1

Posted by Maxim Solodovnik <so...@gmail.com>.
Fixed
https://issues.apache.org/jira/browse/OPENMEETINGS-993


On Thu, May 8, 2014 at 2:12 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> deleted == not necessary anymore :)
> so backup/restore is sort of "hard delete"
> seems to be wrong assumption :)
>
>
> On Thu, May 8, 2014 at 2:10 PM, Michael Wuttke <
> mwuttke@beuth-hochschule.de> wrote:
>
>> Hello Maxim.
>>
>> Am 8.5.2014 09:02, schrieb Maxim Solodovnik:
>>
>>  3.0.2+ mean 3.0.2 and 3.1.0 :)
>>>
>>> we are working in 2 branches :)
>>>
>>
>> ok, now it's clear. ;-)
>>
>>
>>  @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room r LEFT
>>> JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
>>>
>> Just a question of understanding your work: What was the reason not
>> backup the deleted rooms?
>>
>> Thnaks & Greetings,
>> Michael
>>
>>
>>  On Thu, May 8, 2014 at 2:00 PM, Michael Wuttke
>>> <mw...@beuth-hochschule.de> wrote:
>>>
>>>  Hello Maxim,
>>>>
>>>>  @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room
>>>>> r
>>>>> LEFT JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
>>>>>
>>>>> You need to remove WHERE clause.
>>>>>
>>>> Sure! It's obvious! Sorry for bothering you.
>>>>
>>>> But for now it works for me with preparing the rooms.xml by hand.
>>>> ;-)
>>>>
>>>>  Maybe this should also be fixed in 3.0.2+
>>>>>
>>>> This whould be nice!
>>>>
>>>> But why 3.0.2+ and not 3.0.2? Is it to late to fix it with the next
>>>> release?
>>>>
>>>> Greetings,
>>>> Michael
>>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: changes in the events API of moodle with the new version 2.7: The function add_to_log() has been deprecated

Posted by Maxim Solodovnik <so...@gmail.com>.
Later today (We have another public holidays period, so I might be able to
fix it)


On Thu, May 8, 2014 at 2:30 PM, Michael Wuttke
<mw...@beuth-hochschule.de>wrote:

> Hello Maxim,
>
> The function add_to_log() has been deprecated with a notice as of Moodle
> 2.7 (the release will be next monday). The openmeetings moodle plugin is
> affected by that change if you are using moodle 2.7 (in the debugging mode)
> and the lastest om moodle plugin (1.7 - build 2014031603).
>
> See /mod/openmeetings/view.php in line:
>
>    add_to_log($course->id, "openmeetings", "view", "view.php?id=$cm->id",
> "$openmeetings->id")
>
> See also:
> http://docs.moodle.org/dev/Events_API
> http://docs.moodle.org/dev/Event_2
>
> Do you have time to make the necessary adjustments in the om moodle plugin?
>
> Thanks & Greetings,
> Michael
>



-- 
WBR
Maxim aka solomax

changes in the events API of moodle with the new version 2.7: The function add_to_log() has been deprecated

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
Hello Maxim,

The function add_to_log() has been deprecated with a notice as of Moodle 
2.7 (the release will be next monday). The openmeetings moodle plugin is 
affected by that change if you are using moodle 2.7 (in the debugging 
mode) and the lastest om moodle plugin (1.7 - build 2014031603).

See /mod/openmeetings/view.php in line:

    add_to_log($course->id, "openmeetings", "view", 
"view.php?id=$cm->id", "$openmeetings->id")

See also:
http://docs.moodle.org/dev/Events_API
http://docs.moodle.org/dev/Event_2

Do you have time to make the necessary adjustments in the om moodle 
plugin?

Thanks & Greetings,
Michael

Re: Fwd: BUILD FAILED - compiling OM 2.1.1

Posted by Maxim Solodovnik <so...@gmail.com>.
deleted == not necessary anymore :)
so backup/restore is sort of "hard delete"
seems to be wrong assumption :)


On Thu, May 8, 2014 at 2:10 PM, Michael Wuttke
<mw...@beuth-hochschule.de>wrote:

> Hello Maxim.
>
> Am 8.5.2014 09:02, schrieb Maxim Solodovnik:
>
>  3.0.2+ mean 3.0.2 and 3.1.0 :)
>>
>> we are working in 2 branches :)
>>
>
> ok, now it's clear. ;-)
>
>
>  @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room r LEFT
>> JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
>>
> Just a question of understanding your work: What was the reason not backup
> the deleted rooms?
>
> Thnaks & Greetings,
> Michael
>
>
>  On Thu, May 8, 2014 at 2:00 PM, Michael Wuttke
>> <mw...@beuth-hochschule.de> wrote:
>>
>>  Hello Maxim,
>>>
>>>  @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room
>>>> r
>>>> LEFT JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
>>>>
>>>> You need to remove WHERE clause.
>>>>
>>> Sure! It's obvious! Sorry for bothering you.
>>>
>>> But for now it works for me with preparing the rooms.xml by hand.
>>> ;-)
>>>
>>>  Maybe this should also be fixed in 3.0.2+
>>>>
>>> This whould be nice!
>>>
>>> But why 3.0.2+ and not 3.0.2? Is it to late to fix it with the next
>>> release?
>>>
>>> Greetings,
>>> Michael
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>


-- 
WBR
Maxim aka solomax

Re: Fwd: BUILD FAILED - compiling OM 2.1.1

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
Hello Maxim.

Am 8.5.2014 09:02, schrieb Maxim Solodovnik:
> 3.0.2+ mean 3.0.2 and 3.1.0 :)
> 
> we are working in 2 branches :)

ok, now it's clear. ;-)

> @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room r LEFT 
> JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
Just a question of understanding your work: What was the reason not 
backup the deleted rooms?

Thnaks & Greetings,
Michael

> On Thu, May 8, 2014 at 2:00 PM, Michael Wuttke
> <mw...@beuth-hochschule.de> wrote:
> 
>> Hello Maxim,
>> 
>>> @NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room
>>> r
>>> LEFT JOIN FETCH r.moderators WHERE R.DELETED = FALSE "),
>>> 
>>> You need to remove WHERE clause.
>> Sure! It's obvious! Sorry for bothering you.
>> 
>> But for now it works for me with preparing the rooms.xml by hand.
>> ;-)
>> 
>>> Maybe this should also be fixed in 3.0.2+
>> This whould be nice!
>> 
>> But why 3.0.2+ and not 3.0.2? Is it to late to fix it with the next
>> release?
>> 
>> Greetings,
>> Michael
> 
> --
> WBR
> Maxim aka solomax

Re: BUILD FAILED - compiling OM 2.1.1

Posted by Maxim Solodovnik <so...@gmail.com>.
Deleted rooms are not exported :(

@NamedQuery(name = "getBackupRooms", query = "SELECT r FROM Room r
LEFT JOIN FETCH r.moderators WHERE *r.deleted = false* "),

You need to remove WHERE clause.

Maybe this should also be fixed in 3.0.2+



On Tue, May 6, 2014 at 1:49 PM, Michael Wuttke
<mw...@beuth-hochschule.de>wrote:

> Hello Maxim,
>
> select id, 0+deleted from room; works for OM 2.1.1.
>
> Ok, now I get:
> +-----+-----------+
> | id  | 0+deleted |
> +-----+-----------+
> |   1 |         0 |
> |   2 |         0 |
> |   3 |         0 |
> |   4 |         0 |
> |   5 |         0 |
> |   6 |         0 |
> |   7 |         0 |
> |   8 |         0 |
> |   9 |         0 |
> |  10 |         0 |
> |  11 |         1 |
> |  12 |         1 |
> |  13 |         1 |
> |  14 |         1 |
> |  15 |         1 |
> |  16 |         1 |
> |  17 |         1 |
> |  18 |         1 |
>
> and so on ...
>
> But in the room.xml the deleted rooms are still missing. What should I do?
>
> Thanks,
> Michael
>
> Am 06.05.14 06:27, schrieb Maxim Solodovnik:
> > please try to "select id, 0+deleted from rooms"
> > columns and tables might vary
> >
> > we are trying to continuously improve things :)
> >
> >
> > On Tue, May 6, 2014 at 2:56 AM, Michael Wuttke
> > <mw...@beuth-hochschule.de>wrote:
> >
> >> Hello Maxim,
> >>
> >> thanks, now it works. I compilied OM 2.1.1 with the change you suggested
> >> yesterday (I added "ORDER BY room_id"). But after the backup I had the
> >> same room.xml like before.
> >> I discovered that there faild 10 rooms. In the Admin-GUI -> rooms they
> >> faild as well. But in the database there are no entries in the column
> >> field 'deleted'. What should be there? In the latest OM version 3.0.1 I
> >> can find 'f' for false or 't' for true in that field.
> >>
> >> Thank you,
> >> Michael
> >>
> >> Am 05.05.14 18:06, schrieb Maxim Solodovnik:
> >>> The problem is: /usr/adm/apache-ant-1.9.3/bin/ant
> >>>
> >>> you need ant 1.8.4-1.9.2 for this
> >>>
> >>>
> >>> On Mon, May 5, 2014 at 10:26 PM, Michael Wuttke <
> >>> michael.wuttke@beuth-hochschule.de> wrote:
> >>>
> >>>> Hello,
> >>>>
> >>>> I tried to download the source code of OM 2.1.1 and tried to compile
> it
> >>>> with the following stepps:
> >>>>
> >>>> mkdir /usr/adm/singlewebapp
> >>>> cd /usr/adm/singlewebapp
> >>>> wget
> >>>>
> >>>>
> >>
> http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
> >>>> tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
> >>>> /usr/adm/apache-ant-1.9.3/bin/ant clean.all
> >>>> /usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql
> >>>>
> >>>> like described in this tutorial:
> >>>>
> >>>>
> >>
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2
> >>>>
> >>>> But it failed with the following error message:
> >>>> BUILD FAILED
> >>>> /usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
> >>>>         at
> >>>>
> >>>>
> >>
> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
> >>>>         at
> >> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
> >>>>         at
> >>>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> >>>>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> >>>>         at
> >>>>
> >>>>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >>>>         at java.lang.reflect.Method.invoke(Method.java:597)
> >>>>         at
> >>>>
> >>
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> >>>>         at org.apache.tools.ant.Task.perform(Task.java:348)
> >>>>         at org.apache.tools.ant.Target.execute(Target.java:435)
> >>>>         at org.apache.tools.ant.Target.performTasks(Target.java:456)
> >>>>         at
> >>>> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
> >>>>         at
> org.apache.tools.ant.Project.executeTarget(Project.java:1364)
> >>>>         at
> >>>>
> >>>>
> >>
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> >>>>         at
> >> org.apache.tools.ant.Project.executeTargets(Project.java:1248)
> >>>>         at org.apache.tools.ant.Main.runBuild(Main.java:851)
> >>>>         at org.apache.tools.ant.Main.startAnt(Main.java:235)
> >>>>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
> >>>>         at
> org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
> >>>>
> >>>> Please has someone an idea what was wrong?
> >>>>
> >>>> Thanks for any help,
> >>>> Michael
> >>>>
> >>>
> >>>
> >>>
> >>
> >
> >
> >
>



-- 
WBR
Maxim aka solomax

[SOLVED] BUILD FAILED - compiling OM 2.1.1 & upgrade to/backup of OM 3.0.1

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
Hello Maxim,

I recompiled the OM version 2.1.1, made a backup of the installation and
added the missing/deleted rooms into the rooms.xml from the backup.zip,
like this:

      <room>
         <rooms_id><![CDATA[1]]></rooms_id>
         <name><![CDATA[My conference room (for 1-16 users)]]></name>
         <comment><![CDATA[My Rooms of ownerId 1]]></comment>
         <roomtypeId><![CDATA[1]]></roomtypeId>
         <deleted><![CDATA[true]]></deleted>

and so on ...

The upgrade to OM 3.0.1 ran as expected then. And the uploaded files
were in the right OM rooms. ;-)

After that I tested the export of the OM 3.0.1 installation with the
following command:
./admin.sh -v -b -file ../backup_301_today.zip

These are the entries in the table 'room' of OM 3.0.1 before the upgrade:
select id,name,deleted from room order by id;
 id |                     name                     | deleted
----+----------------------------------------------+---------
  1 | MOODLE_COURSE_ID_3_NAME_conf_lms_moodle26    | t
  2 | MOODLE_COURSE_ID_3_NAME_conf_lms_m26_wholew  | t
  3 | My conference room (for 1-16 users)          | f
  4 | My webinar room (for 1-120 users)	           | f
  5 | MOODLE_COURSE_ID_3_NAME_conf_lms_moodle26    | t
  6 | My conference room (for 1-16 users)          | f
  7 | My webinar room (for 1-120 users)            | f
  8 | MOODLE_COURSE_ID_572_NAME_conf_lms_27rc1+    | f
  9 | MOODLE_COURSE_ID_572_NAME_web_lms_262+       | f
(9 Zeilen)

In the rooms.xml from the backup_301_today.zip the deleted rooms are
missing like in the OM 2.1.1 backup.

I think with the upgrade to the latest test build of OM 3.1, the deleted
rooms in the room table will be missing too.

So in this case it will mix up the rooms and files in om rooms again, if
I'm not mistaken?

To avoid further trouble during an upgrade process isn't possible to
make a backup with deleted rooms remaining in the rooms.xml?

Thank you for any help or hint,
Michael

Am 06.05.14 08:49, schrieb Michael Wuttke:
> Hello Maxim,
> 
> select id, 0+deleted from room; works for OM 2.1.1.
> 
> Ok, now I get:
> +-----+-----------+
> | id  | 0+deleted |
> +-----+-----------+
> |   1 |         0 |
> |   2 |         0 |
> |   3 |         0 |
> |   4 |         0 |
> |   5 |         0 |
> |   6 |         0 |
> |   7 |         0 |
> |   8 |         0 |
> |   9 |         0 |
> |  10 |         0 |
> |  11 |         1 |
> |  12 |         1 |
> |  13 |         1 |
> |  14 |         1 |
> |  15 |         1 |
> |  16 |         1 |
> |  17 |         1 |
> |  18 |         1 |
> 
> and so on ...
> 
> But in the room.xml the deleted rooms are still missing. What should I do?
> 
> Thanks,
> Michael
> 
> Am 06.05.14 06:27, schrieb Maxim Solodovnik:
>> please try to "select id, 0+deleted from rooms"
>> columns and tables might vary
>>
>> we are trying to continuously improve things :)
>>
>>
>> On Tue, May 6, 2014 at 2:56 AM, Michael Wuttke
>> <mw...@beuth-hochschule.de>wrote:
>>
>>> Hello Maxim,
>>>
>>> thanks, now it works. I compilied OM 2.1.1 with the change you suggested
>>> yesterday (I added "ORDER BY room_id"). But after the backup I had the
>>> same room.xml like before.
>>> I discovered that there faild 10 rooms. In the Admin-GUI -> rooms they
>>> faild as well. But in the database there are no entries in the column
>>> field 'deleted'. What should be there? In the latest OM version 3.0.1 I
>>> can find 'f' for false or 't' for true in that field.
>>>
>>> Thank you,
>>> Michael
>>>
>>> Am 05.05.14 18:06, schrieb Maxim Solodovnik:
>>>> The problem is: /usr/adm/apache-ant-1.9.3/bin/ant
>>>>
>>>> you need ant 1.8.4-1.9.2 for this
>>>>
>>>>
>>>> On Mon, May 5, 2014 at 10:26 PM, Michael Wuttke <
>>>> michael.wuttke@beuth-hochschule.de> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I tried to download the source code of OM 2.1.1 and tried to compile it
>>>>> with the following stepps:
>>>>>
>>>>> mkdir /usr/adm/singlewebapp
>>>>> cd /usr/adm/singlewebapp
>>>>> wget
>>>>>
>>>>>
>>> http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
>>>>> tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
>>>>> /usr/adm/apache-ant-1.9.3/bin/ant clean.all
>>>>> /usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql
>>>>>
>>>>> like described in this tutorial:
>>>>>
>>>>>
>>> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2
>>>>>
>>>>> But it failed with the following error message:
>>>>> BUILD FAILED
>>>>> /usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
>>>>>         at
>>>>>
>>>>>
>>> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
>>>>>         at
>>> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
>>>>>         at
>>>>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>>>>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>>>>         at
>>>>>
>>>>>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>         at
>>>>>
>>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>>>>>         at org.apache.tools.ant.Task.perform(Task.java:348)
>>>>>         at org.apache.tools.ant.Target.execute(Target.java:435)
>>>>>         at org.apache.tools.ant.Target.performTasks(Target.java:456)
>>>>>         at
>>>>> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
>>>>>         at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>>>>>         at
>>>>>
>>>>>
>>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>>>>         at
>>> org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>>>>         at org.apache.tools.ant.Main.runBuild(Main.java:851)
>>>>>         at org.apache.tools.ant.Main.startAnt(Main.java:235)
>>>>>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
>>>>>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
>>>>>
>>>>> Please has someone an idea what was wrong?
>>>>>
>>>>> Thanks for any help,
>>>>> Michael


[SOLVED] BUILD FAILED - compiling OM 2.1.1 & upgrade to/backup of OM 3.0.1

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
Hello Maxim,

I recompiled the OM version 2.1.1, made a backup of the installation and
added the missing/deleted rooms into the rooms.xml from the backup.zip,
like this:

      <room>
         <rooms_id><![CDATA[1]]></rooms_id>
         <name><![CDATA[My conference room (for 1-16 users)]]></name>
         <comment><![CDATA[My Rooms of ownerId 1]]></comment>
         <roomtypeId><![CDATA[1]]></roomtypeId>
         <deleted><![CDATA[true]]></deleted>

and so on ...

The upgrade to OM 3.0.1 ran as expected then. And the uploaded files
were in the right OM rooms. ;-)

After that I tested the export of the OM 3.0.1 installation with the
following command:
./admin.sh -v -b -file ../backup_301_today.zip

These are the entries in the table 'room' of OM 3.0.1 before the upgrade:
select id,name,deleted from room order by id;
 id |                     name                     | deleted
----+----------------------------------------------+---------
  1 | MOODLE_COURSE_ID_3_NAME_conf_lms_moodle26    | t
  2 | MOODLE_COURSE_ID_3_NAME_conf_lms_m26_wholew  | t
  3 | My conference room (for 1-16 users)          | f
  4 | My webinar room (for 1-120 users)	           | f
  5 | MOODLE_COURSE_ID_3_NAME_conf_lms_moodle26    | t
  6 | My conference room (for 1-16 users)          | f
  7 | My webinar room (for 1-120 users)            | f
  8 | MOODLE_COURSE_ID_572_NAME_conf_lms_27rc1+    | f
  9 | MOODLE_COURSE_ID_572_NAME_web_lms_262+       | f
(9 Zeilen)

Attached you can find the rooms.xml from the backup_301_today.zip. In this
file the deleted rooms are missing like in the OM 2.1.1 backup.

I think with the upgrade to the latest test build of OM 3.1, the deleted
rooms in the
room table will be missing too.

So in this case it will mix up the rooms and files in om rooms again, if
I'm not mistaken?

To avoid further trouble during an upgrade process isn't possible to
make a backup with deleted rooms remaining in the rooms.xml?

Thank you for any help or hint,
Michael

Am 06.05.14 08:49, schrieb Michael Wuttke:
> Hello Maxim,
> 
> select id, 0+deleted from room; works for OM 2.1.1.
> 
> Ok, now I get:
> +-----+-----------+
> | id  | 0+deleted |
> +-----+-----------+
> |   1 |         0 |
> |   2 |         0 |
> |   3 |         0 |
> |   4 |         0 |
> |   5 |         0 |
> |   6 |         0 |
> |   7 |         0 |
> |   8 |         0 |
> |   9 |         0 |
> |  10 |         0 |
> |  11 |         1 |
> |  12 |         1 |
> |  13 |         1 |
> |  14 |         1 |
> |  15 |         1 |
> |  16 |         1 |
> |  17 |         1 |
> |  18 |         1 |
> 
> and so on ...
> 
> But in the room.xml the deleted rooms are still missing. What should I do?
> 
> Thanks,
> Michael
> 
> Am 06.05.14 06:27, schrieb Maxim Solodovnik:
>> please try to "select id, 0+deleted from rooms"
>> columns and tables might vary
>>
>> we are trying to continuously improve things :)
>>
>>
>> On Tue, May 6, 2014 at 2:56 AM, Michael Wuttke
>> <mw...@beuth-hochschule.de>wrote:
>>
>>> Hello Maxim,
>>>
>>> thanks, now it works. I compilied OM 2.1.1 with the change you suggested
>>> yesterday (I added "ORDER BY room_id"). But after the backup I had the
>>> same room.xml like before.
>>> I discovered that there faild 10 rooms. In the Admin-GUI -> rooms they
>>> faild as well. But in the database there are no entries in the column
>>> field 'deleted'. What should be there? In the latest OM version 3.0.1 I
>>> can find 'f' for false or 't' for true in that field.
>>>
>>> Thank you,
>>> Michael
>>>
>>> Am 05.05.14 18:06, schrieb Maxim Solodovnik:
>>>> The problem is: /usr/adm/apache-ant-1.9.3/bin/ant
>>>>
>>>> you need ant 1.8.4-1.9.2 for this
>>>>
>>>>
>>>> On Mon, May 5, 2014 at 10:26 PM, Michael Wuttke <
>>>> michael.wuttke@beuth-hochschule.de> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I tried to download the source code of OM 2.1.1 and tried to compile it
>>>>> with the following stepps:
>>>>>
>>>>> mkdir /usr/adm/singlewebapp
>>>>> cd /usr/adm/singlewebapp
>>>>> wget
>>>>>
>>>>>
>>> http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
>>>>> tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
>>>>> /usr/adm/apache-ant-1.9.3/bin/ant clean.all
>>>>> /usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql
>>>>>
>>>>> like described in this tutorial:
>>>>>
>>>>>
>>> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2
>>>>>
>>>>> But it failed with the following error message:
>>>>> BUILD FAILED
>>>>> /usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
>>>>>         at
>>>>>
>>>>>
>>> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
>>>>>         at
>>> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
>>>>>         at
>>>>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>>>>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>>>>         at
>>>>>
>>>>>
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>         at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>         at
>>>>>
>>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>>>>>         at org.apache.tools.ant.Task.perform(Task.java:348)
>>>>>         at org.apache.tools.ant.Target.execute(Target.java:435)
>>>>>         at org.apache.tools.ant.Target.performTasks(Target.java:456)
>>>>>         at
>>>>> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
>>>>>         at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>>>>>         at
>>>>>
>>>>>
>>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>>>>         at
>>> org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>>>>         at org.apache.tools.ant.Main.runBuild(Main.java:851)
>>>>>         at org.apache.tools.ant.Main.startAnt(Main.java:235)
>>>>>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
>>>>>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
>>>>>
>>>>> Please has someone an idea what was wrong?
>>>>>
>>>>> Thanks for any help,
>>>>> Michael

Re: BUILD FAILED - compiling OM 2.1.1

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
Hello Maxim,

select id, 0+deleted from room; works for OM 2.1.1.

Ok, now I get:
+-----+-----------+
| id  | 0+deleted |
+-----+-----------+
|   1 |         0 |
|   2 |         0 |
|   3 |         0 |
|   4 |         0 |
|   5 |         0 |
|   6 |         0 |
|   7 |         0 |
|   8 |         0 |
|   9 |         0 |
|  10 |         0 |
|  11 |         1 |
|  12 |         1 |
|  13 |         1 |
|  14 |         1 |
|  15 |         1 |
|  16 |         1 |
|  17 |         1 |
|  18 |         1 |

and so on ...

But in the room.xml the deleted rooms are still missing. What should I do?

Thanks,
Michael

Am 06.05.14 06:27, schrieb Maxim Solodovnik:
> please try to "select id, 0+deleted from rooms"
> columns and tables might vary
> 
> we are trying to continuously improve things :)
> 
> 
> On Tue, May 6, 2014 at 2:56 AM, Michael Wuttke
> <mw...@beuth-hochschule.de>wrote:
> 
>> Hello Maxim,
>>
>> thanks, now it works. I compilied OM 2.1.1 with the change you suggested
>> yesterday (I added "ORDER BY room_id"). But after the backup I had the
>> same room.xml like before.
>> I discovered that there faild 10 rooms. In the Admin-GUI -> rooms they
>> faild as well. But in the database there are no entries in the column
>> field 'deleted'. What should be there? In the latest OM version 3.0.1 I
>> can find 'f' for false or 't' for true in that field.
>>
>> Thank you,
>> Michael
>>
>> Am 05.05.14 18:06, schrieb Maxim Solodovnik:
>>> The problem is: /usr/adm/apache-ant-1.9.3/bin/ant
>>>
>>> you need ant 1.8.4-1.9.2 for this
>>>
>>>
>>> On Mon, May 5, 2014 at 10:26 PM, Michael Wuttke <
>>> michael.wuttke@beuth-hochschule.de> wrote:
>>>
>>>> Hello,
>>>>
>>>> I tried to download the source code of OM 2.1.1 and tried to compile it
>>>> with the following stepps:
>>>>
>>>> mkdir /usr/adm/singlewebapp
>>>> cd /usr/adm/singlewebapp
>>>> wget
>>>>
>>>>
>> http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
>>>> tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
>>>> /usr/adm/apache-ant-1.9.3/bin/ant clean.all
>>>> /usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql
>>>>
>>>> like described in this tutorial:
>>>>
>>>>
>> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2
>>>>
>>>> But it failed with the following error message:
>>>> BUILD FAILED
>>>> /usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
>>>>         at
>>>>
>>>>
>> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
>>>>         at
>> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
>>>>         at
>>>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>>>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>>>         at
>>>>
>>>>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>         at java.lang.reflect.Method.invoke(Method.java:597)
>>>>         at
>>>>
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>>>>         at org.apache.tools.ant.Task.perform(Task.java:348)
>>>>         at org.apache.tools.ant.Target.execute(Target.java:435)
>>>>         at org.apache.tools.ant.Target.performTasks(Target.java:456)
>>>>         at
>>>> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
>>>>         at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>>>>         at
>>>>
>>>>
>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>>>         at
>> org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>>>         at org.apache.tools.ant.Main.runBuild(Main.java:851)
>>>>         at org.apache.tools.ant.Main.startAnt(Main.java:235)
>>>>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
>>>>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
>>>>
>>>> Please has someone an idea what was wrong?
>>>>
>>>> Thanks for any help,
>>>> Michael
>>>>
>>>
>>>
>>>
>>
> 
> 
> 

Re: BUILD FAILED - compiling OM 2.1.1

Posted by Maxim Solodovnik <so...@gmail.com>.
please try to "select id, 0+deleted from rooms"
columns and tables might vary

we are trying to continuously improve things :)


On Tue, May 6, 2014 at 2:56 AM, Michael Wuttke
<mw...@beuth-hochschule.de>wrote:

> Hello Maxim,
>
> thanks, now it works. I compilied OM 2.1.1 with the change you suggested
> yesterday (I added "ORDER BY room_id"). But after the backup I had the
> same room.xml like before.
> I discovered that there faild 10 rooms. In the Admin-GUI -> rooms they
> faild as well. But in the database there are no entries in the column
> field 'deleted'. What should be there? In the latest OM version 3.0.1 I
> can find 'f' for false or 't' for true in that field.
>
> Thank you,
> Michael
>
> Am 05.05.14 18:06, schrieb Maxim Solodovnik:
> > The problem is: /usr/adm/apache-ant-1.9.3/bin/ant
> >
> > you need ant 1.8.4-1.9.2 for this
> >
> >
> > On Mon, May 5, 2014 at 10:26 PM, Michael Wuttke <
> > michael.wuttke@beuth-hochschule.de> wrote:
> >
> >> Hello,
> >>
> >> I tried to download the source code of OM 2.1.1 and tried to compile it
> >> with the following stepps:
> >>
> >> mkdir /usr/adm/singlewebapp
> >> cd /usr/adm/singlewebapp
> >> wget
> >>
> >>
> http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
> >> tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
> >> /usr/adm/apache-ant-1.9.3/bin/ant clean.all
> >> /usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql
> >>
> >> like described in this tutorial:
> >>
> >>
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2
> >>
> >> But it failed with the following error message:
> >> BUILD FAILED
> >> /usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
> >>         at
> >>
> >>
> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
> >>         at
> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
> >>         at
> >> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> >>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
> >>         at
> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >>         at java.lang.reflect.Method.invoke(Method.java:597)
> >>         at
> >>
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
> >>         at org.apache.tools.ant.Task.perform(Task.java:348)
> >>         at org.apache.tools.ant.Target.execute(Target.java:435)
> >>         at org.apache.tools.ant.Target.performTasks(Target.java:456)
> >>         at
> >> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
> >>         at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
> >>         at
> >>
> >>
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> >>         at
> org.apache.tools.ant.Project.executeTargets(Project.java:1248)
> >>         at org.apache.tools.ant.Main.runBuild(Main.java:851)
> >>         at org.apache.tools.ant.Main.startAnt(Main.java:235)
> >>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
> >>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
> >>
> >> Please has someone an idea what was wrong?
> >>
> >> Thanks for any help,
> >> Michael
> >>
> >
> >
> >
>



-- 
WBR
Maxim aka solomax

Re: BUILD FAILED - compiling OM 2.1.1

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
Hello Maxim,

thanks, now it works. I compilied OM 2.1.1 with the change you suggested
yesterday (I added "ORDER BY room_id"). But after the backup I had the
same room.xml like before.
I discovered that there faild 10 rooms. In the Admin-GUI -> rooms they
faild as well. But in the database there are no entries in the column
field 'deleted'. What should be there? In the latest OM version 3.0.1 I
can find 'f' for false or 't' for true in that field.

Thank you,
Michael

Am 05.05.14 18:06, schrieb Maxim Solodovnik:
> The problem is: /usr/adm/apache-ant-1.9.3/bin/ant
> 
> you need ant 1.8.4-1.9.2 for this
> 
> 
> On Mon, May 5, 2014 at 10:26 PM, Michael Wuttke <
> michael.wuttke@beuth-hochschule.de> wrote:
> 
>> Hello,
>>
>> I tried to download the source code of OM 2.1.1 and tried to compile it
>> with the following stepps:
>>
>> mkdir /usr/adm/singlewebapp
>> cd /usr/adm/singlewebapp
>> wget
>>
>> http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
>> tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
>> /usr/adm/apache-ant-1.9.3/bin/ant clean.all
>> /usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql
>>
>> like described in this tutorial:
>>
>> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2
>>
>> But it failed with the following error message:
>> BUILD FAILED
>> /usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
>>         at
>>
>> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
>>         at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
>>         at
>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>>         at
>>
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>         at java.lang.reflect.Method.invoke(Method.java:597)
>>         at
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>>         at org.apache.tools.ant.Task.perform(Task.java:348)
>>         at org.apache.tools.ant.Target.execute(Target.java:435)
>>         at org.apache.tools.ant.Target.performTasks(Target.java:456)
>>         at
>> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
>>         at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>>         at
>>
>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>         at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>>         at org.apache.tools.ant.Main.runBuild(Main.java:851)
>>         at org.apache.tools.ant.Main.startAnt(Main.java:235)
>>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
>>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
>>
>> Please has someone an idea what was wrong?
>>
>> Thanks for any help,
>> Michael
>>
> 
> 
> 

Re: BUILD FAILED - compiling OM 2.1.1

Posted by Maxim Solodovnik <so...@gmail.com>.
The problem is: /usr/adm/apache-ant-1.9.3/bin/ant

you need ant 1.8.4-1.9.2 for this


On Mon, May 5, 2014 at 10:26 PM, Michael Wuttke <
michael.wuttke@beuth-hochschule.de> wrote:

> Hello,
>
> I tried to download the source code of OM 2.1.1 and tried to compile it
> with the following stepps:
>
> mkdir /usr/adm/singlewebapp
> cd /usr/adm/singlewebapp
> wget
>
> http://apache.mirrors.timporter.net/openmeetings/2.1.1/src/apache-openmeetings-2.1.1-src.tar.gz
> tar -zxvf apache-openmeetings-2.1.1-src.tar.gz
> /usr/adm/apache-ant-1.9.3/bin/ant clean.all
> /usr/adm/apache-ant-1.9.3/bin/ant -Ddb=mysql
>
> like described in this tutorial:
>
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2
>
> But it failed with the following error message:
> BUILD FAILED
> /usr/adm/singlewebapp/build.xml:751: java.lang.NullPointerException
>         at
>
> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450)
>         at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790)
>         at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
>         at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
>         at org.apache.tools.ant.Task.perform(Task.java:348)
>         at org.apache.tools.ant.Target.execute(Target.java:435)
>         at org.apache.tools.ant.Target.performTasks(Target.java:456)
>         at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
>         at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>         at
>
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>         at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
>         at org.apache.tools.ant.Main.runBuild(Main.java:851)
>         at org.apache.tools.ant.Main.startAnt(Main.java:235)
>         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
>         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
>
> Please has someone an idea what was wrong?
>
> Thanks for any help,
> Michael
>



-- 
WBR
Maxim aka solomax