DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32567>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32567

           Summary: adding table prefixes
           Product: Slide
           Version: 2.1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Attached is a cvs diff of the changes to optionally add prefixes to
table names.
  
I did to address either SQLServerSchema.sql or SybaseSchema.sql because
I am not familar with their syntax.
  
Also include is a new file, VersionInfo.java, that allows one
(for now) to access build information from the command line:
  
java -cp slide-kernel-2.2pre1.jar org.apache.slide.VersionInfo
  
Its a easy step to add code that would generate a JMX page, but
since Slide does not include jmx jars, this would have to be an
addon.
> 
The following properties have to be added to the build.properties
file to make this work:
  
table.prefix=SLIDE_
# if table.prefix is not set, then no prefix is generated
#table.prefix=
version.major=2
version.minor=2
version.release=pre1
# the following two properties could be set on the command line to ant
# during a release build step rather than setting them as properties
version.cvs.tag=
version.name=

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to