idrs-commit Mailing List for Internet Document and Report Server (Page 17)
Brought to you by:
bigman921
You can subscribe to this list here.
| 2002 |
Jan
(113) |
Feb
(34) |
Mar
(38) |
Apr
(63) |
May
|
Jun
|
Jul
|
Aug
(40) |
Sep
(26) |
Oct
(4) |
Nov
(5) |
Dec
(3) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(13) |
Feb
(15) |
Mar
(21) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(71) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
|
From: Marc B. <big...@us...> - 2002-01-23 15:17:50
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro In directory usw-pr-cvs1:/tmp/cvs-serv17579/net/sourceforge/idrs/deploy/macro Modified Files: MacroToXML.java Log Message: Added mozilla lisence Index: MacroToXML.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro/MacroToXML.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** MacroToXML.java 2002/01/23 13:54:08 1.8 --- MacroToXML.java 2002/01/23 15:17:46 1.9 *************** *** 1,2 **** --- 1,14 ---- + /* + RMLDeploy.java + Copyright (C) 2001 Marc Boorshtein + + The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); + you may not use this file except in compliance with the License. You may obtain a copy of the + License at http://www.mozilla.org/MPL/ + + Software distributed under the License is distributed on an "AS IS" basis, + WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific + language governing rights and limitations under the License. + */ package net.sourceforge.idrs.deploy.macro; |
|
From: Marc B. <big...@us...> - 2002-01-23 14:36:54
|
Update of /cvsroot/idrs/Idrs/dev
In directory usw-pr-cvs1:/tmp/cvs-serv4180
Modified Files:
build.xml
Log Message:
Added project descriptions
Index: build.xml
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** build.xml 2002/01/23 13:54:07 1.5
--- build.xml 2002/01/23 14:36:50 1.6
***************
*** 1,5 ****
<project name="idrs" default="build" basedir=".">
! <target name="init">
<property name="src" value="src" />
<property name="classes" value="classes" />
--- 1,5 ----
<project name="idrs" default="build" basedir=".">
! <target name="init" description="Initializes properties">
<property name="src" value="src" />
<property name="classes" value="classes" />
***************
*** 9,13 ****
</target>
! <target name="build" depends="init" >
<javac srcdir="${src}" destdir="${classes}" includes="net/sourceforge/**">
<classpath>
--- 9,13 ----
</target>
! <target name="build" depends="init" description="Compiles updated sources into into classes directory based on the libraries in the lib directory except idrs.jar" >
<javac srcdir="${src}" destdir="${classes}" includes="net/sourceforge/**">
<classpath>
***************
*** 20,24 ****
</target>
! <target name="jar" depends="init" >
<delete file="${jars}/idrs.jar" />
<delete file="${lib}/idrs.jar" />
--- 20,24 ----
</target>
! <target name="jar" depends="init" description="jars the classes into the bin directory and copys the jar to the lib directory" >
<delete file="${jars}/idrs.jar" />
<delete file="${lib}/idrs.jar" />
***************
*** 29,35 ****
</target>
! <target name="build-jar" depends="init,build,jar" />
! <target name="doc" depends="init" >
<mkdir dir="tmp" />
<copy todir="tmp" >
--- 29,35 ----
</target>
! <target name="build-jar" depends="init,build,jar" description="performs both a build and jar"/>
! <target name="doc" depends="init" description="executes javadoc on the sources in src and places the docs in docs">
<mkdir dir="tmp" />
<copy todir="tmp" >
***************
*** 44,75 ****
<delete dir="tmp" />
</target>
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! </project>
!
!
!
!
!
!
!
!
!
--- 44,46 ----
<delete dir="tmp" />
</target>
! </project>
\ No newline at end of file
|
|
From: Marc B. <big...@us...> - 2002-01-23 14:05:03
|
Update of /cvsroot/idrs/Idrs/dev/lib In directory usw-pr-cvs1:/tmp/cvs-serv26501/lib Log Message: Directory /cvsroot/idrs/Idrs/dev/lib added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:04:46
|
Update of /cvsroot/idrs/Idrs/dev/bin In directory usw-pr-cvs1:/tmp/cvs-serv26431/bin Log Message: Directory /cvsroot/idrs/Idrs/dev/bin added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:04:15
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/utils/pool In directory usw-pr-cvs1:/tmp/cvs-serv26299/pool Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/utils/pool added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:03:52
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/script/embedable In directory usw-pr-cvs1:/tmp/cvs-serv26195/embedable Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/script/embedable added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:02:53
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/deploy/macro In directory usw-pr-cvs1:/tmp/cvs-serv25926/macro Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/deploy/macro added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:56
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/core/servlet In directory usw-pr-cvs1:/tmp/cvs-serv25685/servlet Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/core/servlet added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:56
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/core/report In directory usw-pr-cvs1:/tmp/cvs-serv25685/report Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/core/report added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:41
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/exceptions In directory usw-pr-cvs1:/tmp/cvs-serv25570/exceptions Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/exceptions added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:41
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/utils In directory usw-pr-cvs1:/tmp/cvs-serv25570/utils Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/utils added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:41
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc In directory usw-pr-cvs1:/tmp/cvs-serv25570/jdbc Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/jdbc added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:41
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/deploy In directory usw-pr-cvs1:/tmp/cvs-serv25570/deploy Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/deploy added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:41
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/script In directory usw-pr-cvs1:/tmp/cvs-serv25570/script Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/script added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:40
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/core In directory usw-pr-cvs1:/tmp/cvs-serv25570/core Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs/core added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 14:01:28
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs In directory usw-pr-cvs1:/tmp/cvs-serv25517/idrs Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge/idrs added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 13:59:53
|
Update of /cvsroot/idrs/Idrs/dev/docs/net/sourceforge In directory usw-pr-cvs1:/tmp/cvs-serv24906/sourceforge Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net/sourceforge added to the repository |
|
From: Marc B. <big...@us...> - 2002-01-23 13:59:25
|
Update of /cvsroot/idrs/Idrs/dev/docs/net In directory usw-pr-cvs1:/tmp/cvs-serv24777/net Log Message: Directory /cvsroot/idrs/Idrs/dev/docs/net added to the repository |
Update of /cvsroot/idrs/Idrs/dev/classes/net/sourceforge/idrs/core/servlet
In directory usw-pr-cvs1:/tmp/cvs-serv22718/classes/net/sourceforge/idrs/core/servlet
Added Files:
DocInfo.class IDRSSecurity.class IDRSServlet.class Init.class
PoolInfo.class ReportStore.class
Log Message:
Added new build.xml and some better subdirs
--- NEW FILE: DocInfo.class ---
Êþº¾
SourceFile
¶
¶
¶
¶
--- NEW FILE: IDRSSecurity.class ---
Êþº¾
Exceptions
getDocName
passwordOK
SourceFile
¶
¶
¶
¶
--- NEW FILE: IDRSServlet.class ---
Êþº¾
%
%&
23
24
:;<
:D@EF
GH
GK
:N
PQ
UVWX
Uefghi
uv
U
U
U
P
Exceptions
getDocInfo
SourceFile
**Header**¼½¾¿À
<HEAD>
<TITLE>Internal Error</TITLE>
</HEAD>
<BODY BGCOLOR=white>
<TABLE BORDER=0>
<TR><TD BGCOLOR=#7EB4FF><H2><FONT COLOR="White">Internal Error</FONT></H2></TD></TR><TR><TD>There has been a problem with your request, please make sure that you have entered all apropriate information by clicking <a href="javascript:window.history.back()">here</A> or by hitting the "Back" button on your browser </TD></TR></TABLE></BODY></HTML>ÐÑ
ÜݤÞ
Connection
getSession
reportName
getMessage
passwordOK
invalidate
µ
¨
¿:´
:6§
2À
¾¡ÿ¬
§
2À
¾¡ÿ*±
O
-1¹
m:m:6
¹
¹
¹
3¹
â
æïù
--- NEW FILE: Init.class ---
Êþº¾
!"
#$%&'
./
89:; .<=
WXYZ
_`
_a
def
8ghijklmnopqrstuvtw
scriptPool
deniedPage
Exceptions
getDocInfo
SourceFile
minReports°±
maxReports
/AppDB.log
DocName : ä
readObject
Æ
°
·
*+5¹
*´
·
*´
¶
{:|:}:
~:::*´
¶
¶
¹
¹
·
¹
¹
·
--- NEW FILE: PoolInfo.class ---
Êþº¾
reportName
SourceFile
--- NEW FILE: ReportStore.class ---
Êþº¾
SourceFile
|
Update of /cvsroot/idrs/Idrs/dev/classes/net/sourceforge/idrs/core/report
In directory usw-pr-cvs1:/tmp/cvs-serv22718/classes/net/sourceforge/idrs/core/report
Added Files:
Chunk.class EvalLongScript.class EvalScriptChunk.class
FieldChunk.class IDRSBody.class IDRSCompiler.class
IDRSHead.class IDRSRep.class IfChangeChunk.class
IfResultsChunk.class InputResultsChunk.class Int.class
Line.class ObjectChunk.class RepeatLine.class
ShortScriptChunk.class TextChunk.class
Log Message:
Added new build.xml and some better subdirs
--- NEW FILE: Chunk.class ---
Êþº¾
Exceptions
SourceFile
Chunk.java
--- NEW FILE: EvalLongScript.class ---
Êþº¾
Exceptions
SourceFile
*·
--- NEW FILE: EvalScriptChunk.class ---
Êþº¾
Exceptions
SourceFile
*·
--- NEW FILE: FieldChunk.class ---
Êþº¾
FORE_COLOR
BACK_COLOR
Exceptions
SourceFile
not found
getLineNum
Y·
Y·
Y·
Y»
--- NEW FILE: IDRSBody.class ---
Êþº¾
Exceptions
SourceFile
addElement
±
±
--- NEW FILE: IDRSCompiler.class ---
Êþº¾
ª
°
¸¹
¸º »
Ã
ÄÅ
Ë
Ùæ
êë
ìí
îï
!"
-. /01 23 456 789 :;< =>? @ABCDEF
M
OP
s9:t
u
Nv
%wxy
z
{
~
currentPos
connLoaded
Exceptions
procObject
procDBName
procDBPass
readHeader
createLine
procScript
SourceFile
S
45,$
</vartype>st
<dbresult>
</varlist>
<dbdriver>
<username>
<password>
<usemethodhi
connectionNJ
<ifresults
getMessage
addVarList
addVarType
N»
>*´
`>+T¶
§
¶
¶
¶
`6+¶
`6+¶
`6+¶
::±
±
-¶
w¶
¶
¶
-¶
-¶
¶
-¶
-¶
:::
:::::::::::-°
ÀÑÖ
Ýãî#,7EHKT$c%x(|)+/2¨4²5¸6É7Î8Õ;Û<æ=ï>ü?BD"E.F7G;H?JQK[LdNvOPUV W©X®Y´Z·[Å]Ê^ÐZÜ`áaêz÷{|}~%*5AF
Vcnt
£©¹¿ÉÌÏ Ò¡Õ¢Ø£Û¤Þ¥á¦ä§ç¨ê©íªð«ó¬öù®ü°ÿ³W
--- NEW FILE: IDRSHead.class ---
Êþº¾
Z[
Z\]
^_`
tuv
^
getUserNum
Exceptions
addVarList
getAllVars
getVarList
getSession
getRequest
SourceFile
not found
readObject
¶
¶
µ
¶
&4BR[ix£² ÅÏ$
1
--- NEW FILE: IDRSRep.class ---
Êþº¾
SourceFile
readObject
Y,·
--- NEW FILE: IfChangeChunk.class ---
Êþº¾
Exceptions
SourceFile
*´
:*´
*´
--- NEW FILE: IfResultsChunk.class ---
Êþº¾
Exceptions
SourceFile
hasResults
*´
*´
µ
µ
--- NEW FILE: InputResultsChunk.class ---
Êþº¾
Exceptions
SourceFile
*·
--- NEW FILE: Int.class ---
Êþº¾
SourceFile
--- NEW FILE: Line.class ---
Êþº¾
Exceptions
SourceFile
addElement
*´
°N-¶
--- NEW FILE: ObjectChunk.class ---
Êþº¾
methodName
Exceptions
SourceFile
getVarList
execMethod
À
¶
¶
--- NEW FILE: RepeatLine.class ---
Êþº¾
Exceptions
rsContinue
getLineNum
SourceFile
getIsPaged
getNumRecs
*´
N*µ
--- NEW FILE: ShortScriptChunk.class ---
Êþº¾
Exceptions
SourceFile
*·
--- NEW FILE: TextChunk.class ---
Êþº¾
Exceptions
SourceFile
*·
|
|
From: Marc B. <big...@us...> - 2002-01-23 13:54:14
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro
In directory usw-pr-cvs1:/tmp/cvs-serv22718/src/net/sourceforge/idrs/deploy/macro
Modified Files:
MacroToXML.class MacroToXML.java MacroToXMLHandler.class
MacroToXMLHandler.java
Log Message:
Added new build.xml and some better subdirs
Index: MacroToXML.class
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro/MacroToXML.class,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
Binary files /tmp/cvsCG0W2I and /tmp/cvsK8JgZh differ
Index: MacroToXML.java
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro/MacroToXML.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MacroToXML.java 2002/01/21 21:06:00 1.7
--- MacroToXML.java 2002/01/23 13:54:08 1.8
***************
*** 17,20 ****
--- 17,22 ----
boolean lastTagWrite;
boolean lookLastTag;
+ boolean ownLine;
+ boolean inTag;
Stack writeStack;
***************
*** 23,26 ****
--- 25,30 ----
public MacroToXML(String parser, String xmlSrc, boolean isFile) throws Exception {
+ ownLine = false;
+ inTag = false;
lastTagWrite = false;
lookLastTag = false;
***************
*** 122,125 ****
--- 126,131 ----
out.write("<" + info.getNameSpace() + ":" + info.getTextTag() + ">");
+
+
out.write(xmlEncode(txt));
***************
*** 183,186 ****
--- 189,194 ----
popTag = false;
}
+
+
}
***************
*** 268,271 ****
--- 276,281 ----
return buffer.toString();
}
+
+
Index: MacroToXMLHandler.class
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro/MacroToXMLHandler.class,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
Binary files /tmp/cvsLFhyRJ and /tmp/cvsqrckAj differ
Index: MacroToXMLHandler.java
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/macro/MacroToXMLHandler.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MacroToXMLHandler.java 2002/01/21 21:06:01 1.4
--- MacroToXMLHandler.java 2002/01/23 13:54:08 1.5
***************
*** 120,123 ****
--- 120,128 ----
}
+ public boolean isTagWonLine(String tag) {
+ System.out.println("tag " + tag + " exits " + isRMLTag(tag));
+ return ((Tag) rmlTags.get(tag.toLowerCase().trim())).ownLine;
+ }
+
}
|
|
From: Marc B. <big...@us...> - 2002-01-23 13:54:14
|
Update of /cvsroot/idrs/Idrs/dev/classes/net/sourceforge/idrs/deploy In directory usw-pr-cvs1:/tmp/cvs-serv22718/classes/net/sourceforge/idrs/deploy Added Files: DocReset.class HotDeploy.class InsertToIDRS.class RMLDeploy.class Log Message: Added new build.xml and some better subdirs --- NEW FILE: DocReset.class --- Êþº¾ Exceptions SourceFile readObject Y*´ ¹ ¹ ¹ ¹ ¹ · ¹ ¹ ¹ ¹ ¹ --- NEW FILE: HotDeploy.class --- Êþº¾ numServers Exceptions SourceFile not found text/plain3 456 setCompile ¶ +¶ 0¶ ^¶ ¶ 6§ ¶ *´ *´ --- NEW FILE: InsertToIDRS.class --- Êþº¾ Exceptions SourceFile setCompile ² ² ² $¶ ¸ ¸ --- NEW FILE: RMLDeploy.class --- Êþº¾ setCompile Exceptions SourceFile *´ ¹ |
|
From: Marc B. <big...@us...> - 2002-01-23 13:54:14
|
Update of /cvsroot/idrs/Idrs/dev/classes/net/sourceforge/idrs/script/embedable In directory usw-pr-cvs1:/tmp/cvs-serv22718/classes/net/sourceforge/idrs/script/embedable Added Files: IDRSBeanShell.class IDRSJPython.class IDRSScriptLanguage.class IDRSShell.class Log Message: Added new build.xml and some better subdirs --- NEW FILE: IDRSBeanShell.class --- Êþº¾ Exceptions SourceFile *´ *´ ¶ --- NEW FILE: IDRSJPython.class --- Êþº¾ Exceptions SourceFile Y· Y· *´ --- NEW FILE: IDRSScriptLanguage.class --- Êþº¾ Exceptions SourceFile --- NEW FILE: IDRSShell.class --- Êþº¾ Exceptions getSession getRequest SourceFile *· *´ *´ *´ *´ *´ *´ *´ |
|
From: Marc B. <big...@us...> - 2002-01-23 13:54:14
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy
In directory usw-pr-cvs1:/tmp/cvs-serv22718/src/net/sourceforge/idrs/deploy
Modified Files:
HotDeploy.java
Log Message:
Added new build.xml and some better subdirs
Index: HotDeploy.java
===================================================================
RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/deploy/HotDeploy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HotDeploy.java 2001/12/25 06:44:00 1.1
--- HotDeploy.java 2002/01/23 13:54:08 1.2
***************
*** 105,109 ****
PrintWriter out;
try {
!
//First we will deploy the RML page to the DB
--- 105,109 ----
PrintWriter out;
try {
!
//First we will deploy the RML page to the DB
|
Update of /cvsroot/idrs/Idrs/dev/classes/net/sourceforge/idrs/exceptions In directory usw-pr-cvs1:/tmp/cvs-serv22718/classes/net/sourceforge/idrs/exceptions Added Files: FailInit.class IllegalParameter.class NoConnection.class PageNotFound.class SystemBusy.class Log Message: Added new build.xml and some better subdirs --- NEW FILE: FailInit.class --- Êþº¾ SourceFile --- NEW FILE: IllegalParameter.class --- Êþº¾ SourceFile --- NEW FILE: NoConnection.class --- Êþº¾ SourceFile --- NEW FILE: PageNotFound.class --- Êþº¾ SourceFile --- NEW FILE: SystemBusy.class --- Êþº¾ SourceFile |