Creating a dist for sarissa

1 view
Skip to first unread message

manos

unread,
Feb 17, 2007, 1:30:54 PM2/17/07
to JSAN Users

Hello,

I'm thinking about moving the sarissa build to maven (insane i know,
but it fits with the big picture) and changing the dist structure to
JSAN. Anyway, i cant really figure out where to put the documentation
so i was wondering if someone can verify the following, mostly the
tests (i'm using ecmaunit [1]) and the docos (largely jsdoc[2]).

BTW i was wondering if anyone has thoughts of a maven plugin and
packaging type for JSAN?

[1] http://kupu.oscom.org/download/ecmaunit-0.2.html
[2] http://jsdoc.sourceforge.net/


Thanks,

Manos

Sarissa
|-- META.yml
|-- CHANGELOG.txt
|-- lib
|-- sarissa.js
|-- sarissa_dhtml.js
|-- sarissa_ieemu_load.js
|-- sarissa_ieemu_xpath.js
`-- sarissa_ieemu_xslt.js
`-- tests
|-- testsarissa.html
|-- testsarissa.js
`-- lib
`-- ecmaunit
`-- <ecmaunit files>
`-- doc
|-- tutorial.html
`-- api
`-- <jsdoc generated files>

Burak Gürsoy

unread,
Feb 17, 2007, 5:17:14 PM2/17/07
to JSAN Users
I don't know what sarissa or maven is, but you can embed the
documentation into the .js file using Pod formatting as described in:

http://www.openjsan.org/documentation/dists.html

Then install Module::Build::JSAN

http://search.cpan.org/dist/Module-Build-JSAN/

Module::Build::JSAN, extracts and removes the Pod from the .js when
you say "Build dist" and generates Pod & HTML & Text versions of it in
the distro.

/doc/html/
/doc/pod
/doc/text

so, I think that it is ok to out any extra doc into /doc...

Well, at least these are what I do...

Reply all
Reply to author
Forward
0 new messages