Joshua Marinacci wrote:
> you are approved now.
Updated the dependency to SwingX 1.0, applied the patch (that error was
the only compilation problem) and committed. The fix resolves the issue
with my application.
Unfortunately, I see that the build broke in Hudson.
BUILD FAILED
/.hudson/jobs/SwingX-WS Continuous
Build/workspace/trunk/swinglabs-build-impl.xml:153: Problem: failed to
create task or type junit
Cause: the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask
was not found.
This looks like one of Ant's optional components.
Action: Check that the appropriate optional JAR exists in
-/usr/lib
-/root/.ant/lib
-a directory added on the command line with the -lib argument
Do not panic, this is a common problem.
The commonest cause is a missing JAR.
This is not a bug; it is a configuration problem
I know what the error means, but I don't understand how my change
triggered it. This is the diff for project.properties
[Mistral:SwingLabs/SwingX-WS/swingx-ws] fritz% svn diff -r 304
nbproject/project.properties
Index: nbproject/project.properties
===================================================================
--- nbproject/project.properties (revision 304)
+++ nbproject/project.properties (working copy)
@@ -5,6 +5,7 @@
build.dir=build
build.generated.dir=${build.dir}/generated
build.classes.dir=${build.dir}/classes
+build.generated.sources.dir=${build.dir}/generated-sources
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
# This directory is removed when the project is cleaned:
@@ -12,6 +13,8 @@
dist.jar=${dist.dir}/swingx-ws.jar
dist.javadoc.dir=${dist.dir}/javadoc
+excludes=
+includes=**
########################h##################################
# Source and test directories #
##########################################################
@@ -31,8 +34,8 @@
file.reference.jtidy-r7.jar=lib/optional/jtidy-r7.jar
file.reference.rome-0.8.jar=lib/optional/rome-0.8.jar
file.reference.swing-worker.jar=lib/cobundle/swing-worker.jar
-file.reference.swingx-bean.jar=lib/cobundle/swingx-bean.jar
-file.reference.swingx.jar=lib/cobundle/swingx.jar
+file.reference.swingx-beaninfo-1.0.jar=lib/cobundle/swingx-beaninfo-1.0.jar
+file.reference.swingx-1.0.jar=lib/cobundle/swingx-1.0.jar
file.reference.xercesImpl.jar=lib/optional/xercesImpl.jar
##########################################################
@@ -46,8 +49,8 @@
${file.reference.rome-0.8.jar}:\
${file.reference.jdom.jar}:\
${file.reference.swing-worker.jar}:\
- ${file.reference.swingx-bean.jar}:\
- ${file.reference.swingx.jar}:\
+ ${file.reference.swingx-beaninfo-1.0.jar}:\
+ ${file.reference.swingx-1.0.jar}:\
${file.reference.commons-httpclient-3.0.1.jar}:\
${file.reference.commons-codec-1.3.jar}:\
${file.reference.commons-logging-1.1.jar}:\
--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
weblogs.java.net/blog/fabriziogiudici - www.tidalwave.it/people
Fabrizio.Giudici@...
---------------------------------------------------------------------
To unsubscribe, e-mail:
jdnc-unsubscribe@...
For additional commands, e-mail:
jdnc-help@...