-
Logged In: YES
user_id=994999
The same applies for getResourceAsStream(String path) and
possibly also other methods.
2006-11-08 09:50:34 UTC in httpunit
-
Instead of
public java.net.URL getResource(
...
return resourceFile == null ? null :
resourceFile.toURL();
...
}
this might be better
public java.net.URL getResource(
...
return !resourceFile.exists() ? null :
resourceFile.toURL();
...
}
I am having trouble using HttpUnit with Tapestry 3
using lookup of Page specifications that are...
2006-11-08 09:46:35 UTC in httpunit
-
timowest committed patchset 521 of module javadc3 to the javadc3 CVS repository, changing 1 files.
2006-06-02 07:47:16 UTC in javadc3
-
timowest committed patchset 520 of module javadc3 to the javadc3 CVS repository, changing 17 files.
2006-06-02 07:46:40 UTC in javadc3
-
timowest committed patchset 519 of module javadc3 to the javadc3 CVS repository, changing 15 files.
2006-06-02 07:45:21 UTC in javadc3
-
timowest committed patchset 518 of module javadc3 to the javadc3 CVS repository, changing 13 files.
2006-06-02 07:39:00 UTC in javadc3
-
Hi.
You can connect to hubs not listed in Public Hubs or Favorite Hubs via entering the connection URL into the bottom textfield in the Hubs tab and pressing ENTER.
I hope this helps.
javadc3 has not become unstable, we just didn't have that much time lately to code on it.
2006-01-29 15:57:25 UTC in javadc3
-
timowest committed patchset 31 of module sparql4j to the sparql4j CVS repository, changing 2 files.
2006-01-05 14:58:58 UTC in sparql4j
-
timowest committed patchset 24 of module sparql4j to the sparql4j CVS repository, changing 6 files.
2005-12-21 14:13:32 UTC in sparql4j
-
timowest committed patchset 23 of module sparql4j to the sparql4j CVS repository, changing 1 files.
2005-12-21 09:25:46 UTC in sparql4j