[HELP]how to get the DOM?

0 views
Skip to first unread message

wei2

unread,
Apr 3, 2008, 4:25:23 AM4/3/08
to crosscheck
Hello All,

Can anyone explain me how this cross check works. My aim
is knowing specified element's tag/attribute value of DOM object
which is loaded from html page or url and manipulated by some
javascript.
But when i read entire tutorial its getting bit difficult for
me to
understand this stuff.

When I type console command like
"C:\XXXXXXXXX\crosscheck-0.2.1\docs\tutorial>java -jar ..\..
\crosscheck.jar events.jst",
it throw dozen of exceptions,
"org.mozilla.javascript.WrappedException: Wrapped
java.lang.RuntimeException:
docs/tutorial.events.js was not found in the Crosscheck path".....
The site tutorial didn't tell me anything about "Crosscheck path"..

Please can anyone help me here.


Wei2

jdwad...@gmail.com

unread,
Apr 3, 2008, 7:58:48 AM4/3/08
to crosscheck
You need to change your working directory.

You did this:
C:\XXXXXXXXX\crosscheck-0.2.1\docs\tutorial>java -jar ..\..
\crosscheck.jar events.jst

But, you need to do this:
C:\XXXXXXXXX\crosscheck-0.2.1\docs\tutorial>cd ..\..
C:\XXXXXXXXX\crosscheck-0.2.1>java -jar crosscheck.jar docs\tutorial
\events.jst

The tutorial assumes that you downloaded the files from the page and
saved them in the same directory as crosscheck.jar. Most people will
probably use the included files, so I'll change the tutorial to
reflect that.

Thanks,

Jason
Reply all
Reply to author
Forward
0 new messages