Skip to content

Commit

Permalink
uncheck the unlink dir by default. v1.3.11 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
x8699876 committed Jan 18, 2019
1 parent e4f5f10 commit 5664178
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<echo message="****************************************************************************************** @{dir} @{argline}"/>
<echo message="MAVEN_HOME=${env.MAVEN_HOME}"/>
<exec executable="${env.MAVEN_HOME}/bin/mvn.cmd" osfamily="windows" dir="@{dir}" failonerror="true">
<arg line="@{argline} -T 1C -P dev -Ddev=true -ff"/>
<arg line="@{argline} -P dev -Ddev=true -ff"/>
</exec>
<!--<exec executable="/Users/i831964/bin/maven/bin/mvn" dir="@{dir}" failonerror="true">-->
<exec executable="${env.MAVEN_HOME}/bin/mvn" osfamily="mac" dir="@{dir}" failonerror="true">
<arg line="@{argline} -o -T 1C -P dev -Ddev=true -ff"/>
<arg line="@{argline} -o -P dev -Ddev=true -ff"/>
</exec>
</sequential>
</macrodef>
Expand Down
Binary file modified dist/rdpro-console.jar
Binary file not shown.
Binary file modified dist/rdpro-ui.exe
Binary file not shown.
Binary file modified dist/rdpro-ui.jar
Binary file not shown.
Binary file modified dist/rdpro.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/org/mhisoft/rdpro/ui/ReproMainForm.form
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
</constraints>
<properties>
<font size="16"/>
<selected value="true"/>
<selected value="false"/>
<text value="Unlink the directory symbolic links/junctures first (content inside will not be removed)"/>
</properties>
</component>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/mhisoft/rdpro/FileUtilsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static FileUtils.UnLinkResp setupTestLinks(String linkToDir) {

}

@Test
// @Test
public void winUnlinkTest() {
if (OSDetectUtils.getOS() != OSDetectUtils.OSType.WINDOWS)
return;
Expand Down
3 changes: 1 addition & 2 deletions src/test/java/org/mhisoft/rdpro/UnlinkDirHelperTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import java.io.IOException;

import org.junit.Assert;
import org.junit.Test;
import org.mhisoft.rdpro.ui.ConsoleRdProUIImpl;
import org.mhisoft.rdpro.ui.RdProUI;

Expand All @@ -25,7 +24,7 @@ public static void setup() {
}


@Test
//@Test
public void unlinkTest() {
try {

Expand Down

0 comments on commit 5664178

Please sign in to comment.