Custom Query (424 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 424)

Ticket Owner Reporter Resolution Summary
#231 kjdon dmn fixed ant messages could be more helpful
Description

at the end of

========================================= (cms-r1-13-145)ant start Buildfile: build.xml

init:

[echo] tomcat.port:8080, gli.present:true gs2build.present=true gsdl2.installed.path = ${gsdl2.installed.path}

start-tomcat:

start:

BUILD SUCCESSFUL Total time: 13 seconds

=======================================

Can we say

"Greenstone 3 server now running on xxx.server.org"

or something similar.

And when we run ant stop

==================== (cms-r1-13-146)ant stop Buildfile: build.xml

init:

[echo] tomcat.port:8080, gli.present:true gs2build.present=true gsdl2.installed.path = ${gsdl2.installed.path}

stop-tomcat:

stop:

BUILD SUCCESSFUL Total time: 1 second =============================

cant we say

"Greenstone 3 server has been shutdown."

Also, if we run ant stop when a GS3 server isn't running then we get an exception:

================================= (cms-r1-13-144)ant stop Buildfile: build.xml

init:

[echo] tomcat.port:8080, gli.present:true gs2build.present=true gsdl2.installed.path = ${gsdl2.installed.path}

stop-tomcat:

[exec] 12/11/2007 10:22:13 org.apache.catalina.startup.Catalina stopServer [exec] SEVERE: Catalina.stop: [exec] java.net.ConnectException: Connection refused [exec] at java.net.PlainSocketImpl.socketConnect(Native Method) [exec] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) [exec] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) [exec] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) [exec] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) [exec] at java.net.Socket.connect(Socket.java:519) [exec] at java.net.Socket.connect(Socket.java:469) [exec] at java.net.Socket.<init>(Socket.java:366) [exec] at java.net.Socket.<init>(Socket.java:179) [exec] at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:395) [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [exec] at java.lang.reflect.Method.invoke(Method.java:597) [exec] at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:344) [exec] at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:435)

stop:

BUILD SUCCESSFUL Total time: 7 seconds =====================================

Can we check whether it is running so we don't get an exception?

#233 nobody dmn fixed documentation error, missing file
Description

this file is not present in this location:

There is a dummy class called MyNewServicesTemplate.java in greenstone3/resources/java which describes these methods and what needs to be done.

pg 60, section 4.1.1

#235 oranfry oranfry fixed Change to an open source installer
Description

Start using an open source, multi-platform installer instead of our current installer, InstallShield.

This involves creating an installer project for the new installer software with the same install logic, components, jvm bundling, third party software bundling and one-click invocation as we get with InstallShield, plus hopefully some more features like the ability to style the text in the GUI, 'features' screens during install and the ability to put links to webpages in the GUI.

Any advice regarding which open source installer software to use is welcomed.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.