Davletvm / soashable

Automatically exported from code.google.com/p/soashable
0 stars 0 forks source link

Create Ant script with build tasks #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Test:
JSUnit server
Selenium server

Distribute:
JSDoc
Dojo ShrinkSafe
Tar/GZ, Zip

Currently needed for XMPP4JS, but should be general enough that it can be
used for other Soashable sub-projects. 

Since I don't see anything at all like it out there, could also be its own
component called "JSLib" or "JSLibBuilder" or something.

Original issue reported on code.google.com by h.iver...@gmail.com on 29 Aug 2007 at 4:33

GoogleCodeExporter commented 9 years ago
Created project in SVN (still has some hardcoded directories) for JSLibBuilder,
ported xmpp4js to use it, ported Soashable to use xmpp4js.

http://soashable.googlecode.com/svn/jslibbuilder/

http://soashable.googlecode.com/svn/xmpp4js/

http://soashable.googlecode.com/svn/trunk/build.xml

Still needs Selenium

Original comment by h.iver...@gmail.com on 29 Aug 2007 at 8:25

GoogleCodeExporter commented 9 years ago
Ooops, you have a typo - you spelled Maven as "Ant" instead of "Maven".

Original comment by jeffjjen...@gmail.com on 30 Aug 2007 at 1:19

GoogleCodeExporter commented 9 years ago
No reason to use Maven for a javaSCRIPT project. We don't need any of that 
archetype
noise, however using Maven Antlib is indeed called for so the dependencies 
don't have
to live in the repository; best of both worlds.

See my blog post from last year, here: 
http://blog.devspan.com/2006/12/harnessing-power-of-maven2-through.html

As far as the rest of stuff: JSUnit, Selenium, and ShrinkSafe are all there and
working fine. The script needs heavy cleanup, thought, so it's coherent. And
documentation. Right now if I found it randomly, I'd think it's a piece of shit.

Original comment by h.iver...@gmail.com on 3 Sep 2007 at 6:12

GoogleCodeExporter commented 9 years ago
JSLibBuilder is now Alpha. http://code.google.com/p/soashable/wiki/JSLibBuilder

Original comment by h.iver...@gmail.com on 3 Sep 2007 at 10:47