Seite 1 von 1

is svn source up2date?

Verfasst: 12 Jan 2009, 17:08
von wardenik
http://opsi.svn.sourceforge.net/viewvc/ ... rsion_1-3/
vel
https://opsi.svn.sourceforge.net/svnroo ... ersion_1-3

is this up 2 date?
i've just imported it to a project in eclipse and it has a lot of basic erros, like
ListChoice.java

has package package de.uib.configed.gui; instead of package de.uib; (or is in wrong dir)
or public GroupnameChoice( ... has no return type defined
and so on...

Re: is svn source up2date?

Verfasst: 13 Jan 2009, 11:09
von r.roeder
Hi,

the package on subversion was essentially o.k. insofar as it compiles as required via the enclosed compile command - but there were lost files in it which you detect by the import into eclipse.

I removed ListChoice.java which has no function.

On this occasion, I updated the sources to the current version. If you detect further problems by an eclipse import, please report these to us.

Greetings,

Rupert

Re: is svn source up2date?

Verfasst: 13 Jan 2009, 13:12
von wardenik
Here you are :)

Re: is svn source up2date?

Verfasst: 13 Jan 2009, 15:22
von r.roeder
Hi,

I removed all the obsolete files which produced the errors in your list, you may update your svn archive.

Thanks for the hint, any more hints are welcome :!:

Greetings,

Rupert

Re: is svn source up2date?

Verfasst: 13 Jan 2009, 16:07
von wardenik
Hi,

Thanks for quick action!
Almost, but not yet... :)
Attached 10 more...

Re: is svn source up2date?

Verfasst: 14 Jan 2009, 10:41
von r.roeder
Hi,

please do a new svn update, the classes which are referred in your error list, are already removed from the svn archive.

Greetings,

Rupert

Re: is svn source up2date?

Verfasst: 14 Jan 2009, 10:55
von wardenik
Indeed, now I switched from 1.3.2 to trunk version.
It works great, thanks!