Hi Jose, Can you re-run Maven with the "-e" flag (as it mentions in the error message that you pasted below)? Sometimes that gives more information as to the underlying error message.
So, you'd want to run: mvn -e package Also, what directory are you running 'mvn package' from? Are you running it from [dspace-src]? or [dspace-src]/dspace/? - Tim On 7/16/2012 9:49 AM, Jose Blanco wrote: > I just tried 'mvn package' and am getting this error: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-1:attached > (default) on project dspace-lni-client: Failed to create assembly: Error > adding file-set for 'javax.activation:activation:jar:1.1' to archive: > /tmp/archived-file-set.721246988.tmp isn't a directory. -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :dspace-lni-client > > Any ideas? > Jose > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

