Nathanael Jones
d6ea9528fc
Merge remote-tracking branch 'upstream/master'
2015-04-29 09:19:53 -04:00
Marius Ungureanu
5e7d7a39b1
Merge pull request #61 from asimarslan/flat-namespace-support
...
flat namespace directory structure support, backport from ngit's sharper
2015-04-19 21:42:29 +02:00
Nathanael Jones
2955e57ccc
Readme: Fix badges.
2015-04-13 08:52:17 -07:00
Asım Arslan
d930939599
flat namespace directory structure support, backport from ngit's sharper
2015-04-06 16:44:38 +03:00
Nathanael Jones
af0443fd37
Travis: Add code_quality_report.txt to every release. AppVeyor: fix log classification type.
2015-01-27 13:01:02 -05:00
Nathanael Jones
8e7408c1a7
AppVeyor: artifact every build and every code quality report from qulice.
2015-01-27 12:54:56 -05:00
Nathanael Jones
1fca46acb1
Travis: Look for artifact in new location
2015-01-27 12:53:23 -05:00
Nathanael Jones
ff31e00c79
Add CI badges for slluis; change labels to clearly which is which
2015-01-27 10:34:32 -05:00
Nathanael Jones
c670879dd4
pom.xml: Fix source directories to match new layout; correct contributor name.
2015-01-27 10:19:54 -05:00
Nathanael Jones
894fb8632b
Reorganize to standard maven folder structure
2015-01-27 10:18:22 -05:00
Nathanael Jones
fc476c9dc0
Rename LICENSE.txt to make qulice happy
2015-01-27 10:17:46 -05:00
Lluis Sanchez
57d61f9300
Merge pull request #56 from imazen/master
...
Sharpen refactored as command-line maven package
2015-01-27 03:57:23 -05:00
Nathanael Jones
b7f89e73dc
Travis: re-use build when possible
2015-01-23 18:17:57 -05:00
Nathanael Jones
d08ae72594
Travis: After cleaning, make sure next build also generates the correct artifact name for a release
2015-01-23 18:15:40 -05:00
Nathanael Jones
f1e00ebf3c
Travis.yml: Fix typo
2015-01-23 18:05:36 -05:00
Nathanael Jones
f314059022
Travis: Fix bug preventing versions from being detected.
2015-01-23 17:46:31 -05:00
Nathanael Jones
c07c75850c
AppVeyor: Use or operation for exit command; don't fail on code style checks
2015-01-22 09:32:59 -05:00
Nathanael Jones
26e4231a34
Reduce build verbosity and improve pom.xml
...
Information for imazen/sharpen#5
Changed order for the -q parameter
skip test and full debug option for qulice
less debug
ignore qulice errors
shorter option for ignoring test
Appveyor - quiet and qulice
2015-01-19 11:18:43 -05:00
ydanila
ebd949ffe8
quiet option for the maven calls
2015-01-16 10:31:30 -05:00
Nathanael Jones
c61b5c7fe5
Tests: Fix JAVA_HOME in appveyor.yml
2015-01-16 10:31:17 -05:00
Nathanael Jones
2ca49619be
Set maven (pom.xml) version from travis_tag. I.e, when we make a GitHub release, the artifact should have the same version.
...
Rebased changes from @ydanila. Commited before_install.sh as having +x permissions in git, instead of doing it during travis build.
2015-01-15 10:07:23 -05:00
Nathanael Jones
1b7e6bc058
AppVeyor: Try another fix to %PATH%
2015-01-14 15:42:21 -05:00
Nathanael Jones
da88db20e1
Move qulice to its own maven provide so it doesn't break the build (yet). We may want that later.
2015-01-14 12:59:26 -05:00
Nathanael Jones
f824e70dfa
Appveyor: Add cmd.exe to path
2015-01-14 12:58:50 -05:00
Nathanael Jones
1a51f8e599
Appveyor: run maven from cmd.
2015-01-14 12:41:39 -05:00
Nathanael Jones
cac8cde868
Sharpen only runs under Java 1.7
2015-01-14 12:33:49 -05:00
Nathanael Jones
de2544e605
Add qulice to pom.xml; so far most components don't find our source files.
2015-01-14 12:32:09 -05:00
Nathanael Jones
8495ef862e
pom.xml - cleanup whitespace, removed commented-out dependencies.
2015-01-14 12:08:03 -05:00
Nathanael Jones
c0514937b7
Let's try testing java 6/7/8 for travis and 7/8 for appveyor.
2015-01-14 12:00:50 -05:00
Nathanael Jones
fbc48eb8d6
Fix case-sensitive filesystem issue
2015-01-14 11:57:54 -05:00
Nathanael Jones
e1ae792f4c
Appveyor.yml: try specifying JAVA_HOME
2015-01-14 11:38:50 -05:00
Nathanael Jones
d5fc94272a
Add appveyor.yml for windows testing; improve readme.
2015-01-14 11:35:21 -05:00
Nathanael Jones
ed4ef96e06
More case-sensitive system fixes
2015-01-14 11:25:33 -05:00
ydanila
bd61f00f68
Fixed package name
2015-01-14 11:24:06 -05:00
Nathanael Jones
456c01c4dd
Change how target C# file paths are constructed - may test cases on linux.
2015-01-14 10:14:27 -05:00
Nathanael Jones
15e004cccd
Add docs for external config classes.
2015-01-14 01:47:55 -05:00
Nathanael Jones
0cc4e2aac2
Delete all eclipse-only files, they're incorrect and out of date. Opening the project in Eclipse or IntelliJ should be done by importing pom.xml. Eclipse plugin only works in deprecated eclipse version. All 278 tests pass without these files; command-line and CI use maven.
2015-01-14 01:38:05 -05:00
Nathanael Jones
d97cc8189a
Fix Travis shields
2015-01-14 01:10:05 -05:00
Nathanael Jones
a9b6f8b0f8
Travis: run 'mvn test' as test script
2015-01-13 19:47:59 -05:00
Nathanael Jones
64d13e2b4f
Modify how overriden methods are located
...
r15638 | fabioroger | 2011-03-08 21:35:46 -0500 (Tue, 08 Mar 2011) | 1 line
DCF-52 - now decaf will remove @Override altogether for < jdk1.5 platforms, will remove only for interfaces implementation in case of jdk1.5, and will ignore it for others.
2015-01-08 13:11:19 -05:00
Nathanael Jones
b4e2d14749
IndentedWriter should use crlf line endings
...
Importing changes from db4o svn
2015-01-08 12:57:08 -05:00
Nathanael Jones
f7b8269f7a
Print headers using crlf
...
Perhaps we should test that output uses consistent line endings?
Importing changes from db40 svn.
2015-01-08 12:55:54 -05:00
Nathanael Jones
0c7d961a02
Map NoSuchMethodException to MissingMethodException
...
Importing changes from db4o svn
2015-01-08 12:53:20 -05:00
Nathanael Jones
97a5c96bd8
Merge pull request #1 from ecerta/patch-1
...
Fix grammar
2015-01-07 16:16:34 -05:00
ecerta
33b5879e49
Fix grammar
...
Added some s's to the ends of starting words
2015-01-07 14:57:30 -05:00
Nathanael Jones
7a47cc956b
Add status badge for commandline branch
2015-01-07 14:39:25 -05:00
Nathanael Jones
8223fbbe8a
Add travis.yml and basic readme
2015-01-07 14:32:03 -05:00
ydanila
7b18017cf0
Missed class NameUtility
...
Implemented unit tests for external configuration loading
2014-12-27 19:10:56 +03:00
ydanila
c1415fd64b
Support for loading configuration from external jar
2014-12-27 16:38:59 +03:00
ydanila
3aa72e0497
Fixed test expected value
2014-12-27 16:37:58 +03:00