Currently this occurs:

$ mvn exec:java
-Dexec.mainClass="org.familysearch.digitalarchive.IdisStatusWatcher"
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'exec'.
[INFO] ------------------------------------------------------------------------
[INFO] Building monitors
[INFO]    task-segment: [exec:java]
[INFO] ------------------------------------------------------------------------
[INFO] Preparing exec:java
[INFO] No goals needed for project - skipping
[INFO] [exec:java {execution: default-cli}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An exception occured while executing the Java class.
org.familysearch.digitalarchive.IdisStatusWatcher

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri May 07 10:26:01 MDT 2010
[INFO] Final Memory: 8M/123M
[INFO] ------------------------------------------------------------------------


This doesn't give me much information as to what Exception occurred
while executing that class.

Feature request:

when it fails, output more information than normal.  In this case it
was that that particular class didn't exist--but you can't tell that
from the error output.

Thanks so much!
-rp

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to