cbfiddle

Results 7 comments of cbfiddle

I still get the same failure running the default target. I think the error occurs before any tests are run. -do-test-run: [junit] WARNING: multiple versions of ant detected in path...

Looks like I did not have the latest files when I made my previous test. However, I still get an error using the default target: BUILD FAILED /Volumes/L/Java/svgSalamander/repo/svg-core/nbproject/build-impl.xml:1329: The following...

An unrelated question: Is there a reason why these files are tracked by git? modified: ../www/binaries/svgSalamander-tiny.jar modified: ../www/binaries/svgSalamander.jar It means every build creates a change that needs to be committed...

Another unrelated issue: in the latest set of changes, I am seeing stray ^M-s in the diffs.

I believe so. > On Apr 18, 2017, at 9:24 AM, blackears wrote: > > What are the ^M? Are those carriage returns? > > — > You are receiving...

There must be a better way to provide binaries that as tracked files in git. > On Apr 18, 2017, at 9:24 AM, blackears wrote: > > The binaries are...

Yes, that fixes the problem. Now it gets to javadoc and fails there, which sounds like something you already are aware of. > On Apr 18, 2017, at 9:37 AM,...