Giter VIP home page Giter VIP logo

fc-xmldiff's Introduction

CAD bloke

aka Ewen Wallace

  • https://www.CADtoNetbox.com automates CAD wiring drawings syncing with Netbox...

    • CAD to Netbox also includes my C# .NET Netbox API client generated from multiple versions of Netbox, not just from the YAML and not with SwaggerGen because that made an unholy mess. It is refined with info parsed from the Netbox source code.
  • https://www.CableSchedules.com automates the boring bits of broadcast system design - cable schedules, offsheets, labels...

  • https://www.CADreplace.com - AutoCAD and BricsCAD FIND but good. Replaces multiple things in multiple drawings in one step

  • ๐Ÿ“บ Broadcast Systems Design and Documentation since last century

  • ๐Ÿ’ป Developing: AutoCAD plugins & CAD apps since 2005, in C#, Lisp & VBA (yeahnah)

  • past lives include ๐ŸŽฅ, ๐Ÿ“ท, ๐ŸŽ๏ธ+๐Ÿ“น, ๐Ÿ’ป in the 80s

on StackOverflow

profile for CAD bloke at Stack Overflow, Q&A for professional and enthusiast programmers

https://www.linkedin.com/in/cadbloke

๐Ÿ’ฌ Ask me about

  • ๐Ÿ“บ Broadcast systems
  • ๐Ÿ’ป software development
    • .NET C#
    • WPF
    • AutoCAD, BricsCAD, OpenDesign platforms
    • Lisp, VBA

๐Ÿก home is

๐Ÿจ ๐Ÿฌ ๐Ÿณ ๐Ÿท Newcastle, NSW, Australia

๐Ÿบ ๐Ÿป ๐Ÿบ

fc-xmldiff's People

Stargazers

 avatar

Watchers

 avatar

fc-xmldiff's Issues

no such method error: org.xmlpull.v1.XmlPullParser.setInput

What steps will reproduce the problem?
I followed the steps described in the home pag

What is the expected output? What do you see instead?
Expected the application to produce the diff.xml
Got the following error:

ant -Dbase=1.xml -Dnew=b.xml -Ddiff=diff.xml diff
Buildfile: 
/Users/carlostest/git/fcxmldiff/fc-xmldiff-read-only/java/xmldiff/build.xml

init:
     [echo] ========  Project xmldiff ===========

compile:
     [echo] Using default compile target... 
    [javac] /Users/carlostest/git/fcxmldiff/fc-xmldiff-read-only/java/common.xml:189: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

diff:
     [java] Exception in thread "main" java.lang.NoSuchMethodError: org.xmlpull.v1.XmlPullParser.setInput(Ljava/io/InputStream;Ljava/lang/String;)V
     [java]     at fc.xml.xas.XmlPullSource.<init>(XmlPullSource.java:54)
     [java]     at fc.xml.diff.IoUtil.getXmlParser(IoUtil.java:268)
     [java]     at fc.xml.diff.Diff.diff(Diff.java:182)
     [java]     at fc.xml.diff.Diff.main(Diff.java:100)
     [java] Java Result: 1

BUILD SUCCESSFUL
Total time: 1 second

What version of the product are you using? On what operating system?
latest, and Mac OSX

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Feb 2014 at 10:32

Project setup fails: could not download xml-pull jar

What steps will reproduce the problem?
1. Checkout from svn 
2. Run ant -f project-setup.xml
3. Observe the error: Error opening connection java.io.FileNotFoundException: 
http://www.xmlpull.org/v1/download/xmlpull_1_1_3_4c.jar

What is the expected output? What do you see instead?
Expecting the project setup to complete successfully

What version of the product are you using? On what operating system?
Latest from svn

Please provide any additional information below.
Workaround:
Replace the wget call in contrib.xml to following (to use 1_5_0 version of xml 
pull)

<wget id="xmlpull-api"
          href1="http://www.xmlpull.org/v1/download/xmlpull_1_0_5.jar"
          target="${lib}/xmlpull_1_0_5.jar"
          sha = "91430168f3ddecadcc85cd0d11398893af77d351" />

Also update the version in contrib/external-se-jars

Original issue reported on code.google.com by [email protected] on 6 Feb 2013 at 11:40

fc-xmldiff produces invalid xml file

What steps will reproduce the problem?
When i do diffing operation fc-xmldiff produces an invalid xml

base.xml is doc_1.xml
new.xml is doc_2.xml


What is the expected output? What do you see instead?
Output is an invalid xml file

What version of the product are you using? On what operating system?
1.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Mar 2010 at 3:22

Attachments:

the link svn checkout http://fc-xmldiff.googlecode.com/svn/trunk/ fc-xmldiff-read-only is broken

What steps will reproduce the problem?
1. i could not access svn checkout http://fc-
xmldiff.googlecode.com/svn/trunk/ fc-xmldiff-read-only 
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

could you please guide on how to get source

Original issue reported on code.google.com by [email protected] on 5 Jan 2010 at 10:58

Is xmldiff still being maintained?

I was looking for an XML semantic diff tool and found this project as well as a 
fork https://github.com/ept/fuego-diff that is no longer maintained. I actually 
found that fork first. Is this original version being maintained?

Original issue reported on code.google.com by [email protected] on 9 Feb 2015 at 9:34

ant build does not produce the desired result

What steps will reproduce the problem?
1. svn checkout http://fc-xmldiff.googlecode.com/svn/trunk/ fc-xmldiff-read-only
2.  cd fc-xmldiff-read-only/java/xmldiff
3. ant

Continuing by trying the following doesn't help:

4. ant
5. ant -f project-setup.xml
6. ant

What is the expected output? What do you see instead?

After step 3: expected = not sure, normal-ish ant build.  Actual=

$ ant
Buildfile: /home/andersoe/src/fc-xmldiff-read-only/java/xmldiff/build.xml

BUILD FAILED
/home/andersoe/src/fc-xmldiff-read-only/java/xmldiff/build.xml:26: Project not 
set up; run ant -f project-setup.xml

Total time: 0 seconds

After steps 5 & 6, lots more error-looking output.  See attached log.


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Sep 2013 at 4:25

Attachments:

Compile issues with the svn branch readonly version

What steps will reproduce the problem?

1. Check out the code from the svn as mentioned in the documentation.
2. run an ant compile.
3. I can observe the following error message:

Buildfile: /project/java/fc-xmldiff-read-only/java/xmldiff/build.xml

init:
     [echo] ========  Project xmldiff ===========
    [mkdir] Created dir:
/project/java/fc-xmldiff-read-only/java/xmldiff/=build/classes
    [mkdir] Created dir:
/project/java/fc-xmldiff-read-only/java/xmldiff/=build/lib

compile:
     [echo] Using default compile target...
    [javac] /project/java/fc-xmldiff-read-only/java/common.xml:189:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 21 source files to
/project/java/fc-xmldiff-read-only/java/xmldiff/=build/classes
    [javac]
/project/java/fc-xmldiff-read-only/java/xmldiff/src/fc/xml/diff/Diff.java:34:
cannot access fc.util.log.Log
    [javac] bad class file:
/project/java/fc-xmldiff-read-only/java/xmldiff/contrib/fc-util-0.1.0.jar(fc/uti
l/log/Log.class)
    [javac] class file has wrong version 50.0, should be 49.0
    [javac] Please remove or make sure it appears in the correct
subdirectory of the classpath.
    [javac] import fc.util.log.Log;
    [javac]                    ^
    [javac]
/project/java/fc-xmldiff-read-only/java/xmldiff/src/fc/xml/diff/Diff.java:16:
cannot find symbol
    [javac] symbol  : static COPY
    [javac] location: class fc.xml.diff.Segment.Operation
    [javac] import static fc.xml.diff.Segment.Operation.COPY;
    [javac] ^
    [javac] 2 errors

BUILD FAILED
/project/java/fc-xmldiff-read-only/java/common.xml:189: Compile failed; see
the compiler error output for details.

Total time: 1 second

Original issue reported on code.google.com by [email protected] on 2 Jun 2010 at 2:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.