Commit Graph

56 Commits

Author SHA1 Message Date
a7d15a112a typo fixes 2013-01-09 03:01:22 +00:00
18dcd8812f * complain during build if swt.jar cannot be found and echo an informative message
* adjust preppkg targets
* fix dist
2013-01-09 02:36:17 +00:00
c17db7c55b add prep* targets which will be used by the forthcoming installer targets 2013-01-09 01:20:09 +00:00
c47278741d Add usage target and make it the default
(shows fewer targets than ant -p)
2013-01-08 12:40:40 +00:00
f5ccc65762 organize build.xml, add more target descriptions 2013-01-08 12:19:55 +00:00
5ac263592c Add 'run-desktop' target to run start Syndie with the alternative interface 2013-01-08 11:55:05 +00:00
f9793af8fe customize manifest attributes as is done with I2P 2013-01-08 01:25:33 +00:00
24167c1ba3 fix javadocs target, add simple jdoc 2013-01-07 22:17:48 +00:00
zab
6b525ba0d9 Document that OSX needs some extra command-line parameters
Echo the command-line arguments in "ant run"
2013-01-07 21:55:35 +00:00
7262bac39a don't allow javadocs to end up in syndie.jar 2013-01-07 19:48:26 +00:00
221a0d7329 * new ant targets
- javadocs
 - getBuildNumber
2013-01-07 19:13:54 +00:00
50ee47a6ca update debian packaging to reflect bumped build 2013-01-07 14:40:19 +00:00
zzz
e1a2fca385 - Add depend task for better dependency checking
- Don't copy data files to build dir
- Bump to 1.102b-2
2013-01-07 11:50:55 +00:00
43a8183d78 add findbugs target 2013-01-06 21:31:30 +00:00
dc8411ccb4 - update debian changelog
- add build targets to aid tarball creation
2013-01-06 18:26:40 +00:00
zzz
e4a79c2de9 1.102b-1 2013-01-06 17:42:14 +00:00
ba5109828a add sloccount.report target (mostly useful for those that run jenkins) 2013-01-06 15:44:26 +00:00
zzz
5942a4a4c1 - Move all bundled resources, ddl files, images, etc. out of the
src/ directory to a new data/ directory.
  The resources/ directory remains miscellaneous things that are not bundled in the jar.
2013-01-05 17:04:49 +00:00
0516c528f2 remove $SRC/syndie.jar with the clean target 2013-01-04 22:07:31 +00:00
1ebd63e589 fix the dist ("build all jars") target 2013-01-04 22:05:13 +00:00
31709a83f9 build.xml
- don't require symlinking dependencies to ./lib. Allow setting properties for them.
   If the properties are not set, the build system will still look in ./lib
 - add getReleaseNumber target
2013-01-04 21:08:25 +00:00
2b8537f413 add vim mode line, remove trailing & leading spaces 2012-06-03 01:00:56 +00:00
zzz
49b407eba0 turn on deprecation warnings 2011-06-01 15:36:04 +00:00
zzz
dd9fb0724b - Top-level doc cleanup
- License info cleanup since I2P is no longer bundled.
- Add icons license, include in plugins.
- Include jazzy license in plugins.
- Remove jazzy license and other text files from jar.
- Stop ant complaint
2011-05-30 16:16:29 +00:00
zzz
d71fadea39 add web server support for HEAD, for shared files only 2011-05-28 13:51:44 +00:00
zzz
9091970ae2 build updates 2010-03-21 15:47:11 +00:00
zzz
bd76f2d08c lin-64 2010-03-08 01:31:12 +00:00
zzz
84375cea98 add swt license 2010-03-05 18:39:14 +00:00
zzz
b62b163257 make windows plugins too 2010-03-03 00:20:57 +00:00
zzz
abcf94933a initial plugin support 2010-03-02 00:09:09 +00:00
dev
a1cc44b1e4 two minor style changes:
* ran xmlint
 * renamed jarjar target to dist
2009-05-28 21:28:37 +00:00
0266af6c70 disapproval of revision 'fcdd311a9d37dca4ac3864e5e295161538afdffa' 2009-05-28 19:54:08 +00:00
7f8080255a Pointless Update
This is a fake commit since mtn crapped out on sending my last one maybe this will trigger it.
2009-05-25 16:09:48 +00:00
4394af98fa Single jar combo
Added a build rule to combine all jars into one jar for ease of distribution and execution. Ideally this should be done after putting swt.jar into lib/ but not sure how that ought to be managed.
2009-05-23 18:41:24 +00:00
dev
397aa12aef added a new build file and changed around stuff, so it works again 2009-04-13 17:27:02 +00:00
dev
861f7a9536 started cleanup 2009-04-13 16:18:33 +00:00
571da15e0b syndie.i2p.net needs not to be
Until jrandom comes back, I switched syndie.i2p.net for syndie.i2p2.de so people wouldn't get redirected wrongly especially people visiting an archive with their web server.
2009-02-19 21:37:49 +00:00
dev
11d0374486 applied patch 5 from MOSFET 2009-01-31 16:59:56 +00:00
6802b22129 - when packaging up syndie, distribute both a syndie.exe and a syndie-tabs.exe,
where syndie.exe launches the new desktop GUI and the syndie-tabs.exe launches
  the old tabbed syndie GUI
- remove the "switch to tabs" button in the desktop GUI's control panel
- streamline the HTTP server's archive index rebuilding so that all requests can
  be processed during the rebuild rather than the old scenario where all requests
  waited until the rebuilding completed
2007-08-24 21:04:49 +00:00
9efeca8523 - since we package the tour and help as syndie messages, don't dist them as html/png
- update the download filesize approximations
2007-08-23 01:21:58 +00:00
7ea15eeb98 package the latest SWT (3.4M1), run the new desktop GUI by default, and increase
the version number to 1.100a
2007-08-22 23:52:23 +00:00
e4088aa7cd * 2007-03-15 1.005a released
- streamline the splash screen loading, status bar updating, and thread
      rendering.  also includes some minor refactorings to improve GUI
      responsiveness.  page rendering is also improved for large messages.
    - improved image loading performance
    - trim the PRNG buffer size from 4MB to 4KB, dramatically cutting startup
      load
    - add a 200 change undo/redo buffer into the page editor
    - handle attachment-specific Syndie URIs
    - parallelize the HTTP syndication where possible
    - add a direct "pull only" archive to new users, and schedule it up to run
      automatically (to ease the out of box experience)
    - better subsequent syndication fetch handling
    - handle web rips in character sets other than UTF-8 (translating them into
      UTF-8 transparently as long as the server sends the encoding/charset type)
    - when browsing a single forum, include the forum's advertised references up
      top, giving the forum administrator a place to put any FAQs/etc
    - support nested quotes
    - run the shutdown/exit in another thread so the GUI disappears immediately,
      even if the database takes a while to clean up
    - approximately every 10 times we shut down, compact the database
    - disable the 30 second startup timeout, as slow machines that have to do
      some database recovery could exceed that period (and the timeout was only
      there for helping pre-1.0 users migrate anyway)
    - major internal refactoring to simplify integration with other GUI styles
2007-03-15 15:31:37 +00:00
51a1d4b549 save the work for the new packaging calls, though not yet used as the standard and not mentioned in the build docs 2007-03-03 16:39:51 +00:00
f1fc38e6d3 - basic osx installer (for syndie-$version.bin.osx.tar.bz2 it has a Syndie.app).
Still lots of customizing and osx-iness to do though
- use square tabs instead of rounded ones on the ctabfolder
- scale up the tab icons to 24x24px
- show the full online/offline image in the status bar
2007-02-03 21:55:54 +00:00
ae51f0e708 - bundle a public domain english dictionary w/ win32 and osx installs
(linux users can just pull /usr/share/dict/words)
- call 'er 1.000a, not 0.920a.  <1 == text only, 1 == gui.
  *but still alpha*
     - merged in the GUI
- merge my todo list with ./TODO 
- update the doc/web/roadmap.html
2006-12-26 15:47:11 +00:00
80d9b88343 more ant-y env verification (for swt.jar/launch4jdir/izpackdir0
make sure eepsite uris include a trailing /
2006-12-26 13:30:21 +00:00
fb763ed831 the OSX syndie launcher needs -XstartOnFirstThread for SWT to work 2006-12-26 11:22:33 +00:00
a8756e1471 - package up a syndie-${syndie.version}.bin.jar-only.zip for upgrading syndie.jar only
- let the user decide whether they want to browse messages by "creation" date or by
local import date, and show the corresponding date in the tree (good call Complication)
2006-12-25 11:24:01 +00:00
e9c81b910d note swt in the license file, and ref the right jar for building
the osx installer
2006-12-23 12:31:42 +00:00
d12bd0d9b3 give the .exe files icons 2006-12-22 17:49:42 +00:00