You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Shreyas Desai (શ્રેયસ દેસાઈ)" <sh...@gmail.com> on 2008/04/29 09:19:50 UTC

mvn package command is failing

When I tried mvn package on my local machine it gave me following error?
I was following instructions at
http://incubator.apache.org/shindig/#tab-building


[INFO] Compiling 86 source files to
/home/shreyas/src-shindig/java/gadgets/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
could not parse error message: incorrect classpath: /not_a_directory
----------
1. ERROR in
/home/shreyas/src-shindig/java/gadgets/src/main/java/org/apache/shindig/gadgets/GadgetException.java
 (at line 1)
        /*
        ^



could not parse error message: incorrect classpath: /not_a_directory
----------
1. ERROR in
/home/shreyas/src-shindig/java/gadgets/src/main/java/org/apache/shindig/gadgets/GadgetException.java
 (at line 1)
        /*
        ^


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Tue Apr 29 12:46:05 IST 2008
[INFO] Final Memory: 28M/153M
[INFO]
------------------------------------------------------------------------