see: build file target "distWinExe" git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1494 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
f0af91219c
commit
48e302252e
Binary file not shown.
Binary file not shown.
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<jsmoothskeleton>
|
||||
<debug>false</debug>
|
||||
<description>This skeleton wraps console applications.
|
||||
- Standard Input/Output and Error streams are available
|
||||
- If no Java VM is found, it displays a default message.
|
||||
|
||||
Although it is designed for console application (i.e. launched from the command.com shell prompt), it can launch standard GUI application. In such a case, any output of the java application (from System.out or System.err) is displayed in the a DOS Console.
|
||||
</description>
|
||||
<executableName>consolewrapper.exe</executableName>
|
||||
<resourceCategory>JAVA</resourceCategory>
|
||||
<resourceJarId>102</resourceJarId>
|
||||
<resourcePropsId>103</resourcePropsId>
|
||||
<shortName>Console Wrapper</shortName>
|
||||
<skeletonProperties>
|
||||
<description>When no JVM is found in the target computer, the following message is displayed on the console.</description>
|
||||
<idName>Message</idName>
|
||||
<label>Message</label>
|
||||
<type>textarea</type>
|
||||
<value>This program needs Java to run.
|
||||
Please download it at http://www.java.com</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>The wrapper waits a keypress on the console when the application exits.</description>
|
||||
<idName>PressKey</idName>
|
||||
<label>PressKey</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>Enable the jsmooth debug traces</description>
|
||||
<idName>Debug</idName>
|
||||
<label>Debug traces</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
</jsmoothskeleton>
|
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<jsmoothskeleton>
|
||||
<debug>false</debug>
|
||||
<description>This skeleton wraps GUI applications.
|
||||
- No console I/O is displayed
|
||||
- If no Java VM is found, it is able to display a configurable URL (typically to a java download page).
|
||||
</description>
|
||||
<executableName>jwrap.exe</executableName>
|
||||
<resourceCategory>JAVA</resourceCategory>
|
||||
<resourceJarId>102</resourceJarId>
|
||||
<resourcePropsId>103</resourcePropsId>
|
||||
<shortName>Windowed Wrapper</shortName>
|
||||
<skeletonProperties>
|
||||
<description>When no JVM is found in the target computer, the user is prompted with the message defined below. Then, the default browser is launched with the URL defined here.</description>
|
||||
<idName>Message</idName>
|
||||
<label>Message</label>
|
||||
<type>textarea</type>
|
||||
<value>Java has not been found on your computer. Do you want to download it?</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>If the user selects YES to the message prompted above, the default web browser is launched with this URL.</description>
|
||||
<idName>URL</idName>
|
||||
<label>URL</label>
|
||||
<type>string</type>
|
||||
<value>http://www.java.com</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>The default behaviour is to launch the java application in a different (detached) process. If you want to force the wrapper to launch the Java application in the same process than the exe, than select this option.</description>
|
||||
<idName>SingleProcess</idName>
|
||||
<label>Launch java app in the exe process</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<description>Enable the jsmooth debug console.</description>
|
||||
<idName>Debug</idName>
|
||||
<label>Debug console</label>
|
||||
<type>boolean</type>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
</jsmoothskeleton>
|
Binary file not shown.
@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<jsmoothproject>
|
||||
<JVMSearchPath>registry</JVMSearchPath>
|
||||
<JVMSearchPath>javahome</JVMSearchPath>
|
||||
<JVMSearchPath>jrepath</JVMSearchPath>
|
||||
<JVMSearchPath>jdkpath</JVMSearchPath>
|
||||
<JVMSearchPath>exepath</JVMSearchPath>
|
||||
<JVMSearchPath>jview</JVMSearchPath>
|
||||
<arguments></arguments>
|
||||
<classPath>..\..\htroot</classPath>
|
||||
<classPath>..\..\htroot\htdocsdefault</classPath>
|
||||
<classPath>..\..\htroot\proxymsg</classPath>
|
||||
<classPath>..\..\htroot\yacy</classPath>
|
||||
<classPath>..\..\yacy.jar</classPath>
|
||||
<classPath>..\..\lib\commons-collections.jar</classPath>
|
||||
<classPath>..\..\lib\commons-pool-1.2.jar</classPath>
|
||||
<classPath>..\..\libx\axis-ant.jar</classPath>
|
||||
<classPath>..\..\libx\axis.jar</classPath>
|
||||
<classPath>..\..\libx\bzip2.jar</classPath>
|
||||
<classPath>..\..\libx\commons-codec-1.3.jar</classPath>
|
||||
<classPath>..\..\libx\commons-discovery.jar</classPath>
|
||||
<classPath>..\..\libx\commons-logging.jar</classPath>
|
||||
<classPath>..\..\libx\informa-0.6.0.jar</classPath>
|
||||
<classPath>..\..\libx\jakarta-oro-2.0.7.jar</classPath>
|
||||
<classPath>..\..\libx\javasvn.jar</classPath>
|
||||
<classPath>..\..\libx\jaxrpc.jar</classPath>
|
||||
<classPath>..\..\libx\jdom.jar</classPath>
|
||||
<classPath>..\..\libx\jmimemagic-0.0.4a.jar</classPath>
|
||||
<classPath>..\..\libx\jrpm-head.jar</classPath>
|
||||
<classPath>..\..\libx\jrpm-SNAPSHOT.jar</classPath>
|
||||
<classPath>..\..\libx\jsch-0.1.21.jar</classPath>
|
||||
<classPath>..\..\libx\log4j-1.2.9.jar</classPath>
|
||||
<classPath>..\..\libx\odf_utils_05_11_10.jar</classPath>
|
||||
<classPath>..\..\libx\PDFBox-0.7.2.jar</classPath>
|
||||
<classPath>..\..\libx\saaj.jar</classPath>
|
||||
<classPath>..\..\libx\tar.jar</classPath>
|
||||
<classPath>..\..\libx\tm-extractors-0.4.jar</classPath>
|
||||
<classPath>..\..\libx\wsdl4j.jar</classPath>
|
||||
<classPath>..\..\libx\xerces.jar</classPath>
|
||||
<embeddedJar>false</embeddedJar>
|
||||
<executableName>..\..\yacy.exe</executableName>
|
||||
<iconLocation>..\..\htroot\favicon.png</iconLocation>
|
||||
<initialMemoryHeap>-1</initialMemoryHeap>
|
||||
<mainClassName>yacy</mainClassName>
|
||||
<maximumMemoryHeap>-1</maximumMemoryHeap>
|
||||
<maximumVersion></maximumVersion>
|
||||
<minimumVersion>1.4.2</minimumVersion>
|
||||
<skeletonName>Console Wrapper</skeletonName>
|
||||
<skeletonProperties>
|
||||
<key>Message</key>
|
||||
<value>This program needs Java to run. Please download it at http://www.java.com</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<key>PressKey</key>
|
||||
<value>1</value>
|
||||
</skeletonProperties>
|
||||
<skeletonProperties>
|
||||
<key>Debug</key>
|
||||
<value>0</value>
|
||||
</skeletonProperties>
|
||||
</jsmoothproject>
|
@ -0,0 +1,7 @@
|
||||
// Testing if the yacy archive file were unzipped correctly.
|
||||
// This test is needed because of classfile-names longer than 100 chars
|
||||
// which could cause problems with incompatible unzip software.
|
||||
// See:
|
||||
// - http://www.yacy-forum.de/viewtopic.php?t=1763
|
||||
// - http://www.yacy-forum.de/viewtopic.php?t=715
|
||||
// - http://www.yacy-forum.de/viewtopic.php?t=1674
|
After Width: | Height: | Size: 619 B |
Loading…
Reference in new issue