On 06/25/2009 07:55 AM, Joshua Roys wrote:
Hello all.

I was wondering if the audit viewing code was at a state that you would
consider merging it in to master, or some branch.  Right now it is based
off of and tested with SPACEWALK-0.5, although I just rebased it to
master.  It would need a little clean up, I think, for instance:

commit 8c7a125761d570236aa67559e249ef336c3e83c6
Author: Partha Aji<[email protected]>
Date:   Fri Jun 19 18:37:46 2009 -0400

     Fix for html:errors and html:messages to be consitently viewed in the UI

I added one more patch to avoid a NPE for those who didn't create the
directories my code needed, and a bit of code in spacewalk-setup to make
said directories.
http://www.stl.gtri.gatech.edu/jroys/#code

Thanks,

Joshua Roys


Joshua,

I'm also getting this compile error:

[javac] Compiling 2455 source files to /home/mmccune/devel/spacewalk/java/build/classes [javac] /home/mmccune/devel/spacewalk/java/code/src/com/redhat/rhn/manager/audit/AuditManager.java:253: cannot find symbol
    [javac] symbol  : constructor DataResult()
[javac] location: class com.redhat.rhn.common.db.datasource.DataResult<com.redhat.rhn.frontend.dto.AuditMachineDto>
    [javac]             return new DataResult<AuditMachineDto>();
    [javac]                    ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error


looks like AuditMachineDto is missing the default constructor.

--
Mike McCune
mmccune AT redhat.com
Engineering               | Portland, OR
RHN Satellite             | 650.567.9039x79248

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to