-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed some issues in the JapidSampleDecoupled example
- Loading branch information
Showing
136 changed files
with
279 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.AutoPather; | ||
import java.util.*; | ||
import java.io.*; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/classes/ |
14 changes: 14 additions & 0 deletions
14
JapidSampleDecoupled/eclipse/JapidSampleDecoupled-plain.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/play/framework/src/play/server/Server.java"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="1"/> | ||
</listAttribute> | ||
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> | ||
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="play.server.Server"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="JapidSampleDecoupled"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dplay.debug=yes -Dplay.id= -Dapplication.path="${project_loc:JapidSampleDecoupled}" -Djava.endorsed.dirs="/Users/ran/projects/play/framework/endorsed" -javaagent:"/Users/ran/projects/play/framework/lib/PlayAgent.jar""/> | ||
</launchConfiguration> |
20 changes: 20 additions & 0 deletions
20
JapidSampleDecoupled/eclipse/JapidSampleDecoupled-remote-debug.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/JapidSampleDecoupled"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="4"/> | ||
</listAttribute> | ||
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> | ||
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> | ||
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" javaProject="JapidSampleDecoupled" path="1" type="4"/> "/> | ||
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/JapidSampleDecoupled/conf" path="3" type="2"/> "/> | ||
<listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="JapidSampleDecoupled"/> </runtimeClasspathEntry> "/> | ||
</listAttribute> | ||
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="play.server.Server"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="JapidSampleDecoupled"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value=" -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -Dplay.debug=yes -Dplay.id= -Dapplication.path="${project_loc:JapidSampleDecoupled}" -Djava.endorsed.dirs="/Users/ran/projects/play/framework/endorsed" -javaagent:"/Users/ran/projects/play/framework/play-1.4.x--bran-1.0-1-g808a9ce.jar""/> | ||
</launchConfiguration> | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/authorPanel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/authorPanel2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/cacheWithRenderJapid.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/categories.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/composite.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/decorateName.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/escapedExpr.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/every3.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/flashout.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/headers.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/hellohello.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/hellohelloTag.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/ifs2.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/indexAt.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/japider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/jstag.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/listy.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/renderByPosition.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/renderByPositionEmpty.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
JapidSampleDecoupled/japidroot/japidviews/Application/reverse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
//version: 0.9.6 | ||
//version: 0.9.6.1 | ||
package japidviews.Application; | ||
import java.util.*; | ||
import java.io.*; | ||
|
Oops, something went wrong.