Servoy 5.2 build availability?

Home for older / inactive topics

Servoy 5.2 build availability?

Postby ptalbot » Fri Aug 13, 2010 1:37 am

After updating Servoy 5.2 from SVN sources today I had an exception after launching the Servoy target:

Could not create the view: Plug-in com.servoy.eclipse.ui was unable to load class com.servoy.eclipse.ui.views.solutionexplorer.SolutionExplorerView.
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.servoy.eclipse.ui (271).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
............

Caused by: java.lang.NoClassDefFoundError: com/servoy/j2db/documentation/ParameterDocumentation
at com.servoy.build.documentation.FunctionDocumentation.fromXML(FunctionDocumentation.java:690)
at com.servoy.build.documentation.ObjectDocumentation.loadFunctions(ObjectDocumentation.java:322)

It seems that today's documentation changes is not accessible in the current jars used.

I tried to build the projects using the build.xml but ran into too much errors to be worth listing here.

Still, I remember it was discussed that we would have access to a Servoy up-to-date build from a repository somewhere...
When will this be available?
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2 build availability?

Postby pbakker » Fri Aug 13, 2010 10:04 am

Hi Patrick,

Will address this to the engineers today.

As for the access to the up to date build: It's only about access to a build of the serverside code if there would be changed there, but that doesn't seem to be the issue that you are experiencing now. Having said that: we're working on updating the documentation on how to work with that stuff we'll be exposing. I expect that to be finished somewhere next week.

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Servoy 5.2 build availability?

Postby ptalbot » Fri Aug 13, 2010 4:17 pm

OK. Thanks Paul!
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2 build availability?

Postby ptalbot » Tue Aug 17, 2010 6:02 am

Hi Paul,

any news about the exception I get when trying to launch 5.2 in Run or Debug mode from Eclipse using latest SVN updates.
It still hasn't changed:
Code: Select all
java.lang.NoClassDefFoundError: com/servoy/j2db/documentation/ParameterDocumentation
   at com.servoy.build.documentation.FunctionDocumentation.fromXML(FunctionDocumentation.java:690)
   at com.servoy.build.documentation.ObjectDocumentation.loadFunctions(ObjectDocumentation.java:322)
   at com.servoy.build.documentation.ObjectDocumentation.fromXML(ObjectDocumentation.java:276)
   at com.servoy.build.documentation.DocumentationManager.fromXMLByCategory(DocumentationManager.java:340)
   at com.servoy.build.documentation.DocumentationManager.fromDoc(DocumentationManager.java:321)
   at com.servoy.build.documentation.DocumentationManager.fromXML(DocumentationManager.java:300)
   at com.servoy.build.documentation.DocumentationManagerProvider.fromXML(DocumentationManagerProvider.java:23)
   at com.servoy.eclipse.core.XMLScriptObjectAdapterLoader.<clinit>(XMLScriptObjectAdapterLoader.java:40)
   at com.servoy.eclipse.core.Activator.initialize(Activator.java:393)
   at com.servoy.eclipse.core.Activator.getDefault(Activator.java:384)
   at com.servoy.eclipse.ui.Activator.start(Activator.java:78)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
   at java.security.AccessController.doPrivileged(Native Method)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)


If you guys succeed launching it and I don't, but it's not related to serverside code build, then I wonder where that is coming from?
I'm using the Servoy Launch.launch run configuration coming from the 5.2 branch.
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2 build availability?

Postby pbakker » Tue Aug 17, 2010 5:23 pm

Hi Patrick,

It's still being worked on. It turned out to be related to some of the parts that aren't part of the open source projects, so the solution is the exposure of the latest versions of those libraries from our build server, which we were already working on. as it stands now, that will be done tomorrow.

Will keep you posted.

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Servoy 5.2 build availability?

Postby ptalbot » Tue Aug 17, 2010 5:51 pm

Thanks Paul!
Let us know when it is available, launching Servoy in debug mode is now my preferred way of launching Servoy, so I really miss it ;)
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2 build availability?

Postby pbakker » Wed Aug 18, 2010 3:48 pm

Hi,

Updated instructions for running Servoy Developer from source are available in the Open Source Guide:
- http://www.servoy.com/display/DOCS/Setting+up for running Servoy Developer from trunk
- http://www.servoy.com/display/DOCS/Setting+up+(Servoy+5.2+branch+only) for running Servoy 5.2 from the Servoy 5.2 branch

So yes, you can now also take a peak at the sourcecode of what cookin' in the kitchen for the next major release of Servoy. Remember, it's still preprepre alpha. If you'd like to get more info on what is being worked on, just stay tuned on the Servoy channels: the blog, twitter etc.

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Servoy 5.2 build availability?

Postby ptalbot » Wed Aug 18, 2010 4:14 pm

pbakker wrote:Hi,

Updated instructions for running Servoy Developer from source are available in the Open Source Guide:
- http://www.servoy.com/display/DOCS/Setting+up for running Servoy Developer from trunk
- http://www.servoy.com/display/DOCS/Setting+up+(Servoy+5.2+branch+only) for running Servoy 5.2 from the Servoy 5.2 branch

So yes, you can now also take a peak at the sourcecode of what cookin' in the kitchen for the next major release of Servoy. Remember, it's still preprepre alpha. If you'd like to get more info on what is being worked on, just stay tuned on the Servoy channels: the blog, twitter etc.

Paul

Thanks Paul!

I believe the real URL are rather:
- http://wiki.servoy.com/display/DOCS/Setting+up for running Servoy Developer from trunk
- http://wiki.servoy.com/display/DOCS/Setting+up+(Servoy+5.2+branch+only) for running Servoy 5.2 from the Servoy 5.2 branch
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2 build availability?

Postby pbakker » Wed Aug 18, 2010 4:44 pm

Of course, you're absolutely right.

Paul
pbakker
 
Posts: 2822
Joined: Wed Oct 01, 2003 8:12 pm
Location: Amsterdam, the Netherlands

Re: Servoy 5.2 build availability?

Postby ptalbot » Thu Aug 19, 2010 1:06 am

It's working again with the uploaded jars.
Thanks Paul & the team. I'm back in business ;)
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC

Re: Servoy 5.2 build availability?

Postby jcompagner » Thu Aug 19, 2010 9:02 am

ptalbot wrote:Thanks Paul & the team. I'm back in business ;)


where is the patch for the file plugin then? ;)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8828
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 5.2 build availability?

Postby ptalbot » Fri Aug 20, 2010 7:13 am

jcompagner wrote:where is the patch for the file plugin then? ;)

Unfortunately, unlike you, my current employer is not paying me for working on Servoy sources :lol:
So I only have the 32 remaining hours of the night to work on it ;)
Patrick Talbot
Freelance - Open Source - Servoy Valued Professional
https://www.servoyforge.net
Velocity rules! If you don't use it, you don't know what you're missing!
User avatar
ptalbot
 
Posts: 1654
Joined: Wed Mar 11, 2009 5:13 am
Location: Montreal, QC


Return to Archive

Who is online

Users browsing this forum: No registered users and 0 guests