tksk / jing-trang

Automatically exported from code.google.com/p/jing-trang
0 stars 0 forks source link

Cannot compile packaged sources #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Download http://jing-trang.googlecode.com/files/trang-20081028.zip 
2. Unzip it into empty directory.
3. Put attached pom.xml in it.
4. Unzip included src.zip to src/main/java subdirectory.
5. Call mvn install in command line.

Expected:
The trang-20081028.jar created in the target sub directory.
But I see build failed with compilation errors as in attached build-output.txt

Used: maven-2.2.1, jdk1.6.0_17

The same problem but with more compilation error is for trang-20091111 release.

Original issue reported on code.google.com by plokhotn...@gmail.com on 17 Dec 2009 at 5:35

Attachments:

GoogleCodeExporter commented 9 years ago
From http://www.thaiopensource.com/relaxng/trang.html:

If you want to make changes to Trang, you should check out the source code from 
the 
project's Subversion repository. (The source code included in the Trang 
download is 
for reference purposes, and doesn't contain the supporting files, such as build 
scripts and test cases, that are needed for working conveniently with the 
source 
code.)

See also:

http://code.google.com/p/jing-trang/wiki/HowToBuildFromSource

Original comment by jjc.jclark.com on 18 Dec 2009 at 1:24

GoogleCodeExporter commented 9 years ago
I see, but until the project don't publish binaries and sources to the maven 
central
it is an issue to add them to local repository without compiling and 
installing. 

Original comment by plokhotn...@gmail.com on 18 Dec 2009 at 1:31