One thing you could do is to follow what this line says:

[INFO] For more information, run Maven with the -e switch

Another thing is you could run with the -X switch which will generate lots of 
output, probably enough for you to see what's going wrong.

-Marshall Schor


On 5/7/2010 12:27 PM, Roger Pack wrote:
> 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]
>
>
>
>   

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

Reply via email to