I m trying to make a class in dpace1.8.2 in following ways-----

1> i make a folder named audittrail under the
dspace-jspui/src/main/java/org/dspace/app/audittrail.

2> put a class named AuditLogger in audittrail folder.

3> make foolwing entry in launcher.xml

<command>
<name>audit-taril</name>
<description>some description-------------</description>
<step>
<class>org.dspace.app.audittrail.AuditLogger</class>
</step>
</command>

4> mvn package and followed by ant update

4> when i  run dspace audit-taril following error message displayed

Error in launcher..xml : Invalid class name
:org.dspace.app.audittrail.AuditLogger


Thnaks

Awanish Singh
------------------------------------------------------------------------------
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

Reply via email to