-
This is due to a Java bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6635462
Modify the OpenProj1.4.0.ini:
[Java Runtime Environment]
Maximum Version=1.6.0_09
or
[Java Runtime Environment]
Maximum Version=1.5
And it work again perfectly...
2009-03-02 21:20:26 UTC in OpenProj - Project Management
-
I have done the integration.
From CCNET I call one script NAnt script that build my .NET assembly, execute the Nunit with PartCover, run a XSL to generate a XML that contains the sources, run another XSL that chek the result of NUnit and fail if there are test failures (because the PartCover Console process return always 0 and not the what NUnit returns).
In CCNET, I have 2 xsl, one for...
2008-04-06 21:23:06 UTC in PartCover
-
You can add a
in your NAnt script
;-)
2008-04-06 16:08:56 UTC in PartCover
-
I get the following trace wenn I try to open a project through a WebDAV share over HTTPS (apache2, dav_fs, mod_dav)
ATTENTION: [uncaughtException]java.lang.NullPointerException
java.lang.NullPointerException
at net.sourceforge.ganttproject.document.HttpDocument.getDescription(HttpDocument.java:72)
at...
2007-03-05 12:16:21 UTC in GanttProject
-
I get the following trace wenn I try to open a project through a WebDAV share over HTTPS (apache2, dav_fs, mod_dav)
ATTENTION: [uncaughtException]java.lang.NullPointerException
java.lang.NullPointerException
at net.sourceforge.ganttproject.document.HttpDocument.getDescription(HttpDocument.java:72)
at...
2007-03-05 10:52:55 UTC in GanttProject
-
Hi,
It is too slow to work like this. Start your server in a command line shell.
Add the following argument on your command line:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=10000,server=y,suspend=n
After you have start your JBoss and compile your bean, place the .jar in the deploy directory (D:\jboss-3.2.3\server\default\deploy) and it will be...
2004-04-21 17:22:44 UTC in JBoss JBuilder OpenTool