Skip to content

Commit

Permalink
preparing for final build 117
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy committed Dec 31, 2021
1 parent d419919 commit afb12c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 1.x/bee.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,17 +1390,17 @@ for Jasper enabled application [-nohup -p 80 -dataSource datasource.properties]?
</task>
</target>

<target name="endpoints" dir="TJWS_HOME" comment="scans websocket endpoints for mobile deployment">
<target name="endpoints" dir="TJWS_HOME" comment="scans websocket endpoints for a mobile deployment">
<dependency target="wskt"/>
<dependency value="true"/>
<echo>Scanning and generatiing endpoints list...</echo>
<echo>Scanning and generating endpoints list...</echo>
<task name="main" code="rogatkin.wskt.EndPointScanner" path="run app class path">
<parameter variable="~#args#~"/>
</task>
</target>


<target name="runapp" dir="TJWS_HOME" comment="run jndi test">
<target name="runapp" dir="TJWS_HOME" comment="run a full blown app server with JNDI">
<dependency target="jar"/>
<dependency target="app"/>
<dependency target="war"/>
Expand Down
4 changes: 2 additions & 2 deletions 1.x/notes/117/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TJWS version 1.117

1. Corrected a detection of a deployment conflicts of a server endpoints
1. Corrected a detection of a deployment conflicts of a server endpoints (websocket)
2. Changed a way of a building one jar server (launcher and embedded goals)
3. Server parameters can be taken from a command line and cmdparams file
3. Server parameters can be taken from a command line and a cmdparams file
4. Minimal JDK requirement changed to Java 8
2 changes: 1 addition & 1 deletion 1.x/src/Acme/Serve/Serve.java
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ public void run() {
public static interface Identification {
public static final String serverName = "D. Rogatkin's TJWS (+Android, JSR340, JSR356, Java 17) https://github.com/drogatkin/TJWS2.git";

public static final String serverVersion = "Version 1.117 (nightly)";
public static final String serverVersion = "Version 1.117";

public static final String serverUrl = "http://tjws.sourceforge.net";

Expand Down

0 comments on commit afb12c4

Please sign in to comment.