Bugs item #2834653, was opened at 2009-08-10 03:11
Message generated for change (Comment added) made by shcheklein
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2834653&group_id=129076

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiling
Group: Sedna (current)
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Justin Johansson (justinjohansson)
>Assigned to: Ivan Shcheklein (shcheklein)
Summary: Unable to compile standalone Java SednaDriver

Initial Comment:
ru.ispras.sedna.driver.ErrorCodes class is missing from the source distribution 
for the Java SednaDriver.

The Java source code for this class appears to be an auto-generated file 
produced by running the complete Sedna build process.

It would be nice to simply go to the source archive and pull all of 
ru.ispras.sedna.driver.* classes into your own Java project and away you go 
without having to do the complete build via the command line.

Suggest that ErrorCodes.java be included in the ru.ispras.sedna.driver source 
distribution package even if there is a caveat written into the header of the 
file, for example, 
"ErrorCodes.java - Warning: do not modify this file directly. This source file 
is automatically generated by the complete Sedna build process"



----------------------------------------------------------------------

>Comment By: Ivan Shcheklein (shcheklein)
Date: 2009-08-15 14:19

Message:
Justin, thank you for this suggestion.

We've changed driver's Makefile and directory structure to be more
compliant with Java standards. Now driver can be built without compilling
complete Sedna sources tree. Just run:

cd driver/java
make

Concerning ErrorCodes.java:

1. Sources package doesn't include ErrorCodes, and it's still generated
during java driver make process. Thus gcc (cl on Windows) is required to
build driver from sources.

2. Binary package now contains the following directories:

driver/java/javadoc - driver's documentation
driver/java/lib - driver itself
driver/java/src - complete source tree (including ErrorCodes)


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=2834653&group_id=129076

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to