-
mbaudier committed revision 243 to the Prenzl!! SVN repository, changing 1 files.
2008-11-28 12:12:03 UTC in Prenzl!!
-
mbaudier committed revision 242 to the Prenzl!! SVN repository, changing 1 files.
2008-11-12 07:10:38 UTC in Prenzl!!
-
mbaudier committed revision 479 to the AjaXplorer SVN repository, changing 1 files.
2008-08-31 09:22:11 UTC in AjaXplorer
-
mbaudier committed revision 478 to the AjaXplorer SVN repository, changing 1 files.
2008-08-30 18:16:01 UTC in AjaXplorer
-
mbaudier committed revision 477 to the AjaXplorer SVN repository, changing 1 files.
2008-08-30 14:22:51 UTC in AjaXplorer
-
mbaudier committed revision 241 to the Prenzl!! SVN repository, changing 7 files.
2008-07-29 13:21:56 UTC in Prenzl!!
-
mbaudier committed revision 240 to the Prenzl!! SVN repository, changing 1 files.
2008-07-29 13:21:17 UTC in Prenzl!!
-
mbaudier committed revision 239 to the Prenzl!! SVN repository, changing 8 files.
2008-07-29 12:10:36 UTC in Prenzl!!
-
Hi,
the JNLP file for your demo is not well formed.
This should be:
...
org.eclipse.swt.examples.controlexample.ControlExample
...
and not
...
...
2008-07-26 18:27:47 UTC in SWTSwing
-
Hi,
if you make a symbolic link to the standalone-start.sh script under LInux (Fedora 8 in my case), the home directory is not properly set and the jars are not found.
The following fix is working (originally from Ant start script):
#!/bin/sh
#
# Run GCALDaemon
#
# commented out by mbaudier@argeo.org - 2008-05-21
#GCALDIR=`dirname "$0"`/..
# added by mbaudier@argeo.org -...
2008-05-21 09:01:12 UTC in GCALDaemon